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