Rename getABITypeSize to getTypePaddedSize, as
[oota-llvm.git] / test /
2009-01-12 Evan ChengSecond test is only valid in 32-bit mode.
2009-01-12 Evan ChengTest for r62076.
2009-01-12 Evan ChengFix PR3241: Currently EmitCopyFromReg emits a copy...
2009-01-10 Evan ChengThis is a dup of pr2659.ll.
2009-01-09 Evan ChengDuplicated node may produce a non-physical register...
2009-01-09 Evan ChengAdd test case from PR2659.
2009-01-09 Chris LattnerFix PR3304
2009-01-09 Dan GohmanPR2659 was fixed by r61847. Add the testcase as a regre...
2009-01-09 Chris LattnerImplement rdar://6480391, extending of equality icmp...
2009-01-09 Chris LattnerFix PR3298, a crash in Jump Threading. Apparently...
2009-01-09 Chris Lattnerthis doesn't depend on the gcc early inliner anymore.
2009-01-09 Chris LattnerPR3290 is now fixed.
2009-01-09 Chris LattnerFix part 3/2 of PR3290, making instcombine zap (gep...
2009-01-09 Chris Lattnerthis test should not run opt -std-compile-opts, it...
2009-01-08 Dale JohannesenDo not inline functions with (dynamic) alloca into
2009-01-08 Chris LattnerValueTracker can't assume that an alloca with no specif...
2009-01-08 Chris Lattnerthis testcase is huge and hasn't regressed ever, I...
2009-01-08 Chris Lattnerthe new scalarrepl changes are optimizing away a tempor...
2009-01-08 Chris LattnerThis implements the second half of the fix for PR3290...
2009-01-07 Misha BrukmanFix off-by-one error in traversing an array; this fixes...
2009-01-07 Duncan SandsRemove alloca tracking from nocapture analysis. Not...
2009-01-07 Chris LattnerImplement the first half of PR3290: if there is a store...
2009-01-07 Evan ChengThe coalescer does not coalesce a virtual register...
2009-01-07 Chris Lattneradd a testcase.
2009-01-07 Dan GohmanAdd patterns to match conditional moves with loads...
2009-01-07 Dan GohmanX86_COND_C and X86_COND_NC are alternate mnemonics for
2009-01-06 Dan GohmanNow that fold-pcmpeqd-0.ll is effectively testing that...
2009-01-06 Dan GohmanRevert r42653 and forward-port the code that lets INC64...
2009-01-06 Dan GohmanFix a bug in ComputeLinearIndex computation handling...
2009-01-06 Scott MichelCellSPU:
2009-01-06 Dan GohmanDelete this test; it's a duplicate of 2006-07-03-schedu...
2009-01-06 Dan GohmanUse a latency value of 0 for the artificial edges inser...
2009-01-05 Chris Lattnermake m_ConstantInt(int64_t) safely match ConstantInt...
2009-01-05 Bill WendlingStrength test.
2009-01-05 Duncan SandsTeach the internalize pass to also internalize
2009-01-05 Evan ChengFind loop back edges only after empty blocks are elimin...
2009-01-05 Chris Lattnertestcase for bill's patch.
2009-01-05 Duncan SandsDelete unused global aliases with internal linkage.
2009-01-05 Duncan SandsDon't spew bitcode to standard out if this test
2009-01-05 Torok EdwinThis test passes again, unXFAIL.
2009-01-05 Chris Lattneralignment of 0 is not valid.
2009-01-05 Scott MichelCellSPU:
2009-01-05 Scott MichelCellSPU:
2009-01-05 Scott MichelCellSPU:
2009-01-04 Nick LewyckyRun a post-pass that marks known function declarations...
2009-01-04 Bill WendlingXFAIL this test. The xform was removed.
2009-01-03 Dan GohmanFix a DAGCombiner abort on an invalid shift count const...
2009-01-03 Scott MichelCellSPU:
2009-01-02 Nick LewyckyDon't try to analyze this "backward" case. This is...
2009-01-02 Duncan SandsWhen calculating 'nocapture' argument attributes, allow
2009-01-02 Chris LattnerReimplement the old and horrible bison parser for ...
2009-01-02 Evan ChengDo not isel load folding bt instructions for pentium...
2009-01-02 Evan ChengUse movaps / movd to extract vector element 0 even...
2009-01-02 Nick LewyckyRemove the cyclic part of this test, it was passing...
2009-01-02 Nick LewyckyMake adding nocapture a bit stronger. FreeInst is nocap...
2009-01-02 Chris Lattnerrename a file to follow naming conventions.
2009-01-02 Duncan SandsAdd tests for two types of traps that escape analysis
2009-01-01 Misha Brukman* Quoted the executable 'runtest' to emphasize the...
2009-01-01 Duncan SandsFix PR3274: when promoting the condition of a BRCOND...
2009-01-01 Bill WendlingAdd transformation:
2008-12-31 Duncan SandsLook through phi nodes and select instructions when
2008-12-31 Bill WendlingThis is not failing on Darwin for some reason. XFAIL...
2008-12-31 Misha BrukmanRemoved extra spaces.
2008-12-31 Duncan SandsRename AddReadAttrs to FunctionAttrs, and teach it how
2008-12-31 Bill WendlingXFAIL test caused by r61493. Apparently, this is expected?
2008-12-31 Scott MichelXFAIL this for now until I can figure out what's going on.
2008-12-30 Scott MichelFix test erratum (which is wierd: works locally for...
2008-12-30 Scott Michel- Start moving target-dependent nodes that could be...
2008-12-29 Duncan SandsAllow readnone functions to read (and write!) global
2008-12-27 Nick LewyckyCheck that the function prototypes are correct before...
2008-12-27 Chris Lattneradd testcase for type parsing.
2008-12-27 Scott Michel- Remove Tilmann's custom truncate lowering: it complet...
2008-12-25 Chris Lattneradd PR #
2008-12-25 Chris LattnerAdd a simple pattern for matching 'bt'.
2008-12-24 Bill WendlingRevert the changes in this testcase until Anton can...
2008-12-24 Dan GohmanFix a compiler-abort on a testcase where the stack...
2008-12-23 Dale JohannesenAdd another permutation where we should get rid of...
2008-12-23 Anton KorobeynikovUpdate test
2008-12-23 Chris LattnerTestcase to show we can tie together integers and point...
2008-12-23 Mon P WangAdded shuffle and splat test cases for r61365.
2008-12-23 Dale JohannesenOne more permutation of subtracting off a base value.
2008-12-21 Mikhail GlushenkovUse ignore & grep instead of XFAIL.
2008-12-21 Nick LewyckyTurn strcmp into memcmp, such as strcmp(P, "x") --...
2008-12-20 Dan GohmanFix fast-isel to not emit invalid assembly when present...
2008-12-20 Dan GohmanUse the correct Preds and Succs lists in setHeightDirty()
2008-12-19 Bill WendlingMore precise XFAIL.
2008-12-19 Bill WendlingUn-XFAIL this test because it's passing and John doesn...
2008-12-19 Evan ChengFix PR3149. If an early clobber def is a physical regis...
2008-12-19 Bill WendlingThis test works again for Darwin because a patch was...
2008-12-19 Evan Cheng- CodeGenPrepare does not split loop back edges but...
2008-12-19 Rafael EspindolaFix bug 3202.
2008-12-19 Nick LewyckyResubmit support for the 'nocapture' attribute.
2008-12-18 Mon P WangFix test to account for generating some vector code...
2008-12-18 Bill WendlingRe-XFAIL this test until debug stuff settles down.
2008-12-18 Mon P WangAdded some basic test cases for r61209
2008-12-18 Nick LewyckyMake all the vector elements positive in an srem of...
2008-12-18 Bill WendlingXFAIL on Linux.
2008-12-18 Bill WendlingDo not XFAIL.
2008-12-17 Devang PatelXFAIL for now.
2008-12-17 Devang PatelXfail these tests for now.
next