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
*
* Allow passing in an unsigned configuration to allocateSparcTargetMachine()
Misha Brukman
2003-05-27
1
-10
/
+35
*
Remove two fields from TargetData which are target specific.
Chris Lattner
2003-04-26
1
-1
/
+1
*
Add support for the Switch instruction by running the lowerSwitch pass first
Chris Lattner
2003-04-23
1
-0
/
+3
*
Rename MachineInstrInfo -> TargetInstrInfo
Chris Lattner
2003-01-14
1
-2
/
+2
*
* Frame & const pool info is no longer directly in MachineFunction
Chris Lattner
2002-12-28
1
-8
/
+10
*
Sparc is not little endian
Chris Lattner
2002-12-24
1
-1
/
+1
*
Initialize implicit uses/defs fields for sparc backend to empty list
Chris Lattner
2002-12-03
1
-1
/
+3
*
Reassociate pass now works
Chris Lattner
2002-10-31
1
-1
/
+1
*
Sparc backend doesn't use target specific flags yet
Chris Lattner
2002-10-30
1
-1
/
+1
*
* Privatize the TargetName
Chris Lattner
2002-10-29
1
-6
/
+2
*
Allow TargetMachine to refuse static code gen
Chris Lattner
2002-10-29
1
-1
/
+2
*
Rename Sparc.h to TargetMachineImpls.h
Chris Lattner
2002-10-29
1
-1
/
+1
*
MachineInstrInfo doesn't need a TargetMachine
Chris Lattner
2002-10-29
1
-1
/
+0
*
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
[next]