aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/Alpha/AlphaTargetMachine.h
Commit message (Expand)AuthorAgeFilesLines
* Add the Object Code Emitter class. Original patch by Aaron Gray, I did someBruno Cardoso Lopes2009-07-061-0/+6
* Remove unused AsmPrinter OptLevel argument, and propogate.Daniel Dunbar2009-07-011-1/+0
* Unbreak cyclic depsAnton Korobeynikov2009-06-191-4/+16
* First patch in the direction of splitting MachineCodeEmitter in two subclasses:Bruno Cardoso Lopes2009-05-301-0/+6
* Instead of passing in an unsigned value for the optimization level, use an enum,Bill Wendling2009-04-291-6/+9
* Second attempt:Bill Wendling2009-04-291-5/+5
* r70270 isn't ready yet. Back this out. Sorry for the noise.Bill Wendling2009-04-281-5/+5
* Massive check in. This changes the "-fast" flag to "-O#" in llc. If you want toBill Wendling2009-04-281-5/+5
* CodeGen still defaults to non-verbose asm, but llc now overrides it and defau...Evan Cheng2009-03-251-1/+1
* 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-4/+4
* Use PassManagerBase instead of FunctionPassManager for functionsDan Gohman2008-03-111-5/+5
* 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
* Added -print-emitted-asm to print out JIT generated asm to cerr.Evan Cheng2007-07-201-2/+2
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-181-0/+73