- 5bb210e Deleting the json-bench-test until I understand why it is flaky. by Manuel Klimek · 13 years ago
- 76f1301 Adds a JSON parser and a benchmark (json-bench) to catch performance regressions. by Manuel Klimek · 13 years ago
- 3ba19b1 Fix test. by Eli Friedman · 13 years ago
- adeb0a6 Make constant folding for GEPs a bit more aggressive. by Eli Friedman · 13 years ago
- d2bf432 Upgrade syntax of tests using volatile instructions to use 'load volatile' instead of 'volatile load', which is archaic. by Chris Lattner · 13 years ago
- a29a6b9 Update to new EH scheme. by Bill Wendling · 13 years ago
- 1afcace Land the long talked about "type system rewrite" patch. This by Chris Lattner · 13 years ago
- 6f0b5e4 Move platform-dependent test to appropriate directory. by Galina Kistanova · 13 years ago
- 007cfce Move this test to CodeGen/Thumb. rdar://problem/9416774 by Stuart Hastings · 13 years ago
- e8b9f16 Reduced test case. rdar://problem/9416774 by Stuart Hastings · 13 years ago
- de5d5de And lo, I was given a testcase for 131152. rdar://problem/9416774 by Stuart Hastings · 13 years ago
- 50004be test/Other/close-stderr.ll: Require the feature 'shell'. It is not executable on Win32 but it is executable on MSYS-bash. by NAKAMURA Takumi · 14 years ago
- c1be92f Make BasicAliasAnalysis a normal AliasAnalysis implementation which by Dan Gohman · 14 years ago
- d82e9e7 Remove LoopIndexSplit pass. It is neither maintained nor used by anyone. by Devang Patel · 14 years ago
- edf0174 Fix llvm-extract so that it changes the linkage of all GlobalValues to by Bob Wilson · 14 years ago
- be2d4e7 Fix llvm-extract -delete's lazy loading to materialize the functions that by Dan Gohman · 14 years ago
- 61ca48e XFAIL test under valgrind. It is not really our problem if sh is leaking. by Jakob Stoklund Olesen · 14 years ago
- 61c70e9 remove unions from LLVM IR. They are severely buggy and not by Chris Lattner · 14 years ago
- f90ab07 Try to escape the '$'s in these so they reach the underlying 'sh' invocation. by Chandler Carruth · 14 years ago
- e0b313d Add a testcase to verify that commands don't crash when they hit by Dan Gohman · 14 years ago
- 9883b95 Revert r111058, the lint check for indirectbr successors that aren't by Dan Gohman · 14 years ago
- 61556e3 Add a lint check for an indirectbr destination which has not by Dan Gohman · 14 years ago
- a8afb2a Add a lint check for indirectbr with no successors. by Dan Gohman · 14 years ago
- 38ca107 Remove XFAIL, test doesn't leak anymore. by Benjamin Kramer · 14 years ago
- 545d006 Add a lint check for mismatched return types, inspired by PR6944. by Dan Gohman · 14 years ago
- c185a12 Don't write a file named "&1". by Dan Gohman · 14 years ago
- aec2a0d Add lint checks for function attributes. by Dan Gohman · 14 years ago
- 13ec30b Fix lint's memcpy and memmove checks, and its basic block traversal. by Dan Gohman · 14 years ago
- 17d9596 Detect self-referential values. by Dan Gohman · 14 years ago
- 34220ae Remove this va_arg test, which is no longer applicable. by Dan Gohman · 14 years ago
- 078f859 Eli pointed out that va_arg instruction result values don't reference the stack. by Dan Gohman · 14 years ago
- ff26d4e Teach lint how to look through simple store+load pairs and other by Dan Gohman · 14 years ago
- 292fc87 Add a lint check for returning the address of stack memory. by Dan Gohman · 14 years ago
- 2893a46 rename test to represent meaningful date by Gabor Greif · 14 years ago
- 882ddb4 Reinstate checking of stackrestore, with checking for both Read by Dan Gohman · 14 years ago
- 113b3e2 Implement checking of the tail keyword. by Dan Gohman · 14 years ago
- bd616b6 XFAIL the test I added with vg_leak, apparently it is the first and only llc by Daniel Dunbar · 14 years ago
- d11d59e Inline Asm: Ensure buffer is newline terminated to match how the text is printed. by Daniel Dunbar · 14 years ago
- e24b5c5 this really is needed. :( by Chris Lattner · 14 years ago
- ea9f0b8 just remove this, it isn't needed. by Chris Lattner · 14 years ago
- c279243 fix a pretty obvious typo. We test things before committing them, right? by Chris Lattner · 14 years ago
- e89f1c4 by David Greene · 14 years ago
- 5b61b38 Add lint checks for invalid uses of memory. by Dan Gohman · 15 years ago
- be02b20 Add several more lint checks. by Dan Gohman · 15 years ago
- dd98c4d Add a few more lint checks. by Dan Gohman · 15 years ago
- 113902e Add a -lint pass which checks for common sources of undefined or likely by Dan Gohman · 15 years ago
- 0891d75 Constant-fold GEP-of-GEP into a single GEP. by Dan Gohman · 15 years ago
- a773384 Fix whitespace. by Dan Gohman · 15 years ago
- f09999e stop using anders-aa by Chris Lattner · 15 years ago
- 9ee0d8a Teach the constant folder about union types. by Dan Gohman · 15 years ago
- a84ffed Canonicalize sizeof and alignof on pointer types to a canonical pointer type. by Dan Gohman · 15 years ago
- 6acb86d Factor out alignof expression folding into a separate function and by Dan Gohman · 15 years ago
- 4f8eea8 Generalize target-independent folding rules for sizeof to handle more by Dan Gohman · 15 years ago
- 8ca83b4 Remove the folding rule by Dan Gohman · 15 years ago
- 8a977e2 -disable-output is no longer needed with -analyze. by Dan Gohman · 15 years ago
- aa38865 fix bogus test by Chris Lattner · 15 years ago
- aceba31 Delete useless trailing semicolons. by Dan Gohman · 15 years ago
- 5639cb6 Update these tests to match what Loop::print now prints. by Dan Gohman · 15 years ago
- 1fbb13e Forbid arrays of function-type and structures with function-typed fields. by Nick Lewycky · 15 years ago
- cabfea2 Eliminate more redundant llvm-as calls. by Dan Gohman · 15 years ago
- f2f6ce6 Change tests from "opt %s" to "opt < %s" so that opt doesn't see the by Dan Gohman · 15 years ago
- 3e054fe Use opt -S instead of piping bitcode output through llvm-dis. by Dan Gohman · 15 years ago
- b1e1e82 Change these tests to feed the assembly files to opt directly, instead by Dan Gohman · 15 years ago
- 578efa9 Add new function attribute - noimplicitfloat by Devang Patel · 15 years ago
- ae3a0be Split the Add, Sub, and Mul instruction opcodes into separate by Dan Gohman · 15 years ago
- 28c531c Update call graph after inlining invoke. Patch by Jay Foad. by Devang Patel · 16 years ago
- 30fe9e4 Update another test for the LoopInfo::print changes. by Dan Gohman · 16 years ago
- 27d860e Testcase for PR2894. by Duncan Sands · 16 years ago
- 617fddf Remove interfaces implemented by dead pass from the list of available passes. by Devang Patel · 16 years ago
- 3ee8fc9 Rationalize the names of passes that print information: by Duncan Sands · 16 years ago
- e65d39a Teach -callgraph to always print the callgraph (as the by Duncan Sands · 16 years ago
- 7c856c0 Remove GCSE and LoadVN from the testsuite. by Owen Anderson · 16 years ago
- 488dc67 The pass manager is not able to schedule -loop-deletion -loop-index-split. by Devang Patel · 16 years ago
- ecf4fa2 Test this differently: I saw this test fail by Duncan Sands · 16 years ago
- bbcec68 Put CPPBackend tests into their own directory and run them only if they're by Bill Wendling · 16 years ago
- 7361f63 Let some more tests ignore expected output on stderr. by Matthijs Kooijman · 16 years ago
- a0fcc08 Change packed struct layout so that field sizes by Duncan Sands · 16 years ago
- f6cadc4 sabre brings to my attention that the 'tr' suffix is also obsolete by Gabor Greif · 16 years ago
- 722243b Rename the last test with .llx extension to .ll, resolve duplicate test by renaming to isnan2. Now that no test has llx ending there is no need to search for them from dg.exp too. by Gabor Greif · 16 years ago
- 488fe31 Fix tests due to llvm2cpp move to llc target by Anton Korobeynikov · 17 years ago
- bed7e68 Keep track of analysis information inherited from Module pass manager. by Devang Patel · 17 years ago
- 61e015f Fix a bug that caused opt and other tools to silently ignore by Dan Gohman · 17 years ago
- 1459c5d dead pass by Chris Lattner · 17 years ago
- 2ad38be Remove llvm-upgrade and update tests. by Tanya Lattner · 17 years ago
- 9d9b204 Fix PR2028 by Devang Patel · 17 years ago
- cf6af30 New test. by Devang Patel · 17 years ago
- 28beeea Convert tests using "| wc -l | grep ..." to use the count script. by Dan Gohman · 17 years ago
- 56fb164 Fix PR1539. Add LoopPassPrinter. by Devang Patel · 17 years ago
- e644ef7 Convert .cvsignore files by John Criswell · 17 years ago
- 28552da Fix PR 1526. by Devang Patel · 17 years ago
- d23cd2a Update. Now, -etforest is an invalid option. by Devang Patel · 17 years ago
- 8946fe1 Call the correct function name. Patch from Stephane Letz. by Nick Lewycky · 17 years ago
- e2c0c88 New test. by Devang Patel · 17 years ago
- 193b585 New test. by Devang Patel · 18 years ago
- a9338b6 For PR1319: Upgrade to new test harness by Reid Spencer · 18 years ago
- e9bbaa2 Update tests for the disappearance of -idom. by Owen Anderson · 18 years ago
- 0f5aed5 Make the llvm-runtest function much more amenable by eliminating all the by Reid Spencer · 18 years ago
- cd4abb7 Remove DomSet completely. This concludes work on PR1171. by Owen Anderson · 18 years ago
- b600669 these test a pass that no longer exists. by Chris Lattner · 18 years ago
- a41c7b4 xfail these until owen can figure out the right fix by Chris Lattner · 18 years ago