Remove attribution from file headers, per discussion on llvmdev.
[oota-llvm.git] / lib / Target / ARM / ARMTargetMachine.h
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-07-20 Evan ChengAdded -print-emitted-asm to print out JIT generated...
2007-07-05 Evan ChengInitial ARM JIT support by Raul Fernandes Herbster.
2007-05-16 Evan ChengMove if-conversion after all passes that may use regist...
2007-05-16 Evan ChengHooks for predication support.
2007-03-13 Evan ChengImplement getTargetLowering() or else LSR won't be...
2007-02-23 Evan ChengAdded -march=thumb; removed -enable-thumb.
2007-01-19 Evan ChengARM backend contribution from Apple.
2006-09-19 Rafael EspindolaImplement a MachineFunctionPass to fix the mul instruction
2006-09-07 Jim Laskey1. Remove condition on delete.
2006-09-07 Jim LaskeyMake target asm info a property of the target machine.
2006-09-04 Chris LattnerCompletely rearchitect the interface between targets...
2006-08-16 Rafael EspindolaDeclare the callee saved regs
2006-05-14 Rafael Espindolaadded a skeleton of the ARM backend