summaryrefslogtreecommitdiff
path: root/utils
Commit message (Expand)AuthorAge
* Initial target-independent CodeGen support for BlockAddresses.Dan Gohman2009-10-30
* Move some code from being emitted as boilerplate duplicated in everyDan Gohman2009-10-29
* Rename usesCustomDAGSchedInserter to usesCustomInserter, and update aDan Gohman2009-10-29
* Sorry to break the build.Johnny Chen2009-10-29
* Minor tweak to forgo the the curly braces for most case blocks, except whenJohnny Chen2009-10-29
* Add indirectbr and blockaddress to the vim syntax highlighting file.Dan Gohman2009-10-29
* 80-col violation.Mikhail Glushenkov2009-10-27
* Remove / use flags that are now set in the Makefile.config.Julien Lerouge2009-10-26
* Move DataTypes.h to include/llvm/System, update all users. This breaks the lastChandler Carruth2009-10-26
* lit: Add --config-prefix option, to override default config file names.Daniel Dunbar2009-10-25
* lit: Allow use of /dev/null in redirects on Windows (replace by a temporaryDaniel Dunbar2009-10-25
* Delete a spurious semicolon.Dan Gohman2009-10-24
* lit: Support '>>' redirections when executing scripts internally.Daniel Dunbar2009-10-24
* Auto-upgrade free instructions to calls to the builtin free function.Victor Hernandez2009-10-24
* Trying again to tweak the top-level Makefile to facilitate an Apple-style build.Stuart Hastings2009-10-22
* Make 'unset_option' work on list options.Mikhail Glushenkov2009-10-22
* Set comment string, patch by Johnny Chen!Chris Lattner2009-10-21
* Implement any_[not_]empty and list versions of switch_on and [not_]empty.Mikhail Glushenkov2009-10-21
* NNT: Implement "config mode", use -config path/to/llvm-configDaniel Dunbar2009-10-20
* NNT: Remove unused BUILDTYPE argument.Daniel Dunbar2009-10-20
* Revert "Tweak top-level Makefile to facilitate Apple-style build.", this isDaniel Dunbar2009-10-20
* NNT: Remove duplicate verbose print.Daniel Dunbar2009-10-20
* More refactoring...Mikhail Glushenkov2009-10-19
* Tweak top-level Makefile to facilitate Apple-style build.Stuart Hastings2009-10-19
* NNT: Add -parallel-test option, which runs llvm-test withDaniel Dunbar2009-10-19
* NNT: Don't hard code -l3.0 argument to make, this is very server dependent. U...Daniel Dunbar2009-10-19
* NNT: Fix refactoro, I dropped the list of all (llvm-test) tests. I'm sure it ...Daniel Dunbar2009-10-19
* NNT: Lift conditional logic out of test steps.Daniel Dunbar2009-10-19
* NNT: Now that build & test steps are factored out, coalesce all the logic tog...Daniel Dunbar2009-10-19
* NNT: Sink code for running nightly test into subroutine.Daniel Dunbar2009-10-19
* NNT: Tweaks and simplifications.Daniel Dunbar2009-10-19
* NNT: Move build code into subroutine.Daniel Dunbar2009-10-19
* NNT: Move source checkout code into subroutine.Daniel Dunbar2009-10-19
* NNT: Remove .{o,a} size info, this is better tracked elsewhere.Daniel Dunbar2009-10-19
* NNT: Remove code to track build warnings, the buildbots cover this.Daniel Dunbar2009-10-19
* NNT: Remove hard coded BuildDir and WebDir, users should have to specify these.Daniel Dunbar2009-10-19
* NNT: Remove "CVS Stats", this isn't particularly useful and can be better don...Daniel Dunbar2009-10-19
* NNT: Remove now-unused -cvstag argument and CVSROOT code.Daniel Dunbar2009-10-19
* NNT: Remove -usecvs option, this is very old.Daniel Dunbar2009-10-19
* NNT: Remove -debug argument, it is unused.Daniel Dunbar2009-10-19
* Regroup NewNightlyTest.pl optionsDaniel Dunbar2009-10-19
* lit: When running Tcl scripts via shell, try harder to find 'bash', but fallDaniel Dunbar2009-10-19
* Refactoring, no functionality change.Mikhail Glushenkov2009-10-18
* Support GoogleTest's "typed tests"Jeffrey Yasskin2009-10-18
* Move UnescapeString to a static function for its sole client; its inefficient...Daniel Dunbar2009-10-17
* Use raw_ostream::write_escaped instead of EscapeString.Daniel Dunbar2009-10-17
* First draft of the OptionPreprocessor.Mikhail Glushenkov2009-10-17
* This variable is never used.Mikhail Glushenkov2009-10-17
* Disallow multiple instances of PluginPriority.Mikhail Glushenkov2009-10-17
* Report errors correctly for unselected target intrinsics.Jakob Stoklund Olesen2009-10-15