Use a ManagedCleanup to prevent leaking the PassRegistrar map. In breaks the
[oota-llvm.git] / test /
2010-04-05 Evan ChengAdd nounwind.
2010-04-05 Dan GohmanDon't do code sinking on unreachable blocks. It's unpro...
2010-04-05 Evan ChengReverting 100265 to try to get buildbots green again...
2010-04-04 Chris Lattnerresolve a fixme.
2010-04-04 Mon P WangReapply address space patch after fixing an issue in...
2010-04-03 Chris Lattneradd integer overflow check for the fp induction variable
2010-04-03 Chris Lattnerfix PR6761, a miscompilation due to the fp->int IV...
2010-04-03 Chris Lattnerconvert to filecheck
2010-04-03 Chris Lattnerrename feature test.
2010-04-03 Chris Lattneractually just remove this, will move the real feature...
2010-04-03 Chris Lattnerrename test since it is a feature test.
2010-04-03 Chris Lattnerfirst half of a pass through IndVarSimplify::HandleFloa...
2010-04-03 Bob WilsonRevert all my SSAUpdater patches. The PHI placement...
2010-04-02 Johnny ChenSecond try of initial ARM/Thumb disassembler check...
2010-04-02 Evan ChengCorrectly lower memset / memcpy of undef. It should...
2010-04-02 Mon P WangRevert r100191 since it breaks objc in clang
2010-04-02 Mon P WangReapply address space patch after fixing an issue in...
2010-04-02 Dan GohmanManually notify ScalarEvolution before making an operan...
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-02 Dan GohmanMake globalopt refine global variable alignment.
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-04-01 Chris Lattnerchange this from using '!dbg' to using '!dbgx'. The
2010-03-31 Bob WilsonAdd a redundant PHI testcase for SSAUpdater to go with...
2010-03-31 Gabor Greiftestcase for r99914, provided by baldrick!
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 Bob WilsonRevert Mon Ping's change 99928, since it broke all...
2010-03-30 Devang PatelIgnore invalid metadata.
2010-03-30 Mon P WangAdded support for address spaces and added a isVolatile...
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 Daniel DunbarMC/Mach-O/x86_64: Support @GOTPCREL on symbols, even...
2010-03-29 Evan ChengFix PR4975. Avoid referencing empty vector.
2010-03-29 Chris LattnerFrom Kalle Raiskila:
2010-03-29 Chris Lattneradd support for zero initialized unions, patch by Tim...
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-27 Jeffrey YasskinXFAIL a new tblgen test for memory leak checking.
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 Bob WilsonReapply Kevin's change 94440, now that Chris has fixed...
2010-03-25 Jakob Stoklund OlesenFix evil TableGen bug in template parameters with defaults.
2010-03-25 Chris Lattnerfix PR6642, GVN forwarding from memset to load of the...
2010-03-25 Chris LattnerMake the NDEBUG assertion stronger and more clear what is
2010-03-25 Eric ChristopherReapply r99451 with a fix to move the NoInline check...
2010-03-25 Eric ChristopherMake sure this runs in 64-bit only, 32-bit won't produc...
2010-03-25 Daniel DunbarMC: Fix refacto in MCExpr evaluation, I mistakenly...
2010-03-24 Eric ChristopherTemporarily revert this, it's causing an issue with...
2010-03-24 Bob WilsonSpeculatively revert this to see if it fixes buildbot...
2010-03-24 Kevin EnderbyAdded the Advanced Encryption Standard (AES) Instructions.
2010-03-24 Kevin EnderbyFixed the SS42AI template for the SSE 4.2 instructions...
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 Devang PatelDo not rely on getCompileUnit() to find source file...
2010-03-24 Torok EdwinFix memory leak in liveintervals: the destructor for...
2010-03-23 Chris Lattneradd some accessors to callsite/callinst/invokeinst...
2010-03-23 Stuart HastingsTest case for llvm-gcc r99305. Radar 7659636.
2010-03-23 Evan ChengTeach simplify libcall to transform __strcpy_chk to...
2010-03-23 Evan ChengFix an incorrect logic causing instcombine to miss...
2010-03-22 Chris LattnerFix PR6673: updating the callback should not clear...
2010-03-22 Devang PatelEmit DW_AT_low_pc and DW_AT_high_pc attributes for...
2010-03-21 Jeffrey YasskinXFAIL tests from LLVMC on valgrind or valgrind+leak...
2010-03-20 Jeffrey YasskinAdd support for XFAILing valgrind runs with memory...
2010-03-20 Daniel DunbarMC/Mach-O: Remove Darwin host specific tests, we don...
2010-03-20 Daniel DunbarMC/Mach-O: Tweak optimal_nop test to be host independent.
2010-03-20 Bob Wilsonpr6652: Use LDM to restore PC to the return address...
2010-03-20 Daniel Dunbartests: Mangle '-vg' onto the end of the triple when...
2010-03-20 Evan ChengStupid svn. Add back to the lost sibcall tests.
2010-03-19 Devang Patelcall void @llvm.dbg.declare(metadata !{i32* null},...
2010-03-19 Kevin EnderbyFixed the encoding problems of the crc32 instructions...
2010-03-19 Daniel DunbarMC/Mach-O/x86_64: Add relocation support.
2010-03-19 Daniel DunbarMC/X86: Rename alternate spellings of {ADD64,CMP64...
2010-03-19 Daniel DunbarMC/Mach-O: Factor out isScatteredFixupFullyResolvedSimp...
2010-03-19 Mon P WangFixed a widening bug where we were not using the correc...
2010-03-19 Daniel DunbarX86: Fix encoding for TEST64rr.
2010-03-19 Jeffrey YasskinRemove `ignore` from LLVMC/TestWarnings.td. This avoids
2010-03-19 Jeffrey YasskinRevert r98892. BSD systems may not have bash installed...
2010-03-18 Jeffrey YasskinWork around a valgrind oddity where it doesn't pass...
2010-03-18 Daniel DunbarX86MCCodeEmitter: Fix two minor issues with reloc_ripre...
2010-03-18 Daniel DunbarMC/X86/AsmMatcher: Use the new instruction cleanup...
2010-03-18 Chris Lattnerfix an x86-64 encoding bug Daniel found.
2010-03-18 Chris Lattneradd a special relocation type for movq loads for object
2010-03-18 Evan ChengTurning off post-ra scheduling for x86. It isn't a...
2010-03-17 Evan ChengX86 address mode matching code MatchAddressRecursively...
2010-03-17 Johnny ChenAdded sub-formats to the NeonI/NeonXI instructions...
2010-03-17 Stuart HastingsTestcase for r98728.
2010-03-16 Evan ChengFix liveintervals handling of dbg_value instructions.
2010-03-16 Daniel DunbarRevert r98666 too; it's checkin-without-testing day!
next