aboutsummaryrefslogtreecommitdiffstats
path: root/utils
Commit message (Expand)AuthorAgeFilesLines
* Convert llvmc tests to FileCheck.Mikhail Glushenkov2009-12-151-1/+1
* Support hook invocation from 'append_cmd'.Mikhail Glushenkov2009-12-151-37/+62
* Validate the generated C++ code in llvmc tests.Mikhail Glushenkov2009-12-151-19/+20
* Allow $CALL(Hook, '$INFILE') for non-join tools.Mikhail Glushenkov2009-12-151-37/+74
* NNT: Make sure stderr for build commands goes to log file, as intended but mi...Daniel Dunbar2009-12-151-4/+4
* NNT: Use [e]grep -a when scanning logs, its possibly they will have non-textDaniel Dunbar2009-12-141-5/+5
* NNT: Always create the -sentdata.txt file.Daniel Dunbar2009-12-141-4/+11
* Remove unneeded ';' and a class/struct mismatch (noticed by clang).Daniel Dunbar2009-12-093-3/+3
* lit: Prevent crash-on-invalid (when run on directory which has no test suite).Daniel Dunbar2009-12-081-1/+1
* Simplify a bit.Mikhail Glushenkov2009-12-071-13/+5
* Throw 'const char*' instead of 'std::string'.Mikhail Glushenkov2009-12-071-11/+10
* Deprecate 'unpack_values'.Mikhail Glushenkov2009-12-071-45/+41
* Implement 'forward_value' and 'forward_transformed_value'.Mikhail Glushenkov2009-12-071-28/+143
* Refactoring, no functionality change.Mikhail Glushenkov2009-12-071-98/+163
* Minor code simplification.Dan Gohman2009-12-052-10/+8
* OptParser: Emit HelpText field for option groups.Daniel Dunbar2009-12-041-1/+12
* Forward -save-temps to llvm-gcc.Mikhail Glushenkov2009-12-011-0/+3
* Add a soft link so that in an apple style build we can find libLTO.dylib.Eric Christopher2009-12-011-0/+8
* Fix FileCheck crash when fuzzy scanning starting at the end of the file.Daniel Dunbar2009-11-291-1/+1
* Sketch TableGen disassembler emitter, based on patch by Sean Callanan.Daniel Dunbar2009-11-254-0/+66
* Delete some dead and non-obvious code.Dan Gohman2009-11-242-55/+0
* Remove ISD::DEBUG_LOC and ISD::DBG_LABEL, which are no longer used.Dan Gohman2009-11-231-1/+0
* FileCheck, PR5239: Try to find the intended match on failures, but looking for aDaniel Dunbar2009-11-221-4/+60
* FileCheck: When a string using variable references fails to match, printDaniel Dunbar2009-11-221-4/+50
* Allow '_' in FileCheck variable names, it is nice to have at least oneDaniel Dunbar2009-11-221-2/+3
* Fix whitespace.Bob Wilson2009-11-223-288/+267
* Fix pr5470. Tablegen handles template arguments by temporarily setting theirBob Wilson2009-11-221-8/+20
* Fix some spelling in comments.Bob Wilson2009-11-212-4/+4
* Avoid a redundant assertion.Bob Wilson2009-11-211-2/+1
* TableGen/OptParser: When ordering options, make "sentinel" options appear beforeDaniel Dunbar2009-11-191-3/+10
* De-bork CMake buildDouglas Gregor2009-11-181-0/+1
* TableGen: Add initial backend for clang Driver's option parsing.Daniel Dunbar2009-11-183-10/+248
* lit: Fix exclude dirs functionality.Daniel Dunbar2009-11-181-2/+3
* Make X86-64 in the Large model always emit 64-bit calls.Jeffrey Yasskin2009-11-161-2/+3
* lit: Factor a new OneCommandPerFileTest out of SyntaxCheckTest.Daniel Dunbar2009-11-152-12/+42
* Remove duplicate implementation of excludes functionality, and support excludingDaniel Dunbar2009-11-151-14/+6
* lit: Add --repeat=N option, for running each test N times.Daniel Dunbar2009-11-153-4/+27
* Implement DISABLE_INLINE for MSVC. This required changing the position in allBenjamin Kramer2009-11-141-5/+4
* Added getSubRegIndex(A,B) that returns subreg index of A to B. Use it to repl...Evan Cheng2009-11-141-0/+18
* Show command-line args and features passed into backend in debug output. Appr...Sandeep Patel2009-11-111-0/+4
* lit: Add ExampleTests, for testing lit and demonstrating test suite features.Daniel Dunbar2009-11-1026-0/+555
* lit: Fix bug in --show-suites which accidentally override the list of tests.Daniel Dunbar2009-11-101-2/+2
* Add a 'zkill' script, which is more-or-less a fancy (although not necessarilyDaniel Dunbar2009-11-081-0/+276
* It is invalid to infer the value type from the result #0 of the nodeAnton Korobeynikov2009-11-081-1/+1
* NNT: Remove DejaGNU test from NewNightlyTest reports, this aspect of testing isDaniel Dunbar2009-11-081-73/+6
* lit: Hardcode whence seek value, os.SEEK_END isn't always available.Daniel Dunbar2009-11-081-1/+1
* lit: Warn when a test suite contains no tests.Daniel Dunbar2009-11-081-7/+12
* lit: Drop require_and_and support.Daniel Dunbar2009-11-082-21/+6
* lit: Workaround a Win32/subprocess bug when appending.Daniel Dunbar2009-11-081-0/+3
* lit: Preserve the PATHEXT variable when running subcommands, this is importan...Daniel Dunbar2009-11-081-0/+1