summaryrefslogtreecommitdiff
path: root/lib/Target/ARM/ARMTargetMachine.h
Commit message (Expand)AuthorAge
...
* Remove unused AsmPrinter OptLevel argument, and propogate.Daniel Dunbar2009-07-01
* ARM refactoring. Step 2: split RegisterInfoAnton Korobeynikov2009-06-27
* Split thumb-related stuff into separate classes.Anton Korobeynikov2009-06-26
* Latency information for ARM v6. It's rough and not yet hooked up. Right now ...Evan Cheng2009-06-19
* Add a ARM specific pre-allocation pass that re-schedule loads / stores fromEvan Cheng2009-06-13
* First patch in the direction of splitting MachineCodeEmitter in two subclasses:Bruno Cardoso Lopes2009-05-30
* Instead of passing in an unsigned value for the optimization level, use an enum,Bill Wendling2009-04-29
* Second attempt:Bill Wendling2009-04-29
* r70270 isn't ready yet. Back this out. Sorry for the noise.Bill Wendling2009-04-28
* Massive check in. This changes the "-fast" flag to "-O#" in llc. If you want toBill Wendling2009-04-28
* CodeGen still defaults to non-verbose asm, but llc now overrides it and defau...Evan Cheng2009-03-25
* Overhaul my earlier submission due to feedback. It's a large patch, but most ofBill Wendling2009-02-24
* ARM JIT should observe -relocation-model command line option.Evan Cheng2008-10-30
* Use raw_ostream throughout the AsmPrinter.Owen Anderson2008-08-21
* Move ARM to pluggable asmprinterAnton Korobeynikov2008-08-17
* Change target-specific classes to use more precise static types.Dan Gohman2008-05-14
* Use PassManagerBase instead of FunctionPassManager for functionsDan Gohman2008-03-11
* Rename MRegisterInfo to TargetRegisterInfo.Dan Gohman2008-02-10
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-29
* Added -print-emitted-asm to print out JIT generated asm to cerr.Evan Cheng2007-07-20
* Initial ARM JIT support by Raul Fernandes Herbster.Evan Cheng2007-07-05
* Move if-conversion after all passes that may use register scavenger.Evan Cheng2007-05-16
* Hooks for predication support.Evan Cheng2007-05-16
* Implement getTargetLowering() or else LSR won't be using ARM specific hooks.Evan Cheng2007-03-13
* Added -march=thumb; removed -enable-thumb.Evan Cheng2007-02-23
* ARM backend contribution from Apple.Evan Cheng2007-01-19
* Implement a MachineFunctionPass to fix the mul instructionRafael Espindola2006-09-19
* 1. Remove condition on delete.Jim Laskey2006-09-07
* Make target asm info a property of the target machine.Jim Laskey2006-09-07
* Completely rearchitect the interface between targets and the pass manager.Chris Lattner2006-09-04
* Declare the callee saved regsRafael Espindola2006-08-16
* added a skeleton of the ARM backendRafael Espindola2006-05-14