index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Target
/
Mips
/
MipsConstantIslandPass.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[C++11] Replace llvm::next and llvm::prior with std::next and std::prev.
Benjamin Kramer
2014-03-02
1
-12
/
+11
*
Adjust offsets for max load instruction offsets. This is more pessimistic
Reed Kotler
2014-01-16
1
-2
/
+2
*
Re-sort all of the includes with ./utils/sort_includes.py so that
Chandler Carruth
2014-01-07
1
-1
/
+1
*
Make cosmetic changes as part of Mips internal post commit review of
Reed Kotler
2013-12-19
1
-4
/
+4
*
Correct word hyphenations
Alp Toker
2013-12-05
1
-1
/
+1
*
final patch for very long conditional branches for mips16 constant islands.
Reed Kotler
2013-12-03
1
-5
/
+18
*
Part 1 of 3 patches that completes very long conditional branches
Reed Kotler
2013-11-29
1
-16
/
+29
*
Check in conditional branches for constant islands. Still need to finish
Reed Kotler
2013-11-28
1
-2
/
+154
*
Make sure that for C++ emitting LwConstant32 pseudos, that it corresponds
Reed Kotler
2013-11-24
1
-1
/
+1
*
Fix a funny bug I introduced during conversion of ARM constant islands to Mips.
Reed Kotler
2013-11-24
1
-3
/
+5
*
Add, to constant islands, long jumps similar to ARM far branch.
Reed Kotler
2013-11-21
1
-2
/
+22
*
Take care of long short branch immediate instructions for mips16 in
Reed Kotler
2013-11-13
1
-5
/
+10
*
Allow the code which returns the length for inline assembler to know
Reed Kotler
2013-11-13
1
-2
/
+3
*
Change the default branch instruction to be the 16 bit variety for mips16.
Reed Kotler
2013-11-12
1
-3
/
+5
*
Mostly finish up constant islands port for Mips for load constants.
Reed Kotler
2013-11-10
1
-3
/
+20
*
Disable some code that is causing some warnings. It's in the process
Reed Kotler
2013-11-07
1
-3
/
+2
*
Fix definition for Mips16 pc relative load word instructions.
Reed Kotler
2013-11-06
1
-5
/
+3
*
Get rid of current calculation function and adjustment scheme
Reed Kotler
2013-11-05
1
-76
/
+13
*
Get rid of all references to soimm in MipsConstantIslands pass because
Reed Kotler
2013-11-05
1
-12
/
+7
*
Cleanup getUserOffset. Issues related to inline assembler length and
Reed Kotler
2013-11-05
1
-16
/
+1
*
Remove the word "thumb" from comments. Remove also an incorrect
Reed Kotler
2013-11-05
1
-24
/
+6
*
Fix r194019 as requested by Eric Christopher.
Reed Kotler
2013-11-05
1
-12
/
+1371
*
Revert r194019 to r194021, "Submit the basic port of the rest of ARM constant...
NAKAMURA Takumi
2013-11-04
1
-1490
/
+11
*
Make sure we don't get a warning from this variable that is only used
Reed Kotler
2013-11-04
1
-0
/
+1
*
Submit the basic port of the rest of ARM constant islands code to Mips.
Reed Kotler
2013-11-04
1
-11
/
+1489
*
Make first substantial checkin of my port of ARM constant islands code to Mips.
Reed Kotler
2013-10-27
1
-8
/
+177
*
Don't cache the instruction and register info from the TargetMachine, because
Bill Wendling
2013-06-07
1
-5
/
+0
*
This patch enables llvm to switch between compiling for mips32/mips64
Reed Kotler
2013-04-09
1
-1
/
+5
*
Fix cut/paste error in a comment.
Reed Kotler
2013-02-27
1
-1
/
+1
*
Add the skeleton for the Mips constant island pass.
Reed Kotler
2013-02-27
1
-0
/
+85
[prev]