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