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
/
SparcV8
/
SparcV8TargetMachine.cpp
Age
Commit message (
Expand
)
Author
2006-02-05
Remove the SparcV8 backend. It has been renamed to be the Sparc backend.
Chris Lattner
2006-02-04
Two changes:
Chris Lattner
2006-01-26
Add trivial subtarget support
Chris Lattner
2006-01-23
remove the V8 simple isel
Chris Lattner
2006-01-15
reorder passes
Chris Lattner
2006-01-12
invert the sense of this switch and its name
Chris Lattner
2005-12-20
Run lower-switch after lower-invoke.
Chris Lattner
2005-12-17
Add the framework for a dag-dag isel
Chris Lattner
2005-12-16
Remove JIT support, which doesn't work.
Chris Lattner
2005-11-08
Add a new option to indicate we want the code generator to emit code quickly,...
Chris Lattner
2005-10-29
remove reference to this pass
Chris Lattner
2005-09-01
1. Use SubtargetFeatures in llc/lli.
Jim Laskey
2005-06-25
Refactor the addPassesToEmitAssembly interface into a addPassesToEmitFile
Chris Lattner
2005-04-22
Convert tabs to spaces
Misha Brukman
2005-04-21
Remove trailing whitespace
Misha Brukman
2004-12-12
Use the target triple to pick this target.
Chris Lattner
2004-12-11
Print llvm code one function at a time.
Brian Gaeke
2004-12-11
JIT should print LLVM each function before selecting instructions for it.
Brian Gaeke
2004-12-11
Bools are *also* not ints. Sigh. Furthermore, most of the TargetMachine
Brian Gaeke
2004-12-10
Move -lowerselect later in the chain; some select instructions were
Brian Gaeke
2004-12-09
Bytes and shorts are aligned differently from words.
Brian Gaeke
2004-11-18
Allocate fewer registers and tighten up alignment restrictions.
Brian Gaeke
2004-10-09
Implement getModuleMatchQuality and getJITMatchQuality so that v8 will be the
Brian Gaeke
2004-09-29
Fix double and long alignment.
Brian Gaeke
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