aboutsummaryrefslogtreecommitdiff
path: root/utils
AgeCommit message (Expand)Author
2009-12-14NNT: Always create the -sentdata.txt file.Daniel Dunbar
2009-12-09Remove unneeded ';' and a class/struct mismatch (noticed by clang).Daniel Dunbar
2009-12-08lit: Prevent crash-on-invalid (when run on directory which has no test suite).Daniel Dunbar
2009-12-07Simplify a bit.Mikhail Glushenkov
2009-12-07Throw 'const char*' instead of 'std::string'.Mikhail Glushenkov
2009-12-07Deprecate 'unpack_values'.Mikhail Glushenkov
2009-12-07Implement 'forward_value' and 'forward_transformed_value'.Mikhail Glushenkov
2009-12-07Refactoring, no functionality change.Mikhail Glushenkov
2009-12-05Minor code simplification.Dan Gohman
2009-12-04OptParser: Emit HelpText field for option groups.Daniel Dunbar
2009-12-01Forward -save-temps to llvm-gcc.Mikhail Glushenkov
2009-12-01Add a soft link so that in an apple style build we can find libLTO.dylib.Eric Christopher
2009-11-29Fix FileCheck crash when fuzzy scanning starting at the end of the file.Daniel Dunbar
2009-11-25Sketch TableGen disassembler emitter, based on patch by Sean Callanan.Daniel Dunbar
2009-11-24Delete some dead and non-obvious code.Dan Gohman
2009-11-23Remove ISD::DEBUG_LOC and ISD::DBG_LABEL, which are no longer used.Dan Gohman
2009-11-22FileCheck, PR5239: Try to find the intended match on failures, but looking for aDaniel Dunbar
2009-11-22FileCheck: When a string using variable references fails to match, printDaniel Dunbar
2009-11-22Allow '_' in FileCheck variable names, it is nice to have at least oneDaniel Dunbar
2009-11-22Fix whitespace.Bob Wilson
2009-11-22Fix pr5470. Tablegen handles template arguments by temporarily setting theirBob Wilson
2009-11-21Fix some spelling in comments.Bob Wilson
2009-11-21Avoid a redundant assertion.Bob Wilson
2009-11-19TableGen/OptParser: When ordering options, make "sentinel" options appear beforeDaniel Dunbar
2009-11-18De-bork CMake buildDouglas Gregor
2009-11-18TableGen: Add initial backend for clang Driver's option parsing.Daniel Dunbar
2009-11-18lit: Fix exclude dirs functionality.Daniel Dunbar
2009-11-16Make X86-64 in the Large model always emit 64-bit calls.Jeffrey Yasskin
2009-11-15lit: Factor a new OneCommandPerFileTest out of SyntaxCheckTest.Daniel Dunbar
2009-11-15Remove duplicate implementation of excludes functionality, and support excludingDaniel Dunbar
2009-11-15lit: Add --repeat=N option, for running each test N times.Daniel Dunbar
2009-11-14Implement DISABLE_INLINE for MSVC. This required changing the position in allBenjamin Kramer
2009-11-14Added getSubRegIndex(A,B) that returns subreg index of A to B. Use it to repl...Evan Cheng
2009-11-11Show command-line args and features passed into backend in debug output. Appr...Sandeep Patel
2009-11-10lit: Add ExampleTests, for testing lit and demonstrating test suite features.Daniel Dunbar
2009-11-10lit: Fix bug in --show-suites which accidentally override the list of tests.Daniel Dunbar
2009-11-08Add a 'zkill' script, which is more-or-less a fancy (although not necessarilyDaniel Dunbar
2009-11-08It is invalid to infer the value type from the result #0 of the nodeAnton Korobeynikov
2009-11-08NNT: Remove DejaGNU test from NewNightlyTest reports, this aspect of testing isDaniel Dunbar
2009-11-08lit: Hardcode whence seek value, os.SEEK_END isn't always available.Daniel Dunbar
2009-11-08lit: Warn when a test suite contains no tests.Daniel Dunbar
2009-11-08lit: Drop require_and_and support.Daniel Dunbar
2009-11-08lit: Workaround a Win32/subprocess bug when appending.Daniel Dunbar
2009-11-08lit: Preserve the PATHEXT variable when running subcommands, this is importan...Daniel Dunbar
2009-11-06clang++ points out that this is pointless.Chris Lattner
2009-11-06NewNighlytTest: Fix timestamp format to actually make sense (it was missing t...Daniel Dunbar
2009-11-06NewNightlyTest: Add -noclean option, which doesn't run 'make clean' before bu...Daniel Dunbar
2009-11-06NewNightlyTest: Unbreak passing the build directory via a positional argument.Daniel Dunbar
2009-11-06NewNightlyTest: Add -llvmgccdir as alternative to environment variable.Daniel Dunbar
2009-11-06Don't print a redundant tab for inline asm, and do use the new printKill.Dan Gohman