on darwin empty functions need to codegen into something of non-zero length,
[oota-llvm.git] / test / CodeGen /
2010-04-26 Chris Lattneron darwin empty functions need to codegen into somethin...
2010-04-26 Bob WilsonHandle register-to-register copies within the tGPR...
2010-04-26 Dan GohmanWhen checking whether the special handling for an addre...
2010-04-26 Chris Lattnerfix PR6921 a different way. Intead of increasing the
2010-04-26 Chris LattnerRevert r102300/102301, which serious broke objc apps.
2010-04-25 Chris LattnerFix PR6921: globals were not getting correctly rounded...
2010-04-24 Dan GohmanGeneralize LSR's OptimizeMax to handle the new kinds...
2010-04-23 Stuart HastingsPer Chris, fuse four trivial tests using grep (r102199...
2010-04-23 Dan GohmanChange TargetData's algorithm for computing defualt...
2010-04-23 Stuart HastingsAdd some missing x86 patterns for movdq2q. Fixes two...
2010-04-23 Dan GohmanFix LSR to tolerate cases where ScalarEvolution initially
2010-04-22 Jim GrosbachUpdate ARM DAGtoDAG for matching UBFX instruction for...
2010-04-21 Evan ChengDo not try to optimize a copy that has already been...
2010-04-21 Evan ChengImplement -disable-non-leaf-fp-elim which disable frame...
2010-04-21 Evan Cheng- Clean up some crappy code which deals with coalescing...
2010-04-21 Dan GohmanAdd another variant of this test which found a place...
2010-04-20 Chris Lattnerteach the x86 address matching stuff to handle
2010-04-20 Bill WendlingMove CodeGen/X86/2010-04-19-DAGCombineCrash.ll into...
2010-04-20 Chris LattnerBill's change in r95336 broke empty aggregates embedded
2010-04-20 Chris Lattnerteach cellspu how to return i8 and i16 from calls,
2010-04-20 Bill WendlingThe visitXOR method can return the same SDNode. If...
2010-04-20 Bob WilsonFix tests for Neon load/store intrinsics to match the...
2010-04-17 Nick LewyckyFix declarations in a few more tests.
2010-04-17 Chris Lattnerfix PR6332, allowing an index of zero into a zero sized...
2010-04-17 Dan GohmanStart function numbering at 0.
2010-04-17 Evan ChengAdd nounwind.
2010-04-15 Jakob Stoklund OlesenAdd test case for machine-sink on critical edges
2010-04-15 Evan ChengUse default lowering of DYNAMIC_STACKALLOC. As far...
2010-04-15 Jakob Stoklund OlesenFix PR6847. RegScavenger should ignore DebugValues.
2010-04-15 Evan ChengARM SelectDYN_ALLOC should emit a copy from SP rather...
2010-04-15 Chris Lattnerenhance the load/store narrowing optimization to handle a
2010-04-15 Chris Lattnerteach codegen to turn trunc(zextload) into load when...
2010-04-15 Chris Lattneradd a simple dag combine to replace trivial shl+lshr...
2010-04-15 Chris LattnerImplement rdar://7860110 (also in target/readme.txt...
2010-04-15 Chris Lattnerfurther tweak this to do something useful.
2010-04-15 Chris Lattnerremove undef control flow.
2010-04-14 Jakob Stoklund OlesenRemove unneeded types from test.
2010-04-14 Bob WilsonDon't custom lower bit converts to ARM VMOVDRRD or...
2010-04-13 Evan ChengAdd test for post-ra machine licm.
2010-04-13 Bob WilsonHandle a v2f64 formal parameter that is split between...
2010-04-13 Evan ChengFix test on non-x86 hosts.
2010-04-13 Evan ChengRe-apply 101075 and fix it properly. Just reuse the...
2010-04-13 Eric ChristopherTemporarily revert r101075, it's causing invalid iterat...
2010-04-13 Chris Lattneradd llvm codegen support for -ffunction-sections and...
2010-04-12 Evan ChengUse .set expression for x86 pic jump table reference...
2010-04-12 Bill WendlingThird time's a charm...
2010-04-12 Bill WendlingGenericize the label test.
2010-04-12 Bill WendlingCorrect test to test what I mean it to test.
2010-04-12 Bill WendlingMicro-optimization:
2010-04-12 Evan ChengEnable post regalloc machine licm by default.
2010-04-09 Benjamin KramerMake sure this test tests something.
2010-04-09 Bob WilsonAdd a testcase for svn r100568.
2010-04-09 Chris Lattner"On SPU, variables in the .bss section that are allocat...
2010-04-09 Dan GohmanMerge a few fast-isel tests.
2010-04-08 Evan ChengCoalescer should not delete copy instructions whose...
2010-04-08 Evan ChengAvoid using f64 to lower memcpy from constant string...
2010-04-08 Dan GohmanWhen expanding expressions which are using post-inc...
2010-04-07 Chris Lattneradd newlines at the end of files.
2010-04-07 Dan GohmanGeneralize IVUsers to track arbitrary expressions rathe...
2010-04-07 Dale JohannesenSplit big test into multiple directories to cater to
2010-04-07 Chris Lattnerthis has a pr!
2010-04-07 Chris Lattnerfix a latent bug my inline asm stuff exposed:
2010-04-07 Sanjiv GuptaRemove XFAIL for vg_leak as the leaks are fixed by...
2010-04-06 Jakob Stoklund OlesenDon't try to collapse DomainValues onto an incompatible...
2010-04-05 Evan ChengAdd nounwind.
2010-04-05 Dan GohmanDon't do code sinking on unreachable blocks. It's unpro...
2010-04-04 Chris Lattnerresolve a fixme.
2010-04-02 Evan ChengCorrectly lower memset / memcpy of undef. It should...
2010-04-02 Dan GohmanRevert the recent alignment changes. They're broken...
2010-04-02 Evan ChengAfter trivial coalescing, the MI being visited may...
2010-04-02 Dan GohmanRemove this initializer so that the optimizer doesn...
2010-04-02 Dan GohmanUpdate this test for the new preferred alignment heuris...
2010-04-01 Evan ChengIn 64-bit mode, use i64 to lower memcpy / memset instea...
2010-04-01 Evan Cheng- Avoid using floating point stores to implement memset...
2010-04-01 Evan ChengAdd -mcpu to memcpy / memset tests to ensure they behav...
2010-04-01 Evan ChengFix sdisel memcpy, memset, memmove lowering:
2010-03-31 Jakob Stoklund OlesenReplace V_SET0 with variants for each SSE execution...
2010-03-31 Jakob Stoklund OlesenFix typo. Thank you, valgrind.
2010-03-30 Jakob Stoklund OlesenNot all platforms start symbols with _
2010-03-30 Jakob Stoklund OlesenEnable -sse-domain-fix by default. Now with tests!
2010-03-30 Eric ChristopherRemove the pmulld intrinsic and autoupdate it as a...
2010-03-30 Benjamin KramerXFAIL some PIC16 tests when running under valgrind...
2010-03-29 Evan ChengFix PR4975. Avoid referencing empty vector.
2010-03-29 Chris LattnerFrom Kalle Raiskila:
2010-03-28 Chris Lattnerteach tblgen to allow patterns like (add (i32 (bitconve...
2010-03-28 Chris Lattneradd some nounwinds
2010-03-28 Chris Lattnerthis takes an insane amount of time to run, disable...
2010-03-26 Evan ChengDo not sibcall if stack needs to be dynamically aligned.
2010-03-26 Evan ChengAllow trivial sibcall of vararg callee when no argument...
2010-03-26 Evan ChengTry trivial remat before the coalescer gives up on...
2010-03-25 Jim Grosbachswitch the flag for using NEON for SP floating point...
2010-03-25 Evan ChengAdd nounwind.
2010-03-25 Chris LattnerMake the NDEBUG assertion stronger and more clear what is
2010-03-24 Nate BegemanBUILD_VECTOR was missing out on some prime opportunitie...
2010-03-24 Bob WilsonRevert Edwin's change that is breaking MultiSource...
2010-03-24 Torok EdwinFix memory leak in liveintervals: the destructor for...
2010-03-22 Chris LattnerFix PR6673: updating the callback should not clear...
2010-03-20 Bob Wilsonpr6652: Use LDM to restore PC to the return address...
2010-03-20 Evan ChengStupid svn. Add back to the lost sibcall tests.
2010-03-19 Kevin EnderbyFixed the encoding problems of the crc32 instructions...
next