According to ARM EABI, 8-bytes function arguments must be 8-bytes aligned.
[oota-llvm.git] / lib / Target / ARM / ARMTargetMachine.cpp
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