aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen
Commit message (Expand)AuthorAgeFilesLines
* ARM/atomicrmw_minmax.ll: Fix RUN line.NAKAMURA Takumi2012-09-261-1/+1
* Fix ordering of operands on lowering of atomicrmw min/max nodes on ARM.James Molloy2012-09-261-0/+21
* llvm/test/CodeGen/X86/mulx*.ll: Fix copypasto.NAKAMURA Takumi2012-09-262-2/+2
* Add SARX/SHRX/SHLX code generation supportMichael Liao2012-09-263-2/+180
* Add RORX code generation supportMichael Liao2012-09-264-5/+59
* Add MULX code generation supportMichael Liao2012-09-262-0/+44
* Generate an error message instead of asserting or segfaulting when we have aBill Wendling2012-09-261-0/+11
* Generate an error message instead of asserting or segfaulting when we have aBill Wendling2012-09-261-0/+11
* Add missing i64 max/min/umax/umin on 32-bit targetMichael Liao2012-09-252-1/+51
* Fix an illegal tailcall opt where the callee returns a double via xmm while c...Evan Cheng2012-09-251-3/+26
* Mark jump tables in code sections with DataRegion directives.Jim Grosbach2012-09-241-0/+12
* Specify MachinePointerInfo as refering to the argument value and offset of theRoman Divacky2012-09-241-0/+27
* Revise test to avoid using of 'grep'Michael Liao2012-09-231-20/+14
* Enhance test case of atomic16 to verify inst encoding fixed in r164453.Michael Liao2012-09-221-0/+6
* [fast-isel] Fallback to SelectionDAG isel if we require strict alignment forChad Rosier2012-09-211-0/+36
* llvm/test/CodeGen/X86/pr5145.ll: Tweak expressions to match for darwin target.NAKAMURA Takumi2012-09-211-8/+8
* Add missing i8 max/min/umax/umin supportMichael Liao2012-09-212-1/+35
* llvm/test/CodeGen/ARM/fast-isel.ll: Fix possible typos, s/@unaligned_i16_stor...NAKAMURA Takumi2012-09-211-2/+2
* Testcase does not need to be this strict.Chad Rosier2012-09-211-1/+1
* Add newline.Chad Rosier2012-09-211-1/+1
* [fast-isel] Fallback to SelectionDAG isel if we require strict alignment forChad Rosier2012-09-211-0/+30
* ARM: Use a dedicated intrinsic for vector bitwise select.Jim Grosbach2012-09-211-0/+49
* Ignore PHI-defs for -new-coalescer interference checks.Jakob Stoklund Olesen2012-09-201-0/+48
* Try to make these tests more portable.Evan Cheng2012-09-203-7/+7
* Fix broken check lines.Benjamin Kramer2012-09-201-3/+3
* Specify cpu to get the correct instruction ordering. Remove XFAIL.Roman Divacky2012-09-201-6/+1
* Specify CPu to prevent failure on ATOM due to different code schedulingMichael Liao2012-09-201-1/+1
* Re-work X86 code generation of atomic ops with spin-loopMichael Liao2012-09-208-13/+1201
* Resolve conflicts involving dead vector lanes for -new-coalescer.Jakob Stoklund Olesen2012-09-191-0/+27
* Unify the logic in SelectAtomicLoadAdd and SelectAtomicLoadArithMichael Liao2012-09-191-1/+2
* Really XFAIL test/CodeGen/PowerPC/structsinregs.ll.Jordan Rose2012-09-191-1/+1
* XFAIL test/CodeGen/PowerPC/structsinregs.llBill Schmidt2012-09-191-0/+6
* Small structs for PPC64 SVR4 must be passed right-justified in registers.Bill Schmidt2012-09-191-0/+204
* Move load_to_switch.ll to test/CodeGen/SPARC/Hans Wennborg2012-09-191-0/+84
* MOVi16 (movw) is only legal on cpus with V6T2 support. rdar://12300648Evan Cheng2012-09-182-1/+12
* Add test for r164155 and remove two tests superseded by ppc64-calls.ll.Roman Divacky2012-09-183-32/+14
* Avoid symbol name clash when filling TOC.Roman Divacky2012-09-181-0/+27
* On PPC64 emit the environment pointer. Patch by Adhemerval Zanella.Roman Divacky2012-09-182-0/+2
* Optimize local func calls to not emit nop for TOC restoration.Roman Divacky2012-09-181-0/+49
* More domain conversion; convert VFP VMOVS to NEON instructions in more cases ...James Molloy2012-09-181-2/+18
* Use vld1 / vst2 for unaligned v2f64 load / store. e.g. Use vld1.16 for 2-byteEvan Cheng2012-09-189-48/+551
* Merge into undefined lanes under -new-coalescer.Jakob Stoklund Olesen2012-09-171-1/+49
* Add some cases to x86 OptimizeCompare to handle DEC and INC, too.Jan Wen Voung2012-09-171-1/+26
* Fix PR13859Michael Liao2012-09-171-0/+28
* Removed the VMLxForwarding feature for the Cortex-A15 target.Silviu Baranga2012-09-171-0/+12
* Fix the testcase to work on all platforms.Nadav Rotem2012-09-161-1/+1
* The PMOVZXWD family of functions had patterns extends narrow vector types to ...Nadav Rotem2012-09-161-0/+22
* X86: Emitting x87 fsin/fcos for sinf/cosf is not safe without unsafe fp math.Benjamin Kramer2012-09-151-0/+13
* Handled unaligned load/stores properly in Mips16 Akira Hatanaka2012-09-151-0/+15
* Fix both the test for zero and what we do if we have a zero forEric Christopher2012-09-131-0/+50