[TableGen] Call llvm_shutdown on exit so that all the ManagedStatic objects in the...
[oota-llvm.git] / utils / TableGen / TableGen.cpp
2016-01-04 Craig Topper[TableGen] Call llvm_shutdown on exit so that all the...
2015-11-11 Akira HatanakaMove the enum attributes defined in Attributes.h to...
2014-12-11 Craig TopperUse range-based for loops. NFC
2014-06-17 James MolloyMove SetTheory from utils/TableGen into lib/TableGen...
2014-01-15 Kostya Serebryanyreplace LeakSanitizerIsTurnedOffForTheCurrentProcess...
2014-01-10 Kostya Serebryanyreapply r198858: Disable LeakSanitizer in TableGen...
2014-01-09 Alp TokerRevert "Disable LeakSanitizer in TableGen binaries...
2014-01-09 Kostya SerebryanyDisable LeakSanitizer in TableGen binaries, see PR18325
2013-03-21 Sean SilvaAdd TableGen ctags(1) emitter and helper script.
2012-12-19 Roman DivackyRemove edis - the enhanced disassembler. Fixes PR14654.
2012-12-05 Michael J. SpencerCopy clang/Driver/<Option parsing stuff> to llvm.
2012-12-04 Chandler CarruthSort the #include lines for utils/...
2012-10-03 Sean Silvatblgen: Migrate llvm-tblgen to new TableGenMain API.
2012-06-11 Jakob Stoklund OlesenWrite llvm-tblgen backends as functions instead of...
2012-01-16 David BlaikieRemoving unused default switch cases in switches over...
2011-12-20 David BlaikieUnweaken vtables as per llvm.org/docs/CodingStandards...
2011-12-01 Anshuman DasguptaAdd a deterministic finite automaton based packetizer...
2011-11-09 Owen AndersonRemove the old-style ARM disassembler, which is no...
2011-10-06 Peter CollingbourneRemove the Clang tblgen backends from LLVM.
2011-10-01 Peter CollingbourneMove TableGen's parser and entry point into a library
2011-09-20 Eric ChristopherRemove more of llvmc and dependencies.
2011-09-08 Caitlin SadowskiAdded LateParsed property to TableGen attributes.
2011-09-07 Joerg SonnenbergerDependency should be on the output file name, not the...
2011-07-11 Eric ChristopherRevert r134921, 134917, 134908 and 134907. They're...
2011-07-11 David Greene[AVX] Make Inits Foldable
2011-07-08 Jim GrosbachTableGen'erated MC lowering for simple pseudo-instructions.
2011-06-28 Evan ChengMerge XXXGenRegisterNames.inc into XXXGenRegisterInfo.inc
2011-06-27 Evan ChengMerge XXXGenRegisterDesc.inc XXXGenRegisterNames.inc...
2011-06-24 Evan ChengStarting to refactor Target to separate out code that...
2011-06-21 Jim GrosbachConsolidate some TableGen diagnostic helper functions.
2011-06-04 Jakob Stoklund OlesenDrop a RecordKeeper reference that wasn't necessary.
2011-06-04 Jakob Stoklund OlesenTeach TableGen to evaluate DAG expressions as set opera...
2011-06-01 Joerg SonnenbergerAdd new -d option to tblgen. It writes a make(1)-style...
2011-05-06 Jim GrosbachParseFile() may throw, so extend the try/catch to handl...
2011-04-15 Douglas GregorInitial work to improve documentation for Clang's diagn...
2011-02-14 Argyrios KyrtzidisAdd the ClangSACheckersEmitter tablegen backend which...
2011-01-19 Douglas GregorFix comment for gen-clang-decl-nodes tblgen backend...
2010-12-16 Michael J. SpencerMemoryBuffer now return an error_code and returns a...
2010-12-15 Bob WilsonAdd a Neon intrinsic test generator.
2010-12-15 Chris Lattnervarious cleanups to tblgen, patch by Garrison Venn!
2010-12-13 Chris Lattnereliminate the Records global variable, patch by Garriso...
2010-12-09 Michael J. SpencerSupport/MemoryBuffer: Replace all uses of std::string...
2010-11-29 Michael J. SpencerMerge System into Support.
2010-10-20 Anders CarlssonAdd a way to emit StringSwitch of clang attribute spell...
2010-10-07 Dan GohmanMove tool_output_file into its own file.
2010-09-27 Benjamin KramerPush twines deeper into SourceMgr's error handling...
2010-09-01 Dan GohmanMake tool_output_file's raw_ostream instance a member...
2010-08-20 Dan GohmanConvert tablegen to use tool_output_file.
2010-08-18 Sean HuntFinish full attribute class emission for clang.
2010-08-13 Mikhail GlushenkovRevert r111007.
2010-08-13 Mikhail GlushenkovAdd a workaround for building with Clang.
2010-07-20 Chris Lattnerremove option from tablegen for building static header.
2010-06-17 Nate BegemanModify tablegen to support generating all NEON code...
2010-06-16 Sean HuntAdd preliminary clang attribute generation support.
2010-06-04 Nate BegemanBuiltinsARM.def emitter, still needs a substantial...
2010-05-30 Sean HuntAllow for creation of clang DeclNodes tables.
2010-05-28 Eli FriedmanFix build breakage.
2010-05-28 Nate BegemanAdd support to tablegen for auto-generating arm_neon...
2010-05-27 Dan GohmanSimplify raw_ostream usage.
2010-05-05 Sean HuntAdd an emitter to handle the list of clang statement...
2010-04-02 Johnny ChenSecond try of initial ARM/Thumb disassembler check...
2010-03-27 Dan GohmanRemove an unnecessary #include.
2010-03-16 Bob Wilson--- Reverse-merging r98637 into '.':
2010-03-16 Johnny ChenInitial ARM/Thumb disassembler check-in. It consists...
2010-01-29 Sean CallananAdded a custom TableGen backend to support the
2009-11-25 Daniel DunbarSketch TableGen disassembler emitter, based on patch...
2009-11-18 Daniel DunbarTableGen: Add initial backend for clang Driver's option...
2009-08-25 Dan GohmanMake LLVM command-line tools overwrite their output...
2009-08-23 Chris LattnerChange raw_fd_ostream to take flags as an optional...
2009-07-15 Dan GohmanAdd a Force option to raw_fd_ostream to specify whether...
2009-07-11 Daniel DunbarStub out assembly matcher (.s -> MCInst) tblgen backend.
2009-07-08 Chris LattnerAdd a new little "FileCheck" utility for regression...
2009-07-03 Daniel DunbarReplace std::iostreams with raw_ostream in TableGen.
2009-06-30 Daniel DunbarNormalize SourceMgr messages.
2009-06-21 Chris Lattnerrename SourceMgr::PrintError to PrintMessage.
2009-06-21 Chris Lattnermove include searching logic from TGLexer to SourceMgr.
2009-06-21 Chris LattnerRename TGSourceMgr -> SourceMgr.
2009-06-21 Chris Lattnerrename TGLoc -> SMLoc.
2009-04-15 Chris Lattnerrename -gen-clang-diags-options -> -gen-clang-diag...
2009-03-18 Ted KremenekAdd another Clang TableGen-backend (-gen-clang-diags...
2009-03-13 Ted KremenekAdd (hidden) TableGen command option '-clang-component...
2009-03-13 Ted KremenekAdd initial implementation of a TableGen backend for...
2009-03-13 Chris Lattneradd a new TGError class and use it to propagate locatio...
2009-03-13 Chris Lattnergive each Record a location.
2009-03-13 Chris Lattnermake "locations" a class instead of a typedef.
2009-03-13 Chris Lattnersplit buffer management and diagnostic printing out...
2009-03-06 Chris LattnerChange various llvm utilities to use PrettyStackTracePr...
2009-02-05 Dale JohannesenReapply 63765. Patches for clang and llvm-gcc to follow.
2009-02-04 Dale JohannesenReverting 63765. This broke the build of both clang
2009-02-04 Nate BegemanNew feature: add support for target intrinsics being...
2008-11-07 Dan GohmanMake tablegen print out a nice error message for a...
2008-08-13 Dan GohmanInitial checkin of the new "fast" instruction selection...
2008-05-06 Mikhail GlushenkovNaming fix: LLVMCCConfigurationEmitter -> LLVMCConfigur...
2008-05-06 Mikhail GlushenkovRename LLVMCCConfigurationEmitter to LLVMCConfiguration...
2008-04-01 Chris LattnerChange the MemoryBuffer::getFile* methods to take just...
2008-03-23 Anton KorobeynikovAdd first proof-of-concept universal compiler driver...
2008-01-06 Chris Lattnersplit enum emission out from InstrInfoEmitter into...
2007-12-29 Chris Lattnerremove attributions from utils.
2007-11-22 Chris LattnerRewrite the tblgen parser in a recursive descent style...
2007-02-27 Chris Lattnerreapply
next