[mips][msa] lowerMSABitClear() should use SelectionDAG::getNOT() instead of using...
[oota-llvm.git] / lib / Target / Mips / MipsConstantIslandPass.cpp
2013-11-13 Reed KotlerTake care of long short branch immediate instructions...
2013-11-13 Reed KotlerAllow the code which returns the length for inline...
2013-11-12 Reed KotlerChange the default branch instruction to be the 16...
2013-11-10 Reed KotlerMostly finish up constant islands port for Mips for...
2013-11-07 Reed KotlerDisable some code that is causing some warnings. It...
2013-11-06 Reed KotlerFix definition for Mips16 pc relative load word instruc...
2013-11-05 Reed KotlerGet rid of current calculation function and adjustment...
2013-11-05 Reed KotlerGet rid of all references to soimm in MipsConstantIslan...
2013-11-05 Reed KotlerCleanup getUserOffset. Issues related to inline assembl...
2013-11-05 Reed KotlerRemove the word "thumb" from comments. Remove also...
2013-11-05 Reed KotlerFix r194019 as requested by Eric Christopher.
2013-11-04 NAKAMURA TakumiRevert r194019 to r194021, "Submit the basic port of...
2013-11-04 Reed KotlerMake sure we don't get a warning from this variable...
2013-11-04 Reed KotlerSubmit the basic port of the rest of ARM constant islan...
2013-10-27 Reed KotlerMake first substantial checkin of my port of ARM consta...
2013-06-07 Bill WendlingDon't cache the instruction and register info from...
2013-04-09 Reed KotlerThis patch enables llvm to switch between compiling...
2013-02-27 Reed KotlerFix cut/paste error in a comment.
2013-02-27 Reed KotlerAdd the skeleton for the Mips constant island pass.