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
/
Target
/
Sparc
/
SparcTargetMachine.cpp
Age
Commit message (
Expand
)
Author
2004-07-11
Delete the allocate*TargetMachine function, which is now dead .
Chris Lattner
2004-07-11
Make these format a bit nicer
Chris Lattner
2004-07-11
Auto-registrate target
Chris Lattner
2004-07-04
Add #includes
Chris Lattner
2004-07-02
Fix potential problems with unreachable basic blocks.
Chris Lattner
2004-06-21
Order #includes as per style guide.
Misha Brukman
2004-06-18
Get rid of selects the easy way
Brian Gaeke
2004-06-15
I think we'll use the standard lowering passes for now.
Brian Gaeke
2004-04-13
I don't think we have to have 4 extra allocated (but unused) bytes on the stack.
Brian Gaeke
2004-04-06
Add references to delay slot filler pass.
Brian Gaeke
2004-03-04
Support -print-machineinstrs
Brian Gaeke
2004-03-04
Asm printer support, based on x86 - only prints mnemonics for now
Brian Gaeke
2004-02-29
Add an instruction selector capable of selecting 'ret void'
Chris Lattner
2004-02-28
Change this so that LLC actually tries to run the code generator, though it will
Chris Lattner
2004-02-28
Finegrainify namespacification
Chris Lattner
2004-02-25
SparcV8 skeleton
Brian Gaeke