Remove the TargetMachine forwards for TargetSubtargetInfo based
[oota-llvm.git] / lib / Target / Mips / MipsConstantIslandPass.cpp
2014-08-04 Eric ChristopherRemove the TargetMachine forwards for TargetSubtargetIn...
2014-07-18 Eric ChristopherFundamentally change the MipsSubtarget replacement...
2014-04-29 Craig Topper[C++11] Add 'override' keywords and remove 'virtual...
2014-04-25 Craig Topper[C++] Use 'nullptr'. Target edition.
2014-04-22 Chandler Carruth[Modules] Fix potential ODR violations by sinking the...
2014-03-23 Nuno Lopesremove a bunch of unused private methods
2014-03-04 Chandler Carruth[Modules] Move InstIterator out of the Support library...
2014-03-02 Benjamin Kramer[C++11] Replace llvm::next and llvm::prior with std...
2014-01-16 Reed KotlerAdjust offsets for max load instruction offsets. This...
2014-01-07 Chandler CarruthRe-sort all of the includes with ./utils/sort_includes...
2013-12-19 Reed KotlerMake cosmetic changes as part of Mips internal post...
2013-12-05 Alp TokerCorrect word hyphenations
2013-12-03 Reed Kotlerfinal patch for very long conditional branches for...
2013-11-29 Reed KotlerPart 1 of 3 patches that completes very long conditiona...
2013-11-28 Reed KotlerCheck in conditional branches for constant islands...
2013-11-24 Reed KotlerMake sure that for C++ emitting LwConstant32 pseudos...
2013-11-24 Reed KotlerFix a funny bug I introduced during conversion of ARM...
2013-11-21 Reed KotlerAdd, to constant islands, long jumps similar to ARM...
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.