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
/
Sparc
/
PrologEpilogCodeInserter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
* Changes to be a MachineFunctionPass
Chris Lattner
2002-12-28
1
-56
/
+46
*
Use BuildMI instead of explicit code.
Chris Lattner
2002-10-28
1
-34
/
+15
*
Rewrote uses of deprecated `MachineFunction::get(BasicBlock *BB)'.
Misha Brukman
2002-10-28
1
-8
/
+10
*
*** empty log message ***
Chris Lattner
2002-10-28
1
-1
/
+0
*
Rename MachineCodeForBasicBlock to MachineBasicBlock
Chris Lattner
2002-10-28
1
-3
/
+3
*
Changed `MachineCodeForMethod' to `MachineFunction'.
Misha Brukman
2002-10-28
1
-3
/
+3
*
Don't use %l0 for large operands to a SAVE since it is needed *before* SAVE!
Vikram S. Adve
2002-10-13
1
-7
/
+7
*
Move all the code that creates code generation passes from Sparc.cpp to
Vikram S. Adve
2002-09-16
1
-2
/
+2
*
- Clean up interface to Sparc register handling a bit:
Chris Lattner
2002-08-12
1
-1
/
+1
*
* Removed extraneous #includes
Chris Lattner
2002-08-09
1
-2
/
+0
*
Bug fix: incorrect SAVE instruction when using register for stack size.
Vikram S. Adve
2002-08-01
1
-1
/
+1
*
Stop using pseudo-instructions (SETX, SETUW, SETSW)
Vikram S. Adve
2002-07-10
1
-10
/
+28
*
class MachineCodeForBasicBlock is now an annotation on BasicBlock.
Vikram S. Adve
2002-07-08
1
-2
/
+3
*
changes to make it compatible with 64bit gcc
Anand Shukla
2002-06-25
1
-1
/
+1
*
MEGAPATCH checkin.
Chris Lattner
2002-06-25
1
-32
/
+26
*
Add new optional getPassName() virtual function that a Pass can override
Chris Lattner
2002-04-29
1
-0
/
+3
*
* Rename MethodPass class to FunctionPass
Chris Lattner
2002-04-27
1
-2
/
+2
*
iUse new form of pop_back to make code more concise
Chris Lattner
2002-04-09
1
-2
/
+1
*
Delete NOP instructions as they are eliminated.
Chris Lattner
2002-04-09
1
-0
/
+1
*
Move the InsertPrologEpilogCode class out of the Sparc.cpp file, and include
Chris Lattner
2002-04-09
1
-0
/
+153