Age | Commit message (Expand) | Author | Files | Lines |
2016-09-11 | CodeGen: Give MachineBasicBlock::reverse_iterator a handle to the current MI | Duncan P. N. Exon Smith | 1 | -2/+2 |
2016-08-25 | MachineFunctionProperties/MIRParser: Rename AllVRegsAllocated->NoVRegs, compu... | Matthias Braun | 1 | -1/+1 |
2016-07-28 | TargetInstrInfo: rename GetInstSizeInBytes to getInstSizeInBytes. NFC | Sjoerd Meijer | 1 | -1/+1 |
2016-07-15 | Reapply "Mips: Avoid implicit iterator conversions, NFC" | Duncan P. N. Exon Smith | 1 | -3/+3 |
2016-07-15 | Revert r275141 - Mips: Avoid implicit iterator conversions, NFC | Daniel Sanders | 1 | -3/+3 |
2016-07-12 | Mips: Avoid implicit iterator conversions, NFC | Duncan P. N. Exon Smith | 1 | -3/+3 |
2016-06-28 | Convert more cases to isPositionIndependent(). NFC. | Rafael Espindola | 1 | -8/+4 |
2016-06-18 | [mips] Emit a JALR with $rd equal to $zero, instead of a JR in MIPS32R6. | Vasileios Kalintiris | 1 | -15/+23 |
2016-06-12 | Pass DebugLoc and SDLoc by const ref. | Benjamin Kramer | 1 | -3/+4 |
2016-04-15 | [mips] More range-based for loops. NFC. | Vasileios Kalintiris | 1 | -2/+2 |
2016-04-04 | Add MachineFunctionProperty checks for AllVRegsAllocated for target passes | Derek Schuff | 1 | -0/+5 |
2015-12-13 | Normalize MBB's successors' probabilities in several locations. | Cong Hou | 1 | -1/+1 |
2015-12-01 | Replace all weight-based interfaces in MBB with probability-based interfaces,... | Cong Hou | 1 | -2/+1 |
2015-12-01 | Revert r254348: "Replace all weight-based interfaces in MBB with probability-... | Hans Wennborg | 1 | -1/+2 |
2015-12-01 | Replace all weight-based interfaces in MBB with probability-based interfaces,... | Cong Hou | 1 | -2/+1 |
2015-10-20 | Mips: Remove implicit ilist iterator conversions, NFC | Duncan P. N. Exon Smith | 1 | -2/+2 |
2015-01-29 | Remove most of the TargetMachine::getSubtarget/getSubtargetImpl | Eric Christopher | 1 | -21/+16 |
2015-01-26 | Move the Mips target to storing the ABI in the TargetMachine rather | Eric Christopher | 1 | -5/+10 |
2015-01-12 | [mips][microMIPS] Implement BEQZ16 and BNEZ16 instructions | Jozef Kolek | 1 | -0/+4 |
2015-01-05 | Replace several 'assert(false' with 'llvm_unreachable' or fold a condition in... | Craig Topper | 1 | -2/+1 |
2014-11-21 | [mips][microMIPS] This patch implements functionality in MIPS delay slot | Jozef Kolek | 1 | -5/+7 |
2014-10-24 | [mips] Replace MipsABIEnum with a MipsABIInfo class. | Daniel Sanders | 1 | -4/+4 |
2014-09-02 | Reinstate "Nuke the old JIT." | Eric Christopher | 1 | -0/+1 |
2014-08-07 | Temporarily Revert "Nuke the old JIT." as it's not quite ready to | Eric Christopher | 1 | -1/+0 |
2014-08-07 | Nuke the old JIT. | Rafael Espindola | 1 | -0/+1 |
2014-08-04 | Remove the TargetMachine forwards for TargetSubtargetInfo based | Eric Christopher | 1 | -4/+4 |
2014-07-18 | Make non-module passes unconditionally added in the pass | Eric Christopher | 1 | -1/+2 |
2014-06-13 | [mips][mips64r6] b(ge|lt)zal are not available on MIPS32r6/MIPS64r6 and bal i... | Daniel Sanders | 1 | -8/+18 |
2014-06-05 | [mips] Modify long branch for NaCl: | Sasa Stankovic | 1 | -6/+30 |
2014-05-27 | [mips] Optimize long branch for MIPS64 by removing %higher and %highest. | Sasa Stankovic | 1 | -18/+18 |
2014-04-30 | [mips] Fix MipsLongBranch pass to work when the offset from the branch to the | Sasa Stankovic | 1 | -32/+44 |
2014-04-29 | [C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final... | Craig Topper | 1 | -2/+2 |
2014-04-25 | [C++] Use 'nullptr'. Target edition. | Craig Topper | 1 | -2/+2 |
2014-04-22 | [Modules] Fix potential ODR violations by sinking the DEBUG_TYPE | Chandler Carruth | 1 | -2/+2 |
2014-03-02 | [C++11] Replace llvm::next and llvm::prior with std::next and std::prev. | Benjamin Kramer | 1 | -2/+2 |
2013-11-30 | Fixed issue with microMIPS long branch. | Zoran Jovanovic | 1 | -1/+3 |
2013-11-29 | Revert revision 195965. | Zoran Jovanovic | 1 | -3/+1 |
2013-11-29 | Fixed issue with microMIPS long branch. | Zoran Jovanovic | 1 | -1/+3 |
2013-10-08 | [mips] Simplify and optimize code. | Akira Hatanaka | 1 | -1/+1 |
2013-10-04 | [mips] Fix a bug in MipsLongBranch::replaceBranch, which was erasing | Akira Hatanaka | 1 | -0/+5 |
2013-07-04 | Use SmallVectorImpl::iterator/const_iterator instead of SmallVector to avoid ... | Craig Topper | 1 | -1/+1 |
2013-06-07 | Don't cache the instruction and register info from the TargetMachine, because | Bill Wendling | 1 | -2/+10 |
2013-05-13 | [mips] Rename functions. No functionality changes. | Akira Hatanaka | 1 | -1/+1 |
2013-04-09 | This patch enables llvm to switch between compiling for mips32/mips64 | Reed Kotler | 1 | -0/+2 |
2013-01-19 | This is a resubmittal. For some reason it broke the bots yesterday | Jack Carter | 1 | -3/+3 |
2013-01-02 | Move all of the header files which are involved in modelling the LLVM IR | Chandler Carruth | 1 | -1/+1 |
2012-12-07 | Use the new MIBundleBuilder class in the Mips target. | Jakob Stoklund Olesen | 1 | -14/+22 |
2012-12-03 | Use the new script to sort the includes of every file under lib. | Chandler Carruth | 1 | -1/+1 |
2012-11-15 | Add assertions in MipsLongBranch which check the size of basic blocks. | Akira Hatanaka | 1 | -1/+7 |
2012-11-02 | [mips] Delete MipsFunctionInfo::EmitNOAT. Unconditionally print directive | Akira Hatanaka | 1 | -2/+0 |