summaryrefslogtreecommitdiff
path: root/lib/Target/ARM/ARMISelLowering.h
Commit message (Expand)AuthorAge
* ARM:Stepan Dyatkovskiy2012-10-19
* Issue:Stepan Dyatkovskiy2012-10-16
* Issue description:Stepan Dyatkovskiy2012-10-10
* Patch to implement UMLAL/SMLAL instructions for the ARM architectureArnold Schwaighofer2012-09-04
* Not all targets have efficient ISel code generation for select instructions.Nadav Rotem2012-09-02
* Remove the CAND/COR/CXOR custom ISD nodes and their select code.Jakob Stoklund Olesen2012-08-18
* Revert 161581: Patch to implement UMLAL/SMLAL instructions for the ARMArnold Schwaighofer2012-08-12
* Change addTypeForNeon to use MVT instead of EVT so all the calls to getSimple...Craig Topper2012-08-12
* Patch to implement UMLAL/SMLAL instructions for the ARM architectureArnold Schwaighofer2012-08-09
* Fall back to selection DAG isel for calls to builtin functions.Bob Wilson2012-08-03
* Re-enable the CMN instruction.Bill Wendling2012-06-11
* ARM: properly handle alignment for struct byval.Manman Ren2012-06-01
* ARM: support struct byval in llvmManman Ren2012-06-01
* Change interface for TargetLowering::LowerCallTo and TargetLowering::LowerCallJustin Holewinski2012-05-25
* Make ARM and Mips use TargetMachine::getTLSModel()Hans Wennborg2012-05-04
* Fix a long standing tail call optimization bug. When a libcall is emittedEvan Cheng2012-04-10
* Always compute all the bits in ComputeMaskedBits.Rafael Espindola2012-04-04
* Reorder includes to match coding standards. Fix an issue or two exposed by that.Craig Topper2012-03-17
* Use vmov.f32 to materialize f32 consts on ARM. This relaxes constraints onLang Hames2012-03-15
* Re-commit r151623 with fix. Only issue special no-return calls if it's a dire...Evan Cheng2012-02-28
* Revert r151623 "Some ARM implementaions, e.g. A-series, does return stack pre...Daniel Dunbar2012-02-28
* Some ARM implementaions, e.g. A-series, does return stack prediction. That is,Evan Cheng2012-02-28
* Optimize a couple of common patterns involving conditional moves where the falseEvan Cheng2012-02-23
* Make all pointers to TargetRegisterClass const since they are all pointers to...Craig Topper2012-02-22
* Fix ARM SjLj-EH dispatch setup code. <rdar://problem/10444602>Bob Wilson2011-11-16
* Add vmov.f32 to materialize f32 immediate splats which cannot be handled byEvan Cheng2011-11-15
* Fixed parameter name.Lang Hames2011-11-02
* Try to lower memset/memcpy/memmove to vector instructions on ARM where the al...Lang Hames2011-11-02
* Take the code that was emitted for the llvm.eh.dispatch.setup intrinsic and emitBill Wendling2011-10-07
* Refactor some of the code that sets up the entry block for SjLj EH. No functi...Bill Wendling2011-10-06
* Check-pointing the new SjLj EH lowering.Bill Wendling2011-10-03
* ARM fix encoding of VMOV.f32 and VMOV.f64 immediates.Jim Grosbach2011-09-30
* Add codegen support for vector select (in the IR this means a selectDuncan Sands2011-09-06
* 64-bit atomic cmpxchg for ARM.Eli Friedman2011-08-31
* Some 64-bit atomic operations on ARM. 64-bit cmpxchg coming next.Eli Friedman2011-08-31
* Follow up to r138791.Evan Cheng2011-08-30
* Change ARM / Thumb2 addc / adde and subc / sube modeling to use physicalEvan Cheng2011-08-30
* land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-18
* Improve codegen for select's:Evan Cheng2011-07-13
* Remove getRegClassForInlineAsmConstraint from the ARM port.Eric Christopher2011-06-29
* Have LowerOperandForConstraint handle multiple character constraints.Eric Christopher2011-06-02
* Make the logic for determining function alignment more explicit. No function...Eli Friedman2011-05-06
* Add an unfolded offset field to LSR's Formula record. This is used toDan Gohman2011-05-03
* ARM and Thumb2 support for atomic MIN/MAX/UMIN/UMAX loads.Jim Grosbach2011-04-26
* Thumb2 and ARM add/subtract with carry fixes.Andrew Trick2011-04-23
* whitespaceAndrew Trick2011-04-23
* ARM byval support. Will be enabled by another patch to the FE. <rdar://prob...Stuart Hastings2011-04-20
* Add a ARM-specific SD node for VBSL so that forms with a constant first operandCameron Zwarich2011-03-30
* Re-apply r127953 with fixes: eliminate empty return block if it has no predec...Evan Cheng2011-03-21
* Revert r127953, "SimplifyCFG has stopped duplicating returns into predecessorsDaniel Dunbar2011-03-19