Simplify some code.
[oota-llvm.git] / utils /
2009-10-19 Stuart HastingsTweak top-level Makefile to facilitate Apple-style...
2009-10-19 Daniel DunbarNNT: Add -parallel-test option, which runs llvm-test...
2009-10-19 Daniel DunbarNNT: Don't hard code -l3.0 argument to make, this is...
2009-10-19 Daniel DunbarNNT: Fix refactoro, I dropped the list of all (llvm...
2009-10-19 Daniel DunbarNNT: Lift conditional logic out of test steps.
2009-10-19 Daniel DunbarNNT: Now that build & test steps are factored out,...
2009-10-19 Daniel DunbarNNT: Sink code for running nightly test into subroutine.
2009-10-19 Daniel DunbarNNT: Tweaks and simplifications.
2009-10-19 Daniel DunbarNNT: Move build code into subroutine.
2009-10-19 Daniel DunbarNNT: Move source checkout code into subroutine.
2009-10-19 Daniel DunbarNNT: Remove .{o,a} size info, this is better tracked...
2009-10-19 Daniel DunbarNNT: Remove code to track build warnings, the buildbots...
2009-10-19 Daniel DunbarNNT: Remove hard coded BuildDir and WebDir, users shoul...
2009-10-19 Daniel DunbarNNT: Remove "CVS Stats", this isn't particularly useful...
2009-10-19 Daniel DunbarNNT: Remove now-unused -cvstag argument and CVSROOT...
2009-10-19 Daniel DunbarNNT: Remove -usecvs option, this is very old.
2009-10-19 Daniel DunbarNNT: Remove -debug argument, it is unused.
2009-10-19 Daniel DunbarRegroup NewNightlyTest.pl options
2009-10-19 Daniel Dunbarlit: When running Tcl scripts via shell, try harder...
2009-10-18 Mikhail GlushenkovRefactoring, no functionality change.
2009-10-18 Jeffrey YasskinSupport GoogleTest's "typed tests"
2009-10-17 Daniel DunbarMove UnescapeString to a static function for its sole...
2009-10-17 Daniel DunbarUse raw_ostream::write_escaped instead of EscapeString.
2009-10-17 Mikhail GlushenkovFirst draft of the OptionPreprocessor.
2009-10-17 Mikhail GlushenkovThis variable is never used.
2009-10-17 Mikhail GlushenkovDisallow multiple instances of PluginPriority.
2009-10-15 Jakob Stoklund OlesenReport errors correctly for unselected target intrinsics.
2009-10-12 Edward O'CallaghanHaiku porting patches, Credit to Paul Davey.
2009-10-09 Mikhail GlushenkovOmit the 'out_file_index != -1' check when possible.
2009-10-08 Mikhail GlushenkovInput files should go before all other options.
2009-10-01 Evan ChengAdd instruction flags: hasExtraSrcRegAllocReq and hasEx...
2009-09-28 Stuart HastingsB&I's buildit forces a PATH that omits /Developer....
2009-09-28 Stuart HastingsFor B&I-style builds, tweak build_llvm script to prefer...
2009-09-28 Jakob Stoklund OlesenIntroduce the TargetInstrInfo::KILL machine instruction...
2009-09-28 Daniel DunbarDon't traverse into .svn directories.
2009-09-28 Mikhail GlushenkovAdd a way to query the number of input files.
2009-09-28 Mikhail GlushenkovA bit prettier formatting.
2009-09-27 Chris Lattnerimplement and document support for filecheck variables...
2009-09-26 Chris Lattnerremove support for "NoSub" from regex. It seems like...
2009-09-25 Anton KorobeynikovProvide proper masks for neon perfect shuffle table.
2009-09-25 Dan GohmanImprove MachineMemOperand handling.
2009-09-25 Dan GohmanRename getTargetNode to getMachineNode, for consistency...
2009-09-25 Chris Lattnerreject attempts to use ()'s in patterns, these are...
2009-09-25 Chris Lattnerreimplement the regex matching strategy by building...
2009-09-25 Chris Lattnerspecial case Patterns that are a single fixed string...
2009-09-25 Chris Lattnerfilecheck should not match a \n with a .
2009-09-25 Chris Lattnerturn a std::pair into a real class.
2009-09-24 Chris Lattneradd and document regex support for FileCheck. You...
2009-09-24 Chris LattnerUse CanonicalizeInputFile to canonicalize the entire...
2009-09-24 Chris Lattnerchange 'not' matching to use Pattern, move pattern...
2009-09-24 Chris Lattnerrefactor out the match string into its own Pattern...
2009-09-24 David GoodwinMake the end-of-itinerary mark explicit. Some cleanup.
2009-09-24 Daniel DunbarAdd count/not tools as executables.
2009-09-22 Daniel Dunbarlit: When executing shell scripts internally, don't...
2009-09-22 Daniel DunbarAdd a magic LLVM_DISABLE_CRT_DEBUG environment variable...
2009-09-22 Daniel DunbarActually use the arguments with the resolved executable...
2009-09-22 Daniel Dunbarlit: Don't use close_fds=True on Windows.
2009-09-22 Daniel Dunbarlit: When executing commands internally, perform PATH...
2009-09-21 Mikhail GlushenkovUse raw_ostream::indent instead of passing strings.
2009-09-21 Chris Lattnerfix a FileCheck bug where:
2009-09-20 Chris Lattnerrewrite CountNumNewlinesBetween to be in terms of Strin...
2009-09-20 Chris Lattnerimplement and document support for CHECK-NOT
2009-09-20 Chris Lattnerrewrite FileCheck in terms of StringRef instead of...
2009-09-20 Daniel DunbarFollow googletest logic for suppressing warnings in...
2009-09-18 Chris Lattnerconvert some stuff to StringRef to avoid temporary...
2009-09-18 Chris Lattneradd a comment.
2009-09-16 Daniel Dunbarlit: Add a custom test format for use in clang.
2009-09-15 Daniel Dunbarlit: When finding nested test suites, check first in...
2009-09-14 Daniel DunbarAdd a valgrind suppressions file for x86_64/linux/4...
2009-09-14 Daniel Dunbarlit: Give test formats control over test discovery.
2009-09-14 Chris Lattnerslightly increase prettiness.
2009-09-14 Chris Lattneremit the register table as a massive string to avoid...
2009-09-14 Chris Lattnermove StringToOffsetTable out to its own header.
2009-09-14 Chris Lattnerfactor string table generation out to its own class...
2009-09-13 Chris Lattnereliminate the TargetRegisterDesc::AsmName field, the...
2009-09-13 Daniel DunbarMove unittest driver to utils/unittest/UnitTestMain.
2009-09-13 Chris Lattnerthe tblgen produced 'getRegisterName' method does not...
2009-09-13 Chris Lattnermake tblgen produce a function that returns the name...
2009-09-13 Daniel Dunbartests: Add a %abs_tmp substitution which is guaranteed...
2009-09-11 Owen AndersonEliminate some unnecessary implicit constructors in...
2009-09-11 Chris LattnerPHI nodes can never reach the asmprinter, assert and...
2009-09-10 Mikhail GlushenkovDistinguish between 'empty' and empty DAG marker.
2009-09-10 Mikhail GlushenkovAdd a logical 'not' operator to llvmc's TableGen dialect.
2009-09-09 Chris Lattnerremove DebugLoc from MCInst and eliminate "Comment...
2009-09-09 Chris LattnerFix a subtle bug in "return;" generation which caused...
2009-09-09 Chris Lattnerhoist the call to processDebugLoc out of the generated
2009-09-09 Daniel DunbarCount test correctly with -q.
2009-09-09 Daniel DunbarFix another refactoro.
2009-09-08 Daniel Dunbarlit needs bash for tcl-as-sh execution, we use set...
2009-09-08 Daniel DunbarFix typo that worked on python 2.6.
2009-09-08 Daniel DunbarFix a refactoro.
2009-09-08 Daniel DunbarAdd 'lit' testing tool.
2009-09-06 Duncan SandsRemove some unused variables and methods warned about by
2009-09-05 Jeffrey YasskinTeach googletest to use raw_ostream instead of just...
2009-08-29 Bob WilsonPR4795: Remove EEVT::isFP, isInt and isVec types used...
2009-08-28 Bob WilsonDisable optional bindings for Apple-style builds.
2009-08-28 Bob WilsonRevert 76080. This broke some powerpc cross compiles.
2009-08-27 Daniel DunbarDon't build runtime libraries in an Apple style build.
2009-08-26 Bob WilsonFix bad length argument to substr calls. Apparently...
2009-08-26 Bill WendlingDon't submit test directory.
next