summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM/ARMISelLowering.cpp
Commit message (Expand)AuthorAgeFilesLines
* Appease GCC's -Wparentheses.Matt Beaumont-Gay2012-12-041-2/+2
* ARM custom lower ctpop for vector types. Patch by Pete Couperus.Evan Cheng2012-12-041-0/+117
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-10/+10
* Codegen failure for vmull with small vectorsSebastian Pop2012-11-301-13/+74
* Added atomic 64 min/max/umin/umax instrinsics support in the ARM backend.Silviu Baranga2012-11-291-10/+73
* ARM: Implement CanLowerReturn so large vectors get expanded into sret.Benjamin Kramer2012-11-281-0/+11
* Mark FP_EXTEND form v2f32 to v2f64 as "expand" for ARM NEON. Patch by Pete C...Eli Friedman2012-11-171-0/+1
* Remove hard coded registers in ARM ldrexd and strexd instructionsWeiming Zhao2012-11-161-11/+47
* Make sure FABS on v2f32 and v4f32 is legal on ARM NEONAnton Korobeynikov2012-11-161-1/+0
* Mark FP_ROUND for converting NEON v2f64 to v2f32 as expand. Add a missingEli Friedman2012-11-151-0/+2
* Revert changing FNEG of v4f32 to Expand. It's legal.Craig Topper2012-11-151-1/+0
* Make FNEG and FABS of v4f32 Expand.Craig Topper2012-11-151-0/+2
* Add llvm.ceil, llvm.trunc, llvm.rint, llvm.nearbyint intrinsics.Craig Topper2012-11-151-0/+4
* Disable the Thumb no-return call optimization:Evan Cheng2012-11-101-8/+2
* Revert r167620; this can be implemented using an existing CL option.Chad Rosier2012-11-091-2/+1
* Add support for -mstrict-align compiler option for ARM targets.Chad Rosier2012-11-091-1/+2
* Mark the Int_eh_sjlj_dispatchsetup pseudo instruction as clobbering allChad Rosier2012-11-061-8/+9
* Vext Lowering was missing opportunitiesQuentin Colombet2012-11-021-4/+40
* Change ForceSizeOpt attribute into MinSize attributeQuentin Colombet2012-10-301-4/+4
* [code size][ARM] Emit regular call instructions instead of the move, branch s...Quentin Colombet2012-10-271-2/+8
* ARM:Stepan Dyatkovskiy2012-10-191-11/+18
* Issue:Stepan Dyatkovskiy2012-10-161-10/+19
* Fixed PR13938: the ARM backend was crashing because it couldn't select a VDUP...Silviu Baranga2012-10-151-2/+19
* ARM: tail-call inside a function where part of a byval argument is on caller'sManman Ren2012-10-121-0/+8
* ARM: Mark VSELECT as 'expand'.Jim Grosbach2012-10-121-0/+1
* Fix for LDRB instruction:Stepan Dyatkovskiy2012-10-101-1/+2
* Issue description:Stepan Dyatkovskiy2012-10-101-7/+13
* Create enums for the different attributes.Bill Wendling2012-10-091-2/+3
* Move TargetData to DataLayout.Micah Villmow2012-10-081-8/+8
* Add LLVM support for Swift.Bob Wilson2012-09-291-3/+3
* Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...Sylvestre Ledru2012-09-271-4/+4
* Fix a typo 'iff' => 'if'Sylvestre Ledru2012-09-271-4/+4
* Remove the `hasFnAttr' method from Function.Bill Wendling2012-09-261-2/+2
* Fix ordering of operands on lowering of atomicrmw min/max nodes on ARM.James Molloy2012-09-261-2/+2
* Use vld1 / vst2 for unaligned v2f64 load / store. e.g. Use vld1.16 for 2-byteEvan Cheng2012-09-181-5/+9
* This patch introduces A15 as a target in LLVM.Silviu Baranga2012-09-131-1/+1
* Set operation action for FFLOOR to Expand for all vector types for X86. Set F...Craig Topper2012-09-081-0/+1
* Custom DAGCombine for and/or/xor are for all ARMs.Jakob Stoklund Olesen2012-09-071-6/+3
* Fix self-host; ensure signedness is consistent.James Molloy2012-09-061-2/+2
* Improve codegen for BUILD_VECTORs on ARM.James Molloy2012-09-061-10/+56
* Patch to implement UMLAL/SMLAL instructions for the ARM architectureArnold Schwaighofer2012-09-041-0/+156
* Fix a couple of typos in EmitAtomic.Jakob Stoklund Olesen2012-08-311-2/+2
* Use a SmallPtrSet to dedup successors in EmitSjLjDispatchBlock.Jakob Stoklund Olesen2012-08-201-3/+2
* Remove the CAND/COR/CXOR custom ISD nodes and their select code.Jakob Stoklund Olesen2012-08-181-51/+0
* Also combine zext/sext into selects for ARM.Jakob Stoklund Olesen2012-08-181-47/+84
* Also pass logical ops to combineSelectAndUse.Jakob Stoklund Olesen2012-08-181-9/+42
* Add comment, clean up code. No functional change.Jakob Stoklund Olesen2012-08-171-30/+39
* Handle ARM MOVCC optimization in PeepholeOptimizer.Jakob Stoklund Olesen2012-08-161-48/+0
* Fold predicable instructions into MOVCC / t2MOVCC.Jakob Stoklund Olesen2012-08-151-0/+48
* Use vld1/vst1 to load/store f64 if alignment is < 4 and the target allows una...Evan Cheng2012-08-151-0/+2
OpenPOWER on IntegriCloud