Fix stack alignment in functions with varargs.
[oota-llvm.git] / lib / Target / ARM / ARMISelLowering.cpp
2007-02-23 Lauro Ramos VenancioFix stack alignment in functions with varargs.
2007-02-22 Jim LaskeySimplify lowering and selection of exception ops.
2007-02-21 Jim LaskeySupport to provide exception and selector registers.
2007-02-13 Lauro Ramos VenancioAccording to ARM EABI, 8-bytes function arguments must...
2007-02-03 Evan ChengFix comments.
2007-02-02 Evan ChengFix a bug in getARMCMP (which translate CondCode to...
2007-02-01 Evan ChengThumb does not have clz.
2007-01-31 Evan ChengSpecify the right CC for comparison libcalls.
2007-01-31 Evan ChengObserve -soft-float.
2007-01-30 Evan Cheng- Fix codegen for pc relative constant (e.g. JT) in...
2007-01-30 Reid SpencerFor PR1136: Rename GlobalVariable::isExternal as isDecl...
2007-01-29 Nate BegemanFinish off bug 680, allowing targets to custom lower...
2007-01-28 Anton KorobeynikovPropagate changes from my local tree. This patch includes:
2007-01-26 Jim LaskeyMake LABEL a builtin opcode.
2007-01-22 Evan ChengUse bl to call Thumb fuctions directly.
2007-01-19 Evan ChengisDarwin -> isTargetDarwin
2007-01-19 Evan ChengARM backend contribution from Apple.