- 9df7aea Accommodate the braindead Solaris "diff" that doesn't understand the -q option. by Reid Spencer · 20 years ago
- 4e4f731 new testcase basicaa should handle by Chris Lattner · 20 years ago
- fb0ac97 New testcase for PR451 by Chris Lattner · 20 years ago
- 0baf656 Exit only with a value from 0-255. by Chris Lattner · 20 years ago
- 0c41db8 %p is expanded by dejagnu, avoid it in the test. by Chris Lattner · 20 years ago
- f73820a Pull out failing test into a seperate file, which is xfailed by Chris Lattner · 20 years ago
- 1e17a1d This was fixed by Chris Lattner · 20 years ago
- b984970 These tests really are failing, do not let them accidentally be XPASS. by Chris Lattner · 20 years ago
- baf790e Don't stop make if there are XFAIL or XPASSes by Chris Lattner · 20 years ago
- 80fd9b4 Make sure output goes in the temporary/output directory. by Reid Spencer · 20 years ago
- 6d0e614 * Undo previous commit that breaks the test. by Reid Spencer · 20 years ago
- 2571791 * Undo previous commit that breaks the test. by Reid Spencer · 20 years ago
- 39a11a1 Test archive built with GNU ar(1). by Reid Spencer · 20 years ago
- 6fb9b52 Adding missing dg file. by Tanya Lattner · 20 years ago
- ca1dd85 Removing unnecessary copies. Use %p to reference them. by Tanya Lattner · 20 years ago
- bab98e4 Test floating point constants by Reid Spencer · 20 years ago
- e651c95 An llvm-ar test. by Reid Spencer · 20 years ago
- 2e78cf6 Provide the srcdir variable. by Reid Spencer · 20 years ago
- 4fb6f81 Describe the Archive test suite. by Reid Spencer · 20 years ago
- eee1f5e Contents separated into individual tests. by Reid Spencer · 20 years ago
- 9397204 Forgot to join srcdir and subdir for complete path for input files. by Tanya Lattner · 20 years ago
- f9e7943 Adding srcdir arg. Added ability to specify the path to an input file. This is needed for when srcdir != objdir. by Tanya Lattner · 20 years ago
- c8c1f12 Adding srcdir arg by Tanya Lattner · 20 years ago
- f6abe38 Test case for reading MacOSX archives. by Reid Spencer · 20 years ago
- 019d5e9 MacOSX test archive (buggy). by Reid Spencer · 20 years ago
- 5711a33 Make sure we can read an archive after it has been ranlib'd by Reid Spencer · 20 years ago
- ed26b31 Test case for xpg4 style archive files. by Reid Spencer · 20 years ago
- b7bd819 Test reading of SVR4 style archives with llvm-ar by Reid Spencer · 20 years ago
- 30ce0f0 Test case for reading SVR4 style archives. by Reid Spencer · 20 years ago
- 37d8bd9 Solaris built archives in SVR4 and XPG4 styles. by Reid Spencer · 20 years ago
- f5d957f A test file that goes into the test archive. by Reid Spencer · 20 years ago
- 9692e39 Obligatory DejaGnu/expect file. by Reid Spencer · 20 years ago
- 2dee43d New testcase that crashes licm by Chris Lattner · 20 years ago
- 154113b New testcase for recent patch to SCCP, thanks to Nate Begeman for pointing by Chris Lattner · 20 years ago
- 826c47e New testcase. Believe it or not, this happens a LOT in vortex by Chris Lattner · 20 years ago
- 6e54db0 New testcase: the phi can be eliminated if the casts are sucked into it. by Chris Lattner · 20 years ago
- e58b254 Fix typo by Chris Lattner · 20 years ago
- 56ef3ae add a testcase, which we already handle by Chris Lattner · 20 years ago
- f2c83db Oops, make this test the right thing. by Chris Lattner · 20 years ago
- 0240a37 New testcase by Chris Lattner · 20 years ago
- 6c84e79 New testcase, SROA with variable array index by Chris Lattner · 20 years ago
- d85f0af setting path to prcontext.tcl script. Right now it searches for tclsh in your path, but this should be obtained from configure. by Tanya Lattner · 20 years ago
- 32e7a80 Add a testcase we should continue to argpromote by Chris Lattner · 20 years ago
- 78d223e Add a testcase for a function we cannot legally promote the argument of. by Chris Lattner · 20 years ago
- c7185ac Run prcontext.tcl with tclsh and let it be found in the path. This should be found by configure. by Tanya Lattner · 20 years ago
- 28b372f Adding subdirectory dg.exp files in order to be able to use dejagnu to only run specific tests (located in some subdirectory of Regression) by Tanya Lattner · 20 years ago
- de942dc Changed to use tcl script. by Tanya Lattner · 20 years ago
- 8408d0b New testcase by Chris Lattner · 20 years ago
- 4913cdc Rewrote prcontext.py in tcl. by Tanya Lattner · 20 years ago
- 706759e New testcase by Chris Lattner · 20 years ago
- 8de2da4 New testcase by Chris Lattner · 20 years ago
- 1f7893f new testcase by Chris Lattner · 20 years ago
- 6285016 New testcase by Chris Lattner · 20 years ago
- 8db573e1 Document quick-test target. by Reid Spencer · 20 years ago
- ed8c089 Add a quick-test target that uses QUICKTEST variable to quickly run a by Reid Spencer · 20 years ago
- 2fc09ae Name file properly by Chris Lattner · 20 years ago
- 99159b9 Hrm, don't ask how I ran into this bug by Chris Lattner · 20 years ago
- 440add2 Move path override in test/Makefile. by Alkis Evlogimenos · 20 years ago
- 00a7469 Now using path to python found by configure. by Tanya Lattner · 20 years ago
- 4b8f82f Add the RUNTEST autoconf onfiguration variable for Deja-gnu support. This by Reid Spencer · 20 years ago
- d09fbdc Changed TEST to TESTSUITE by Tanya Lattner · 20 years ago
- e976d89 Fix for objdir != srcdir. by Tanya Lattner · 20 years ago
- 808fafa More srcdir != objdir changes. by Tanya Lattner · 20 years ago
- e243e2f Made changes to support objdir!=srcdir. by Tanya Lattner · 20 years ago
- 491e9cd Changed check-dejagnu to take TESTSUITE as its args instead of TEST in order to not conflict with other stuff. Added path for test/Scripts. Also added a check to deal with TESTSUITE and runtest flags. by Tanya Lattner · 20 years ago
- 38ed80a Added support to specify which test suite dejagnu should run (Feature or Regression). Use TEST=suite by Tanya Lattner · 20 years ago
- ec3a78f Revert back to r1.1, I'm just thoroughly confused :) by Chris Lattner · 20 years ago
- ac196c6 Add new (old) testcase by Chris Lattner · 20 years ago
- 3f7706b Added RUN lines and dejagnu support for Feature dir. by Tanya Lattner · 20 years ago
- 12d632c Add missing file header by Chris Lattner · 20 years ago
- 030a552 Removing old Modulosched tests since that version of modulosched does not exist anymore and llc does not support modulosched by default. by Tanya Lattner · 20 years ago
- 70053a5 With the changes to these files, the Regression test suite should be tested by dejagnu without anyproblem. by Tanya Lattner · 20 years ago
- 6089616 Added RUN line. by Tanya Lattner · 20 years ago
- 7a7cb4c Added rough support for dejagnu testing. Changes need to be made to autoconf to provide the target_triplet and to check for 'grep -C' which would be used instead of the python script we have now. Eventually the python script should be converted to bash. by Tanya Lattner · 20 years ago
- 1976abd Changed to XFAIL by Tanya Lattner · 20 years ago
- 23c7130 Update this to expect AT&T syntax by Chris Lattner · 20 years ago
- a5df462 Tests for this xforms should be .ll files, and they should have run lines. by Chris Lattner · 20 years ago
- 7cdf6f8 Remove dead tests by Chris Lattner · 20 years ago
- 7452ac7 This is not part of the test by Chris Lattner · 20 years ago
- a11bcdf Fix a test. by Chris Lattner · 20 years ago
- 3967c2f Nuke useless testcases by Chris Lattner · 20 years ago
- b4be8ee These files are all moved to test/Regression/CodeGen/Generic by Chris Lattner · 20 years ago
- fc77e0d This test is obsolete and incorrect by Chris Lattner · 20 years ago
- e9789ef Adding RUN lines. by Tanya Lattner · 20 years ago
- 2334e6d Adding RUN line. by Tanya Lattner · 20 years ago
- 2393a24 Adding RUN lines. by Tanya Lattner · 20 years ago
- e9af5d1 Adding RUN lines. by Tanya Lattner · 20 years ago
- d13e0ae Adding RUN lines. by Tanya Lattner · 20 years ago
- e7e3f2e Adding RUN lines. by Tanya Lattner · 20 years ago
- cd0aa81 Adding RUN lines. by Tanya Lattner · 20 years ago
- 5f0a8c7 Add missing run line by Chris Lattner · 20 years ago
- 3bdb2f5 First crack at support to run tests using dejagnu. This file contains a procedure to run a test like TestRunner.sh does. by Tanya Lattner · 20 years ago
- 7eed62b Add a run line by Chris Lattner · 20 years ago
- 4657431 Add a missing run line by Chris Lattner · 20 years ago
- a9236a8 This pass has been removed from LLVM by Chris Lattner · 20 years ago
- 392b75c Add missing run line by Chris Lattner · 20 years ago
- 12ff968 Adding XFAIL lines for dejagnu support. by Tanya Lattner · 20 years ago
- 64aeb00 CONFIGURATION isn't spelled Configuration, it's spelled BuildMode. by Brian Gaeke · 20 years ago
- cc2d1e2 Internalize variable names to prevent recursive assignment. Cleanup docs. by Reid Spencer · 20 years ago
- 2a40841 Initial checkin of regression test for generating the PowerPC rlwimi by Nate Begeman · 20 years ago