summaryrefslogtreecommitdiff
path: root/lib/TableGen
Commit message (Expand)AuthorAge
...
* Fix infinite loop in nested multiclasses.Jakob Stoklund Olesen2012-03-07
* Switch the TableGen record's string-based DenseMap key to use the newChandler Carruth2012-03-05
* Remove stray semi-colon.Daniel Dunbar2012-02-28
* Add Foreach LoopDavid Greene2012-02-22
* StringRef'ize EmitSourceFileHeader().Ahmed Charles2012-02-19
* Convert assert(0) to llvm_unreachableCraig Topper2012-02-07
* Implement String Cast from IntegerDavid Greene2012-01-30
* Fix Record Name ReferenceDavid Greene2012-01-28
* More dead code removal (using -Wunreachable-code)David Blaikie2012-01-20
* TblGen diagnostic for mismatched template instantiation.Jim Grosbach2012-01-20
* Removing unused default switch cases in switches over enums that already acco...David Blaikie2012-01-16
* Delete CodeInit and CodeRecTy from TableGen.Jakob Stoklund Olesen2012-01-13
* Use uniqued StringInit pointers for lookups.Jakob Stoklund Olesen2012-01-13
* TableGen: add a commentDylan Noblesmith2011-12-22
* try to fix MSVC buildDylan Noblesmith2011-12-22
* drop unneeded config.h includesDylan Noblesmith2011-12-22
* Fix up the CMake build for the new files added in r146960, they'reChandler Carruth2011-12-20
* Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie2011-12-20
* LLVMBuild: Remove trailing newline, which irked me.Daniel Dunbar2011-12-12
* Check for error after InstantiateMultclassDef.Jim Grosbach2011-12-02
* build/CMake: Finish removal of add_llvm_library_dependencies.Daniel Dunbar2011-11-29
* ARM vldm and vstm VFP instructions can take a data type suffix.Jim Grosbach2011-11-11
* build: Add initial cut at LLVMBuild.txt files.Daniel Dunbar2011-11-03
* Implement PasteDavid Greene2011-10-19
* Process NAMEDavid Greene2011-10-19
* Process Defm Prefix as InitDavid Greene2011-10-19
* Parse Def ID as ValueDavid Greene2011-10-19
* Don't Parse Object Body as a NameDavid Greene2011-10-19
* Use Parse ModeDavid Greene2011-10-19
* Make ID Parsing More FlexibleDavid Greene2011-10-19
* Add NAME MemberDavid Greene2011-10-19
* Fix Name AccessDavid Greene2011-10-19
* Fix Name AccessDavid Greene2011-10-19
* Fix Name AccessDavid Greene2011-10-19
* Fix Name AccessDavid Greene2011-10-19
* Disambiguate Numbers and IdentifiersDavid Greene2011-10-19
* Add PeekDavid Greene2011-10-19
* Resolve Record NamesDavid Greene2011-10-19
* Allow Names Changes on Unregistered RecordsDavid Greene2011-10-19
* Fix Name AccessDavid Greene2011-10-19
* Fix Name AccessDavid Greene2011-10-19
* Fix Name AccessDavid Greene2011-10-19
* Add Record InitDavid Greene2011-10-19
* Make Template Arg Names InitsDavid Greene2011-10-19
* Let SetValue Take and Init NameDavid Greene2011-10-19
* Add Utility to Scope NamesDavid Greene2011-10-19
* Make VarInit Name an InitDavid Greene2011-10-19
* Add Value AccessorsDavid Greene2011-10-19
* Make SMDiagnostic a little more sane. Instead of passing around note/warning...Chris Lattner2011-10-16
* Revert r141079: tblgen: add preprocessor as a separate modeChe-Liang Chiou2011-10-08