| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove trailing space | Fangrui Song | 2018-07-30 | 1 | -6/+6 |
| * | Rename DEBUG macro to LLVM_DEBUG. | Nicola Zaghen | 2018-05-14 | 1 | -46/+50 |
| * | [DebugInfo] Examine all uses of isDebugValue() for debug instructions. | Shiva Chen | 2018-05-09 | 1 | -1/+1 |
| * | IWYU for llvm-config.h in llvm, additions. | Nico Weber | 2018-04-30 | 1 | -0/+1 |
| * | MachineFunction: Return reference from getFunction(); NFC | Matthias Braun | 2017-12-15 | 1 | -1/+1 |
| * | [CodeGen] Unify MBB reference format in both MIR and debug output | Francis Visoiu Mistrih | 2017-12-04 | 1 | -15/+15 |
| * | Reverting r315590; it did not include changes for llvm-tblgen, which is causi... | Aaron Ballman | 2017-10-15 | 1 | -1/+1 |
| * | [dump] Remove NDEBUG from test to enable dump methods [NFC] | Don Hinton | 2017-10-12 | 1 | -1/+1 |
| * | [Mips] Fix some Clang-tidy modernize-use-using and Include What You Use warni... | Eugene Zelenko | 2017-08-03 | 1 | -14/+6 |
| * | Sort the remaining #include lines in include/... and lib/.... | Chandler Carruth | 2017-06-06 | 1 | -1/+1 |
| * | [Mips] Fix some Clang-tidy modernize and Include What You Use warnings; other... | Eugene Zelenko | 2017-01-30 | 1 | -51/+52 |
| * | Cleanup dump() functions. | Matthias Braun | 2017-01-28 | 1 | -8/+8 |
| * | Use StringRef in Pass/PassManager APIs (NFC) | Mehdi Amini | 2016-10-01 | 1 | -3/+1 |
| * | MachineFunctionProperties/MIRParser: Rename AllVRegsAllocated->NoVRegs, compu... | Matthias Braun | 2016-08-25 | 1 | -1/+1 |
| * | ADT: Remove all ilist_iterator => pointer casts, NFC | Duncan P. N. Exon Smith | 2016-08-12 | 1 | -2/+1 |
| * | Use the range variant of find instead of unpacking begin/end | David Majnemer | 2016-08-11 | 1 | -1/+1 |
| * | TargetInstrInfo: rename GetInstSizeInBytes to getInstSizeInBytes. NFC | Sjoerd Meijer | 2016-07-28 | 1 | -8/+8 |
| * | Reapply "Mips: Avoid implicit iterator conversions, NFC" | Duncan P. N. Exon Smith | 2016-07-15 | 1 | -42/+36 |
| * | Revert r275141 - Mips: Avoid implicit iterator conversions, NFC | Daniel Sanders | 2016-07-15 | 1 | -36/+42 |
| * | Mips: Avoid implicit iterator conversions, NFC | Duncan P. N. Exon Smith | 2016-07-12 | 1 | -42/+36 |
| * | Delete dead code. NFC. | Rafael Espindola | 2016-06-28 | 1 | -10/+6 |
| * | [mips][mips16] Use isUnconditionalBranch() in AnalyzeBranch() and constant is... | Daniel Sanders | 2016-05-06 | 1 | -11/+1 |
| * | Add MachineFunctionProperty checks for AllVRegsAllocated for target passes | Derek Schuff | 2016-04-04 | 1 | -1/+5 |
| * | Silencing warnings from MSVC 2015 Update 2. All of these changes silence "C43... | Aaron Ballman | 2016-03-30 | 1 | -1/+1 |
| * | Mips: Remove implicit ilist iterator conversions, NFC | Duncan P. N. Exon Smith | 2015-10-20 | 1 | -16/+13 |
| * | Move most user of TargetMachine::getDataLayout to the Module one | Mehdi Amini | 2015-07-16 | 1 | -1/+1 |
| * | Remove most of the TargetMachine::getSubtarget/getSubtargetImpl | Eric Christopher | 2015-01-29 | 1 | -4/+2 |
| * | Move DataLayout back to the TargetMachine from TargetSubtargetInfo | Eric Christopher | 2015-01-26 | 1 | -1/+1 |
| * | [mips] Replace MipsABIEnum with a MipsABIInfo class. | Daniel Sanders | 2014-10-24 | 1 | -3/+1 |
| * | Eliminate some deep std::vector copies. NFC. | Benjamin Kramer | 2014-10-03 | 1 | -3/+1 |
| * | Reinstate "Nuke the old JIT." | Eric Christopher | 2014-09-02 | 1 | -0/+1 |
| * | Temporarily Revert "Nuke the old JIT." as it's not quite ready to | Eric Christopher | 2014-08-07 | 1 | -1/+0 |
| * | Nuke the old JIT. | Rafael Espindola | 2014-08-07 | 1 | -0/+1 |
| * | Have MachineFunction cache a pointer to the subtarget to make lookups | Eric Christopher | 2014-08-05 | 1 | -1/+1 |
| * | Remove the TargetMachine forwards for TargetSubtargetInfo based | Eric Christopher | 2014-08-04 | 1 | -2/+4 |
| * | Fundamentally change the MipsSubtarget replacement machinery: | Eric Christopher | 2014-07-18 | 1 | -7/+6 |
| * | [C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final... | Craig Topper | 2014-04-29 | 1 | -2/+2 |
| * | [C++] Use 'nullptr'. Target edition. | Craig Topper | 2014-04-25 | 1 | -6/+6 |
| * | [Modules] Fix potential ODR violations by sinking the DEBUG_TYPE | Chandler Carruth | 2014-04-22 | 1 | -2/+2 |
| * | remove a bunch of unused private methods | Nuno Lopes | 2014-03-23 | 1 | -12/+0 |
| * | [Modules] Move InstIterator out of the Support library, where it had no | Chandler Carruth | 2014-03-04 | 1 | -1/+1 |
| * | [C++11] Replace llvm::next and llvm::prior with std::next and std::prev. | Benjamin Kramer | 2014-03-02 | 1 | -12/+11 |
| * | Adjust offsets for max load instruction offsets. This is more pessimistic | Reed Kotler | 2014-01-16 | 1 | -2/+2 |
| * | Re-sort all of the includes with ./utils/sort_includes.py so that | Chandler Carruth | 2014-01-07 | 1 | -1/+1 |
| * | Make cosmetic changes as part of Mips internal post commit review of | Reed Kotler | 2013-12-19 | 1 | -4/+4 |
| * | Correct word hyphenations | Alp Toker | 2013-12-05 | 1 | -1/+1 |
| * | final patch for very long conditional branches for mips16 constant islands. | Reed Kotler | 2013-12-03 | 1 | -5/+18 |
| * | Part 1 of 3 patches that completes very long conditional branches | Reed Kotler | 2013-11-29 | 1 | -16/+29 |
| * | Check in conditional branches for constant islands. Still need to finish | Reed Kotler | 2013-11-28 | 1 | -2/+154 |
| * | Make sure that for C++ emitting LwConstant32 pseudos, that it corresponds | Reed Kotler | 2013-11-24 | 1 | -1/+1 |