Apply patch from http://llvm.org/bugs/attachment.cgi?id=4136 now that PR5004 is
[oota-llvm.git] / utils /
2010-02-15 Evan ChengSplit SelectionDAGISel::IsLegalAndProfitableToFold to
2010-02-15 Chris LattnerCheck in the first big step of rewriting DAGISelEmitter to
2010-02-15 Mikhail GlushenkovRevert r96130 ("Forward parameter options as '-option...
2010-02-14 Chris Lattnerconstize
2010-02-14 Chris Lattnerclean up a bunch of code, move some random predicates
2010-02-14 Chris Lattnerremove the DisablePatternForFastISel predicate, which...
2010-02-14 Chris Lattneradd an insertion operator.
2010-02-14 Chris Lattnertidy up
2010-02-13 Mikhail GlushenkovForward parameter options as '-option=parameter'.
2010-02-13 Chris Lattnerpull a bunch of huge inline methods in the PatternCodeE...
2010-02-13 Sean CallananAdded the rdtscp instruction to the x86 instruction
2010-02-13 Sean CallananFixed encodings for invlpg, invept, and invvpid.
2010-02-13 Chris Lattnerremove special cases for vmlaunch, vmresume, vmxoff...
2010-02-12 Chris LattnerRemove special cases for [LM]FENCE, MONITOR and MWAIT...
2010-02-12 Sean CallananReworked the Intel disassembler to support instructions
2010-02-12 Chris Lattneradd a bunch of mod/rm encoding types for fixed mod...
2010-02-12 Daniel DunbarMC: Fix bug where trailing tied operands were forgotten...
2010-02-11 Chris Lattnerenhance llvm-mc -show-inst to print the enum of an...
2010-02-10 Chris Lattnerwork around a gcc bug with -Wuninitialized.
2010-02-10 Daniel Dunbarlit: Ignore dot files when scanning for tests (e.g...
2010-02-10 Daniel DunbarMC/AsmMatcher: Tweak conversion function name.
2010-02-10 Daniel DunbarMC/AsmMatcher: Add support for creating tied operands...
2010-02-10 Daniel DunbarRemove stray DOS newline.
2010-02-10 Sean CallananUpdated the enhanced disassembly library's TableGen
2010-02-10 Sean CallananUpdated the TableGen emitter for the Enhanced
2010-02-10 Sean CallananChanged AsmWriterOperand to also include the index...
2010-02-10 Chris LattnerIntroduce a new CodeGenInstruction::ConstraintInfo...
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
next