Add braces, as suggested by a gcc warning.
[oota-llvm.git] / test /
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.
2008-12-17 Chris LattnerEnhance heap sra to be substantially more aggressive...
2008-12-17 Eli FriedmanFix for PR3225: disable a broken optimization in
2008-12-16 Dale JohannesenA new dag combine; several permutations of this
2008-12-16 Chris LattnerFix another crash found by inspection. If we have...
2008-12-16 Chris Lattnerfix a crash found by inspection.
2008-12-16 Eli FriedmanAdd a helper to remove a branch and DCE the condition...
2008-12-16 Bill WendlingRemove empty test.
2008-12-16 Bill WendlingTemporarily revert r61019, r61030, and r61040. These...
2008-12-16 Evan ChengWe have decided not to support inline asm where an...
2008-12-16 Torok Edwinadd testcase for -print-dbginfo
2008-12-16 Nick LewyckyGeneralize support for analyzing loops to include SLE...
2008-12-16 Chris Lattnerfix PR3217: fully cached queries need to be verified...
2008-12-16 Dan GohmanEnable anti-dependence breaking by default when post...
2008-12-16 Dan GohmanFix some register-alias-related bugs in the post-RA...
2008-12-15 Chris Lattneradd testcase for r61051
2008-12-15 Mon P WangAdded support for splitting and scalarizing vector...
2008-12-15 Chris Lattneradd a basic test for heap-sra
2008-12-15 Chris LattnerTeach basicaa to use the nocapture attribute when possi...
2008-12-15 Chris LattnerAdd a testcase for GCC PR 23455, which lpre handles...
2008-12-15 Mon P WangAdded support to LegalizeType for expanding the operand...
2008-12-15 Chris Lattnergvn now hoists this load out of the hot non-call path.
2008-12-15 Chris LattnerAdjust testcase to make it more stable across visitatio...
2008-12-15 Chris Lattnermake GVN try to rename inputs to the resultant replaced...
2008-12-15 Chris LattnerImplement initial support for PHI translation in memdep...
2008-12-14 Chris Lattneranother random testcase that shouldn't crash gvn and is
2008-12-13 Chris LattnerRLE isn't smart enough to eliminate this safely yet.
2008-12-13 Chris Lattnerrename some tests to be more uniform in naming convention.
2008-12-13 Chris Lattnergvn should never crash on this.
2008-12-13 Bill WendlingTemporarily revert r60973. It's inexplicably causing...
2008-12-13 Chris Lattnermake RLE preserve the name of the load that it replaces...
2008-12-12 Devang PatelRe-enable test.
2008-12-12 Bill Wendling- Use patterns instead of creating completely new instr...
2008-12-12 Devang PatelXFAIL these tests for now.
2008-12-12 Nick LewyckyRevert my re-instated reverted commit, fixes the bootst...
2008-12-11 Nick LewyckySneaky, sneaky: move the -1 to the outside of the SMax...
2008-12-10 Bill WendlingIf ADD, SUB, or MUL have an overflow bit that's used...
2008-12-10 Duncan SandsFor amusement, implement SADDO, SSUBO, UADDO, USUBO
2008-12-10 Mon P WangFixed a bug when trying to optimize a extract vector...
2008-12-10 Chris LattnerAllow basicaa to walk through geps with identical indic...
2008-12-10 Evan ChengFix a couple of Dwarf bugs.
2008-12-09 Bill WendlingImplement fast-isel conversion of a branch instruction...
2008-12-09 Chris Lattnerloosen up an assertion that isn't valid when called...
2008-12-09 Bill WendlingAdd sub/mul overflow intrinsics. This currently doesn...
2008-12-09 Duncan SandsFix PR3117: not all nodes being legalized. The
2008-12-09 Chris LattnerTeach BasicAA::getModRefInfo(CallSite, CallSite) some
2008-12-09 Evan Chengxfail this for now.
2008-12-09 Mikhail GlushenkovRemove Clang tests since clang is not installed on...
2008-12-09 Mikhail GlushenkovAdd some rudimentary tests for .
2008-12-09 Nick LewyckyIt's easy to handle SLE/SGE when the loop has a unit...
2008-12-09 Scott MichelCellSPU:
2008-12-09 Mon P WangFix getNode to allow a vector for the shift amount...
2008-12-08 Devang PatelActually test something. Use PR3170 test case.
2008-12-08 Devang PatelUndo previous patch.
2008-12-08 Dan GohmanFactor out the code for sign-extending/truncating gep...
2008-12-07 Mikhail GlushenkovMake 'extern' an option property.
2008-12-07 Mikhail GlushenkovAdd some clarifying comments.
2008-12-07 Mikhail GlushenkovAdd tests for tblgen's LLVMC backend.
2008-12-07 Chris Lattnerfix a bug I introduced in simplifycfg handling single...
2008-12-06 Evan ChengClean up some ARM GV asm printing out; minor fixes...
2008-12-06 Chris LattnerReimplement the inner loop of DSE. It now uniformly...
2008-12-05 Dale JohannesenFix test to pass on Linux.
2008-12-05 Dale JohannesenMake LoopStrengthReduce smarter about hoisting things...
2008-12-05 Evan ChengThis test also requires -mattr=+sse41.
2008-12-05 Evan ChengEffectively undo 60461 in PIC mode which simply transfo...
2008-12-05 Chris LattnerFix test/Transforms/GVN/pre-load.ll
2008-12-05 Evan ChengRe-did 60519. It turns out Darwin's handling of hidden...
2008-12-05 Scott MichelCellSPU: Add new directory under tests/CodeGen/CellSPU...
2008-12-04 Devang PatelRewrite code that 1) filters loops and 2) calculates...
2008-12-04 Bill WendlingTemporarily revert r60519. It was causing a bootstrap...
next