aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/SparcV8/SparcV8TargetMachine.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add a new option to indicate we want the code generator to emit code quickly,...Chris Lattner2005-11-081-1/+2
* remove reference to this passChris Lattner2005-10-291-4/+0
* 1. Use SubtargetFeatures in llc/lli.Jim Laskey2005-09-011-1/+2
* Refactor the addPassesToEmitAssembly interface into a addPassesToEmitFileChris Lattner2005-06-251-3/+6
* Convert tabs to spacesMisha Brukman2005-04-221-1/+1
* Remove trailing whitespaceMisha Brukman2005-04-211-8/+8
* Use the target triple to pick this target.Chris Lattner2004-12-121-0/+4
* Print llvm code one function at a time.Brian Gaeke2004-12-111-1/+1
* JIT should print LLVM each function before selecting instructions for it.Brian Gaeke2004-12-111-0/+4
* Bools are *also* not ints. Sigh. Furthermore, most of the TargetMachineBrian Gaeke2004-12-111-1/+6
* Move -lowerselect later in the chain; some select instructions wereBrian Gaeke2004-12-101-6/+6
* Bytes and shorts are aligned differently from words.Brian Gaeke2004-12-091-1/+1
* 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