Fix TimeValue::now() on Unix.
[oota-llvm.git] / utils /
2010-01-22 Daniel Dunbarlit: Separate test suite from test name with spaces...
2010-01-21 Daniel DunbarAdd a simple script for getting a version tag from...
2010-01-19 Bob WilsonThe change in r90189 adds a link in a directory outside...
2010-01-18 Chris Lattnerupdate mkpatch, patch by Garrison Venn!
2010-01-15 Eric ChristopherRemove the InlineHint attribute. There are no current...
2010-01-15 Dale JohannesenRemove DEBUG_DECLARE, looks like we don't need it.
2010-01-14 Chris LattnerSplit the TargetAsmParser "ParseInstruction" interface...
2010-01-14 Bill WendlingUse ENABLE_ASSERTIONS throughout.
2010-01-14 Stuart HastingsErm, previous patch was wrong; Thanks Bill\!
2010-01-14 Stuart HastingsEnable assertions by default for Apple-style builds.
2010-01-11 Benjamin KramerReimplement getToken and SplitString as "StringRef...
2010-01-09 Dan GohmanTighten up the vim LLVM IR syntax highlighting regex...
2010-01-09 Dan GohmanSet the vim auto-indent setting for open braces after...
2010-01-09 Dale JohannesenAdd DEBUG_DECLARE. Not used yet.
2010-01-08 Dale JohannesenAdd DEBUG_VALUE. Not used yet.
2010-01-06 Duncan SandsPartially address a README by having functionattrs...
2010-01-05 Dan GohmanDon't use the ISD::NodeType enum for SDNode opcodes...
2010-01-05 David GreeneAdd an !eq() operator to TableGen. It operates on...
2010-01-05 David GreeneHave TableGen emit code that uses dbgs() rather than...
2010-01-05 Dan GohmanChange SelectCode's argument from SDValue to SDNode...
2010-01-04 Daniel Dunbartblgen/OptParser: Use EmitSourceFileHeader.
2010-01-04 Dan GohmanReplace some special-case code which probably was buggy...
2010-01-04 Dan GohmanRemove the CPAttrParentAsRoot code, which is unused...
2010-01-01 Mikhail GlushenkovTypo.
2010-01-01 Mikhail GlushenkovMake CheckForSuperfluousOptions handle list form of...
2010-01-01 Mikhail GlushenkovMinor simplifications.
2010-01-01 Mikhail GlushenkovBetter error message.
2009-12-26 Daniel Dunbarlit: Add setuptools support.
2009-12-26 Daniel Dunbarlit: Sink code into a 'lit' package.
2009-12-25 Bill WendlingUse the 'MadeChange' variable instead of returning...
2009-12-24 Daniel DunbarDon't emit trailing semicolon.
2009-12-23 Mikhail GlushenkovCosmetic issue: more consistent naming.
2009-12-23 Mikhail GlushenkovAllow (set_option SwitchOption, true).
2009-12-23 Daniel DunbarSuppress compiler warning.
2009-12-22 Sean CallananFixes to the X86 disassembler:
2009-12-21 David GreeneFix a bug in !subst where TableGen would go and resubst...
2009-12-19 Chris Lattner.llx is no more.
2009-12-19 Nuno Lopesfix build and while at it remove a redudant include
2009-12-19 Daniel DunbarMore bzero -> memset that I missed.
2009-12-19 Daniel DunbarAdd missing newlines at EOF (for clang++).
2009-12-19 Sean CallananTable-driven disassembler for the X86 architecture...
2009-12-19 Dan GohmanFix a comment.
2009-12-18 Eli FriedmanFix an issue in googletest where a name was used before...
2009-12-18 Mikhail GlushenkovMake 'set_option' work with list options.
2009-12-17 Mikhail GlushenkovAdd a 'set_option' action for use in OptionPreprocessor.
2009-12-17 Mikhail GlushenkovRefactoring, no functionality change.
2009-12-17 Mikhail Glushenkovs/TokenizeCmdline/TokenizeCmdLine/
2009-12-16 Jim GrosbachAdd @earlyclobber TableGen constraint
2009-12-16 Bill WendlingRemove superfluous 'extern' variable that was causing...
2009-12-15 Bill WendlingSome command lines don't like numbers with leading...
2009-12-15 Daniel Dunbarlit: Improve error when gtest discovery fails.
2009-12-15 Dan GohmanRevert 90628, which was incorrect.
2009-12-15 Jim Grosbachwhitespace
2009-12-15 Mikhail GlushenkovConvert llvmc tests to FileCheck.
2009-12-15 Mikhail GlushenkovSupport hook invocation from 'append_cmd'.
2009-12-15 Mikhail GlushenkovValidate the generated C++ code in llvmc tests.
2009-12-15 Mikhail GlushenkovAllow $CALL(Hook, '$INFILE') for non-join tools.
2009-12-15 Daniel DunbarNNT: Make sure stderr for build commands goes to log...
2009-12-14 Daniel DunbarNNT: Use [e]grep -a when scanning logs, its possibly...
2009-12-14 Daniel DunbarNNT: Always create the -sentdata.txt file.
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.
next