| Age | Commit message (Expand) | Author |
| 2015-05-20 | Revert r237789 - [mips] The naming convention for private labels is ABI depe... | Daniel Sanders |
| 2015-05-20 | [mips] The naming convention for private labels is ABI dependant. | Daniel Sanders |
| 2015-05-12 | Migrate existing backends that care about software floating point | Eric Christopher |
| 2015-05-07 | [mips] Add the SoftFloat MipsSubtarget feature. | Toma Tabacu |
| 2015-03-14 | [mips] Remove trivial header for the MipsModuleISelDAGToDAG pass. NFC. | Vasileios Kalintiris |
| 2015-03-14 | [mips] Remove trivial header for the Mips16HardFloat pass. NFC. | Vasileios Kalintiris |
| 2015-03-14 | [mips] Remove trivial header for the MipsOs16 pass. NFC. | Vasileios Kalintiris |
| 2015-03-12 | Move the DataLayout to the generic TargetMachine, making it mandatory. | Mehdi Amini |
| 2015-02-14 | Mips: Canonicalize access to function attributes, NFC | Duncan P. N. Exon Smith |
| 2015-02-13 | [PM] Remove the old 'PassManager.h' header file at the top level of | Chandler Carruth |
| 2015-02-01 | [multiversion] Switch the TTI queries from TargetMachine to Subtarget | Chandler Carruth |
| 2015-02-01 | [multiversion] Switch all of the targets over to use the | Chandler Carruth |
| 2015-01-31 | [PM] Switch the TargetMachine interface from accepting a pass manager | Chandler Carruth |
| 2015-01-31 | [PM] Change the core design of the TTI analysis to use a polymorphic | Chandler Carruth |
| 2015-01-26 | Move DataLayout back to the TargetMachine from TargetSubtargetInfo | Eric Christopher |
| 2015-01-26 | Move the Mips target to storing the ABI in the TargetMachine rather | Eric Christopher |
| 2015-01-08 | Make the TargetMachine in MipsSubtarget a reference rather | Eric Christopher |
| 2014-12-11 | Enable MachineVerifier in debug mode for X86, ARM, AArch64, Mips. | Matthias Braun |
| 2014-12-11 | [CodeGen] Add print and verify pass after each MachineFunctionPass by default | Matthias Braun |
| 2014-12-11 | This reverts commit r224043 and r224042. | Rafael Espindola |
| 2014-12-11 | Enable machineverifier in debug mode for X86, ARM, AArch64, Mips | Matthias Braun |
| 2014-12-11 | [CodeGen] Add print and verify pass after each MachineFunctionPass by default | Matthias Braun |
| 2014-11-20 | Add out of line virtual destructors to all LLVMTargetMachine subclasses | Reid Kleckner |
| 2014-11-13 | This patch changes the ownership of TLOF from TargetLoweringBase to TargetMac... | Aditya Nandakumar |
| 2014-10-16 | Erase fence insertion from SelectionDAGBuilder.cpp (NFC) | Robin Morisset |
| 2014-09-29 | Simplify conditional. | Eric Christopher |
| 2014-09-29 | Add soft-float to the key for the subtarget lookup in the TargetMachine | Eric Christopher |
| 2014-09-26 | Fix build breakage on MSVC 2013 | David Majnemer |
| 2014-09-26 | Target: Fix build breakage. | David Majnemer |
| 2014-09-26 | Add the first backend support for on demand subtarget creation | Eric Christopher |
| 2014-09-02 | Reinstate "Nuke the old JIT." | Eric Christopher |
| 2014-08-07 | Temporarily Revert "Nuke the old JIT." as it's not quite ready to | Eric Christopher |
| 2014-08-07 | Nuke the old JIT. | Rafael Espindola |
| 2014-08-05 | Have MachineFunction cache a pointer to the subtarget to make lookups | Eric Christopher |
| 2014-07-23 | Enable partial libcall inlining for all targets by default. | James Molloy |
| 2014-07-18 | Fundamentally change the MipsSubtarget replacement machinery: | Eric Christopher |
| 2014-07-18 | Avoid caching the relocation model on the subtarget, this is for | Eric Christopher |
| 2014-07-18 | Make non-module passes unconditionally added in the pass | Eric Christopher |
| 2014-07-03 | Move subtarget dependent features into the subtarget from the target | Eric Christopher |
| 2014-07-02 | Move the data layout and selection dag info from the mips target machine | Eric Christopher |
| 2014-07-02 | Move MipsJITInfo to the subtarget rather than the target machine. | Eric Christopher |
| 2014-07-02 | Remove the cached InstrItineraryData on the TargetMachine, it's unnecessary. | Eric Christopher |
| 2014-06-27 | Have MipsSelectionDAGInfo constructor take a DataLayout rather | Eric Christopher |
| 2014-04-29 | [C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final... | Craig Topper |
| 2014-04-22 | [Modules] Fix potential ODR violations by sinking the DEBUG_TYPE | Chandler Carruth |
| 2014-04-21 | [Modules] Make Support/Debug.h modular. This requires it to not change | Chandler Carruth |
| 2014-03-10 | Fix regression with -O0 for mips . | Reed Kotler |
| 2014-01-07 | Re-sort all of the includes with ./utils/sort_includes.py so that | Chandler Carruth |
| 2014-01-03 | Make the llvm mangler depend only on DataLayout. | Rafael Espindola |
| 2013-12-17 | Fix N32 registers and stack alignment. | Rafael Espindola |