aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/ARM/ARMTargetMachine.h
Commit message (Expand)AuthorAgeFilesLines
* ARM refactoring. Step 2: split RegisterInfoAnton Korobeynikov2009-06-271-1/+1
* Split thumb-related stuff into separate classes.Anton Korobeynikov2009-06-261-16/+47
* Latency information for ARM v6. It's rough and not yet hooked up. Right now ...Evan Cheng2009-06-191-7/+11
* Add a ARM specific pre-allocation pass that re-schedule loads / stores fromEvan Cheng2009-06-131-0/+1
* 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-7/+11
* Second attempt:Bill Wendling2009-04-291-6/+6
* r70270 isn't ready yet. Back this out. Sorry for the noise.Bill Wendling2009-04-281-6/+6
* Massive check in. This changes the "-fast" flag to "-O#" in llc. If you want toBill Wendling2009-04-281-6/+6
* CodeGen still defaults to non-verbose asm, but llc now overrides it and defau...Evan Cheng2009-03-251-2/+2
* Overhaul my earlier submission due to feedback. It's a large patch, but most ofBill Wendling2009-02-241-1/+2
* ARM JIT should observe -relocation-model command line option.Evan Cheng2008-10-301-0/+1
* Use raw_ostream throughout the AsmPrinter.Owen Anderson2008-08-211-2/+2
* Move ARM to pluggable asmprinterAnton Korobeynikov2008-08-171-4/+16
* 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/+1
* 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/+81