| Commit message (Expand) | Author | Age | Files | Lines |
| * | CMake: Make most target symbols hidden by default | Tom Stellard | 2020-01-14 | 1 | -1/+1 |
| * | Sink all InitializePasses.h includes | Reid Kleckner | 2019-11-13 | 1 | -2/+3 |
| * | [Alignment][NFC] Use Align for TargetFrameLowering/Subtarget | Guillaume Chatelet | 2019-10-17 | 1 | -6/+10 |
| * | [llvm] Migrate llvm::make_unique to std::make_unique | Jonas Devlieghere | 2019-08-15 | 1 | -2/+2 |
| * | Revert CMake: Make most target symbols hidden by default | Tom Stellard | 2019-06-11 | 1 | -1/+1 |
| * | CMake: Make most target symbols hidden by default | Tom Stellard | 2019-06-10 | 1 | -1/+1 |
| * | [Mips] Create a TargetInfo header. NFC | Richard Trieu | 2019-05-14 | 1 | -0/+1 |
| * | [Mips][CodeGen] Remove MachineFunction::setSubtarget. Change Mips to just cop... | Craig Topper | 2019-04-24 | 1 | -2/+1 |
| * | [GlobalISel] Introduce a CSEConfigBase class to allow targets to define their... | Amara Emerson | 2019-04-15 | 1 | -0/+6 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | [MIPS GlobalISel] Add pre legalizer combiner pass | Petar Avramovic | 2019-01-14 | 1 | -0/+6 |
| * | [Targets] Add errors for tiny and kernel codemodel on targets that don't supp... | David Green | 2018-12-07 | 1 | -7/+1 |
| * | [mips] Remove dead code from MipsPassConfig | Simon Atanasyan | 2018-08-16 | 1 | -4/+0 |
| * | [mips] Fix atomic operations at O0, v3 | Aleksandar Beserminji | 2018-07-05 | 1 | -0/+9 |
| * | [mips][microMIPS] Extending size reduction pass with LWP and SWP | Zoran Jovanovic | 2018-06-13 | 1 | -1/+2 |
| * | [mips] Merge MipsLongBranch and MipsHazardSchedule passes | Aleksandar Beserminji | 2018-05-22 | 1 | -6/+14 |
| * | [mips] Revert Merge MipsLongBranch and MipsHazardSchedule passes | Aleksandar Beserminji | 2018-05-21 | 1 | -14/+6 |
| * | [mips] Merge MipsLongBranch and MipsHazardSchedule passes | Aleksandar Beserminji | 2018-05-21 | 1 | -6/+14 |
| * | Rename DEBUG macro to LLVM_DEBUG. | Nicola Zaghen | 2018-05-14 | 1 | -3/+3 |
| * | [mips] Initialize the long branch pass for testing purposes | Simon Dardis | 2018-05-12 | 1 | -0/+1 |
| * | [mips] Rename Filler to MipsDelaySlotFiller and initialize the pass | Simon Dardis | 2018-05-11 | 1 | -0/+1 |
| * | [MIPS GlobalISel] Adding GlobalISel | Petar Jovanovic | 2018-02-23 | 1 | -0/+31 |
| * | (Re-landing) Expose a TargetMachine::getTargetTransformInfo function | Sanjoy Das | 2017-12-22 | 1 | -11/+10 |
| * | Revert "Expose a TargetMachine::getTargetTransformInfo function" | Sanjoy Das | 2017-12-21 | 1 | -10/+11 |
| * | Expose a TargetMachine::getTargetTransformInfo function | Sanjoy Das | 2017-12-21 | 1 | -11/+10 |
| * | MachineFunction: Return reference from getFunction(); NFC | Matthias Braun | 2017-12-15 | 1 | -1/+1 |
| * | [mips] Reorder target specific passes | Simon Dardis | 2017-11-20 | 1 | -5/+4 |
| * | Revert "TargetMachine: Merge TargetMachine and LLVMTargetMachine" | Matthias Braun | 2017-10-12 | 1 | -3/+3 |
| * | TargetMachine: Merge TargetMachine and LLVMTargetMachine | Matthias Braun | 2017-10-12 | 1 | -3/+3 |
| * | [mips] clang-format MipsTargetMachine.cpp | Alexander Richardson | 2017-09-22 | 1 | -3/+3 |
| * | [MIPS] Implement support for -mstack-alignment. | John Baldwin | 2017-08-14 | 1 | -4/+5 |
| * | Delete Default and JITDefault code models | Rafael Espindola | 2017-08-03 | 1 | -11/+18 |
| * | Sort the remaining #include lines in include/... and lib/.... | Chandler Carruth | 2017-06-06 | 1 | -1/+1 |
| * | TargetPassConfig: Keep a reference to an LLVMTargetMachine; NFC | Matthias Braun | 2017-05-30 | 1 | -2/+2 |
| * | [mips] Support micromips attribute passed by front-end | Simon Atanasyan | 2017-05-22 | 1 | -0/+9 |
| * | [LegacyPassManager] Remove TargetMachine constructors | Francis Visoiu Mistrih | 2017-05-18 | 1 | -8/+7 |
| * | [mips][microMIPS] Adding code size reduction pass for MicroMIPS | Zoran Jovanovic | 2017-04-27 | 1 | -0/+1 |
| * | [mips] Revert fixes for PR32020. | Simon Dardis | 2017-03-09 | 1 | -5/+0 |
| * | Recommit "[mips] Fix atomic compare and swap at O0." | Simon Dardis | 2017-02-24 | 1 | -0/+5 |
| * | Revert "[mips] Fix atomic compare and swap at O0." | Simon Dardis | 2017-02-24 | 1 | -5/+0 |
| * | [mips] Fix atomic compare and swap at O0. | Simon Dardis | 2017-02-24 | 1 | -0/+5 |
| * | [Mips] Fix some Clang-tidy modernize and Include What You Use warnings; other... | Eugene Zelenko | 2017-02-01 | 1 | -20/+22 |
| * | [mips] Always run the MipsOptimizePICCall pass. | Vasileios Kalintiris | 2016-11-02 | 1 | -8/+1 |
| * | Move the global variables representing each Target behind accessor function | Mehdi Amini | 2016-10-09 | 1 | -4/+4 |
| * | [mips] Correct label prefixes for N32 and N64. | Daniel Sanders | 2016-07-19 | 1 | -1/+4 |
| * | [mips] SelectionDAGISel subclasses now follow the optimization level. | Daniel Sanders | 2016-07-14 | 1 | -2/+2 |
| * | Delete dead code. NFC. | Rafael Espindola | 2016-06-28 | 1 | -1/+1 |
| * | Delete Reloc::Default. | Rafael Espindola | 2016-05-18 | 1 | -5/+16 |
| * | CodeGen: Move TargetPassConfig from Passes.h to an own header; NFC | Matthias Braun | 2016-05-10 | 1 | -0/+1 |
| * | [Mips] Fix -Wunused-private-field warning after r263444. | Chad Rosier | 2016-03-14 | 1 | -1/+1 |