Add trivial support for the invariance intrinsics to memdep. This logic is
[oota-llvm.git] / utils /
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...
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.
next