Enable CPU detection when using MS VS 2k8 too.
[oota-llvm.git] / utils /
2009-12-09 Daniel DunbarRemove unneeded ';' and a class/struct mismatch (notice...
2009-12-08 Daniel Dunbarlit: Prevent crash-on-invalid (when run on directory...
2009-12-07 Mikhail GlushenkovSimplify a bit.
2009-12-07 Mikhail GlushenkovThrow 'const char*' instead of 'std::string'.
2009-12-07 Mikhail GlushenkovDeprecate 'unpack_values'.
2009-12-07 Mikhail GlushenkovImplement 'forward_value' and 'forward_transformed_value'.
2009-12-07 Mikhail GlushenkovRefactoring, no functionality change.
2009-12-05 Dan GohmanMinor code simplification.
2009-12-04 Daniel DunbarOptParser: Emit HelpText field for option groups.
2009-12-01 Mikhail GlushenkovForward -save-temps to llvm-gcc.
2009-12-01 Eric ChristopherAdd a soft link so that in an apple style build we...
2009-11-29 Daniel DunbarFix FileCheck crash when fuzzy scanning starting at...
2009-11-25 Daniel DunbarSketch TableGen disassembler emitter, based on patch...
2009-11-24 Dan GohmanDelete some dead and non-obvious code.
2009-11-23 Dan GohmanRemove ISD::DEBUG_LOC and ISD::DBG_LABEL, which are...
2009-11-22 Daniel DunbarFileCheck, PR5239: Try to find the intended match on...
2009-11-22 Daniel DunbarFileCheck: When a string using variable references...
2009-11-22 Daniel DunbarAllow '_' in FileCheck variable names, it is nice to...
2009-11-22 Bob WilsonFix whitespace.
2009-11-22 Bob WilsonFix pr5470. Tablegen handles template arguments by...
2009-11-21 Bob WilsonFix some spelling in comments.
2009-11-21 Bob WilsonAvoid a redundant assertion.
2009-11-19 Daniel DunbarTableGen/OptParser: When ordering options, make "sentin...
2009-11-18 Douglas GregorDe-bork CMake build
2009-11-18 Daniel DunbarTableGen: Add initial backend for clang Driver's option...
2009-11-18 Daniel Dunbarlit: Fix exclude dirs functionality.
2009-11-16 Jeffrey YasskinMake X86-64 in the Large model always emit 64-bit calls.
2009-11-15 Daniel Dunbarlit: Factor a new OneCommandPerFileTest out of SyntaxCh...
2009-11-15 Daniel DunbarRemove duplicate implementation of excludes functionali...
2009-11-15 Daniel Dunbarlit: Add --repeat=N option, for running each test N...
2009-11-14 Benjamin KramerImplement DISABLE_INLINE for MSVC. This required changi...
2009-11-14 Evan ChengAdded getSubRegIndex(A,B) that returns subreg index...
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.
next