aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/Sparc
Commit message (Expand)AuthorAgeFilesLines
...
* Support add - note, still missing important copyConstantToRegister stuffBrian Gaeke2004-03-033-5/+307
* TargetCacheInfo has been removed; its only uses were to propagate a constantBrian Gaeke2004-03-011-1/+0
* Adjust to change in TII ctor argumentsChris Lattner2004-02-291-2/+1
* These two virtual methods are never called.Chris Lattner2004-02-292-32/+1
* Implement initial prolog/epilog code insertion methods.Chris Lattner2004-02-292-6/+17
* Add an instruction selector capable of selecting 'ret void'Chris Lattner2004-02-295-7/+318
* Change this so that LLC actually tries to run the code generator, though it willChris Lattner2004-02-281-1/+1
* Finegrainify namespacificationChris Lattner2004-02-281-6/+3
* Tab completion is our friend.Chris Lattner2004-02-285-4/+4
* Clean up rulesChris Lattner2004-02-281-24/+15
* Bring this directory into "it actually compiles" landChris Lattner2004-02-284-8/+20
* Fix multiple inclusion problemChris Lattner2004-02-281-3/+0
* Instructions to call and return from functions.Misha Brukman2004-02-261-1/+25
* SparcV8 regs are really 32-bit, not 64! Thanks, Chris.Misha Brukman2004-02-251-1/+1
* Clean up the tablegen descriptions for SparcV8.Misha Brukman2004-02-252-35/+22
* Fix the SparcV8 register definitions that were imported from PPC template.Misha Brukman2004-02-251-65/+25
* SparcV8 has different types of instructions, but F1 is only used for CALL.Misha Brukman2004-02-252-0/+105
* SparcV8 skeletonBrian Gaeke2004-02-2514-0/+736