Added some basic lint tools for C++ and generic lint tool applicable to all
[oota-llvm.git] / test /
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.
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 .
next