summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM/ARMISelLowering.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix stack alignment in functions with varargs.Lauro Ramos Venancio2007-02-231-2/+5
* Simplify lowering and selection of exception ops.Jim Laskey2007-02-221-3/+0
* Support to provide exception and selector registers.Jim Laskey2007-02-211-0/+3
* According to ARM EABI, 8-bytes function arguments must be 8-bytes aligned.Lauro Ramos Venancio2007-02-131-28/+51
* Fix comments.Evan Cheng2007-02-031-3/+3
* Fix a bug in getARMCMP (which translate CondCode to ARM specific CC) when the...Evan Cheng2007-02-021-20/+18
* Thumb does not have clz.Evan Cheng2007-02-011-1/+1
* Specify the right CC for comparison libcalls.Evan Cheng2007-01-311-0/+20
* Observe -soft-float.Evan Cheng2007-01-311-3/+4
* - Fix codegen for pc relative constant (e.g. JT) in thumb mode:Evan Cheng2007-01-301-10/+26
* For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoidReid Spencer2007-01-301-2/+2
* Finish off bug 680, allowing targets to custom lower frame and returnNate Begeman2007-01-291-0/+3
* Propagate changes from my local tree. This patch includes:Anton Korobeynikov2007-01-281-1/+0
* Make LABEL a builtin opcode.Jim Laskey2007-01-261-1/+1
* Use bl to call Thumb fuctions directly.Evan Cheng2007-01-221-1/+1
* isDarwin -> isTargetDarwinEvan Cheng2007-01-191-4/+4
* ARM backend contribution from Apple.Evan Cheng2007-01-191-0/+1414
OpenPOWER on IntegriCloud