IntegerValType holds a uint32_t, so its constructor should take a uint32_t. This...
[oota-llvm.git] / utils /
2010-02-09 Sean CallananFixed some indentation in the AsmWriterInst
2010-02-09 Sean CallananAdded AsmWriterInst.cpp to the CMakeList so that
2010-02-09 Sean CallananPer PR 6219, factored AsmWriterInst and AsmWriterOperand
2010-02-09 Chris Lattnermove target-independent opcodes out of TargetInstrInfo
2010-02-09 Chris Lattnerpass stringref by value instead of by const&
2010-02-06 Jakob Stoklund OlesenReintroduce the InlineHint function attribute.
2010-02-05 Jeffrey YasskinMake lit's gtest support honor config.environment.
2010-02-04 Torok EdwinNew flag for GenLibDeps, and llvm-config-perobjincl.
2010-02-03 Chris Lattnersink handling of target-independent machine instrs...
2010-02-02 Daniel DunbarAsmMatcherEmitter: Use stable_sort when reordering...
2010-01-30 Daniel DunbarAsmMatcher: Create operand classes before use, apparent...
2010-01-30 Daniel DunbarFileCheck: When looking for "possible matches", only...
2010-01-29 Dan GohmanMinor code cleanup.
2010-01-29 Dan GohmanSkip whitespace when looking for a potential intended...
2010-01-29 Dan GohmanFix the position of the caret in the FileCheck error...
2010-01-29 Daniel DunbarFileCheck: Switch "possible match" calculation to use...
2010-01-29 Sean CallananQuick fix to make the header file for the enhanced
2010-01-29 Ted KremenekRecognize 'add_executable' when analyzing CMake files.
2010-01-29 Ted KremenekUpdate CMake build.
2010-01-29 Sean CallananAdded a custom TableGen backend to support the
2010-01-26 Mikhail GlushenkovEscape double quotes in 'help'.
2010-01-24 Chris Lattnermake -fno-rtti the default unless a directory builds...
2010-01-23 Sean CallananModified the register matcher function in AsmMatcher to
2010-01-23 Daniel DunbarAsmMatcher: Add a comment.
2010-01-22 Daniel DunbarMake GetSourceVersion more portable, thanks Pawel!
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...
next