summaryrefslogtreecommitdiff
path: root/lib/Target/ARM/ARMISelLowering.cpp
Commit message (Expand)AuthorAge
* Disable the Thumb no-return call optimization:Evan Cheng2012-11-10
* Revert r167620; this can be implemented using an existing CL option.Chad Rosier2012-11-09
* Add support for -mstrict-align compiler option for ARM targets.Chad Rosier2012-11-09
* Mark the Int_eh_sjlj_dispatchsetup pseudo instruction as clobbering allChad Rosier2012-11-06
* Vext Lowering was missing opportunitiesQuentin Colombet2012-11-02
* Change ForceSizeOpt attribute into MinSize attributeQuentin Colombet2012-10-30
* [code size][ARM] Emit regular call instructions instead of the move, branch s...Quentin Colombet2012-10-27
* ARM:Stepan Dyatkovskiy2012-10-19
* Issue:Stepan Dyatkovskiy2012-10-16
* Fixed PR13938: the ARM backend was crashing because it couldn't select a VDUP...Silviu Baranga2012-10-15
* ARM: tail-call inside a function where part of a byval argument is on caller'sManman Ren2012-10-12
* ARM: Mark VSELECT as 'expand'.Jim Grosbach2012-10-12
* Fix for LDRB instruction:Stepan Dyatkovskiy2012-10-10
* Issue description:Stepan Dyatkovskiy2012-10-10
* Create enums for the different attributes.Bill Wendling2012-10-09
* Move TargetData to DataLayout.Micah Villmow2012-10-08
* Add LLVM support for Swift.Bob Wilson2012-09-29
* Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...Sylvestre Ledru2012-09-27
* Fix a typo 'iff' => 'if'Sylvestre Ledru2012-09-27
* Remove the `hasFnAttr' method from Function.Bill Wendling2012-09-26
* Fix ordering of operands on lowering of atomicrmw min/max nodes on ARM.James Molloy2012-09-26
* Use vld1 / vst2 for unaligned v2f64 load / store. e.g. Use vld1.16 for 2-byteEvan Cheng2012-09-18
* This patch introduces A15 as a target in LLVM.Silviu Baranga2012-09-13
* Set operation action for FFLOOR to Expand for all vector types for X86. Set F...Craig Topper2012-09-08
* Custom DAGCombine for and/or/xor are for all ARMs.Jakob Stoklund Olesen2012-09-07
* Fix self-host; ensure signedness is consistent.James Molloy2012-09-06
* Improve codegen for BUILD_VECTORs on ARM.James Molloy2012-09-06
* Patch to implement UMLAL/SMLAL instructions for the ARM architectureArnold Schwaighofer2012-09-04
* Fix a couple of typos in EmitAtomic.Jakob Stoklund Olesen2012-08-31
* Use a SmallPtrSet to dedup successors in EmitSjLjDispatchBlock.Jakob Stoklund Olesen2012-08-20
* Remove the CAND/COR/CXOR custom ISD nodes and their select code.Jakob Stoklund Olesen2012-08-18
* Also combine zext/sext into selects for ARM.Jakob Stoklund Olesen2012-08-18
* Also pass logical ops to combineSelectAndUse.Jakob Stoklund Olesen2012-08-18
* Add comment, clean up code. No functional change.Jakob Stoklund Olesen2012-08-17
* Handle ARM MOVCC optimization in PeepholeOptimizer.Jakob Stoklund Olesen2012-08-16
* Fold predicable instructions into MOVCC / t2MOVCC.Jakob Stoklund Olesen2012-08-15
* Use vld1/vst1 to load/store f64 if alignment is < 4 and the target allows una...Evan Cheng2012-08-15
* Do not optimize (or (and X,Y), Z) into BFI and other sequences if the AND ISD...Nadav Rotem2012-08-13
* 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
* Add support for the ARM GHC calling convention, this patch was in 3.0,Eric Christopher2012-08-03
* ARM: Don't assume an SDNode is a constant.Jim Grosbach2012-07-25
* Fix ARMTargetLowering::isLegalAddImmediate to consider thumb encodings.Andrew Trick2012-07-18
* whitespaceAndrew Trick2012-07-18
* ARM: use NOEN loads and stores if possible when handling struct byval.Manman Ren2012-06-18
* ARM: optimization for sub+abs.Manman Ren2012-06-15
* Re-enable the CMN instruction.Bill Wendling2012-06-11
* ARM: properly handle alignment for struct byval.Manman Ren2012-06-01