index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
TargetMachine
/
Sparc
/
SparcInstrSelection.cpp
Age
Commit message (
Expand
)
Author
2001-09-14
Move the contents of the CodeGen/TargetMachine/Sparc directory to Target/Sparc
Chris Lattner
2001-09-14
This checkin represents some cleanup of the backend, implementing the followi...
Chris Lattner
2001-09-12
* Clean up InstrForest
Chris Lattner
2001-09-11
Eliminate 'BasicNode' from InstrForest.
Chris Lattner
2001-09-10
Use type checking predicates
Chris Lattner
2001-09-09
Implement the subset of the GetConstantValueAsSignedInt function that is need...
Chris Lattner
2001-09-09
Handle cast float-to-float or cast double-to-double.
Vikram S. Adve
2001-09-07
Updates to work with new lack of constant pool
Chris Lattner
2001-08-28
Major changes too hard to document :-)
Vikram S. Adve
2001-08-27
Convert to use the new factored out TargetData class
Chris Lattner
2001-08-13
Changed case 64 to make the first arg of phi a defintion
Ruchira Sasanka
2001-08-06
Add CC operand as 4th operand of SUBcc, and mark it as a def.
Vikram S. Adve
2001-07-31
Generate dummy Phi machine instruction, plus a bug fix for BrCond(boolreg).
Vikram S. Adve
2001-07-28
Bug fixes:
Vikram S. Adve
2001-07-23
Removal of the redundant CompileContext wrapper
Chris Lattner
2001-07-21
Make code fit in 80 columns more
Chris Lattner
2001-07-21
Renamed include/llvm/Codegen to include/llvm/CodeGen
Chris Lattner
2001-07-21
Description of the SPARC as a target architecture.
Vikram S. Adve