| Commit message (Expand) | Author | Age | Files | Lines |
* | lit: Add --config-prefix option, to override default config file names. | Daniel Dunbar | 2009-10-25 | 1 | -7/+20 |
* | lit: Allow use of /dev/null in redirects on Windows (replace by a temporary | Daniel Dunbar | 2009-10-25 | 1 | -1/+8 |
* | Delete a spurious semicolon. | Dan Gohman | 2009-10-24 | 1 | -1/+1 |
* | lit: Support '>>' redirections when executing scripts internally. | Daniel Dunbar | 2009-10-24 | 1 | -0/+9 |
* | Auto-upgrade free instructions to calls to the builtin free function. | Victor Hernandez | 2009-10-24 | 1 | -1/+1 |
* | Trying again to tweak the top-level Makefile to facilitate an Apple-style build. | Stuart Hastings | 2009-10-22 | 2 | -1/+5 |
* | Make 'unset_option' work on list options. | Mikhail Glushenkov | 2009-10-22 | 1 | -6/+6 |
* | Set comment string, patch by Johnny Chen! | Chris Lattner | 2009-10-21 | 1 | -0/+2 |
* | Implement any_[not_]empty and list versions of switch_on and [not_]empty. | Mikhail Glushenkov | 2009-10-21 | 1 | -60/+146 |
* | NNT: Implement "config mode", use -config path/to/llvm-config | Daniel Dunbar | 2009-10-20 | 1 | -51/+102 |
* | NNT: Remove unused BUILDTYPE argument. | Daniel Dunbar | 2009-10-20 | 1 | -7/+2 |
* | Revert "Tweak top-level Makefile to facilitate Apple-style build.", this is | Daniel Dunbar | 2009-10-20 | 2 | -5/+1 |
* | NNT: Remove duplicate verbose print. | Daniel Dunbar | 2009-10-20 | 1 | -4/+0 |
* | More refactoring... | Mikhail Glushenkov | 2009-10-19 | 1 | -46/+55 |
* | Tweak top-level Makefile to facilitate Apple-style build. | Stuart Hastings | 2009-10-19 | 2 | -1/+5 |
* | NNT: Add -parallel-test option, which runs llvm-test with | Daniel Dunbar | 2009-10-19 | 1 | -0/+2 |
* | NNT: Don't hard code -l3.0 argument to make, this is very server dependent. U... | Daniel Dunbar | 2009-10-19 | 1 | -20/+26 |
* | NNT: Fix refactoro, I dropped the list of all (llvm-test) tests. I'm sure it ... | Daniel Dunbar | 2009-10-19 | 1 | -6/+7 |
* | NNT: Lift conditional logic out of test steps. | Daniel Dunbar | 2009-10-19 | 1 | -117/+114 |
* | NNT: Now that build & test steps are factored out, coalesce all the logic tog... | Daniel Dunbar | 2009-10-19 | 1 | -62/+39 |
* | NNT: Sink code for running nightly test into subroutine. | Daniel Dunbar | 2009-10-19 | 1 | -37/+44 |
* | NNT: Tweaks and simplifications. | Daniel Dunbar | 2009-10-19 | 1 | -137/+62 |
* | NNT: Move build code into subroutine. | Daniel Dunbar | 2009-10-19 | 1 | -39/+43 |
* | NNT: Move source checkout code into subroutine. | Daniel Dunbar | 2009-10-19 | 1 | -49/+31 |
* | NNT: Remove .{o,a} size info, this is better tracked elsewhere. | Daniel Dunbar | 2009-10-19 | 1 | -27/+2 |
* | NNT: Remove code to track build warnings, the buildbots cover this. | Daniel Dunbar | 2009-10-19 | 1 | -58/+4 |
* | NNT: Remove hard coded BuildDir and WebDir, users should have to specify these. | Daniel Dunbar | 2009-10-19 | 1 | -11/+10 |
* | NNT: Remove "CVS Stats", this isn't particularly useful and can be better don... | Daniel Dunbar | 2009-10-19 | 1 | -105/+8 |
* | NNT: Remove now-unused -cvstag argument and CVSROOT code. | Daniel Dunbar | 2009-10-19 | 1 | -19/+9 |
* | NNT: Remove -usecvs option, this is very old. | Daniel Dunbar | 2009-10-19 | 1 | -95/+32 |
* | NNT: Remove -debug argument, it is unused. | Daniel Dunbar | 2009-10-19 | 1 | -2/+0 |
* | Regroup NewNightlyTest.pl options | Daniel Dunbar | 2009-10-19 | 1 | -45/+64 |
* | lit: When running Tcl scripts via shell, try harder to find 'bash', but fall | Daniel Dunbar | 2009-10-19 | 2 | -2/+26 |
* | Refactoring, no functionality change. | Mikhail Glushenkov | 2009-10-18 | 1 | -69/+158 |
* | Support GoogleTest's "typed tests" | Jeffrey Yasskin | 2009-10-18 | 1 | -0/+4 |
* | Move UnescapeString to a static function for its sole client; its inefficient... | Daniel Dunbar | 2009-10-17 | 1 | -0/+23 |
* | Use raw_ostream::write_escaped instead of EscapeString. | Daniel Dunbar | 2009-10-17 | 2 | -12/+13 |
* | First draft of the OptionPreprocessor. | Mikhail Glushenkov | 2009-10-17 | 1 | -32/+191 |
* | This variable is never used. | Mikhail Glushenkov | 2009-10-17 | 1 | -2/+1 |
* | Disallow multiple instances of PluginPriority. | Mikhail Glushenkov | 2009-10-17 | 1 | -4/+10 |
* | Report errors correctly for unselected target intrinsics. | Jakob Stoklund Olesen | 2009-10-15 | 2 | -2/+12 |
* | Haiku porting patches, Credit to Paul Davey. | Edward O'Callaghan | 2009-10-12 | 1 | -1/+3 |
* | Omit the 'out_file_index != -1' check when possible. | Mikhail Glushenkov | 2009-10-09 | 1 | -6/+54 |
* | Input files should go before all other options. | Mikhail Glushenkov | 2009-10-08 | 1 | -14/+24 |
* | Add instruction flags: hasExtraSrcRegAllocReq and hasExtraDefRegAllocReq. When | Evan Cheng | 2009-10-01 | 3 | -0/+6 |
* | B&I's buildit forces a PATH that omits /Developer. Temporarily add | Stuart Hastings | 2009-09-28 | 1 | -1/+3 |
* | For B&I-style builds, tweak build_llvm script to prefer LLVM-G++ if | Stuart Hastings | 2009-09-28 | 1 | -4/+10 |
* | Introduce the TargetInstrInfo::KILL machine instruction and get rid of the | Jakob Stoklund Olesen | 2009-09-28 | 4 | -9/+11 |
* | Don't traverse into .svn directories. | Daniel Dunbar | 2009-09-28 | 1 | -1/+1 |
* | Add a way to query the number of input files. | Mikhail Glushenkov | 2009-09-28 | 1 | -5/+21 |