aboutsummaryrefslogtreecommitdiff
path: root/test/Other
AgeCommit message (Expand)Author
2011-08-31Update to new EH scheme.Bill Wendling
2011-07-09Land the long talked about "type system rewrite" patch. ThisChris Lattner
2011-05-13Move platform-dependent test to appropriate directory.Galina Kistanova
2011-05-11Move this test to CodeGen/Thumb. rdar://problem/9416774Stuart Hastings
2011-05-11Reduced test case. rdar://problem/9416774Stuart Hastings
2011-05-11And lo, I was given a testcase for 131152. rdar://problem/9416774Stuart Hastings
2010-12-07test/Other/close-stderr.ll: Require the feature 'shell'. It is not executable...NAKAMURA Takumi
2010-10-18Make BasicAliasAnalysis a normal AliasAnalysis implementation whichDan Gohman
2010-10-07Remove LoopIndexSplit pass. It is neither maintained nor used by anyone.Devang Patel
2010-09-23Fix llvm-extract so that it changes the linkage of all GlobalValues toBob Wilson
2010-09-23Fix llvm-extract -delete's lazy loading to materialize the functions thatDan Gohman
2010-09-09XFAIL test under valgrind. It is not really our problem if sh is leaking.Jakob Stoklund Olesen
2010-08-28remove unions from LLVM IR. They are severely buggy and notChris Lattner
2010-08-23Try to escape the '$'s in these so they reach the underlying 'sh' invocation.Chandler Carruth
2010-08-18Add a testcase to verify that commands don't crash when they hitDan Gohman
2010-08-16Revert r111058, the lint check for indirectbr successors that aren'tDan Gohman
2010-08-13Add a lint check for an indirectbr destination which has notDan Gohman
2010-08-02Add a lint check for indirectbr with no successors.Dan Gohman
2010-07-29Remove XFAIL, test doesn't leak anymore.Benjamin Kramer
2010-07-12Add a lint check for mismatched return types, inspired by PR6944.Dan Gohman
2010-06-18Don't write a file named "&1".Dan Gohman
2010-05-28Add lint checks for function attributes.Dan Gohman
2010-05-28Fix lint's memcpy and memmove checks, and its basic block traversal.Dan Gohman
2010-05-28Detect self-referential values.Dan Gohman
2010-05-28Remove this va_arg test, which is no longer applicable.Dan Gohman
2010-05-28Eli pointed out that va_arg instruction result values don'tDan Gohman
2010-05-28Teach lint how to look through simple store+load pairs and otherDan Gohman
2010-05-28Add a lint check for returning the address of stack memory.Dan Gohman
2010-05-27rename test to represent meaningful dateGabor Greif
2010-05-26Reinstate checking of stackrestore, with checking for both ReadDan Gohman
2010-05-26Implement checking of the tail keyword.Dan Gohman
2010-05-14XFAIL the test I added with vg_leak, apparently it is the first and only llcDaniel Dunbar
2010-05-14Inline Asm: Ensure buffer is newline terminated to match how the text is prin...Daniel Dunbar
2010-05-10this really is needed. :(Chris Lattner
2010-05-10just remove this, it isn't needed.Chris Lattner
2010-05-10fix a pretty obvious typo. We test things before committing them, right?Chris Lattner
2010-05-10Fix PR6875:David Greene
2010-04-30Add lint checks for invalid uses of memory.Dan Gohman
2010-04-09Add several more lint checks.Dan Gohman
2010-04-08Add a few more lint checks.Dan Gohman
2010-04-08Add a -lint pass which checks for common sources of undefined or likelyDan Gohman
2010-03-10Constant-fold GEP-of-GEP into a single GEP.Dan Gohman
2010-03-10Fix whitespace.Dan Gohman
2010-03-01stop using anders-aaChris Lattner
2010-02-25Teach the constant folder about union types.Dan Gohman
2010-02-10Canonicalize sizeof and alignof on pointer types to a canonicalDan Gohman
2010-02-02Factor out alignof expression folding into a separate function andDan Gohman
2010-02-01Generalize target-independent folding rules for sizeof to handle moreDan Gohman
2010-01-28Remove the folding ruleDan Gohman
2010-01-26-disable-output is no longer needed with -analyze.Dan Gohman