| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Allow cross target build | Jim Grosbach | 2009-10-30 | 1 | -18/+67 |
* | Initial target-independent CodeGen support for BlockAddresses. | Dan Gohman | 2009-10-30 | 1 | -0/+1 |
* | Move some code from being emitted as boilerplate duplicated in every | Dan Gohman | 2009-10-29 | 1 | -58/+0 |
* | Rename usesCustomDAGSchedInserter to usesCustomInserter, and update a | Dan Gohman | 2009-10-29 | 4 | -5/+4 |
* | Sorry to break the build. | Johnny Chen | 2009-10-29 | 1 | -1158/+0 |
* | Minor tweak to forgo the the curly braces for most case blocks, except when | Johnny Chen | 2009-10-29 | 1 | -0/+1158 |
* | Add indirectbr and blockaddress to the vim syntax highlighting file. | Dan Gohman | 2009-10-29 | 1 | -1/+2 |
* | 80-col violation. | Mikhail Glushenkov | 2009-10-27 | 1 | -1/+2 |
* | Remove / use flags that are now set in the Makefile.config. | Julien Lerouge | 2009-10-26 | 2 | -4/+0 |
* | Move DataTypes.h to include/llvm/System, update all users. This breaks the last | Chandler Carruth | 2009-10-26 | 3 | -3/+3 |
* | 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 |