summaryrefslogtreecommitdiff
path: root/lib/Target/ARM/ARMISelLowering.h
Commit message (Expand)AuthorAge
* Addrspacecasts are no-ops on ARM.James Molloy2013-12-03
* ARM: remove special cases for Darwin dynamic-no-pic mode.Tim Northover2013-11-25
* Enable optimization of sin / cos pair into call to __sincos_stret for iOS7+.Bob Wilson2013-11-03
* ARM: support interrupt attributeTim Northover2013-10-01
* [ARM] Use the load-acquire/store-release instructions optimally in AArch32.Amara Emerson2013-09-26
* [ARMv8] Implement the new DMB/DSB operands.Joey Gouly2013-09-05
* [ARMv8] Add CodeGen for VMAXNM/VMINNM.Joey Gouly2013-08-23
* ARM: implement allowTruncateForTailCallTim Northover2013-08-06
* ARM EABI divmod supportRenato Golin2013-07-16
* Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector s...Craig Topper2013-07-14
* Fix typoStephen Lin2013-07-10
* Explicitly define ARMISelLowering::isFMAFasterThanFMulAndFAdd. No functionali...Stephen Lin2013-07-10
* The getRegForInlineAsmConstraint function should only accept MVT value types.Chad Rosier2013-06-22
* Track IR ordering of SelectionDAG nodes 2/4.Andrew Trick2013-05-25
* PR15868 fix.Stepan Dyatkovskiy2013-05-20
* Add LLVMContext argument to getSetCCResultTypeMatt Arsenault2013-05-18
* For ARM backend, fixed "byval" attribute support.Stepan Dyatkovskiy2013-05-05
* Refactoring patch.Stepan Dyatkovskiy2013-04-30
* Add CodeGen support for functions that always return arguments via a new para...Stephen Lin2013-04-20
* Switch TargetTransformInfo from an immutable analysis pass that requiresChandler Carruth2013-01-07
* Revert "Adding support for llvm.arm.neon.vaddl[su].* and"Bob Wilson2012-12-20
* Adding support for llvm.arm.neon.vaddl[su].* andRenato Golin2012-12-20
* Change TargetLowering::findRepresentativeClass to take an MVT, insteadPatrik Hagglund2012-12-19
* Change TargetLowering::getRegClassFor to take an MVT, instead of EVT.Patrik Hagglund2012-12-13
* Sorry about the churn. One more change to getOptimalMemOpType() hook. Did IEvan Cheng2012-12-12
* - Rename isLegalMemOpType to isSafeMemOpType. "Legal" is a very overloade term.Evan Cheng2012-12-12
* Avoid using lossy load / stores for memcpy / memset expansion. e.g.Evan Cheng2012-12-12
* Replace TargetLowering::isIntImmLegal() withEvan Cheng2012-12-11
* Revert EVT->MVT changes, r169836-169851, due to buildbot failures.Patrik Hagglund2012-12-11
* Change TargetLowering::findRepresentativeClass to take an MVT, insteadPatrik Hagglund2012-12-11
* Change TargetLowering::getRegClassFor to take an MVT, instead of EVT.Patrik Hagglund2012-12-11
* Some enhancements for memcpy / memset inline expansion.Evan Cheng2012-12-10
* Add a 'using' declaration to suppress GCC's -Woverloaded-virtual while weMatt Beaumont-Gay2012-12-06
* Replace r169459 with something safer. Rather than having computeMaskedBits toEvan Cheng2012-12-06
* Let targets provide hooks that compute known zero and ones for any_extendEvan Cheng2012-12-06
* Sort includes for all of the .h files under the 'lib' tree. These wereChandler Carruth2012-12-04
* Added atomic 64 min/max/umin/umax instrinsics support in the ARM backend.Silviu Baranga2012-11-29
* ARM: Implement CanLowerReturn so large vectors get expanded into sret.Benjamin Kramer2012-11-28
* Use empty parens for empty function parameter list instead of '(void)'.Dmitri Gribenko2012-11-15
* 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