summaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM
Commit message (Expand)AuthorAge
* Merging r168837: into the 3.2 release branch.Pawel Wodnicki2012-11-29
* Disable the Thumb no-return call optimization:Evan Cheng2012-11-10
* Recommit modified r167540.Amara Emerson2012-11-08
* Vext Lowering was missing opportunitiesQuentin Colombet2012-11-02
* Change ForceSizeOpt attribute into MinSize attributeQuentin Colombet2012-10-30
* Completely disallow partial copies in adjustCopiesBackFrom().Jakob Stoklund Olesen2012-10-29
* [code size][ARM] Emit regular call instructions instead of the move, branch s...Quentin Colombet2012-10-27
* Revert r163298 "Optimize codegen for VSETLNi{8,16,32} operating on Q registers."Jakob Stoklund Olesen2012-10-26
* Fix a miscompilation caused by a typo. When turning a adde with negative valueEvan Cheng2012-10-24
* When a block ends in an indirect branch, add its successors to the machine ba...Bill Wendling2012-10-22
* This patch is to fix radar://8426430. It is about llvm support of __builtin_d...Shuxin Yang2012-10-19
* ARM:Stepan Dyatkovskiy2012-10-19
* Revert r166046 "Switch back to the old coalescer for now to fix the 32 bit bit"Jakob Stoklund Olesen2012-10-16
* Switch back to the old coalescer for now to fix the 32 bit bitRafael Espindola2012-10-16
* Issue:Stepan Dyatkovskiy2012-10-16
* ARM: v1i64 and v2i64 VBSL intrinsic support.Jim Grosbach2012-10-15
* Fixed PR13938: the ARM backend was crashing because it couldn't select a VDUP...Silviu Baranga2012-10-15
* Drop <def,dead> flags when merging into an unused lane.Jakob Stoklund Olesen2012-10-13
* Allow for loops in LiveIntervals::pruneValue().Jakob Stoklund Olesen2012-10-13
* 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
* Legalizer optimize a pair of div / mod to a call to divrem libcall if they areEvan Cheng2012-10-12
* Add isel patterns for v2f32 / v4f32 neon.vbsl intrinsics. rdar://12471808Evan Cheng2012-10-10
* Fix for LDRB instruction:Stepan Dyatkovskiy2012-10-10
* Issue description:Stepan Dyatkovskiy2012-10-10
* ARM: locate user-defined text sections next to default text.Jim Grosbach2012-10-04
* Fixed a bug in the ExecutionDependencyFix pass that caused dependencies to no...Silviu Baranga2012-10-03
* Make sure the whole live range is covered when values are pruned twice.Jakob Stoklund Olesen2012-10-02
* Add LLVM support for Swift.Bob Wilson2012-09-29
* Whitespace.Bob Wilson2012-09-29
* Enable the new coalescer algorithm by default.Jakob Stoklund Olesen2012-09-27
* [arm-fast-isel] Add support for ELF PIC.Jush Lu2012-09-27
* ARM/atomicrmw_minmax.ll: Fix RUN line.NAKAMURA Takumi2012-09-26
* Fix ordering of operands on lowering of atomicrmw min/max nodes on ARM.James Molloy2012-09-26
* Generate an error message instead of asserting or segfaulting when we have aBill Wendling2012-09-26
* Generate an error message instead of asserting or segfaulting when we have aBill Wendling2012-09-26
* [fast-isel] Fallback to SelectionDAG isel if we require strict alignment forChad Rosier2012-09-21
* llvm/test/CodeGen/ARM/fast-isel.ll: Fix possible typos, s/@unaligned_i16_stor...NAKAMURA Takumi2012-09-21
* Testcase does not need to be this strict.Chad Rosier2012-09-21
* Add newline.Chad Rosier2012-09-21
* [fast-isel] Fallback to SelectionDAG isel if we require strict alignment forChad Rosier2012-09-21
* ARM: Use a dedicated intrinsic for vector bitwise select.Jim Grosbach2012-09-21
* Ignore PHI-defs for -new-coalescer interference checks.Jakob Stoklund Olesen2012-09-20
* Try to make these tests more portable.Evan Cheng2012-09-20
* Resolve conflicts involving dead vector lanes for -new-coalescer.Jakob Stoklund Olesen2012-09-19
* MOVi16 (movw) is only legal on cpus with V6T2 support. rdar://12300648Evan Cheng2012-09-18
* More domain conversion; convert VFP VMOVS to NEON instructions in more cases ...James Molloy2012-09-18
* Use vld1 / vst2 for unaligned v2f64 load / store. e.g. Use vld1.16 for 2-byteEvan Cheng2012-09-18
* Merge into undefined lanes under -new-coalescer.Jakob Stoklund Olesen2012-09-17
* Removed the VMLxForwarding feature for the Cortex-A15 target.Silviu Baranga2012-09-17