aboutsummaryrefslogtreecommitdiffstats
path: root/utils/TableGen
Commit message (Expand)AuthorAgeFilesLines
* Tidy up some comments.Dan Gohman2009-03-311-3/+3
* Add a comment.Dan Gohman2009-03-311-1/+2
* fix a few spelling errors and typosJim Grosbach2009-03-269-16/+16
* Use 'bool' for FoundRCJim Grosbach2009-03-261-2/+2
* Modify getRegisterValueType() to allow for a register being in mutlipleJim Grosbach2009-03-251-5/+26
* Add sanity check in Clang TableGen backend to check if 'Component' is a string.Ted Kremenek2009-03-231-1/+1
* Fix the Win32 VS2008 build:Sebastian Redl2009-03-191-1/+1
* Fix regression in 'tblgen -gen-clang-diags-defs': Emit the diagnostic kind in...Ted Kremenek2009-03-191-1/+2
* Add support to tablegen for naming the nodes themselves, not just the operands, Nate Begeman2009-03-194-18/+36
* tblgen -gen-clang-diags-options: Output OptionTable entries in lexicographicTed Kremenek2009-03-181-7/+19
* 'tblgen -gen-clang-diags-options' now outputs the OptionTable:Ted Kremenek2009-03-181-5/+19
* Add another Clang TableGen-backend (-gen-clang-diags-options) for emittingTed Kremenek2009-03-183-0/+116
* include the null at the end of a memorybuffer as part of the buffer.Chris Lattner2009-03-181-1/+3
* Add TGSourceMgr.cpp to CMake build, sort linesDouglas Gregor2009-03-161-2/+3
* Add (hidden) TableGen command option '-clang-component' which specifies theTed Kremenek2009-03-133-11/+42
* Add initial implementation of a TableGen backend for converting Clang-warningsTed Kremenek2009-03-134-2/+127
* Further constify Record::isSubClassOf.Ted Kremenek2009-03-131-1/+1
* Fix escaping in asm string literals correctly by having tblgen unescape Chris Lattner2009-03-132-7/+16
* add a horrible hack to fix the build.Chris Lattner2009-03-131-0/+9
* add support for a few simple escape characters in tblgen strings.Chris Lattner2009-03-131-1/+25
* add a new TGError class and use it to propagate location info withChris Lattner2009-03-133-20/+26
* give each Record a location.Chris Lattner2009-03-134-15/+29
* make "locations" a class instead of a typedef.Chris Lattner2009-03-137-58/+82
* Unbreak build, bring in std::string for GCC 4.3Argyrios Kyrtzidis2009-03-131-0/+1
* Unbreak build.Evan Cheng2009-03-131-0/+1
* split buffer management and diagnostic printing out of the tblgenChris Lattner2009-03-136-70/+228
* implement support for C-style string literal concatenation in td files.Chris Lattner2009-03-111-2/+14
* Change various llvm utilities to use PrettyStackTraceProgram inChris Lattner2009-03-061-0/+3
* 'append_cmd' should split its argument.Mikhail Glushenkov2009-02-271-1/+6
* these utils don't need exports.Chris Lattner2009-02-261-0/+3
* Added support to have TableGen provide information if an intrinsic (coreMon P Wang2009-02-242-1/+23
* Overhaul my earlier submission due to feedback. It's a large patch, but most ofBill Wendling2009-02-241-3/+1
* - Use the "Fast" flag instead of "OptimizeForSize" to determine whether to emitBill Wendling2009-02-241-1/+2
* We have logic in there to emit a default debugging label at the beginning of aBill Wendling2009-02-201-4/+3
* Add an accessor method to DwarfWriter to tell of debugging info should be emi...Bill Wendling2009-02-201-1/+2
* Print out a new label only if the debug location *tuple* is different. The debugBill Wendling2009-02-191-6/+9
* Forgot to check that debug information is supported.Bill Wendling2009-02-191-2/+2
* Put code that generates debug labels into TableGen so that it can be used byBill Wendling2009-02-181-0/+11
* Add explicit keywords.Dan Gohman2009-02-182-2/+2
* Unbreak the build on win32.Cedric Venet2009-02-142-3/+3
* Generalize some alias analysis logic from atomicDuncan Sands2009-02-142-0/+36
* Eliminate a 'control reaches end of non-void function' warning.Evan Cheng2009-02-091-0/+1
* Get rid of one more non-DebugLoc getNode andDale Johannesen2009-02-061-1/+2
* Remove a non-DebugLoc version of getNode.Dale Johannesen2009-02-051-2/+2
* Reapply 63765. Patches for clang and llvm-gcc to follow.Dale Johannesen2009-02-057-24/+79
* Remove non-DebugLoc forms of CopyToReg and CopyFromReg.Dale Johannesen2009-02-041-0/+1
* Reverting 63765. This broke the build of both clangDale Johannesen2009-02-047-79/+24
* New feature: add support for target intrinsics being defined in theNate Begeman2009-02-047-24/+79
* Fix PR3453 and probably a bunch of other potentialDuncan Sands2009-02-011-1/+1
* Explain why this is here.Bill Wendling2009-01-291-0/+1