Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removing unused default switch cases in switches over enums that already acco... | David Blaikie | 2012-01-16 | 1 | -3/+0 |
* | Delete CodeInit and CodeRecTy from TableGen. | Jakob Stoklund Olesen | 2012-01-13 | 2 | -33/+3 |
* | Use uniqued StringInit pointers for lookups. | Jakob Stoklund Olesen | 2012-01-13 | 2 | -21/+9 |
* | TableGen: add a comment | Dylan Noblesmith | 2011-12-22 | 1 | -1/+1 |
* | try to fix MSVC build | Dylan Noblesmith | 2011-12-22 | 1 | -0/+3 |
* | drop unneeded config.h includes | Dylan Noblesmith | 2011-12-22 | 1 | -1/+0 |
* | Fix up the CMake build for the new files added in r146960, they're | Chandler Carruth | 2011-12-20 | 1 | -0/+1 |
* | Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_... | David Blaikie | 2011-12-20 | 3 | -0/+27 |
* | LLVMBuild: Remove trailing newline, which irked me. | Daniel Dunbar | 2011-12-12 | 1 | -1/+0 |
* | Check for error after InstantiateMultclassDef. | Jim Grosbach | 2011-12-02 | 1 | -0/+2 |
* | build/CMake: Finish removal of add_llvm_library_dependencies. | Daniel Dunbar | 2011-11-29 | 1 | -4/+0 |
* | ARM vldm and vstm VFP instructions can take a data type suffix. | Jim Grosbach | 2011-11-11 | 1 | -1/+1 |
* | build: Add initial cut at LLVMBuild.txt files. | Daniel Dunbar | 2011-11-03 | 1 | -0/+23 |
* | Implement Paste | David Greene | 2011-10-19 | 3 | -28/+67 |
* | Process NAME | David Greene | 2011-10-19 | 1 | -8/+35 |
* | Process Defm Prefix as Init | David Greene | 2011-10-19 | 2 | -20/+40 |
* | Parse Def ID as Value | David Greene | 2011-10-19 | 2 | -14/+42 |
* | Don't Parse Object Body as a Name | David Greene | 2011-10-19 | 1 | -0/+4 |
* | Use Parse Mode | David Greene | 2011-10-19 | 1 | -2/+9 |
* | Make ID Parsing More Flexible | David Greene | 2011-10-19 | 2 | -10/+26 |
* | Add NAME Member | David Greene | 2011-10-19 | 2 | -1/+6 |
* | Fix Name Access | David Greene | 2011-10-19 | 1 | -2/+3 |
* | Fix Name Access | David Greene | 2011-10-19 | 1 | -1/+2 |
* | Fix Name Access | David Greene | 2011-10-19 | 1 | -2/+3 |
* | Fix Name Access | David Greene | 2011-10-19 | 1 | -1/+2 |
* | Disambiguate Numbers and Identifiers | David Greene | 2011-10-19 | 1 | -1/+37 |
* | Add Peek | David Greene | 2011-10-19 | 2 | -0/+5 |
* | Resolve Record Names | David Greene | 2011-10-19 | 1 | -0/+6 |
* | Allow Names Changes on Unregistered Records | David Greene | 2011-10-19 | 1 | -4/+3 |
* | Fix Name Access | David Greene | 2011-10-19 | 1 | -1/+1 |
* | Fix Name Access | David Greene | 2011-10-19 | 1 | -1/+1 |
* | Fix Name Access | David Greene | 2011-10-19 | 1 | -1/+1 |
* | Add Record Init | David Greene | 2011-10-19 | 1 | -0/+4 |
* | Make Template Arg Names Inits | David Greene | 2011-10-19 | 3 | -34/+43 |
* | Let SetValue Take and Init Name | David Greene | 2011-10-19 | 2 | -9/+17 |
* | Add Utility to Scope Names | David Greene | 2011-10-19 | 1 | -0/+36 |
* | Make VarInit Name an Init | David Greene | 2011-10-19 | 1 | -1/+13 |
* | Add Value Accessors | David Greene | 2011-10-19 | 1 | -0/+12 |
* | Make SMDiagnostic a little more sane. Instead of passing around note/warning... | Chris Lattner | 2011-10-16 | 1 | -2/+2 |
* | Revert r141079: tblgen: add preprocessor as a separate mode | Che-Liang Chiou | 2011-10-08 | 4 | -680/+0 |
* | Remove Multidefs | David Greene | 2011-10-07 | 4 | -178/+2 |
* | Fix List-of-List Processing | David Greene | 2011-10-06 | 1 | -1/+3 |
* | Use StringSwitch. | Benjamin Kramer | 2011-10-06 | 1 | -19/+21 |
* | Simplify code. No functionality change. | Benjamin Kramer | 2011-10-06 | 1 | -26/+24 |
* | Fix Typo | David Greene | 2011-10-06 | 1 | -1/+1 |
* | Prefix Template Arg Names with Multiclass Name | David Greene | 2011-10-05 | 1 | -0/+3 |
* | Process Multidefs | David Greene | 2011-10-05 | 1 | -0/+86 |
* | Parser Multidef Support | David Greene | 2011-10-05 | 2 | -1/+89 |
* | Lexer Support for Multidefs | David Greene | 2011-10-05 | 2 | -1/+2 |
* | Refactor Multiclass Def Processing | David Greene | 2011-10-05 | 2 | -87/+131 |