Silencing an "enumeral and non-enumeral type in conditional expression" warning;...
[oota-llvm.git] / lib / TableGen /
2014-10-03 Benjamin KramerEliminate some deep std::vector copies. NFC.
2014-09-25 Anton YartsevRefactoring: raw pointer -> unique_ptr
2014-09-16 Adam Nemet[TableGen] Fully resolve class-instance values before...
2014-08-29 Jean-Luc DupratComment only: Annotate loop as per mailing list discussion
2014-08-29 Jean-Luc DupratTablegen fixes for new syntax when initializing bits...
2014-08-25 Rafael EspindolaModernize raw_fd_ostream's constructor a bit.
2014-08-24 Dylan NoblesmithTableGen: unique_ptr-ify RecordKeeper
2014-08-24 Dylan NoblesmithTableGen: delete no-op code
2014-08-24 Dylan NoblesmithTableGen: use auto and for-range
2014-08-21 David BlaikieExplicitly pass ownership of the MemoryBuffer to AddNew...
2014-08-13 Benjamin KramerCanonicalize header guards into a common format.
2014-08-08 Anton Yartsev[tablegen] - Eliminate memory leaks in TGParser.cpp
2014-08-07 Aaron BallmanSilencing an MSVC C4334 warning ('<<' : result of 32...
2014-08-07 Pete CooperUpdate BitRecTy::convertValue to allow if expressions...
2014-08-07 Pete CooperChange the { } expression in tablegen to accept sized...
2014-08-07 Pete CooperChange TableGen so that binary literals such as 0b001...
2014-08-07 Pete CooperTableGen: Change { } to only accept bits<n> entries...
2014-08-05 Joerg SonnenbergerAllow binary and for tblgen math.
2014-07-31 Pete CooperDon't fail tablegen immediately after failing to set...
2014-07-31 Pete CooperAdd a better error message when failing to assign one...
2014-07-17 Adam Nemet[TableGen] Allow shift operators to take bits<n>
2014-07-06 Rafael EspindolaUpdate the MemoryBuffer API to use ErrorOr.
2014-07-06 Rafael EspindolaThis only needs a StringRef.
2014-07-06 Alp TokerSourceMgr: make valid buffer IDs start from one
2014-06-26 Alp TokerRevert "Introduce a string_ostream string builder facilty"
2014-06-26 Alp TokerIntroduce a string_ostream string builder facilty
2014-06-19 Craig TopperConvert some assert(0) to llvm_unreachable or fold...
2014-06-17 James MolloyMove SetTheory from utils/TableGen into lib/TableGen...
2014-06-13 Rafael EspindolaRemove 'using std::errro_code' from lib.
2014-06-12 Rafael EspindolaDon't use 'using std::error_code' in include/llvm.
2014-06-12 Rafael EspindolaRemove system_error.h.
2014-06-10 Matt ArsenaultFix error in tablegen when either operand of !if is...
2014-06-10 Artyom SkrobovAnonymous definitions in foreach blocks triggered a...
2014-05-31 Matt ArsenaultFix typos in tablegen error messages
2014-05-21 Richard Smith[modules] Add module maps for LLVM. These are not quite...
2014-05-08 Daniel SandersUse a vector of unique_ptrs to fix a memory leak introd...
2014-05-07 Daniel Sanders[tablegen] Add !listconcat operator with the similar...
2014-04-29 Benjamin Kramerraw_ostream: Forward declare OpenFlags and include...
2014-04-28 Craig Topper[C++] Use 'nullptr'.
2014-04-09 Craig Topper[C++11] Make use of 'nullptr' in TableGen library.
2014-03-29 Benjamin Kramertblgen: Twinify PrintFatalError.
2014-03-23 Nuno Lopesremove a bunch of unused private methods
2014-03-06 Ahmed CharlesReplace OwningPtr<T> with std::unique_ptr<T>.
2014-03-05 Ahmed Charles[C++11] Replace OwningPtr::take() with OwningPtr::relea...
2014-02-27 Craig TopperFix odd indentation.
2014-02-24 Rafael EspindolaReplace the F_Binary flag with a F_Text one.
2014-02-24 Rafael EspindolaDon't make F_None the default.
2014-01-02 Hal Finkel[TableGen] Correctly generate implicit anonymous protot...
2014-01-02 Hal Finkel[TableGen] Use the same anonymous name as the prefix...
2013-12-21 Alp TokerTableGen: Generate valid identifiers for anonymous...
2013-10-31 Rafael EspindolaFix most memory leaks in tablegen.
2013-08-20 Craig TopperAdd an error check for a typo I accidentally made in...
2013-08-06 Reid KlecknerRemove some std stream usage from Support and TableGen
2013-06-25 Rafael Espindolakeep only the StringRef version of getFileOrSTDIN.
2013-03-24 Jakob Stoklund OlesenAllow TableGen DAG arguments to be just a name.
2013-03-20 Jakob Stoklund OlesenMake sure TableGen exits with an error code after print...
2013-02-26 Michael J. Spencer[TableGen] Fix ICE on MSVC 2012 Release builds.
2013-02-15 Benjamin KramerMake helpers static. Add missing include so LLVMInitial...
2013-02-07 Sean Silvatblgen: Diagnose duplicate includes.
2013-01-28 Nadav RotemA bugfix for tblgen, in the function ‘emitSourceFileHea...
2013-01-25 Hal FinkelAdd an addition operator to TableGen
2013-01-10 Jordan RoseTableGen: Keep track of superclass reference ranges.
2013-01-10 Jordan RoseTableGen: record anonymous instantiations of classes.
2013-01-09 Sean Silvatblgen: use an early return to reduce indentation.
2013-01-09 Sean Silvatblgen: Factor out common code.
2013-01-09 Sean SilvaInline this into its only caller.
2013-01-09 Sean Silvatblgen: Reuse function that is 2 lines above.
2013-01-09 Sean Silvafix copy-paste-o
2013-01-09 Sean Silvadocs: Bring TableGen syntax a bit closer to reality.
2013-01-07 Craig TopperRevert r171140. We don't actually need to support ...
2013-01-07 Sean SilvaSimplify TableGen type-compatibility checks.
2012-12-27 Craig TopperUpdate tablegen parser to allow defm names to start...
2012-12-04 Chandler CarruthSort includes for all of the .h files under the 'lib...
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-10-25 Joerg SonnenbergerRemove exception handling usage from tblgen.
2012-10-25 Joerg SonnenbergerIn preparation for removing exception handling in table...
2012-10-10 Sean Silvatblgen: Compile TableGen without RTTI.
2012-10-10 Sean Silvatblgen: Use semantically correct RTTI functions.
2012-10-10 Sean Silvatblgen: Mechanically move dynamic_cast<> to dyn_cast<>.
2012-10-09 Sean Silvatblgen: Rename handleDependencies -> createDependencyFile
2012-10-09 Sean Silvatblgen: Move dependency file output to a separate function.
2012-10-09 Sean Silvatblgen: Remove pointless method call.
2012-10-05 Sean Silvatblgen: Use appropriate LLVM-style RTTI functions.
2012-10-05 Sean Silvatblgen: Replace uses of dynamic_cast<XXXRecTy> with...
2012-10-04 Sean Silvatblgen: Whitespace and 80-col cleanup.
2012-10-03 Sean Silvatblgen: Remove last traces of old TableGenMain API.
2012-10-03 Sean Silvatblgen: Put new TableGenMain API in place.
2012-09-19 Sean SilvaDe-nest if's and fix mix-up
2012-09-06 Michael LiaoRe-work bit/bits value resolving in tblgen
2012-08-23 Jakob Stoklund OlesenTristate mayLoad, mayStore, and hasSideEffects.
2012-08-22 Jakob Stoklund OlesenPrint out the location of expanded multiclass defs...
2012-08-02 Jim GrosbachTableGen: Allow use of #NAME# outside of 'def' names.
2012-07-12 Jim GrosbachTableGen: Location information for diagnostic.
2012-06-19 Benjamin KramerEmit TableGen's header comment with C-style comments...
2012-06-13 Jakob Stoklund OlesenEliminate struct TableGenBackend.
2012-06-11 Jakob Stoklund OlesenWrite llvm-tblgen backends as functions instead of...
2012-06-01 Michael J. SpencerFix 80 columns.
2012-05-24 Jakob Stoklund OlesenAdd support for range expressions in TableGen foreach...
2012-05-24 Jakob Stoklund OlesenDon't put TGParser scratch results in the output.
2012-05-24 Jakob Stoklund OlesenSimplify TGParser::ProcessForEachDefs.
next