| Commit message (Expand) | Author | Age | Files | Lines |
* | [Mips] Fix some Clang-tidy modernize and Include What You Use warnings; other... | Eugene Zelenko | 2017-02-01 | 1 | -17/+41 |
* | Turn cl::values() (for enum) from a vararg function to using C++ variadic tem... | Mehdi Amini | 2016-10-08 | 1 | -2/+1 |
* | Use StringRef in Pass/PassManager APIs (NFC) | Mehdi Amini | 2016-10-01 | 1 | -3/+1 |
* | CodeGen: Give MachineBasicBlock::reverse_iterator a handle to the current MI | Duncan P. N. Exon Smith | 2016-09-11 | 1 | -15/+8 |
* | MachineFunctionProperties/MIRParser: Rename AllVRegsAllocated->NoVRegs, compu... | Matthias Braun | 2016-08-25 | 1 | -1/+1 |
* | [mips] Correct tail call encoding for MIPSR6 | Simon Dardis | 2016-08-18 | 1 | -1/+1 |
* | [mips] Enable tail calls by default | Simon Dardis | 2016-08-04 | 1 | -2/+20 |
* | MachineFunction: Return reference for getFrameInfo(); NFC | Matthias Braun | 2016-07-28 | 1 | -3/+3 |
* | TargetInstrInfo: rename GetInstSizeInBytes to getInstSizeInBytes. NFC | Sjoerd Meijer | 2016-07-28 | 1 | -2/+2 |
* | Reapply "Mips: Avoid implicit iterator conversions, NFC" | Duncan P. N. Exon Smith | 2016-07-15 | 1 | -3/+3 |
* | Rename AnalyzeBranch* to analyzeBranch*. | Jacques Pienaar | 2016-07-15 | 1 | -1/+1 |
* | Revert r275141 - Mips: Avoid implicit iterator conversions, NFC | Daniel Sanders | 2016-07-15 | 1 | -3/+3 |
* | Mips: Avoid implicit iterator conversions, NFC | Duncan P. N. Exon Smith | 2016-07-12 | 1 | -3/+3 |
* | Pass DebugLoc and SDLoc by const ref. | Benjamin Kramer | 2016-06-12 | 1 | -4/+4 |
* | [mips] Compact branch policy control for MIPSR6 | Simon Dardis | 2016-05-17 | 1 | -8/+34 |
* | [mips] MIPSR6 Compact jump support | Simon Dardis | 2016-04-05 | 1 | -40/+9 |
* | Add MachineFunctionProperty checks for AllVRegsAllocated for target passes | Derek Schuff | 2016-04-04 | 1 | -0/+5 |
* | [mips][microMIPS] Delay slot filler modifications | Hrvoje Varga | 2016-03-23 | 1 | -0/+6 |
* | [mips] MIPS32R6 compact branch support | Daniel Sanders | 2016-03-14 | 1 | -33/+23 |
* | Let SelectionDAG start to use probability-based interface to add successors. | Cong Hou | 2015-11-24 | 1 | -5/+6 |
* | Mips: Remove implicit ilist iterator conversions, NFC | Duncan P. N. Exon Smith | 2015-10-20 | 1 | -1/+1 |
* | Save LaneMask with livein registers | Matthias Braun | 2015-09-09 | 1 | -2/+2 |
* | [WinEH] Add some support for code generating catchpad | Reid Kleckner | 2015-08-27 | 1 | -1/+1 |
* | MachineBasicBlock: Add liveins() method returning an iterator_range | Matthias Braun | 2015-08-24 | 1 | -3/+2 |
* | PseudoSourceValue: Replace global manager with a manager in a machine function. | Alex Lorenz | 2015-08-11 | 1 | -1/+1 |
* | Move most user of TargetMachine::getDataLayout to the Module one | Mehdi Amini | 2015-07-16 | 1 | -5/+7 |
* | [mips] Do not place users of $ra in the delay slot of call instructions. | Vasileios Kalintiris | 2015-05-14 | 1 | -0/+8 |
* | [mips] Teach the delay slot filler to remove needless KILL instructions. | Vasileios Kalintiris | 2015-04-17 | 1 | -11/+30 |
* | Have getCalleeSavedRegs take a non-null MachineFunction all the | Eric Christopher | 2015-03-11 | 1 | -1/+2 |
* | DataLayout is mandatory, update the API to reflect it with references. | Mehdi Amini | 2015-03-10 | 1 | -7/+8 |
* | [mips] Keep the parameter list of Filler::searchRange() consistent. NFC. | Vasileios Kalintiris | 2015-03-04 | 1 | -9/+9 |
* | [mips][microMIPS] Delay slot filler: Replace the microMIPS JR with the JRC | Jozef Kolek | 2015-02-13 | 1 | -10/+43 |
* | Use the function template getSubtarget off of the machine function, | Eric Christopher | 2015-02-02 | 1 | -13/+10 |
* | Remove most of the TargetMachine::getSubtarget/getSubtargetImpl | Eric Christopher | 2015-01-29 | 1 | -20/+17 |
* | [mips][microMIPS] Fix issue with 16b instructions in jr instruction delay slot | Jozef Kolek | 2015-01-13 | 1 | -5/+16 |
* | [mips][micromips] Use call instructions with short delay slots | Zoran Jovanovic | 2014-11-25 | 1 | -21/+49 |
* | [mips][microMIPS] This patch implements functionality in MIPS delay slot | Jozef Kolek | 2014-11-21 | 1 | -5/+43 |
* | Update SetVector to rely on the underlying set's insert to return a pair<iter... | David Blaikie | 2014-11-19 | 1 | -1/+2 |
* | [mips][microMIPS] Fix issue with delay slot filler and microMIPS | Zoran Jovanovic | 2014-11-10 | 1 | -11/+19 |
* | Remove the TargetMachine forwards for TargetSubtargetInfo based | Eric Christopher | 2014-08-04 | 1 | -9/+14 |
* | [mips][mips64r6] Replace m[tf]hi, m[tf]lo, mult, multu, dmult, dmultu, div, d... | Daniel Sanders | 2014-06-12 | 1 | -0/+8 |
* | [C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final... | Craig Topper | 2014-04-29 | 1 | -6/+6 |
* | [C++] Use 'nullptr'. Target edition. | Craig Topper | 2014-04-25 | 1 | -7/+7 |
* | [Modules] Fix potential ODR violations by sinking the DEBUG_TYPE | Chandler Carruth | 2014-04-22 | 1 | -2/+2 |
* | [C++11] Replace OwningPtr with std::unique_ptr in places where it doesn't bre... | Benjamin Kramer | 2014-04-21 | 1 | -1/+1 |
* | Break PseudoSourceValue out of the Value hierarchy. It is now the root of its... | Nick Lewycky | 2014-04-15 | 1 | -20/+28 |
* | [mips] Implement NaCl sandboxing of loads, stores and SP changes: | Sasa Stankovic | 2014-03-10 | 1 | -0/+13 |
* | Replace PROLOG_LABEL with a new CFI_INSTRUCTION. | Rafael Espindola | 2014-03-07 | 1 | -1/+1 |
* | [C++11] Replace llvm::next and llvm::prior with std::next and std::prev. | Benjamin Kramer | 2014-03-02 | 1 | -7/+7 |
* | Now that we have C++11, turn simple functors into lambdas and remove a ton of... | Benjamin Kramer | 2014-03-01 | 1 | -16/+6 |