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
/
SparcInternals.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
More renamings of Target/Machine*Info to Target/Target*Info
Chris Lattner
2002-12-29
1
-7
/
+7
*
Rename MachineOptInfo to TargetoptInfo
Chris Lattner
2002-12-29
1
-10
/
+8
*
Rename MachineFrameInfo to TargetFrameInfo.h
Chris Lattner
2002-12-28
1
-1
/
+1
*
* Rename MachineFrameInfo to TargetFrameInfo
Chris Lattner
2002-12-28
1
-4
/
+28
*
These are no longer virtual methods
Chris Lattner
2002-10-29
1
-5
/
+5
*
Allow TargetMachine to refuse static code gen
Chris Lattner
2002-10-29
1
-1
/
+1
*
MachineInstrInfo doesn't need a TargetMachine
Chris Lattner
2002-10-29
1
-1
/
+1
*
Remove all traces of the "Opcode Mask" field in the MachineInstr class
Chris Lattner
2002-10-28
1
-7
/
+0
*
Move addPassesToEmitAssembly from TargetMachine to UltraSparc because it
Chris Lattner
2002-10-28
1
-1
/
+2
*
Changed `MachineCodeForMethod' to `MachineFunction'.
Misha Brukman
2002-10-28
1
-7
/
+7
*
Eliminate duplicate target pointer in SparcRegInfo.
Vikram S. Adve
2002-10-13
1
-11
/
+0
*
Simplified code that handles call args and rets, so it no longer
Vikram S. Adve
2002-09-28
1
-4
/
+2
*
Modify operand order for Create{Sign,Zero}ExtensionInstructions.
Vikram S. Adve
2002-09-27
1
-4
/
+4
*
Added class MachineOptInfo as interface to target-specific
Vikram S. Adve
2002-09-20
1
-2
/
+25
*
Move all the code that creates code generation passes from Sparc.cpp to
Vikram S. Adve
2002-09-16
1
-15
/
+77
*
Add new function UltraSparcInstrInfo::CreateZeroExtensionInstructions.
Vikram S. Adve
2002-09-05
1
-1
/
+17
*
- 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
-11
/
+7
*
GCC 3.1 changes, finally the burm file builds the FIRST time a clean director...
Chris Lattner
2002-07-25
1
-0
/
+1
*
added std:: to vector
Anand Shukla
2002-07-11
1
-2
/
+2
*
Changed interface to insertCallerSavingCode().
Vikram S. Adve
2002-07-10
1
-1
/
+3
*
Numerous changes in interface to class SparcRegInfo corresponding to
Vikram S. Adve
2002-07-08
1
-75
/
+78
*
Remove diff-cluttering tags
Chris Lattner
2002-06-30
1
-1
/
+0
*
changes to make it compatible with 64bit gcc
Anand Shukla
2002-06-25
1
-4
/
+4
*
Numerous bug fixes:
Vikram S. Adve
2002-05-19
1
-50
/
+73
*
Eliminate duplicate or unneccesary #include's
Chris Lattner
2002-04-29
1
-1
/
+0
*
* Rename MethodPass class to FunctionPass
Chris Lattner
2002-04-27
1
-17
/
+17
*
Added functions to compute which register, if any, to use
Vikram S. Adve
2002-04-25
1
-15
/
+20
*
Include prototype for interface to PrologEpilogCodeInserter.cpp file
Chris Lattner
2002-04-09
1
-0
/
+2
*
s/Method/Function
Chris Lattner
2002-04-08
1
-6
/
+6
*
Added function getCallInstIndirectAddrVal() to set call interference
Vikram S. Adve
2002-03-31
1
-1
/
+3
*
s/Method/Function
Chris Lattner
2002-03-29
1
-1
/
+2
*
Several sundry bug fixes.
Vikram S. Adve
2002-03-18
1
-15
/
+23
*
Clean up std namespace issues
Chris Lattner
2002-02-24
1
-1
/
+1
*
Write llvm bytecode to output .s file as last step of LLC.
Chris Lattner
2002-02-11
1
-0
/
+1
*
* Minor cleanups
Chris Lattner
2002-02-04
1
-198
/
+62
*
Move a ton of tables out of SparcInternals.h and move them to Sparc.cpp.
Chris Lattner
2002-02-04
1
-687
/
+1
*
Convert sparc backend over to use pass based compilation structure.
Chris Lattner
2002-02-03
1
-29
/
+9
*
Implement new method by method assembly output & memory releasing
Chris Lattner
2002-02-03
1
-1
/
+13
*
Changes to build successfully with GCC 3.02
Chris Lattner
2002-01-20
1
-19
/
+21
*
removed SizeOfStackOperand constant from the SparcRegInfo class - no longer used
Ruchira Sasanka
2002-01-07
1
-2
/
+1
*
Added more comments
Ruchira Sasanka
2002-01-07
1
-42
/
+102
*
Added comments and correct logic for finding register sizes.
Ruchira Sasanka
2002-01-07
1
-10
/
+19
*
Add function returning which operand holds immediate constant
Vikram S. Adve
2001-11-14
1
-0
/
+16
*
When allocating space on stack for writing a register,
Vikram S. Adve
2001-11-12
1
-0
/
+2
*
Added phi elimination code
Ruchira Sasanka
2001-11-12
1
-1
/
+10
*
Down-growing offsets from FP should start at 0, not -1.
Vikram S. Adve
2001-11-11
1
-1
/
+1
*
Corrected reodering code for instructions inserted before calls
Ruchira Sasanka
2001-11-10
1
-1
/
+28
*
Added code for correct reordering of call arguments
Ruchira Sasanka
2001-11-09
1
-0
/
+4
*
Bug fix: Need to include the stack offset "bias" in assembly code itself.
Vikram S. Adve
2001-11-09
1
-8
/
+39
[next]