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
/
Sparc.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Move machine code generation/destruction passes out of Sparc.cpp because
Chris Lattner
2002-10-28
1
-44
/
+2
*
Move addPassesToEmitAssembly from TargetMachine to UltraSparc because it
Chris Lattner
2002-10-28
1
-0
/
+119
*
Changed `MachineCodeForMethod' to `MachineFunction'.
Misha Brukman
2002-10-28
1
-5
/
+5
*
Prune #includes
Chris Lattner
2002-10-25
1
-2
/
+0
*
Added class MachineOptInfo as interface to target-specific
Vikram S. Adve
2002-09-20
1
-1
/
+2
*
Move all the code that creates code generation passes from Sparc.cpp to
Vikram S. Adve
2002-09-16
1
-89
/
+3
*
Added getFunctionInfo and MappingInfoForFunction pass, and fixed the earlier ...
Anand Shukla
2002-08-27
1
-3
/
+3
*
Fix breakage in the build
Chris Lattner
2002-08-07
1
-3
/
+2
*
added Mapping and Function Pass
Mehwish Nagda
2002-08-05
1
-1
/
+5
*
* Move InstructionSelection pass to lib/CodeGen/InstrSelection so it is
Chris Lattner
2002-07-30
1
-18
/
+1
*
GCC 3.1 changes, finally the burm file builds the FIRST time a clean director...
Chris Lattner
2002-07-25
1
-2
/
+2
*
Added the Mapping Pass to out put Mapping Info to .s file
Mehwish Nagda
2002-07-15
1
-3
/
+6
*
MEGAPATCH checkin.
Chris Lattner
2002-06-25
1
-16
/
+13
*
Add new optional getPassName() virtual function that a Pass can override
Chris Lattner
2002-04-29
1
-0
/
+9
*
* Rename MethodPass class to FunctionPass
Chris Lattner
2002-04-27
1
-7
/
+7
*
Don't pad spills and temp. stack areas for alignment.
Vikram S. Adve
2002-04-25
1
-4
/
+5
*
* Add a useful file comment
Chris Lattner
2002-04-09
1
-91
/
+7
*
s/Method/Function
Chris Lattner
2002-04-08
1
-1
/
+1
*
Change references to the Method class to be references to the Function
Chris Lattner
2002-04-07
1
-37
/
+39
*
Bug re-fix: put back MachineCodeForInstruction::get(*I).dropAllReferences().
Vikram S. Adve
2002-03-24
1
-5
/
+8
*
Minor fixes.
Vikram S. Adve
2002-03-18
1
-3
/
+7
*
* Pull BasicBlock::pred_* and BasicBlock::succ_* out of BasicBlock.h and into
Chris Lattner
2002-02-12
1
-3
/
+5
*
Method.h no longer includes BasicBlock.h
Chris Lattner
2002-02-12
1
-1
/
+6
*
Write llvm bytecode to output .s file as last step of LLC.
Chris Lattner
2002-02-11
1
-0
/
+3
*
The interface to instruction scheduling is now just a call to get the pass.
Chris Lattner
2002-02-04
1
-12
/
+1
*
Convert RegisterAllocator interface to opaque pass type, so that users do not
Chris Lattner
2002-02-04
1
-1
/
+1
*
* Minor cleanups
Chris Lattner
2002-02-04
1
-0
/
+1
*
Pull all of the scheduling related stuff out of Sparc.cpp into it's own file
Chris Lattner
2002-02-04
1
-734
/
+4
*
Split RegisterAllocation stuff OUT of Sparc.cpp into a well defined pass
Chris Lattner
2002-02-04
1
-27
/
+2
*
Move a ton of tables out of SparcInternals.h and move them to Sparc.cpp.
Chris Lattner
2002-02-04
1
-0
/
+685
*
Convert sparc backend over to use pass based compilation structure.
Chris Lattner
2002-02-03
1
-96
/
+119
*
* Swithc to new MachineCodeForInstruction model
Chris Lattner
2002-02-03
1
-5
/
+22
*
Changes to build successfully with GCC 3.02
Chris Lattner
2002-01-20
1
-6
/
+6
*
Added comments and correct logic for finding register sizes.
Ruchira Sasanka
2002-01-07
1
-1
/
+4
*
When allocating space on stack for writing a register,
Vikram S. Adve
2001-11-12
1
-4
/
+12
*
Added class UltraSparcCacheInfo.
Vikram S. Adve
2001-11-09
1
-1
/
+2
*
Use MachineFrameInfo as base class of UltraSparcFrameInfo, and made
Vikram S. Adve
2001-11-08
1
-35
/
+42
*
Added a frame layout class, and code to insert prolog/epilog code.
Vikram S. Adve
2001-10-22
1
-15
/
+143
*
Moved implementation of class UltraSparcInstrInfo to SparcInstrInfo.cpp.
Vikram S. Adve
2001-10-18
1
-19
/
+0
*
Output to cerr rather than cout so that debug info doesn't mess up assembly g...
Chris Lattner
2001-10-15
1
-3
/
+3
*
updated suggesting/coloring of call & return args & implicit operands
Ruchira Sasanka
2001-10-15
1
-0
/
+1
*
Make the sparc.burg file be a little more flexible and rubust in the fact of
Chris Lattner
2001-10-14
1
-1
/
+0
*
Seperate instruction definitions into new SparcInstr.def file
Chris Lattner
2001-09-19
1
-6
/
+8
*
-- ruchira
Ruchira Sasanka
2001-09-18
1
-308
/
+16
*
Make class TargetMachine the common interface to all target-dependent
Vikram S. Adve
2001-09-18
1
-49
/
+64
*
modified printing of debug messages
Ruchira Sasanka
2001-09-15
1
-26
/
+1
*
added register allocation code
Ruchira Sasanka
2001-09-15
1
-1
/
+364
*
Chris seems fond of #include <vector>. Fix these. Also convert use list in
Chris Lattner
2001-09-14
1
-5
/
+5
*
Checkin changes to:
Chris Lattner
2001-09-14
1
-11
/
+9
*
Move files.
Chris Lattner
2001-09-14
1
-0
/
+123
[prev]