aboutsummaryrefslogtreecommitdiff
path: root/utils/TableGen
AgeCommit message (Expand)Author
2009-03-19Fix the Win32 VS2008 build:Sebastian Redl
2009-03-19Fix regression in 'tblgen -gen-clang-diags-defs': Emit the diagnostic kind in...Ted Kremenek
2009-03-19Add support to tablegen for naming the nodes themselves, not just the operands, Nate Begeman
2009-03-18tblgen -gen-clang-diags-options: Output OptionTable entries in lexicographicTed Kremenek
2009-03-18'tblgen -gen-clang-diags-options' now outputs the OptionTable:Ted Kremenek
2009-03-18Add another Clang TableGen-backend (-gen-clang-diags-options) for emittingTed Kremenek
2009-03-18include the null at the end of a memorybuffer as part of the buffer.Chris Lattner
2009-03-16Add TGSourceMgr.cpp to CMake build, sort linesDouglas Gregor
2009-03-13Add (hidden) TableGen command option '-clang-component' which specifies theTed Kremenek
2009-03-13Add initial implementation of a TableGen backend for converting Clang-warningsTed Kremenek
2009-03-13Further constify Record::isSubClassOf.Ted Kremenek
2009-03-13Fix escaping in asm string literals correctly by having tblgen unescape Chris Lattner
2009-03-13add a horrible hack to fix the build.Chris Lattner
2009-03-13add support for a few simple escape characters in tblgen strings.Chris Lattner
2009-03-13add a new TGError class and use it to propagate location info withChris Lattner
2009-03-13give each Record a location.Chris Lattner
2009-03-13make "locations" a class instead of a typedef.Chris Lattner
2009-03-13Unbreak build, bring in std::string for GCC 4.3Argyrios Kyrtzidis
2009-03-13Unbreak build.Evan Cheng
2009-03-13split buffer management and diagnostic printing out of the tblgenChris Lattner
2009-03-11implement support for C-style string literal concatenation in td files.Chris Lattner
2009-03-06Change various llvm utilities to use PrettyStackTraceProgram inChris Lattner
2009-02-27'append_cmd' should split its argument.Mikhail Glushenkov
2009-02-26these utils don't need exports.Chris Lattner
2009-02-24Added support to have TableGen provide information if an intrinsic (coreMon P Wang
2009-02-24Overhaul my earlier submission due to feedback. It's a large patch, but most ofBill Wendling
2009-02-24- Use the "Fast" flag instead of "OptimizeForSize" to determine whether to emitBill Wendling
2009-02-20We have logic in there to emit a default debugging label at the beginning of aBill Wendling
2009-02-20Add an accessor method to DwarfWriter to tell of debugging info should be emi...Bill Wendling
2009-02-19Print out a new label only if the debug location *tuple* is different. The debugBill Wendling
2009-02-19Forgot to check that debug information is supported.Bill Wendling
2009-02-18Put code that generates debug labels into TableGen so that it can be used byBill Wendling
2009-02-18Add explicit keywords.Dan Gohman
2009-02-14Unbreak the build on win32.Cedric Venet
2009-02-14Generalize some alias analysis logic from atomicDuncan Sands
2009-02-09Eliminate a 'control reaches end of non-void function' warning.Evan Cheng
2009-02-06Get rid of one more non-DebugLoc getNode andDale Johannesen
2009-02-05Remove a non-DebugLoc version of getNode.Dale Johannesen
2009-02-05Reapply 63765. Patches for clang and llvm-gcc to follow.Dale Johannesen
2009-02-04Remove non-DebugLoc forms of CopyToReg and CopyFromReg.Dale Johannesen
2009-02-04Reverting 63765. This broke the build of both clangDale Johannesen
2009-02-04New feature: add support for target intrinsics being defined in theNate Begeman
2009-02-01Fix PR3453 and probably a bunch of other potentialDuncan Sands
2009-01-29Explain why this is here.Bill Wendling
2009-01-29- Add DebugLoc to getTargetNode(). Bill Wendling
2009-01-29Move the code that starts printing the Select_* functionsDan Gohman
2009-01-28Typo.Mikhail Glushenkov
2009-01-28Add three new option properties.Mikhail Glushenkov
2009-01-22Eliminate a couple of fields from TargetRegisterClass: SubRegClasses and Supe...Evan Cheng
2009-01-22Make tblgen more portable, allowing it to build with ICC.Chris Lattner