summaryrefslogtreecommitdiff
path: root/lib/Target/ARM/ARMISelLowering.cpp
Commit message (Expand)AuthorAge
* ARM TLS: implement "general dynamic", "initial exec" and "local exec" models.Lauro Ramos Venancio2007-04-27
* Darwin runtime library does not have these.Evan Cheng2007-04-27
* Implement PIC for arm-linux.Lauro Ramos Venancio2007-04-22
* arm has r+r*s and r+i addr modes, but no r+i+r*s addr modes.Chris Lattner2007-04-13
* Fix incorrect fall-throughs in addr mode code. This fixes CodeGen/ARM/arm-ne...Chris Lattner2007-04-11
* restore support for negative stridesChris Lattner2007-04-10
* remove dead target hooksChris Lattner2007-04-09
* remove some dead target hooks, subsumed by isLegalAddressingModeChris Lattner2007-04-09
* Typo.Evan Cheng2007-04-04
* Arm supports negative strides as well, add them. This lets us compile:Chris Lattner2007-04-03
* fix the CodeGen/ARM/2007-03-13-InstrSched.ll regression: allow IV's with scalesChris Lattner2007-04-02
* add support for the 'w' inline asm register class.Chris Lattner2007-04-02
* - Divides the comparisons in two types: comparisons that only use N and ZLauro Ramos Venancio2007-04-02
* Add i16 address mode.Evan Cheng2007-04-01
* implement the new addressing mode description hook.Chris Lattner2007-03-30
* Remove isLegalAddressImmediate.Evan Cheng2007-03-28
* bugfix: sometimes the spiller puts a load between the "mov lr, pc" and "bx" o...Lauro Ramos Venancio2007-03-27
* switch TargetLowering::getConstraintType to take the entire constraint,Chris Lattner2007-03-25
* repair x86 performance, dejagnu problems from previous changeDale Johannesen2007-03-21
* do not share old induction variables when this would result in invalidDale Johannesen2007-03-20
* bugfix: When the source register of CALL_NOLINK was LR, the following code wa...Lauro Ramos Venancio2007-03-20
* fix indentationChris Lattner2007-03-20
* Fix naming inconsistencies.Evan Cheng2007-03-19
* Only ARMv6 has BSWAP.Lauro Ramos Venancio2007-03-16
* Added isLegalAddressExpression(). Only allows X +/- C for now.Evan Cheng2007-03-16
* Zero is always a legal AM immediate.Evan Cheng2007-03-13
* Updated TargetLowering LSR addressing mode hooks for ARM and Thumb.Evan Cheng2007-03-12
* Fix a typo.Evan Cheng2007-03-08
* Refactoring of formal parameter flags. Enable properly use ofAnton Korobeynikov2007-03-07
* Use new SDIselParamAttr enumeration. This removes "magick" constantsAnton Korobeynikov2007-03-06
* Fix stack alignment in functions with varargs.Lauro Ramos Venancio2007-02-23
* Simplify lowering and selection of exception ops.Jim Laskey2007-02-22
* Support to provide exception and selector registers.Jim Laskey2007-02-21
* According to ARM EABI, 8-bytes function arguments must be 8-bytes aligned.Lauro Ramos Venancio2007-02-13
* Fix comments.Evan Cheng2007-02-03
* Fix a bug in getARMCMP (which translate CondCode to ARM specific CC) when the...Evan Cheng2007-02-02
* Thumb does not have clz.Evan Cheng2007-02-01
* Specify the right CC for comparison libcalls.Evan Cheng2007-01-31
* Observe -soft-float.Evan Cheng2007-01-31
* - Fix codegen for pc relative constant (e.g. JT) in thumb mode:Evan Cheng2007-01-30
* For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoidReid Spencer2007-01-30
* Finish off bug 680, allowing targets to custom lower frame and returnNate Begeman2007-01-29
* Propagate changes from my local tree. This patch includes:Anton Korobeynikov2007-01-28
* Make LABEL a builtin opcode.Jim Laskey2007-01-26
* Use bl to call Thumb fuctions directly.Evan Cheng2007-01-22
* isDarwin -> isTargetDarwinEvan Cheng2007-01-19
* ARM backend contribution from Apple.Evan Cheng2007-01-19