aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/Mips/MipsConstantIslandPass.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-5/+3
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-13/+11
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-10/+10
* Update to LLVM 3.5a.Stephen Hines2014-04-241-50/+237
* Take care of long short branch immediate instructions for mips16 inReed Kotler2013-11-131-5/+10
* Allow the code which returns the length for inline assembler to knowReed Kotler2013-11-131-2/+3
* Change the default branch instruction to be the 16 bit variety for mips16.Reed Kotler2013-11-121-3/+5
* Mostly finish up constant islands port for Mips for load constants.Reed Kotler2013-11-101-3/+20
* Disable some code that is causing some warnings. It's in the processReed Kotler2013-11-071-3/+2
* Fix definition for Mips16 pc relative load word instructions.Reed Kotler2013-11-061-5/+3
* Get rid of current calculation function and adjustment schemeReed Kotler2013-11-051-76/+13
* Get rid of all references to soimm in MipsConstantIslands pass becauseReed Kotler2013-11-051-12/+7
* Cleanup getUserOffset. Issues related to inline assembler length andReed Kotler2013-11-051-16/+1
* Remove the word "thumb" from comments. Remove also an incorrectReed Kotler2013-11-051-24/+6
* Fix r194019 as requested by Eric Christopher.Reed Kotler2013-11-051-12/+1371
* Revert r194019 to r194021, "Submit the basic port of the rest of ARM constant...NAKAMURA Takumi2013-11-041-1490/+11
* Make sure we don't get a warning from this variable that is only usedReed Kotler2013-11-041-0/+1
* Submit the basic port of the rest of ARM constant islands code to Mips. Reed Kotler2013-11-041-11/+1489
* Make first substantial checkin of my port of ARM constant islands code to Mips.Reed Kotler2013-10-271-8/+177
* Don't cache the instruction and register info from the TargetMachine, becauseBill Wendling2013-06-071-5/+0
* This patch enables llvm to switch between compiling for mips32/mips64 Reed Kotler2013-04-091-1/+5
* Fix cut/paste error in a comment.Reed Kotler2013-02-271-1/+1
* Add the skeleton for the Mips constant island pass.Reed Kotler2013-02-271-0/+85