Remove attribution from file headers, per discussion on llvmdev.
[oota-llvm.git] / lib / Target / ARM / ARMTargetMachine.cpp
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-09-20 Evan ChengEnable if-conversion for ARM by default.
2007-08-07 Evan ChengInitial JIT support for ARM by Raul Fernandes Herbster.
2007-07-20 Evan ChengAdded -print-emitted-asm to print out JIT generated...
2007-07-09 Chris LattnerThe various "getModuleMatchQuality" implementations...
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-02-14 Chris LattnerGeneralize TargetData strings, to support more interest...
2007-02-13 Lauro Ramos VenancioAdd space between // and the comment.
2007-02-13 Lauro Ramos VenancioAdd ABI information to ARM subtarget.
2007-02-13 Lauro Ramos VenancioAccording to ARM EABI, 8-bytes function arguments must...
2007-02-01 Evan ChengAlso set alignment of stack-based structs to 4 in thumb...
2007-01-31 Evan ChengThumb add sp, #imm requires the immediate value be...
2007-01-22 Evan ChengARM AAPCS abi (Linux, etc.) requires 8-byte double...
2007-01-22 Evan ChengDouble and Long preferred alignment is 4 for Darwin...
2007-01-20 Evan ChengClean up ARM PEI code.
2007-01-19 Evan ChengisDarwin -> isTargetDarwin
2007-01-19 Evan ChengARM backend contribution from Apple.
2006-11-03 Rafael Espindolarevert previous patch
2006-11-03 Rafael Espindolaadd createCFGSimplificationPass to ARMTargetMachine...
2006-10-09 Rafael Espindolamost ARM targets are little endian
2006-09-19 Rafael EspindolaImplement a MachineFunctionPass to fix the mul instruction
2006-09-07 Jim Laskey1. Remove condition on delete.
2006-09-04 Chris LattnerCompletely rearchitect the interface between targets...
2006-09-03 Chris LattnerSimplify target construction.
2006-08-21 Rafael Espindolainitial support for select
2006-08-16 Rafael EspindolaDeclare the callee saved regs
2006-08-09 Rafael Espindolacorrectly set LocalAreaOffset of TargetFrameInfo
2006-06-16 Chris LattnerDon't pass target name into TargetData anymore, it...
2006-05-20 Owen AndersonMake all of the TargetMachine subclasses use the new...
2006-05-14 Rafael Espindolaadded a skeleton of the ARM backend