| Commit message (Expand) | Author | Age | Files | Lines |
* | Forward -save-temps to llvm-gcc. | Mikhail Glushenkov | 2009-12-01 | 1 | -0/+3 |
* | Add a soft link so that in an apple style build we can find libLTO.dylib. | Eric Christopher | 2009-12-01 | 1 | -0/+8 |
* | Fix FileCheck crash when fuzzy scanning starting at the end of the file. | Daniel Dunbar | 2009-11-29 | 1 | -1/+1 |
* | Sketch TableGen disassembler emitter, based on patch by Sean Callanan. | Daniel Dunbar | 2009-11-25 | 4 | -0/+66 |
* | Delete some dead and non-obvious code. | Dan Gohman | 2009-11-24 | 2 | -55/+0 |
* | Remove ISD::DEBUG_LOC and ISD::DBG_LABEL, which are no longer used. | Dan Gohman | 2009-11-23 | 1 | -1/+0 |
* | FileCheck, PR5239: Try to find the intended match on failures, but looking for a | Daniel Dunbar | 2009-11-22 | 1 | -4/+60 |
* | FileCheck: When a string using variable references fails to match, print | Daniel Dunbar | 2009-11-22 | 1 | -4/+50 |
* | Allow '_' in FileCheck variable names, it is nice to have at least one | Daniel Dunbar | 2009-11-22 | 1 | -2/+3 |
* | Fix whitespace. | Bob Wilson | 2009-11-22 | 3 | -288/+267 |
* | Fix pr5470. Tablegen handles template arguments by temporarily setting their | Bob Wilson | 2009-11-22 | 1 | -8/+20 |
* | Fix some spelling in comments. | Bob Wilson | 2009-11-21 | 2 | -4/+4 |
* | Avoid a redundant assertion. | Bob Wilson | 2009-11-21 | 1 | -2/+1 |
* | TableGen/OptParser: When ordering options, make "sentinel" options appear before | Daniel Dunbar | 2009-11-19 | 1 | -3/+10 |
* | De-bork CMake build | Douglas Gregor | 2009-11-18 | 1 | -0/+1 |
* | TableGen: Add initial backend for clang Driver's option parsing. | Daniel Dunbar | 2009-11-18 | 3 | -10/+248 |
* | lit: Fix exclude dirs functionality. | Daniel Dunbar | 2009-11-18 | 1 | -2/+3 |
* | Make X86-64 in the Large model always emit 64-bit calls. | Jeffrey Yasskin | 2009-11-16 | 1 | -2/+3 |
* | lit: Factor a new OneCommandPerFileTest out of SyntaxCheckTest. | Daniel Dunbar | 2009-11-15 | 2 | -12/+42 |
* | Remove duplicate implementation of excludes functionality, and support excluding | Daniel Dunbar | 2009-11-15 | 1 | -14/+6 |
* | lit: Add --repeat=N option, for running each test N times. | Daniel Dunbar | 2009-11-15 | 3 | -4/+27 |
* | Implement DISABLE_INLINE for MSVC. This required changing the position in all | Benjamin Kramer | 2009-11-14 | 1 | -5/+4 |
* | Added getSubRegIndex(A,B) that returns subreg index of A to B. Use it to repl... | Evan Cheng | 2009-11-14 | 1 | -0/+18 |
* | Show command-line args and features passed into backend in debug output. Appr... | Sandeep Patel | 2009-11-11 | 1 | -0/+4 |
* | lit: Add ExampleTests, for testing lit and demonstrating test suite features. | Daniel Dunbar | 2009-11-10 | 26 | -0/+555 |
* | lit: Fix bug in --show-suites which accidentally override the list of tests. | Daniel Dunbar | 2009-11-10 | 1 | -2/+2 |
* | Add a 'zkill' script, which is more-or-less a fancy (although not necessarily | Daniel Dunbar | 2009-11-08 | 1 | -0/+276 |
* | It is invalid to infer the value type from the result #0 of the node | Anton Korobeynikov | 2009-11-08 | 1 | -1/+1 |
* | NNT: Remove DejaGNU test from NewNightlyTest reports, this aspect of testing is | Daniel Dunbar | 2009-11-08 | 1 | -73/+6 |
* | lit: Hardcode whence seek value, os.SEEK_END isn't always available. | Daniel Dunbar | 2009-11-08 | 1 | -1/+1 |
* | lit: Warn when a test suite contains no tests. | Daniel Dunbar | 2009-11-08 | 1 | -7/+12 |
* | lit: Drop require_and_and support. | Daniel Dunbar | 2009-11-08 | 2 | -21/+6 |
* | lit: Workaround a Win32/subprocess bug when appending. | Daniel Dunbar | 2009-11-08 | 1 | -0/+3 |
* | lit: Preserve the PATHEXT variable when running subcommands, this is importan... | Daniel Dunbar | 2009-11-08 | 1 | -0/+1 |
* | clang++ points out that this is pointless. | Chris Lattner | 2009-11-06 | 1 | -1/+1 |
* | NewNighlytTest: Fix timestamp format to actually make sense (it was missing t... | Daniel Dunbar | 2009-11-06 | 1 | -1/+2 |
* | NewNightlyTest: Add -noclean option, which doesn't run 'make clean' before bu... | Daniel Dunbar | 2009-11-06 | 1 | -6/+8 |
* | NewNightlyTest: Unbreak passing the build directory via a positional argument. | Daniel Dunbar | 2009-11-06 | 1 | -7/+7 |
* | NewNightlyTest: Add -llvmgccdir as alternative to environment variable. | Daniel Dunbar | 2009-11-06 | 1 | -8/+15 |
* | Don't print a redundant tab for inline asm, and do use the new printKill. | Dan Gohman | 2009-11-06 | 1 | -2/+1 |
* | Teach lit's SyntaxCheckTest two new tricks: | Douglas Gregor | 2009-11-05 | 1 | -1/+16 |
* | lit: Add --param NAME=VALUE option, for test suite specific use (to communicate | Daniel Dunbar | 2009-11-05 | 2 | -2/+18 |
* | Look for llvm-gcc under /Developer/usr/bin first. | Evan Cheng | 2009-11-04 | 1 | -1/+1 |
* | Use llvm-gcc on newer Darwins. | Bill Wendling | 2009-11-03 | 1 | -1/+1 |
* | mark some constant global const. | Chris Lattner | 2009-11-03 | 1 | -7/+8 |
* | lit: Update Clang's test style to use XFAIL: and XTARGET: lines that match | Daniel Dunbar | 2009-11-03 | 1 | -24/+26 |
* | Support updating 'llvm_add_target' lists as well. | Ted Kremenek | 2009-11-03 | 1 | -1/+1 |
* | Missing bit of universal built + hosted | Jim Grosbach | 2009-11-02 | 1 | -1/+1 |
* | Do not infer the target type for COPY_TO_REGCLASS from dest regclass, this wo... | Anton Korobeynikov | 2009-11-02 | 1 | -1/+0 |
* | The universal SDKROOT should only be assigned when hosted. Otherwise the | Jim Grosbach | 2009-10-31 | 1 | -0/+1 |