Re-enable this code, since redundant PHIs are now being better nuked.
[oota-llvm.git] / utils /
2009-11-11 Sandeep PatelShow command-line args and features passed into backend...
2009-11-10 Daniel Dunbarlit: Add ExampleTests, for testing lit and demonstratin...
2009-11-10 Daniel Dunbarlit: Fix bug in --show-suites which accidentally overri...
2009-11-08 Daniel DunbarAdd a 'zkill' script, which is more-or-less a fancy...
2009-11-08 Anton KorobeynikovIt is invalid to infer the value type from the result...
2009-11-08 Daniel DunbarNNT: Remove DejaGNU test from NewNightlyTest reports...
2009-11-08 Daniel Dunbarlit: Hardcode whence seek value, os.SEEK_END isn't...
2009-11-08 Daniel Dunbarlit: Warn when a test suite contains no tests.
2009-11-08 Daniel Dunbarlit: Drop require_and_and support.
2009-11-08 Daniel Dunbarlit: Workaround a Win32/subprocess bug when appending.
2009-11-08 Daniel Dunbarlit: Preserve the PATHEXT variable when running subcomm...
2009-11-06 Chris Lattnerclang++ points out that this is pointless.
2009-11-06 Daniel DunbarNewNighlytTest: Fix timestamp format to actually make...
2009-11-06 Daniel DunbarNewNightlyTest: Add -noclean option, which doesn't...
2009-11-06 Daniel DunbarNewNightlyTest: Unbreak passing the build directory...
2009-11-06 Daniel DunbarNewNightlyTest: Add -llvmgccdir as alternative to envir...
2009-11-06 Dan GohmanDon't print a redundant tab for inline asm, and do...
2009-11-05 Douglas GregorTeach lit's SyntaxCheckTest two new tricks:
2009-11-05 Daniel Dunbarlit: Add --param NAME=VALUE option, for test suite...
2009-11-04 Evan ChengLook for llvm-gcc under /Developer/usr/bin first.
2009-11-03 Bill WendlingUse llvm-gcc on newer Darwins.
2009-11-03 Chris Lattnermark some constant global const.
2009-11-03 Daniel Dunbarlit: Update Clang's test style to use XFAIL: and XTARGE...
2009-11-03 Ted KremenekSupport updating 'llvm_add_target' lists as well.
2009-11-02 Jim GrosbachMissing bit of universal built + hosted
2009-11-02 Anton KorobeynikovDo not infer the target type for COPY_TO_REGCLASS from...
2009-10-31 Jim GrosbachThe universal SDKROOT should only be assigned when...
2009-10-30 Jim GrosbachAllow cross target build
2009-10-30 Dan GohmanInitial target-independent CodeGen support for BlockAdd...
2009-10-29 Dan GohmanMove some code from being emitted as boilerplate duplic...
2009-10-29 Dan GohmanRename usesCustomDAGSchedInserter to usesCustomInserter...
2009-10-29 Johnny ChenSorry to break the build.
2009-10-29 Johnny ChenMinor tweak to forgo the the curly braces for most...
2009-10-29 Dan GohmanAdd indirectbr and blockaddress to the vim syntax highl...
2009-10-27 Mikhail Glushenkov80-col violation.
2009-10-26 Julien LerougeRemove / use flags that are now set in the Makefile...
2009-10-26 Chandler CarruthMove DataTypes.h to include/llvm/System, update all...
2009-10-25 Daniel Dunbarlit: Add --config-prefix option, to override default...
2009-10-25 Daniel Dunbarlit: Allow use of /dev/null in redirects on Windows...
2009-10-24 Dan GohmanDelete a spurious semicolon.
2009-10-24 Daniel Dunbarlit: Support '>>' redirections when executing scripts...
2009-10-24 Victor HernandezAuto-upgrade free instructions to calls to the builtin...
2009-10-22 Stuart HastingsTrying again to tweak the top-level Makefile to facilit...
2009-10-22 Mikhail GlushenkovMake 'unset_option' work on list options.
2009-10-21 Chris LattnerSet comment string, patch by Johnny Chen!
2009-10-21 Mikhail GlushenkovImplement any_[not_]empty and list versions of switch_o...
2009-10-20 Daniel DunbarNNT: Implement "config mode", use -config path/to/llvm...
2009-10-20 Daniel DunbarNNT: Remove unused BUILDTYPE argument.
2009-10-20 Daniel DunbarRevert "Tweak top-level Makefile to facilitate Apple...
2009-10-20 Daniel DunbarNNT: Remove duplicate verbose print.
2009-10-19 Mikhail GlushenkovMore refactoring...
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...
next