aboutsummaryrefslogtreecommitdiffstats
path: root/utils
Commit message (Expand)AuthorAgeFilesLines
* Look for llvm-gcc under /Developer/usr/bin first.Evan Cheng2009-11-041-1/+1
* Use llvm-gcc on newer Darwins.Bill Wendling2009-11-031-1/+1
* mark some constant global const.Chris Lattner2009-11-031-7/+8
* lit: Update Clang's test style to use XFAIL: and XTARGET: lines that matchDaniel Dunbar2009-11-031-24/+26
* Support updating 'llvm_add_target' lists as well.Ted Kremenek2009-11-031-1/+1
* Missing bit of universal built + hostedJim Grosbach2009-11-021-1/+1
* Do not infer the target type for COPY_TO_REGCLASS from dest regclass, this wo...Anton Korobeynikov2009-11-021-1/+0
* The universal SDKROOT should only be assigned when hosted. Otherwise theJim Grosbach2009-10-311-0/+1
* Allow cross target buildJim Grosbach2009-10-301-18/+67
* Initial target-independent CodeGen support for BlockAddresses.Dan Gohman2009-10-301-0/+1
* Move some code from being emitted as boilerplate duplicated in everyDan Gohman2009-10-291-58/+0
* Rename usesCustomDAGSchedInserter to usesCustomInserter, and update aDan Gohman2009-10-294-5/+4
* Sorry to break the build.Johnny Chen2009-10-291-1158/+0
* Minor tweak to forgo the the curly braces for most case blocks, except whenJohnny Chen2009-10-291-0/+1158
* Add indirectbr and blockaddress to the vim syntax highlighting file.Dan Gohman2009-10-291-1/+2
* 80-col violation.Mikhail Glushenkov2009-10-271-1/+2
* Remove / use flags that are now set in the Makefile.config.Julien Lerouge2009-10-262-4/+0
* Move DataTypes.h to include/llvm/System, update all users. This breaks the lastChandler Carruth2009-10-263-3/+3
* lit: Add --config-prefix option, to override default config file names.Daniel Dunbar2009-10-251-7/+20
* lit: Allow use of /dev/null in redirects on Windows (replace by a temporaryDaniel Dunbar2009-10-251-1/+8
* Delete a spurious semicolon.Dan Gohman2009-10-241-1/+1
* lit: Support '>>' redirections when executing scripts internally.Daniel Dunbar2009-10-241-0/+9
* Auto-upgrade free instructions to calls to the builtin free function.Victor Hernandez2009-10-241-1/+1
* Trying again to tweak the top-level Makefile to facilitate an Apple-style build.Stuart Hastings2009-10-222-1/+5
* Make 'unset_option' work on list options.Mikhail Glushenkov2009-10-221-6/+6
* Set comment string, patch by Johnny Chen!Chris Lattner2009-10-211-0/+2
* Implement any_[not_]empty and list versions of switch_on and [not_]empty.Mikhail Glushenkov2009-10-211-60/+146
* NNT: Implement "config mode", use -config path/to/llvm-configDaniel Dunbar2009-10-201-51/+102
* NNT: Remove unused BUILDTYPE argument.Daniel Dunbar2009-10-201-7/+2
* Revert "Tweak top-level Makefile to facilitate Apple-style build.", this isDaniel Dunbar2009-10-202-5/+1
* NNT: Remove duplicate verbose print.Daniel Dunbar2009-10-201-4/+0
* More refactoring...Mikhail Glushenkov2009-10-191-46/+55
* Tweak top-level Makefile to facilitate Apple-style build.Stuart Hastings2009-10-192-1/+5
* NNT: Add -parallel-test option, which runs llvm-test withDaniel Dunbar2009-10-191-0/+2
* NNT: Don't hard code -l3.0 argument to make, this is very server dependent. U...Daniel Dunbar2009-10-191-20/+26
* NNT: Fix refactoro, I dropped the list of all (llvm-test) tests. I'm sure it ...Daniel Dunbar2009-10-191-6/+7
* NNT: Lift conditional logic out of test steps.Daniel Dunbar2009-10-191-117/+114
* NNT: Now that build & test steps are factored out, coalesce all the logic tog...Daniel Dunbar2009-10-191-62/+39
* NNT: Sink code for running nightly test into subroutine.Daniel Dunbar2009-10-191-37/+44
* NNT: Tweaks and simplifications.Daniel Dunbar2009-10-191-137/+62
* NNT: Move build code into subroutine.Daniel Dunbar2009-10-191-39/+43
* NNT: Move source checkout code into subroutine.Daniel Dunbar2009-10-191-49/+31
* NNT: Remove .{o,a} size info, this is better tracked elsewhere.Daniel Dunbar2009-10-191-27/+2
* NNT: Remove code to track build warnings, the buildbots cover this.Daniel Dunbar2009-10-191-58/+4
* NNT: Remove hard coded BuildDir and WebDir, users should have to specify these.Daniel Dunbar2009-10-191-11/+10
* NNT: Remove "CVS Stats", this isn't particularly useful and can be better don...Daniel Dunbar2009-10-191-105/+8
* NNT: Remove now-unused -cvstag argument and CVSROOT code.Daniel Dunbar2009-10-191-19/+9
* NNT: Remove -usecvs option, this is very old.Daniel Dunbar2009-10-191-95/+32
* NNT: Remove -debug argument, it is unused.Daniel Dunbar2009-10-191-2/+0
* Regroup NewNightlyTest.pl optionsDaniel Dunbar2009-10-191-45/+64