| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Fix a funny bug I introduced during conversion of ARM constant islands to Mips. | Reed Kotler | 2013-11-24 | 1 | -3/+5 |
* | Add, to constant islands, long jumps similar to ARM far branch. | Reed Kotler | 2013-11-21 | 1 | -2/+22 |
* | Take care of long short branch immediate instructions for mips16 in | Reed Kotler | 2013-11-13 | 1 | -5/+10 |
* | Allow the code which returns the length for inline assembler to know | Reed Kotler | 2013-11-13 | 1 | -2/+3 |
* | Change the default branch instruction to be the 16 bit variety for mips16. | Reed Kotler | 2013-11-12 | 1 | -3/+5 |
* | Mostly finish up constant islands port for Mips for load constants. | Reed Kotler | 2013-11-10 | 1 | -3/+20 |
* | Disable some code that is causing some warnings. It's in the process | Reed Kotler | 2013-11-07 | 1 | -3/+2 |
* | Fix definition for Mips16 pc relative load word instructions. | Reed Kotler | 2013-11-06 | 1 | -5/+3 |
* | Get rid of current calculation function and adjustment scheme | Reed Kotler | 2013-11-05 | 1 | -76/+13 |