summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* Specify cpu to get the correct instruction ordering. Remove XFAIL.Roman Divacky2012-09-20
* Specify CPu to prevent failure on ATOM due to different code schedulingMichael Liao2012-09-20
* Re-work X86 code generation of atomic ops with spin-loopMichael Liao2012-09-20
* Resolve conflicts involving dead vector lanes for -new-coalescer.Jakob Stoklund Olesen2012-09-19
* Add support for macro parameters/arguments delimited by spaces,Preston Gurd2012-09-19
* Support default parameters/arguments for assembler macros.Preston Gurd2012-09-19
* Enhance unmatched '.endr' directive error message in assembler.Preston Gurd2012-09-19
* Unify the logic in SelectAtomicLoadAdd and SelectAtomicLoadArithMichael Liao2012-09-19
* Really XFAIL test/CodeGen/PowerPC/structsinregs.ll.Jordan Rose2012-09-19
* XFAIL test/CodeGen/PowerPC/structsinregs.llBill Schmidt2012-09-19
* Small structs for PPC64 SVR4 must be passed right-justified in registers.Bill Schmidt2012-09-19
* SimplifyCFG: Don't generate invalid code for switch used to initializeHans Wennborg2012-09-19
* Move load_to_switch.ll to test/CodeGen/SPARC/Hans Wennborg2012-09-19
* rename testNadav Rotem2012-09-19
* Prevent inlining of callees which allocate lots of memory into a recursive ca...Nadav Rotem2012-09-19
* CodeGenPrep: turn lookup tables into switches for some targets.Hans Wennborg2012-09-19
* llvm/test/MC/X86/x86_nop.s: Make sure -arch=x86 when -mcpu=geode.NAKAMURA Takumi2012-09-19
* Fix the last crasher I've gotten a reproduction for in SROA. This oneChandler Carruth2012-09-18
* MOVi16 (movw) is only legal on cpus with V6T2 support. rdar://12300648Evan Cheng2012-09-18
* FileCheck: Fix off-by-one bug that made CHECK-NOT: ignore the next character ...Benjamin Kramer2012-09-18
* Add test for r164155 and remove two tests superseded by ppc64-calls.ll.Roman Divacky2012-09-18
* Add hidden flag to exclude aliases from output.Jan Sjödin2012-09-18
* LSR critical edge splitting fix for PR13756.Andrew Trick2012-09-18
* Fix getCommonType in a different way from the way I fixed it whenChandler Carruth2012-09-18
* Avoid symbol name clash when filling TOC.Roman Divacky2012-09-18
* On PPC64 emit the environment pointer. Patch by Adhemerval Zanella.Roman Divacky2012-09-18
* Optimize local func calls to not emit nop for TOC restoration.Roman Divacky2012-09-18
* Add test for r164132.Roman Divacky2012-09-18
* llvm/test/DebugInfo: Move two tests, 2010-04-13-PubType.ll and linkage-name.l...NAKAMURA Takumi2012-09-18
* XFAIL SROA test until Chandler can get to it.Benjamin Kramer2012-09-18
* Fix a warning in release builds and a test case I forgot to update withChandler Carruth2012-09-18
* Add a major missing piece to the new SROA pass: aggressive splitting ofChandler Carruth2012-09-18
* Fix instcombine to obey requested alignment when merging allocas.Richard Osborne2012-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
* PGO: preserve branch-weight metadata when simplifying Switch to a sub, an icmpManman Ren2012-09-18
* PGO: preserve branch-weight metadata when simplifying SwitchManman Ren2012-09-17
* Merge into undefined lanes under -new-coalescer.Jakob Stoklund Olesen2012-09-17
* PGO: preserve branch-weight metadata when simplifying SwitchOnSelect.Manman Ren2012-09-17
* Add some cases to x86 OptimizeCompare to handle DEC and INC, too.Jan Wen Voung2012-09-17
* PGO: preserve branch-weight metadata when simplifying two branches with a commonManman Ren2012-09-17
* Fix PR13859Michael Liao2012-09-17
* Removed the VMLxForwarding feature for the Cortex-A15 target.Silviu Baranga2012-09-17
* Fix the testcase to work on all platforms.Nadav Rotem2012-09-16
* The PMOVZXWD family of functions had patterns extends narrow vector types to ...Nadav Rotem2012-09-16
* X86: Emitting x87 fsin/fcos for sinf/cosf is not safe without unsafe fp math.Benjamin Kramer2012-09-15
* Port the SSAUpdater-based promotion logic from the old SROA pass to theChandler Carruth2012-09-15
* Handled unaligned load/stores properly in Mips16 Akira Hatanaka2012-09-15
* PGO: preserve branch-weight metadata when simplifying two branches with a commonManman Ren2012-09-15
* PGO: preserve branch-weight metadata when simplifying a switch with a singleManman Ren2012-09-14