Be more careful about when to do dynamic stack realignment. Since we have an
[oota-llvm.git] / test /
2010-09-08 Kalle RaiskilaFix CellSPU vector shuffles, again.
2010-09-08 Chris Lattneradd support for the commuted form of the test instructi...
2010-09-08 Chris Lattnerimplement proper support for sysret{,l,q}, rdar://8403907
2010-09-08 Chris Lattnerimplement the iret suite of instructions properly,
2010-09-08 Chris Lattneradd support for instruction prefixes on the same line...
2010-09-08 Chris Lattnergas accepts xchg <mem>, <reg> as a synonym for xchg...
2010-09-08 Chris Lattnerfix the encoding of the "jump on *cx" family of instruc...
2010-09-08 Jim Grosbachdisable for the moment while tracking down a few Thumb2...
2010-09-07 Devang Patelremove these tests for now.
2010-09-07 Devang PatelThere is no need to force target if the test is going...
2010-09-07 Stuart HastingsTypo. Thanks to BillW for pointing it out!
2010-09-07 Chris LattnerFix a serious performance regression introduced by...
2010-09-07 Chris Lattnerrename test.
2010-09-07 Stuart HastingsTest case for r113248. Raar 8361341.
2010-09-07 Devang PatelFix command line used to link these test cases.
2010-09-07 Devang PatelReintroduce dbg-declare tests.
2010-09-07 Devang PatelRemove last three tests. I need to make them independen...
2010-09-07 Devang PatelAdd a test case to check handling of dbg-declare durin...
2010-09-07 Devang PatelAdd a test case to check handling of dbg-declare by...
2010-09-07 Devang PatelAdd a test case to check handling of dbg-declare by...
2010-09-07 Chris Lattneradd missing cmov aliases, this resolves rdar://8208499
2010-09-06 Chris Lattner"sldt <mem>" is ambiguous in 64-bit mode, but should
2010-09-06 Chris Lattnerfix rdar://8017621 - llvm-mc can't guess encoding for...
2010-09-06 Chris Lattnerfix the operand constraints of the immediate form of...
2010-09-06 Chris Lattnerfix PR8067, an over-aggressive assertion in LICM.
2010-09-06 Chris LattnerTeach loop rotate to hoist trivially invariant instructions
2010-09-05 Chris Lattnerfix PR8063, a crash in globalopt in the malloc analysis...
2010-09-05 Chris Lattnerimplement rdar://6653118 - fastisel should fold loads...
2010-09-04 Dan GohmanFix LoopSimplify to notify ScalarEvolution when splitti...
2010-09-04 Chris Lattnerfix a bug in my licm rewrite when a load from the promo...
2010-09-03 Owen AndersonPropagate non-local comparisons. Fixes PR1757.
2010-09-03 Dale JohannesenRemove the rest of the nonexistent 64-bit AVX instructions.
2010-09-03 David GreeneGeneralize getFieldType to work on all TypedInits....
2010-09-03 Owen AndersonAdd support for simplifying a load from a computed...
2010-09-03 Jim GrosbachRe-apply r112883:
2010-09-03 Owen AndersonAdd a test for PR4413, which was apparently fixed at...
2010-09-03 Owen AndersonAdd PR number to test.
2010-09-03 Daniel DunbarRevert "For ARM stack frames that utilize variable...
2010-09-03 NAKAMURA Takumitest/CodeGen/X86: Add explicit -mtriple=(i686|x86_64...
2010-09-03 Bruno Cardoso LopesAVX doesn't support mm operations neither its instrinsics.
2010-09-03 Bob WilsonReplace NEON vabdl, vaba, and vabal intrinsics with...
2010-09-02 Chris Lattnerupdate one more test
2010-09-02 Chris Lattneradd a new "llvm-dis -show-annotations" option, which...
2010-09-02 Anton KorobeynikovProperly emit __chkstk call instead of __alloca on...
2010-09-02 Chris Lattnermore test cleanup
2010-09-02 Chris Lattnerremove some noise from tests.
2010-09-02 Chris Lattnerwe are past the point where these tests are useful.
2010-09-02 Jim GrosbachFor ARM stack frames that utilize variable sized object...
2010-09-02 Chris Lattnerfix more AST updating bugs, correcting miscompilation...
2010-09-02 Dan GohmanDon't narrow the load and store in a load+twiddle+store...
2010-09-02 Sandeep PatelFix an unnecessary XFAIL
2010-09-02 Owen AndersonFix typo. I accidentally edited the wrong file before...
2010-09-02 Benjamin KramerAdd AsmParser support for the ELF .previous directive...
2010-09-02 Owen AndersonFix a bug in LazyValueInfo that CorrelatedValuePropagat...
2010-09-02 Jim GrosbachNow that register allocation properly considers reserve...
2010-09-02 Bob WilsonConvert VLD1 and VLD2 instructions to use pseudo-instru...
2010-09-02 Duncan SandsPrint the number of uses of a function in the .ll since...
2010-09-02 NAKAMURA Takumitest/loop-strength-reduce4: Add explicit triplet for...
2010-09-02 NAKAMURA Takumitest/twoaddr-coalesce: Do not use @main.
2010-09-01 Bob WilsonRemove NEON vmull, vmlal, and vmlsl intrinsics, replaci...
2010-09-01 Chris Lattnerdeepen my MMX/SRoA hack to avoid hurting non-x86 codegen.
2010-09-01 Bruno Cardoso LopesUsing target specific nodes for shuffle nodes makes...
2010-09-01 Jakob Stoklund OlesenTeach RemoveCopyByCommutingDef to check all aliases...
2010-09-01 Dale JohannesenApparently only Darwin passes long double misaligned...
2010-09-01 Dan GohmanFix loop unswitching's assumption that a code path...
2010-09-01 Bill WendlingThe output of opt -stats must be sent to stderr. Patch...
2010-09-01 Chris Lattnertemporarily revert r112664, it is causing a decoding...
2010-09-01 Michael J. SpencerCOFF: Update tests to reflect changes in last commit.
2010-09-01 Dale JohannesenAttempt to fix buildbot.
2010-09-01 Chris Lattneradd a gross hack to work around a problem that Argiris...
2010-09-01 Chris Lattnerfilecheckize
2010-09-01 Dan GohmanRevert 112442 and 112440 until the compile time problem...
2010-08-31 Dale JohannesenTestcase for llvm checkin 112674.
2010-08-31 Chris Lattnerlicm is wasting time hoisting constant foldable operations,
2010-08-31 Bill WendlingWe have a chance for an optimization. Consider this...
2010-08-31 Devang PatelReapply r112623. Included additional check for unused...
2010-08-31 Owen AndersonMerge 2010-08-31-InfiniteRecursion.ll into crash.ll.
2010-08-31 Devang PatelRevert r112623. It is causing self host build failures.
2010-08-31 Devang PatelRemember byval argument's frame index during argument...
2010-08-31 Owen AndersonAdd a test for the duplicated-conditional situation...
2010-08-31 Chris Lattnermerge two tests.
2010-08-31 Owen AndersonManually reduce this testcase.
2010-08-31 Chris Lattnermerge two tests and convert to filecheck.
2010-08-31 Owen AndersonAdd a micro-test for the transforms I added to JumpThre...
2010-08-31 Jim GrosbachUpdate test for 112609
2010-08-31 Owen AndersonRename test directory to reflect new pass name.
2010-08-31 Owen AndersonRename ValuePropagation to a more descriptive Correlate...
2010-08-31 Owen AndersonMore Chris-inspired JumpThreading fixes: use ConstantEx...
2010-08-31 Owen AndersonRemove r111665, which implemented store-narrowing in...
2010-08-30 Anton KorobeynikovFix borken test
2010-08-30 Owen AndersonCombine these two tests, and make sure there's a newlin...
2010-08-30 Bob WilsonRemove NEON vmovn intrinsic, replacing it with vector...
2010-08-30 Chris Lattnertwo changes:
2010-08-30 Michael J. SpencerPartially revert r112480. Caused test failures.
2010-08-30 NAKAMURA Takumicoff-dump.py: Fix PR7996. Now it is compatible to Pytho...
2010-08-30 Michael J. SpencerFix constant-over-index.ll test on windows.
2010-08-30 Michael J. SpencerTest: Fix LLVMC tests on CMake.
2010-08-30 Duncan SandsCorrect bogus module triple specifications.
2010-08-29 Chris LattnerLICM does get dead instructions input to it. Instead...
2010-08-29 Dan GohmanMake IVUsers iterative instead of recursive.
next