summaryrefslogtreecommitdiff
path: root/utils
Commit message (Expand)AuthorAge
...
* Refactoring, no functionality change.Mikhail Glushenkov2009-12-17
* s/TokenizeCmdline/TokenizeCmdLine/Mikhail Glushenkov2009-12-17
* Add @earlyclobber TableGen constraintJim Grosbach2009-12-16
* Remove superfluous 'extern' variable that was causing a warning with clang.Bill Wendling2009-12-16
* Some command lines don't like numbers with leading zeros. Remove them.Bill Wendling2009-12-15
* lit: Improve error when gtest discovery fails.Daniel Dunbar2009-12-15
* Revert 90628, which was incorrect.Dan Gohman2009-12-15
* whitespaceJim Grosbach2009-12-15
* Convert llvmc tests to FileCheck.Mikhail Glushenkov2009-12-15
* Support hook invocation from 'append_cmd'.Mikhail Glushenkov2009-12-15
* Validate the generated C++ code in llvmc tests.Mikhail Glushenkov2009-12-15
* Allow $CALL(Hook, '$INFILE') for non-join tools.Mikhail Glushenkov2009-12-15
* NNT: Make sure stderr for build commands goes to log file, as intended but mi...Daniel Dunbar2009-12-15
* NNT: Use [e]grep -a when scanning logs, its possibly they will have non-textDaniel Dunbar2009-12-14
* NNT: Always create the -sentdata.txt file.Daniel Dunbar2009-12-14
* Remove unneeded ';' and a class/struct mismatch (noticed by clang).Daniel Dunbar2009-12-09
* lit: Prevent crash-on-invalid (when run on directory which has no test suite).Daniel Dunbar2009-12-08
* Simplify a bit.Mikhail Glushenkov2009-12-07
* Throw 'const char*' instead of 'std::string'.Mikhail Glushenkov2009-12-07
* Deprecate 'unpack_values'.Mikhail Glushenkov2009-12-07
* Implement 'forward_value' and 'forward_transformed_value'.Mikhail Glushenkov2009-12-07
* Refactoring, no functionality change.Mikhail Glushenkov2009-12-07
* Minor code simplification.Dan Gohman2009-12-05
* OptParser: Emit HelpText field for option groups.Daniel Dunbar2009-12-04
* Forward -save-temps to llvm-gcc.Mikhail Glushenkov2009-12-01
* Add a soft link so that in an apple style build we can find libLTO.dylib.Eric Christopher2009-12-01
* Fix FileCheck crash when fuzzy scanning starting at the end of the file.Daniel Dunbar2009-11-29
* Sketch TableGen disassembler emitter, based on patch by Sean Callanan.Daniel Dunbar2009-11-25
* Delete some dead and non-obvious code.Dan Gohman2009-11-24
* Remove ISD::DEBUG_LOC and ISD::DBG_LABEL, which are no longer used.Dan Gohman2009-11-23
* FileCheck, PR5239: Try to find the intended match on failures, but looking for aDaniel Dunbar2009-11-22
* FileCheck: When a string using variable references fails to match, printDaniel Dunbar2009-11-22
* Allow '_' in FileCheck variable names, it is nice to have at least oneDaniel Dunbar2009-11-22
* Fix whitespace.Bob Wilson2009-11-22
* Fix pr5470. Tablegen handles template arguments by temporarily setting theirBob Wilson2009-11-22
* Fix some spelling in comments.Bob Wilson2009-11-21
* Avoid a redundant assertion.Bob Wilson2009-11-21
* TableGen/OptParser: When ordering options, make "sentinel" options appear beforeDaniel Dunbar2009-11-19
* De-bork CMake buildDouglas Gregor2009-11-18
* TableGen: Add initial backend for clang Driver's option parsing.Daniel Dunbar2009-11-18
* lit: Fix exclude dirs functionality.Daniel Dunbar2009-11-18
* Make X86-64 in the Large model always emit 64-bit calls.Jeffrey Yasskin2009-11-16
* lit: Factor a new OneCommandPerFileTest out of SyntaxCheckTest.Daniel Dunbar2009-11-15
* Remove duplicate implementation of excludes functionality, and support excludingDaniel Dunbar2009-11-15
* lit: Add --repeat=N option, for running each test N times.Daniel Dunbar2009-11-15
* Implement DISABLE_INLINE for MSVC. This required changing the position in allBenjamin Kramer2009-11-14
* Added getSubRegIndex(A,B) that returns subreg index of A to B. Use it to repl...Evan Cheng2009-11-14
* Show command-line args and features passed into backend in debug output. Appr...Sandeep Patel2009-11-11
* lit: Add ExampleTests, for testing lit and demonstrating test suite features.Daniel Dunbar2009-11-10
* lit: Fix bug in --show-suites which accidentally override the list of tests.Daniel Dunbar2009-11-10