aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/Sparc/SparcTargetMachine.h
Commit message (Expand)AuthorAgeFilesLines
* Use raw_ostream throughout the AsmPrinter.Owen Anderson2008-08-211-1/+1
* Change target-specific classes to use more precise static types.Dan Gohman2008-05-141-2/+2
* Use PassManagerBase instead of FunctionPassManager for functionsDan Gohman2008-03-111-3/+3
* Rename MRegisterInfo to TargetRegisterInfo.Dan Gohman2008-02-101-1/+1
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* 1. Remove condition on delete.Jim Laskey2006-09-071-5/+4
* Make target asm info a property of the target machine.Jim Laskey2006-09-071-0/+4
* Completely rearchitect the interface between targets and the pass manager.Chris Lattner2006-09-041-4/+7
* Refactor a bunch of includes so that TargetMachine.h doesn't have to includeOwen Anderson2006-05-121-0/+1
* Refactor TargetMachine, pushing handling of TargetData into the target-specif...Owen Anderson2006-05-031-1/+2
* Eliminate IntrinsicLowering from TargetMachine.Chris Lattner2006-03-231-3/+1
* Rename SPARC V8 target to be the LLVM SPARC target.Chris Lattner2006-02-051-12/+12
* Add trivial subtarget supportChris Lattner2006-01-261-0/+3
* Remove JIT support, which doesn't work.Chris Lattner2005-12-161-9/+0
* Add a new option to indicate we want the code generator to emit code quickly,...Chris Lattner2005-11-081-7/+1
* 1. Use SubtargetFeatures in llc/lli.Jim Laskey2005-09-011-1/+2
* Refactor the addPassesToEmitAssembly interface into a addPassesToEmitFileChris Lattner2005-06-251-1/+2
* Remove trailing whitespaceMisha Brukman2005-04-211-4/+4
* Implement getModuleMatchQuality and getJITMatchQuality so that v8 will be theBrian Gaeke2004-10-091-0/+4
* Adjust to new TM interfacesChris Lattner2004-06-021-5/+2
* TargetCacheInfo has been removed; its only uses were to propagate a constantBrian Gaeke2004-03-011-1/+0
* SparcV8 skeletonBrian Gaeke2004-02-251-0/+61