summaryrefslogtreecommitdiff
path: root/utils
Commit message (Expand)AuthorAge
* 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
* Haiku porting patches, Credit to Paul Davey.Edward O'Callaghan2009-10-12
* Omit the 'out_file_index != -1' check when possible.Mikhail Glushenkov2009-10-09
* Input files should go before all other options.Mikhail Glushenkov2009-10-08
* Add instruction flags: hasExtraSrcRegAllocReq and hasExtraDefRegAllocReq. WhenEvan Cheng2009-10-01
* B&I's buildit forces a PATH that omits /Developer. Temporarily addStuart Hastings2009-09-28
* For B&I-style builds, tweak build_llvm script to prefer LLVM-G++ ifStuart Hastings2009-09-28
* Introduce the TargetInstrInfo::KILL machine instruction and get rid of theJakob Stoklund Olesen2009-09-28
* Don't traverse into .svn directories.Daniel Dunbar2009-09-28
* Add a way to query the number of input files.Mikhail Glushenkov2009-09-28
* A bit prettier formatting.Mikhail Glushenkov2009-09-28
* implement and document support for filecheck variables. ThisChris Lattner2009-09-27
* remove support for "NoSub" from regex. It seems like a minor optimizationChris Lattner2009-09-26
* Provide proper masks for neon perfect shuffle table.Anton Korobeynikov2009-09-25
* Improve MachineMemOperand handling.Dan Gohman2009-09-25
* Rename getTargetNode to getMachineNode, for consistency with theDan Gohman2009-09-25
* reject attempts to use ()'s in patterns, these are reserved for filecheck.Chris Lattner2009-09-25
* reimplement the regex matching strategy by building a singleChris Lattner2009-09-25
* special case Patterns that are a single fixed string. This is a microscopicChris Lattner2009-09-25
* filecheck should not match a \n with a .Chris Lattner2009-09-25
* turn a std::pair into a real class.Chris Lattner2009-09-25