summaryrefslogtreecommitdiff
path: root/utils
Commit message (Expand)AuthorAge
* 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
* Add a 'zkill' script, which is more-or-less a fancy (although not necessarilyDaniel Dunbar2009-11-08
* It is invalid to infer the value type from the result #0 of the nodeAnton Korobeynikov2009-11-08
* NNT: Remove DejaGNU test from NewNightlyTest reports, this aspect of testing isDaniel Dunbar2009-11-08
* lit: Hardcode whence seek value, os.SEEK_END isn't always available.Daniel Dunbar2009-11-08
* lit: Warn when a test suite contains no tests.Daniel Dunbar2009-11-08
* lit: Drop require_and_and support.Daniel Dunbar2009-11-08
* lit: Workaround a Win32/subprocess bug when appending.Daniel Dunbar2009-11-08
* lit: Preserve the PATHEXT variable when running subcommands, this is importan...Daniel Dunbar2009-11-08
* clang++ points out that this is pointless.Chris Lattner2009-11-06
* NewNighlytTest: Fix timestamp format to actually make sense (it was missing t...Daniel Dunbar2009-11-06
* NewNightlyTest: Add -noclean option, which doesn't run 'make clean' before bu...Daniel Dunbar2009-11-06
* NewNightlyTest: Unbreak passing the build directory via a positional argument.Daniel Dunbar2009-11-06
* NewNightlyTest: Add -llvmgccdir as alternative to environment variable.Daniel Dunbar2009-11-06
* Don't print a redundant tab for inline asm, and do use the new printKill.Dan Gohman2009-11-06
* Teach lit's SyntaxCheckTest two new tricks:Douglas Gregor2009-11-05
* lit: Add --param NAME=VALUE option, for test suite specific use (to communicateDaniel Dunbar2009-11-05
* Look for llvm-gcc under /Developer/usr/bin first.Evan Cheng2009-11-04
* Use llvm-gcc on newer Darwins.Bill Wendling2009-11-03
* mark some constant global const.Chris Lattner2009-11-03
* lit: Update Clang's test style to use XFAIL: and XTARGET: lines that matchDaniel Dunbar2009-11-03
* Support updating 'llvm_add_target' lists as well.Ted Kremenek2009-11-03
* Missing bit of universal built + hostedJim Grosbach2009-11-02
* Do not infer the target type for COPY_TO_REGCLASS from dest regclass, this wo...Anton Korobeynikov2009-11-02
* The universal SDKROOT should only be assigned when hosted. Otherwise theJim Grosbach2009-10-31
* Allow cross target buildJim Grosbach2009-10-30
* Initial target-independent CodeGen support for BlockAddresses.Dan Gohman2009-10-30