aboutsummaryrefslogtreecommitdiffstats
path: root/test/Other
Commit message (Expand)AuthorAgeFilesLines
* test/Other/close-stderr.ll: Require the feature 'shell'. It is not executable...NAKAMURA Takumi2010-12-071-0/+1
* Make BasicAliasAnalysis a normal AliasAnalysis implementation whichDan Gohman2010-10-181-1/+1
* Remove LoopIndexSplit pass. It is neither maintained nor used by anyone.Devang Patel2010-10-071-5/+0
* Fix llvm-extract so that it changes the linkage of all GlobalValues toBob Wilson2010-09-231-1/+6
* Fix llvm-extract -delete's lazy loading to materialize the functions thatDan Gohman2010-09-231-0/+22
* XFAIL test under valgrind. It is not really our problem if sh is leaking.Jakob Stoklund Olesen2010-09-091-0/+1
* remove unions from LLVM IR. They are severely buggy and notChris Lattner2010-08-281-42/+0
* Try to escape the '$'s in these so they reach the underlying 'sh' invocation.Chandler Carruth2010-08-231-2/+2
* Add a testcase to verify that commands don't crash when they hitDan Gohman2010-08-181-0/+9
* Revert r111058, the lint check for indirectbr successors that aren'tDan Gohman2010-08-161-1/+0
* Add a lint check for an indirectbr destination which has notDan Gohman2010-08-131-0/+1
* Add a lint check for indirectbr with no successors.Dan Gohman2010-08-021-1/+3
* Remove XFAIL, test doesn't leak anymore.Benjamin Kramer2010-07-291-1/+0
* Add a lint check for mismatched return types, inspired by PR6944.Dan Gohman2010-07-121-0/+9
* Don't write a file named "&1".Dan Gohman2010-06-181-1/+1
* Add lint checks for function attributes.Dan Gohman2010-05-281-0/+17
* Fix lint's memcpy and memmove checks, and its basic block traversal.Dan Gohman2010-05-281-0/+4
* Detect self-referential values.Dan Gohman2010-05-281-0/+11
* Remove this va_arg test, which is no longer applicable.Dan Gohman2010-05-281-3/+0
* Eli pointed out that va_arg instruction result values don'tDan Gohman2010-05-281-4/+4
* Teach lint how to look through simple store+load pairs and otherDan Gohman2010-05-281-0/+21
* Add a lint check for returning the address of stack memory.Dan Gohman2010-05-281-0/+7
* rename test to represent meaningful dateGabor Greif2010-05-271-0/+0
* Reinstate checking of stackrestore, with checking for both ReadDan Gohman2010-05-261-0/+3
* Implement checking of the tail keyword.Dan Gohman2010-05-261-0/+12
* XFAIL the test I added with vg_leak, apparently it is the first and only llcDaniel Dunbar2010-05-141-0/+1
* Inline Asm: Ensure buffer is newline terminated to match how the text is prin...Daniel Dunbar2010-05-141-0/+6
* this really is needed. :(Chris Lattner2010-05-101-1/+1
* just remove this, it isn't needed.Chris Lattner2010-05-101-1/+1
* fix a pretty obvious typo. We test things before committing them, right?Chris Lattner2010-05-101-1/+1
* Fix PR6875:David Greene2010-05-101-0/+6
* Add lint checks for invalid uses of memory.Dan Gohman2010-04-301-0/+18
* Add several more lint checks.Dan Gohman2010-04-091-0/+21
* Add a few more lint checks.Dan Gohman2010-04-081-0/+14
* Add a -lint pass which checks for common sources of undefined or likelyDan Gohman2010-04-081-0/+31
* Constant-fold GEP-of-GEP into a single GEP.Dan Gohman2010-03-101-0/+31
* Fix whitespace.Dan Gohman2010-03-101-6/+6
* stop using anders-aaChris Lattner2010-03-011-58/+0
* Teach the constant folder about union types.Dan Gohman2010-02-251-6/+48
* Canonicalize sizeof and alignof on pointer types to a canonicalDan Gohman2010-02-101-7/+51
* Factor out alignof expression folding into a separate function andDan Gohman2010-02-021-0/+21
* Generalize target-independent folding rules for sizeof to handle moreDan Gohman2010-02-011-35/+314
* Remove the folding ruleDan Gohman2010-01-281-0/+84
* -disable-output is no longer needed with -analyze.Dan Gohman2010-01-262-3/+3
* fix bogus testChris Lattner2010-01-091-2/+2
* Delete useless trailing semicolons.Dan Gohman2010-01-053-3/+3
* Update these tests to match what Loop::print now prints.Dan Gohman2009-10-241-1/+1
* Forbid arrays of function-type and structures with function-typed fields.Nick Lewycky2009-09-151-0/+6
* Eliminate more redundant llvm-as calls.Dan Gohman2009-09-114-9/+9
* Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman2009-09-1112-12/+12