| Commit message (Expand) | Author | Age | Files | Lines |
| * | [Mips] Use appropriate private label prefix based on Mips ABI | Mirko Brkusanin | 2019-10-23 | 1 | -2/+2 |
| * | [NewPM] Port MachineModuleInfo to the new pass manager. | Yuanfang Chen | 2019-09-30 | 1 | -16/+16 |
| * | [llvm] Migrate llvm::make_unique to std::make_unique | Jonas Devlieghere | 2019-08-15 | 1 | -1/+1 |
| * | [AIX] Implement function descriptor on SDAG | Jason Liu | 2019-06-06 | 1 | -0/+9 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | LLVMTargetMachine/TargetPassConfig: Simplify handling of start/stop options; NFC | Matthias Braun | 2018-11-02 | 1 | -25/+21 |
| * | Use unique_ptr to hold AsmInfo,MRI,MII,STI | Fangrui Song | 2018-09-25 | 1 | -5/+5 |
| * | CodeGen: Add a dwo output file argument to addPassesToEmitFile and hook it up... | Peter Collingbourne | 2018-05-21 | 1 | -5/+10 |
| * | MC: Change the streamer ctors to take an object writer instead of a stream. N... | Peter Collingbourne | 2018-05-18 | 1 | -3/+5 |
| * | [MC] Modify MCAsmStreamer to always build MCAssembler. NFCI. | Nirav Dave | 2018-04-27 | 1 | -6/+6 |
| * | Move TargetLoweringObjectFile from CodeGen to Target to fix layering | David Blaikie | 2018-03-23 | 1 | -1/+1 |
| * | [CodeGen] Add a -trap-unreachable option for debugging | David Green | 2018-02-12 | 1 | -0/+7 |
| * | Thread MCSubtargetInfo through Target::createMCAsmBackend | Alex Bradbury | 2018-01-03 | 1 | -7/+4 |
| * | (Re-landing) Expose a TargetMachine::getTargetTransformInfo function | Sanjoy Das | 2017-12-22 | 1 | -4/+3 |
| * | Revert "Expose a TargetMachine::getTargetTransformInfo function" | Sanjoy Das | 2017-12-21 | 1 | -3/+4 |
| * | Expose a TargetMachine::getTargetTransformInfo function | Sanjoy Das | 2017-12-21 | 1 | -4/+3 |
| * | Remove redundant includes from lib/CodeGen. | Michael Zolotukhin | 2017-12-13 | 1 | -3/+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/+259 |
| * | TargetMachine: Merge TargetMachine and LLVMTargetMachine | Matthias Braun | 2017-10-12 | 1 | -259/+0 |
| * | [MC] Have MCObjectStreamer take its MCAsmBackend argument via unique_ptr. | Lang Hames | 2017-10-11 | 1 | -4/+5 |
| * | [MC] Have MCObjectStreamer take its MCAsmBackend argument via unique_ptr. | Lang Hames | 2017-10-11 | 1 | -2/+5 |
| * | Delete Default and JITDefault code models | Rafael Espindola | 2017-08-03 | 1 | -1/+0 |
| * | [TargetPassConfig] Feature generic options to setup start/stop-after/before | Quentin Colombet | 2017-07-31 | 1 | -21/+22 |
| * | sink DebugCompressionType into MC for exposing to clang | Saleem Abdulrasool | 2017-06-09 | 1 | -2/+1 |
| * | Sort the remaining #include lines in include/... and lib/.... | Chandler Carruth | 2017-06-06 | 1 | -1/+1 |
| * | CodeGen: Refactor MIR parsing | Matthias Braun | 2017-06-06 | 1 | -7/+3 |
| * | CodeGen/LLVMTargetMachine: Refactor ISel pass construction; NFCI | Matthias Braun | 2017-06-06 | 1 | -99/+33 |
| * | [LegacyPassManager] Remove TargetMachine constructors | Francis Visoiu Mistrih | 2017-05-18 | 1 | -11/+9 |
| * | [GlobalISel] Add a way for targets to enable GISel. | Ahmed Bougacha | 2017-03-01 | 1 | -4/+6 |
| * | GlobalISel: Abort in ResetMachineFunctionPass if fallback isn't enabled | Justin Bogner | 2017-01-13 | 1 | -1/+2 |
| * | Apply clang-tidy's performance-unnecessary-value-param to LLVM. | Benjamin Kramer | 2017-01-13 | 1 | -1/+1 |
| * | llc: Add -start-before/-stop-before options | Matthias Braun | 2016-09-23 | 1 | -6/+9 |
| * | [TargetPassConfig] Add a hook to tell whether GlobalISel should warm on fallb... | Quentin Colombet | 2016-08-31 | 1 | -1/+2 |
| * | [GlobalISel] Add a fallback path to SDISel. | Quentin Colombet | 2016-08-27 | 1 | -0/+9 |
| * | CodeGen: Remove MachineFunctionAnalysis => Enable (Machine)ModulePasses | Matthias Braun | 2016-08-24 | 1 | -7/+3 |
| * | MachineModuleInfo: Avoid dummy constructor, use INITIALIZE_TM_PASS | Matthias Braun | 2016-08-24 | 1 | -11/+3 |
| * | Revert r279564. It introduces undefined behavior (binding a reference to a | Richard Smith | 2016-08-23 | 1 | -7/+11 |
| * | CodeGen: Remove MachineFunctionAnalysis => Enable (Machine)ModulePasses | Matthias Braun | 2016-08-23 | 1 | -11/+7 |
| * | Revert "(HEAD -> master, origin/master, origin/HEAD) CodeGen: Remove MachineF... | Matthias Braun | 2016-08-23 | 1 | -5/+11 |
| * | CodeGen: Remove MachineFunctionAnalysis => Enable (Machine)ModulePasses | Matthias Braun | 2016-08-23 | 1 | -11/+5 |
| * | [GlobalISel] Introduce an instruction selector. | Ahmed Bougacha | 2016-07-27 | 1 | -0/+5 |
| * | MC] Provide an MCTargetOptions to implementors of MCAsmBackendCtorTy, NFC | Joel Jones | 2016-07-25 | 1 | -3/+6 |
| * | GlobalISel: implement legalization pass, with just one transformation. | Tim Northover | 2016-07-22 | 1 | -0/+5 |
| * | [MIR] Print on the given output instead of stderr. | Quentin Colombet | 2016-07-13 | 1 | -1/+1 |
| * | Provide support for preserving assembly comments | Nirav Dave | 2016-07-11 | 1 | -0/+2 |
| * | Delete MCCodeGenInfo. | Rafael Espindola | 2016-06-30 | 1 | -1/+4 |
| * | X86: permit using SjLj EH on x86 targets as an option | Saleem Abdulrasool | 2016-05-31 | 1 | -0/+3 |
| * | Add RelaxELFRelocations to TargetOptions.h. | Rafael Espindola | 2016-05-29 | 1 | -0/+2 |
| * | Recommit 270977 - [llvm-mc] - Teach llvm-mc to generate zlib styled compressi... | George Rimar | 2016-05-27 | 1 | -1/+1 |