aboutsummaryrefslogtreecommitdiff
path: root/utils
AgeCommit message (Expand)Author
2009-03-23Add sanity check in Clang TableGen backend to check if 'Component' is a string.Ted Kremenek
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-14Add TableGen syntax highlighting for the jEdit editor.Sebastian Redl
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-12Fix an inconsistent use of LLVMGCCDIR. In all other cases, this directoryBob Wilson
2009-03-11It makes no sense to have a ODR version of commonDuncan Sands
2009-03-11implement support for C-style string literal concatenation in td files.Chris Lattner
2009-03-11Remove the one-definition-rule version of extern_weakDuncan Sands
2009-03-10Add -disable-bindings for utils/NewNightlyTest.plDaniel Dunbar
2009-03-07Introduce new linkage types linkonce_odr, weak_odr, common_odrDuncan Sands
2009-03-06Change various llvm utilities to use PrettyStackTraceProgram inChris Lattner
2009-03-04.emacs file bits for automatically setting the llvm.org coding style. Thanks...Mike Stump
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-20* Fixed spellingMisha Brukman
2009-02-20Keep the newline character at the end of the lines whose trailing whitespace weMisha Brukman
2009-02-20Only strip the newline character at the end of the lines that we're consideringMisha Brukman
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-12Fix MingW build: define GTEST_OS_WINDOWS if OS is MingW, but disableJulien Lerouge
2009-02-11Don't try to strip a file we just moved.Bill Wendling
2009-02-09Strip the LTO dylib.Bill Wendling
2009-02-09Small fix for the 'strip' command. Do a list of .so files.Bill Wendling