2010-12-07 |
NAKAMURA Takumi | test/Other/close-stderr.ll: Require the feature 'shell... |
tree | commitdiff |
2010-10-18 |
Dan Gohman | Make BasicAliasAnalysis a normal AliasAnalysis implemen... |
tree | commitdiff |
2010-10-07 |
Devang Patel | Remove LoopIndexSplit pass. It is neither maintained... |
tree | commitdiff |
2010-09-23 |
Bob Wilson | Fix llvm-extract so that it changes the linkage of... |
tree | commitdiff |
2010-09-23 |
Dan Gohman | Fix llvm-extract -delete's lazy loading to materialize... |
tree | commitdiff |
2010-09-09 |
Jakob Stoklund Olesen | XFAIL test under valgrind. It is not really our problem... |
tree | commitdiff |
2010-08-28 |
Chris Lattner | remove unions from LLVM IR. They are severely buggy... |
tree | commitdiff |
2010-08-23 |
Chandler Carruth | Try to escape the '$'s in these so they reach the under... |
tree | commitdiff |
2010-08-18 |
Dan Gohman | Add a testcase to verify that commands don't crash... |
tree | commitdiff |
2010-08-16 |
Dan Gohman | Revert r111058, the lint check for indirectbr successor... |
tree | commitdiff |
2010-08-13 |
Dan Gohman | Add a lint check for an indirectbr destination which... |
tree | commitdiff |
2010-08-02 |
Dan Gohman | Add a lint check for indirectbr with no successors. |
tree | commitdiff |
2010-07-29 |
Benjamin Kramer | Remove XFAIL, test doesn't leak anymore. |
tree | commitdiff |
2010-07-12 |
Dan Gohman | Add a lint check for mismatched return types, inspired... |
tree | commitdiff |
2010-06-18 |
Dan Gohman | Don't write a file named "&1". |
tree | commitdiff |
2010-05-28 |
Dan Gohman | Add lint checks for function attributes. |
tree | commitdiff |
2010-05-28 |
Dan Gohman | Fix lint's memcpy and memmove checks, and its basic... |
tree | commitdiff |
2010-05-28 |
Dan Gohman | Detect self-referential values. |
tree | commitdiff |
2010-05-28 |
Dan Gohman | Remove this va_arg test, which is no longer applicable. |
tree | commitdiff |
2010-05-28 |
Dan Gohman | Eli pointed out that va_arg instruction result values... |
tree | commitdiff |
2010-05-28 |
Dan Gohman | Teach lint how to look through simple store+load pairs... |
tree | commitdiff |
2010-05-28 |
Dan Gohman | Add a lint check for returning the address of stack... |
tree | commitdiff |
2010-05-27 |
Gabor Greif | rename test to represent meaningful date |
tree | commitdiff |
2010-05-26 |
Dan Gohman | Reinstate checking of stackrestore, with checking for... |
tree | commitdiff |
2010-05-26 |
Dan Gohman | Implement checking of the tail keyword. |
tree | commitdiff |
2010-05-14 |
Daniel Dunbar | XFAIL the test I added with vg_leak, apparently it... |
tree | commitdiff |
2010-05-14 |
Daniel Dunbar | Inline Asm: Ensure buffer is newline terminated to... |
tree | commitdiff |
2010-05-10 |
Chris Lattner | this really is needed. :( |
tree | commitdiff |
2010-05-10 |
Chris Lattner | just remove this, it isn't needed. |
tree | commitdiff |
2010-05-10 |
Chris Lattner | fix a pretty obvious typo. We test things before commi... |
tree | commitdiff |
2010-05-10 |
David Greene | Fix PR6875: |
tree | commitdiff |
2010-04-30 |
Dan Gohman | Add lint checks for invalid uses of memory. |
tree | commitdiff |
2010-04-09 |
Dan Gohman | Add several more lint checks. |
tree | commitdiff |
2010-04-08 |
Dan Gohman | Add a few more lint checks. |
tree | commitdiff |
2010-04-08 |
Dan Gohman | Add a -lint pass which checks for common sources of... |
tree | commitdiff |
2010-03-10 |
Dan Gohman | Constant-fold GEP-of-GEP into a single GEP. |
tree | commitdiff |
2010-03-10 |
Dan Gohman | Fix whitespace. |
tree | commitdiff |
2010-03-01 |
Chris Lattner | stop using anders-aa |
tree | commitdiff |
2010-02-25 |
Dan Gohman | Teach the constant folder about union types. |
tree | commitdiff |
2010-02-10 |
Dan Gohman | Canonicalize sizeof and alignof on pointer types to... |
tree | commitdiff |
2010-02-02 |
Dan Gohman | Factor out alignof expression folding into a separate... |
tree | commitdiff |
2010-02-01 |
Dan Gohman | Generalize target-independent folding rules for sizeof... |
tree | commitdiff |
2010-01-28 |
Dan Gohman | Remove the folding rule |
tree | commitdiff |
2010-01-26 |
Dan Gohman | -disable-output is no longer needed with -analyze. |
tree | commitdiff |
2010-01-09 |
Chris Lattner | fix bogus test |
tree | commitdiff |
2010-01-05 |
Dan Gohman | Delete useless trailing semicolons. |
tree | commitdiff |
2009-10-24 |
Dan Gohman | Update these tests to match what Loop::print now prints. |
tree | commitdiff |
2009-09-15 |
Nick Lewycky | Forbid arrays of function-type and structures with... |
tree | commitdiff |
2009-09-11 |
Dan Gohman | Eliminate more redundant llvm-as calls. |
tree | commitdiff |
2009-09-11 |
Dan Gohman | Change tests from "opt %s" to "opt < %s" so that opt... |
tree | commitdiff |
2009-09-08 |
Dan Gohman | Use opt -S instead of piping bitcode output through... |
tree | commitdiff |
2009-09-08 |
Dan Gohman | Change these tests to feed the assembly files to opt... |
tree | commitdiff |
2009-06-05 |
Devang Patel | Add new function attribute - noimplicitfloat |
tree | commitdiff |
2009-06-04 |
Dan Gohman | Split the Add, Sub, and Mul instruction opcodes into... |
tree | commitdiff |
2009-03-31 |
Devang Patel | Update call graph after inlining invoke. |
tree | commitdiff |
2009-02-27 |
Dan Gohman | Update another test for the LoopInfo::print changes. |
tree | commitdiff |
2008-10-15 |
Duncan Sands | Testcase for PR2894. |
tree | commitdiff |
2008-10-06 |
Devang Patel | Remove interfaces implemented by dead pass from the... |
tree | commitdiff |
2008-09-23 |
Duncan Sands | Rationalize the names of passes that print information: |
tree | commitdiff |
2008-09-19 |
Duncan Sands | Teach -callgraph to always print the callgraph (as the |
tree | commitdiff |
2008-08-16 |
Owen Anderson | Remove GCSE and LoadVN from the testsuite. |
tree | commitdiff |
2008-08-14 |
Devang Patel | The pass manager is not able to schedule -loop-deletion... |
tree | commitdiff |
2008-07-28 |
Duncan Sands | Test this differently: I saw this test fail |
tree | commitdiff |
2008-07-10 |
Bill Wendling | Put CPPBackend tests into their own directory and run... |
tree | commitdiff |
2008-06-10 |
Matthijs Kooijman | Let some more tests ignore expected output on stderr. |
tree | commitdiff |
2008-06-04 |
Duncan Sands | Change packed struct layout so that field sizes |
tree | commitdiff |
2008-05-20 |
Gabor Greif | sabre brings to my attention that the 'tr' suffix is... |
tree | commitdiff |
2008-05-20 |
Gabor Greif | Rename the last test with .llx extension to .ll, resolv... |
tree | commitdiff |
2008-04-23 |
Anton Korobeynikov | Fix tests due to llvm2cpp move to llc target |
tree | commitdiff |
2008-03-20 |
Devang Patel | Keep track of analysis information inherited from Modul... |
tree | commitdiff |
2008-02-23 |
Dan Gohman | Fix a bug that caused opt and other tools to silently... |
tree | commitdiff |
2008-02-19 |
Chris Lattner | dead pass |
tree | commitdiff |
2008-02-19 |
Tanya Lattner | Remove llvm-upgrade and update tests. |
tree | commitdiff |
2008-02-15 |
Devang Patel | Fix PR2028 |
tree | commitdiff |
2007-09-10 |
Devang Patel | New test. |
tree | commitdiff |
2007-08-15 |
Dan Gohman | Convert tests using "| wc -l | grep ..." to use the... |
tree | commitdiff |
2007-07-05 |
Devang Patel | Fix PR1539. Add LoopPassPrinter. |
tree | commitdiff |
2007-06-29 |
John Criswell | Convert .cvsignore files |
tree | commitdiff |
2007-06-28 |
Devang Patel | Fix PR 1526. |
tree | commitdiff |
2007-06-27 |
Devang Patel | Update. Now, -etforest is an invalid option. |
tree | commitdiff |
2007-06-16 |
Nick Lewycky | Call the correct function name. Patch from Stephane... |
tree | commitdiff |
2007-06-05 |
Devang Patel | New test. |
tree | commitdiff |
2007-04-25 |
Devang Patel | New test. |
tree | commitdiff |
2007-04-15 |
Reid Spencer | For PR1319: Upgrade to new test harness |
tree | commitdiff |
2007-04-15 |
Owen Anderson | Update tests for the disappearance of -idom. |
tree | commitdiff |
2007-04-11 |
Reid Spencer | Make the llvm-runtest function much more amenable by... |
tree | commitdiff |
2007-04-08 |
Owen Anderson | Remove DomSet completely. This concludes work on PR1171. |
tree | commitdiff |
2007-04-07 |
Chris Lattner | these test a pass that no longer exists. |
tree | commitdiff |
2007-04-07 |
Chris Lattner | xfail these until owen can figure out the right fix |
tree | commitdiff |
2007-02-05 |
Devang Patel | Test case for PR1158 |
tree | commitdiff |
2006-12-02 |
Reid Spencer | Use the llvm-upgrade program to upgrade llvm assembly. |
tree | commitdiff |
2006-08-27 |
Chris Lattner | Adjust tests now that opt doesn't read .ll files. |
tree | commitdiff |
2006-08-22 |
Bill Wendling | Modified the RUN line from "analyze ..." to "opt -analy... |
tree | commitdiff |
2006-04-12 |
Tanya Lattner | Added the ability to xfail based on llvmgcc version |
tree | commitdiff |
2006-03-23 |
Reid Spencer | Tired of wading through cvs's list ? files that are... |
tree | commitdiff |
2004-11-19 |
Tanya Lattner | Adding srcdir arg |
tree | commitdiff |
2004-11-13 |
Tanya Lattner | Adding subdirectory dg.exp files in order to be able... |
tree | commitdiff |
2004-08-20 |
Chris Lattner | New testcase that the vector support does not work... |
tree | commitdiff |
2004-08-20 |
Reid Spencer | Added various tests in support of Packed Types. |
tree | commitdiff |
2004-05-27 |
Chris Lattner | The -exprs pass is no longer with LLVM. *sniff* |
tree | commitdiff |
next |