aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/Sparc/SparcTargetMachine.cpp
AgeCommit message (Expand)Author
2004-09-29Fix double and long alignment.Brian Gaeke
2004-07-11Delete the allocate*TargetMachine function, which is now dead .Chris Lattner
2004-07-11Make these format a bit nicerChris Lattner
2004-07-11Auto-registrate targetChris Lattner
2004-07-04Add #includesChris Lattner
2004-07-02Fix potential problems with unreachable basic blocks.Chris Lattner
2004-06-21Order #includes as per style guide.Misha Brukman
2004-06-18Get rid of selects the easy wayBrian Gaeke
2004-06-15I think we'll use the standard lowering passes for now.Brian Gaeke
2004-04-13I don't think we have to have 4 extra allocated (but unused) bytes on the stack.Brian Gaeke
2004-04-06Add references to delay slot filler pass.Brian Gaeke
2004-03-04Support -print-machineinstrsBrian Gaeke
2004-03-04Asm printer support, based on x86 - only prints mnemonics for nowBrian Gaeke
2004-02-29Add an instruction selector capable of selecting 'ret void'Chris Lattner
2004-02-28Change this so that LLC actually tries to run the code generator, though it willChris Lattner
2004-02-28Finegrainify namespacificationChris Lattner
2004-02-25SparcV8 skeletonBrian Gaeke