| Commit message (Expand) | Author | Age | Files | Lines |
* | [mips] Split long lines in the code. NFC | Simon Atanasyan | 2019-11-03 | 1 | -5/+5 |
* | [Alignment][NFC] Remove unneeded llvm:: scoping on Align types | Guillaume Chatelet | 2019-09-27 | 1 | -11/+11 |
* | [Alignment][NFC] Remove LogAlignment functions | Guillaume Chatelet | 2019-09-18 | 1 | -32/+23 |
* | [Alignment][NFC] Use Align::None instead of 1 | Guillaume Chatelet | 2019-09-18 | 1 | -1/+1 |
* | [Alignment] Move OffsetToAlignment to Alignment.h | Guillaume Chatelet | 2019-09-12 | 1 | -4/+5 |
* | [Alignment] Use llvm::Align in MachineFunction and TargetLowering - fixes mir... | Guillaume Chatelet | 2019-09-11 | 1 | -2/+2 |
* | [LLVM][Alignment] Make functions using log of alignment explicit | Guillaume Chatelet | 2019-09-05 | 1 | -14/+15 |
* | Simplify std::lower_bound with llvm::{bsearch,lower_bound}. NFC | Fangrui Song | 2019-06-21 | 1 | -6/+2 |
* | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
* | 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 |