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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add support for code generation for array references.
Vikram S. Adve
2002-03-18
1
-481
/
+607
*
Bug fixes for not using unified reg. numbers, and for using the
Vikram S. Adve
2002-03-18
1
-62
/
+77
*
Use distinct names for the three types of SetMachineOperand to
Vikram S. Adve
2002-03-18
1
-35
/
+39
*
Minor fixes.
Vikram S. Adve
2002-03-18
1
-3
/
+7
*
Handling of global names was severely broken when converting to 2 passes.
Vikram S. Adve
2002-03-18
1
-28
/
+61
*
Several sundry bug fixes.
Vikram S. Adve
2002-03-18
1
-15
/
+23
*
Fix include error.
Vikram S. Adve
2002-03-03
2
-2
/
+2
*
Clean up std namespace issues
Chris Lattner
2002-02-24
4
-10
/
+14
*
* 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
3
-0
/
+81
*
Fix build error
Chris Lattner
2002-02-11
1
-2
/
+2
*
Convert operand iterator over to work like an STL iterator
Chris Lattner
2002-02-05
1
-1
/
+0
*
Minor change: Methods that return ValueSet's that are guaranteed to be valid
Chris Lattner
2002-02-05
1
-16
/
+16
*
* Code Cleanups
Chris Lattner
2002-02-05
2
-16
/
+14
*
* Eliminate the LiveVarSet class, making applyTranferFuncForMInst a static
Chris Lattner
2002-02-05
2
-9
/
+8
*
* Code Cleanups
Chris Lattner
2002-02-05
1
-33
/
+17
*
The interface to instruction scheduling is now just a call to get the pass.
Chris Lattner
2002-02-04
1
-12
/
+1
*
* ValueSet interface converted from add/remove to insert/erase
Chris Lattner
2002-02-04
1
-2
/
+2
*
Convert RegisterAllocator interface to opaque pass type, so that users do not
Chris Lattner
2002-02-04
1
-1
/
+1
*
EmitAssembly doesn't need an UltraSparc, it can do with any TargetMachine
Chris Lattner
2002-02-04
1
-4
/
+4
*
* Minor cleanups
Chris Lattner
2002-02-04
5
-535
/
+347
*
SparcRegInfo does NOT need anything about instruction scheduling.
Chris Lattner
2002-02-04
1
-1
/
+0
*
Pull all of the scheduling related stuff out of Sparc.cpp into it's own file
Chris Lattner
2002-02-04
2
-734
/
+744
*
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
2
-687
/
+686
*
Convert sparc backend over to use pass based compilation structure.
Chris Lattner
2002-02-03
1
-29
/
+9
*
Convert sparc backend over to use pass based compilation structure.
Chris Lattner
2002-02-03
1
-96
/
+119
*
Convert assembly emission over to a two pass approach.
Chris Lattner
2002-02-03
1
-172
/
+217
*
Add a file level comment
Chris Lattner
2002-02-03
1
-8
/
+8
*
Implement new method by method assembly output & memory releasing
Chris Lattner
2002-02-03
1
-1
/
+13
*
* Switch to new TmpInstruction model
Chris Lattner
2002-02-03
1
-27
/
+28
*
* Switch to new TmpInstruction model
Chris Lattner
2002-02-03
1
-9
/
+5
*
* Swithc to new MachineCodeForInstruction model
Chris Lattner
2002-02-03
1
-5
/
+22
*
* prune #includes
Chris Lattner
2002-02-03
1
-25
/
+18
*
Remove dead variable.
Chris Lattner
2002-01-21
1
-1
/
+0
*
Changes to build successfully with GCC 3.02
Chris Lattner
2002-01-20
9
-158
/
+142
*
Added more comments
Ruchira Sasanka
2002-01-07
2
-36
/
+28
*
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
4
-176
/
+243
*
Eliminate all uses of memInst->getIndicesBROKEN().
Vikram S. Adve
2001-12-15
1
-18
/
+9
*
Remove int hack to allow unsigned numbers greater than 2^63 - 1...
Vikram S. Adve
2001-12-15
1
-6
/
+35
*
Allow pointer indexing
Chris Lattner
2001-12-14
1
-1
/
+1
*
Remove unsized array support
Chris Lattner
2001-12-14
1
-8
/
+0
*
Renamed inst_const_iterator -> const_inst_iterator
Chris Lattner
2001-12-04
2
-10
/
+10
*
Rename ConstPoolVal -> Constant
Chris Lattner
2001-12-03
3
-70
/
+71
*
Create a new #include "Support/..." directory structure to move things
Chris Lattner
2001-11-27
2
-5
/
+66
*
The old getIndices has been deprecated, because it no longer works. It now
Chris Lattner
2001-11-26
1
-1
/
+2
*
commented out popAllTempValues since it leads to a bug - see code
Ruchira Sasanka
2001-11-15
1
-2
/
+15
[next]