| Commit message (Expand) | Author | Age | Files | Lines |
| * | Move CodeGenFileType enum to Support/CodeGen.h | Reid Kleckner | 2019-11-13 | 1 | -3/+3 |
| * | Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFC | Fangrui Song | 2019-08-05 | 1 | -1/+1 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | [LLVM-C] Expand LLVMRelocMode | Robert Widmann | 2019-01-03 | 1 | -0/+9 |
| * | [LLVM-C] Add target triple normalization to the C API. | whitequark | 2018-07-17 | 1 | -0/+4 |
| * | CodeGen: Add a dwo output file argument to addPassesToEmitFile and hook it up... | Peter Collingbourne | 2018-05-21 | 1 | -1/+1 |
| * | [LLVM-C] Add LLVMGetHostCPU{Name,Features}. | whitequark | 2018-04-11 | 1 | -0/+16 |
| * | Fix layering by moving Support/CodeGenCWrappers.h to Target | David Blaikie | 2018-03-23 | 1 | -1/+1 |
| * | Remove redundant includes from lib/Target/*.cpp. | Michael Zolotukhin | 2017-12-13 | 1 | -1/+0 |
| * | Fix a bunch more layering of CodeGen headers that are in Target | David Blaikie | 2017-11-17 | 1 | -1/+1 |
| * | Revert "TargetMachine: Merge TargetMachine and LLVMTargetMachine" | Matthias Braun | 2017-10-12 | 1 | -0/+244 |
| * | TargetMachine: Merge TargetMachine and LLVMTargetMachine | Matthias Braun | 2017-10-12 | 1 | -244/+0 |
| * | Delete Default and JITDefault code models | Rafael Espindola | 2017-08-03 | 1 | -3/+4 |
| * | Sort the remaining #include lines in include/... and lib/.... | Chandler Carruth | 2017-06-06 | 1 | -2/+2 |
| * | Some formatting in TargetMachineC. NFC | Amaury Sechet | 2017-01-09 | 1 | -2/+2 |
| * | Revert "Use StringRef instead of raw pointer in TargetRegistry API (NFC)" | Mehdi Amini | 2016-10-01 | 1 | -2/+2 |
| * | Use StringRef instead of raw pointer in TargetRegistry API (NFC) | Mehdi Amini | 2016-10-01 | 1 | -2/+2 |
| * | Use the range variant of find/find_if instead of unpacking begin/end | David Majnemer | 2016-08-12 | 1 | -3/+2 |
| * | Delete Reloc::Default. | Rafael Espindola | 2016-05-18 | 1 | -2/+1 |
| * | Restore the capability to manipulate datalayout from the C API | Amaury Sechet | 2016-02-16 | 1 | -0/+4 |
| * | Support: Fix incremental build when re-configuring targets | Duncan P. N. Exon Smith | 2016-02-13 | 1 | -1/+1 |
| * | C API: Remove LLVMGetDataLayout that was deprecated in 3.7 | Mehdi Amini | 2016-02-12 | 1 | -14/+0 |
| * | Fix LLVM C API for DataLayout | Mehdi Amini | 2015-08-26 | 1 | -20/+15 |
| * | Revert "Fix LLVM C API for DataLayout" | Mehdi Amini | 2015-08-26 | 1 | -8/+22 |
| * | Fix LLVM C API for DataLayout | Mehdi Amini | 2015-08-26 | 1 | -22/+8 |
| * | Revert "Fix LLVM C API for DataLayout" | Mehdi Amini | 2015-08-26 | 1 | -8/+22 |
| * | Fix LLVM C API for DataLayout | Mehdi Amini | 2015-08-26 | 1 | -22/+8 |
| * | Revert "Fix LLVM C API for DataLayout" | Mehdi Amini | 2015-08-25 | 1 | -8/+22 |
| * | Fix LLVM C API for DataLayout | Mehdi Amini | 2015-08-25 | 1 | -22/+8 |
| * | Remove and forbid raw_svector_ostream::flush() calls. | Yaron Keren | 2015-08-13 | 1 | -1/+0 |
| * | Fix ODR violation. NFC. | Diego Novillo | 2015-07-27 | 1 | -4/+4 |
| * | Remove access to the DataLayout in the TargetMachine | Mehdi Amini | 2015-07-24 | 1 | -13/+17 |
| * | Revert "Remove access to the DataLayout in the TargetMachine" | Mehdi Amini | 2015-07-24 | 1 | -17/+13 |
| * | Remove access to the DataLayout in the TargetMachine | Mehdi Amini | 2015-07-24 | 1 | -13/+17 |
| * | Replace string GNU Triples with llvm::Triple in TargetMachine::getTargetTripl... | Daniel Sanders | 2015-06-16 | 1 | -1/+1 |
| * | Readdress r236990, use of static members on a non-static variable. | David Blaikie | 2015-05-11 | 1 | -9/+6 |
| * | Use raw_pwrite_stream in the object writer/streamer. | Rafael Espindola | 2015-04-14 | 1 | -1/+1 |
| * | Simplify use of formatted_raw_ostream. | Rafael Espindola | 2015-04-09 | 1 | -5/+3 |
| * | Use a raw_svector_ostream instead of a raw_string_ostream. | Rafael Espindola | 2015-04-09 | 1 | -6/+8 |
| * | This reverts commit r234460 and r234461. | Rafael Espindola | 2015-04-09 | 1 | -3/+1 |
| * | Use the cast machinery to remove dummy uses of formatted_raw_ostream. | Rafael Espindola | 2015-04-09 | 1 | -1/+3 |
| * | Make DataLayout Non-Optional in the Module | Mehdi Amini | 2015-03-04 | 1 | -2/+1 |
| * | [PM] Remove the old 'PassManager.h' header file at the top level of | Chandler Carruth | 2015-02-13 | 1 | -2/+2 |
| * | Remove mostly unused setters. | Rafael Espindola | 2015-02-12 | 1 | -1/+1 |
| * | [multiversion] Implement the old pass manager's TTI wrapper pass in | Chandler Carruth | 2015-02-01 | 1 | -1/+2 |
| * | [PM] Switch the TargetMachine interface from accepting a pass manager | Chandler Carruth | 2015-01-31 | 1 | -1/+2 |
| * | Move DataLayout back to the TargetMachine from TargetSubtargetInfo | Eric Christopher | 2015-01-26 | 1 | -2/+2 |
| * | Add doInitialization/doFinalization to DataLayoutPass. | Rafael Espindola | 2014-09-10 | 1 | -1/+1 |
| * | Modernize raw_fd_ostream's constructor a bit. | Rafael Espindola | 2014-08-25 | 1 | -4/+4 |
| * | Remove the TargetMachine forwards for TargetSubtargetInfo based | Eric Christopher | 2014-08-04 | 1 | -2/+3 |