Make one of the AttributeSet ctors maintain the invariant that the
[oota-llvm.git] / lib / 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.
2012-05-20 Benjamin KramerEmit memcmp directly from the StringMatcherEmitter.
2012-05-02 Douglas GregorMove llvm-tblgen's StringMatcher into the TableGen...
2012-04-18 Jim GrosbachFix copy/paste-o.
2012-04-18 Jim GrosbachTableGen add warning diagnostic helper functions.
2012-03-07 Jakob Stoklund OlesenFix infinite loop in nested multiclasses.
2012-03-05 Chandler CarruthSwitch the TableGen record's string-based DenseMap...
2012-02-28 Daniel DunbarRemove stray semi-colon.
2012-02-22 David GreeneAdd Foreach Loop
2012-02-19 Ahmed CharlesStringRef'ize EmitSourceFileHeader().
2012-02-07 Craig TopperConvert assert(0) to llvm_unreachable
2012-01-30 David GreeneImplement String Cast from Integer
2012-01-28 David GreeneFix Record Name Reference
2012-01-20 David BlaikieMore dead code removal (using -Wunreachable-code)
2012-01-20 Jim GrosbachTblGen diagnostic for mismatched template instantiation.
2012-01-16 David BlaikieRemoving unused default switch cases in switches over...
2012-01-13 Jakob Stoklund OlesenDelete CodeInit and CodeRecTy from TableGen.
2012-01-13 Jakob Stoklund OlesenUse uniqued StringInit pointers for lookups.
2011-12-22 Dylan NoblesmithTableGen: add a comment
2011-12-22 Dylan Noblesmithtry to fix MSVC build
2011-12-22 Dylan Noblesmithdrop unneeded config.h includes
2011-12-20 Chandler CarruthFix up the CMake build for the new files added in r1469...
2011-12-20 David BlaikieUnweaken vtables as per llvm.org/docs/CodingStandards...
2011-12-12 Daniel DunbarLLVMBuild: Remove trailing newline, which irked me.
2011-12-02 Jim GrosbachCheck for error after InstantiateMultclassDef.
2011-11-29 Daniel Dunbarbuild/CMake: Finish removal of add_llvm_library_depende...
2011-11-11 Jim GrosbachARM vldm and vstm VFP instructions can take a data...
2011-11-03 Daniel Dunbarbuild: Add initial cut at LLVMBuild.txt files.
2011-10-19 David GreeneImplement Paste
2011-10-19 David GreeneProcess NAME
2011-10-19 David GreeneProcess Defm Prefix as Init
2011-10-19 David GreeneParse Def ID as Value
2011-10-19 David GreeneDon't Parse Object Body as a Name
2011-10-19 David GreeneUse Parse Mode
2011-10-19 David GreeneMake ID Parsing More Flexible
2011-10-19 David GreeneAdd NAME Member
2011-10-19 David GreeneFix Name Access
2011-10-19 David GreeneFix Name Access
2011-10-19 David GreeneFix Name Access
2011-10-19 David GreeneFix Name Access
2011-10-19 David GreeneDisambiguate Numbers and Identifiers
2011-10-19 David GreeneAdd Peek
2011-10-19 David GreeneResolve Record Names
2011-10-19 David GreeneAllow Names Changes on Unregistered Records
2011-10-19 David GreeneFix Name Access
2011-10-19 David GreeneFix Name Access
2011-10-19 David GreeneFix Name Access
2011-10-19 David GreeneAdd Record Init
2011-10-19 David GreeneMake Template Arg Names Inits
2011-10-19 David GreeneLet SetValue Take and Init Name
2011-10-19 David GreeneAdd Utility to Scope Names
2011-10-19 David GreeneMake VarInit Name an Init
2011-10-19 David GreeneAdd Value Accessors
2011-10-16 Chris LattnerMake SMDiagnostic a little more sane. Instead of passi...
next