Test commit
[oota-llvm.git] / lib / Target / Mips / Mips16ISelLowering.cpp
2014-10-01 Sasa Stankovic[mips] For indirect calls we don't need $gp to point...
2014-09-29 Eric ChristopherFix spelling and reflow comments.
2014-09-19 Eric Christopherconstify the TargetMachine being passed through the...
2014-09-02 Eric ChristopherReinstate "Nuke the old JIT."
2014-08-11 Sylvestre LedruFix typos:
2014-08-07 Eric ChristopherTemporarily Revert "Nuke the old JIT." as it's not...
2014-08-07 Rafael EspindolaNuke the old JIT.
2014-08-04 Eric ChristopherRemove the TargetMachine forwards for TargetSubtargetIn...
2014-07-27 Matt ArsenaultAdd alignment value to allowsUnalignedMemoryAccess
2014-07-18 Eric ChristopherIn preparation for replacing the whole subtarget on...
2014-07-18 Eric ChristopherThe subtarget in MipsTargetLowering isn't going to...
2014-07-18 Eric ChristopherAvoid resetting the UseSoftFloat and FloatABIType on...
2014-07-03 Eric ChristopherRemove dead code.
2014-05-17 Saleem AbdulrasoolTarget: change member from reference to pointer
2014-04-25 Craig Topper[C++] Use 'nullptr'. Target edition.
2014-04-22 Chandler Carruth[Modules] Fix potential ODR violations by sinking the...
2014-04-12 Benjamin KramerRetire llvm::array_endof in favor of non-member std...
2014-03-04 Chandler Carruth[cleanup] Re-sort all the includes with utils/sort_incl...
2014-03-02 Benjamin Kramer[C++11] Replace llvm::next and llvm::prior with std...
2014-02-19 Reed KotlerMake one statement easier to understand from post commm...
2014-02-14 Reed KotlerThis patch has two main functions:
2014-02-05 Matt ArsenaultAdd address space argument to allowsUnalignedMemoryAccess.
2014-01-07 Chandler CarruthRe-sort all of the includes with ./utils/sort_includes...
2013-12-25 Simon Atanasyan[Mips] Does not take in account 'use-soft-float' attrib...
2013-11-15 Reed KotlerMake all the conditional Mips 16 branches get initially...
2013-10-08 Reed KotlerLet rotr and bswap be handled by expansion for Mips16...
2013-09-28 Akira Hatanaka[mips] Make sure loads from lazy-binding entries do...
2013-09-27 Akira Hatanaka[mips] Rewrite MipsTargetLowering::getAddr functions...
2013-09-25 Akira HatanakaRevert r191350.
2013-09-25 Akira Hatanaka[mips] Define getTargetNode as a template function.
2013-08-09 Reed KotlerAdd another intrinsic that LLVM gives an incorrect...
2013-08-06 Akira Hatanaka[mips] Rename register classes CPURegs and CPU64Regs.
2013-08-01 Reed KotlerFix some issues with Mips16 floating when certain intri...
2013-06-13 Benjamin KramerMips: Remove global set.
2013-06-09 Reed KotlerFix a regression I introduced when I expanded the compl...
2013-05-21 Reed KotlerAdd some additional functions to the list of helper...
2013-05-10 Reed KotlerCheckin in of first of several patches to finish implem...
2013-04-22 Akira Hatanaka80 columns.
2013-04-20 Tim NorthoverRemove unused MEMBARRIER DAG node; it's been replaced...
2013-03-14 Reed KotlerAdd a new method which enables one to change register...
2013-03-13 Akira Hatanaka[mips] Define two subclasses of MipsTargetLowering...