aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/SparcV8/SparcV8TargetMachine.cpp
Commit message (Expand)AuthorAgeFilesLines
* Allocate fewer registers and tighten up alignment restrictions.Brian Gaeke2004-11-181-1/+1
* Implement getModuleMatchQuality and getJITMatchQuality so that v8 will be theBrian Gaeke2004-10-091-0/+19
* Fix double and long alignment.Brian Gaeke2004-09-291-1/+3
* Delete the allocate*TargetMachine function, which is now dead .Chris Lattner2004-07-111-9/+1
* Make these format a bit nicerChris Lattner2004-07-111-1/+1
* Auto-registrate targetChris Lattner2004-07-111-0/+6
* Add #includesChris Lattner2004-07-041-0/+1
* Fix potential problems with unreachable basic blocks.Chris Lattner2004-07-021-0/+10
* Order #includes as per style guide.Misha Brukman2004-06-211-1/+1
* Get rid of selects the easy wayBrian Gaeke2004-06-181-0/+6
* I think we'll use the standard lowering passes for now.Brian Gaeke2004-06-151-0/+25
* I don't think we have to have 4 extra allocated (but unused) bytes on the stack.Brian Gaeke2004-04-131-1/+1
* Add references to delay slot filler pass.Brian Gaeke2004-04-061-1/+23
* Support -print-machineinstrsBrian Gaeke2004-03-041-6/+9
* Asm printer support, based on x86 - only prints mnemonics for nowBrian Gaeke2004-03-041-0/+2
* Add an instruction selector capable of selecting 'ret void'Chris Lattner2004-02-291-1/+10
* 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
* SparcV8 skeletonBrian Gaeke2004-02-251-0/+61