summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/IA64/IA64TargetMachine.h
Commit message (Expand)AuthorAgeFilesLines
* Remove the IA-64 backend.Dan Gohman2009-07-241-59/+0
* Lift addAssemblyEmitter into LLVMTargetMachine.Daniel Dunbar2009-07-151-3/+0
* Remove old style hacks to register AsmPrinter into TargetMachine.Daniel Dunbar2009-07-151-11/+0
* Reapply TargetRegistry refactoring commits.Daniel Dunbar2009-07-151-4/+2
* Revert 75762, 75763, 75766..75769, 75772..75775, 75778, 75780, 75782 to repai...Stuart Hastings2009-07-151-2/+4
* Kill off old (TargetMachine level, not Target level) match quality functions.Daniel Dunbar2009-07-151-2/+0
* Provide TargetMachine implementations with reference to Target they were createdDaniel Dunbar2009-07-151-1/+1
* Register Target's TargetMachine and AsmPrinter in the new registry.Daniel Dunbar2009-07-151-1/+1
* Have asm printers use formatted_raw_ostream directly to avoid aDavid Greene2009-07-141-2/+2
* Remove unused AsmPrinter OptLevel argument, and propogate.Daniel Dunbar2009-07-011-1/+0
* Unbreak cyclic depsAnton Korobeynikov2009-06-191-3/+15
* Instead of passing in an unsigned value for the optimization level, use an enum,Bill Wendling2009-04-291-3/+4
* Second attempt:Bill Wendling2009-04-291-3/+3
* r70270 isn't ready yet. Back this out. Sorry for the noise.Bill Wendling2009-04-281-3/+3
* Massive check in. This changes the "-fast" flag to "-O#" in llc. If you want toBill Wendling2009-04-281-3/+3
* CodeGen still defaults to non-verbose asm, but llc now overrides it and defau...Evan Cheng2009-03-251-1/+1
* Give IA64 a TargetSubtarget subclass, so that it canDan Gohman2009-01-161-0/+3
* 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-1/+1
* 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/+5
* Completely rearchitect the interface between targets and the pass manager.Chris Lattner2006-09-041-7/+8
* Fix target matching weights, so that ppc-darwin modules are codegen with theChris Lattner2006-08-261-1/+0
* Fix build breakage :(Chris Lattner2006-05-121-1/+3
* Actually override the right method. :)Chris Lattner2006-05-121-1/+1
* 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-0/+2
* Eliminate IntrinsicLowering from TargetMachine.Chris Lattner2006-03-231-3/+1
* Added getTargetLowering() to TargetMachine. Refactored targets to support this.Evan Cheng2006-03-131-4/+7
* Add a new option to indicate we want the code generator to emit code quickly,...Chris Lattner2005-11-081-1/+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-3/+3
* and so it begins...Duraid Madina2005-03-171-0/+48
OpenPOWER on IntegriCloud