aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/TableGen/TGParser.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-12-11Make MultiClass::DefPrototypes own their Records to fix memory leaks.Craig Topper1-13/+8
2014-12-11Replace std::map<K, V*> with std::map<K, std::unique_ptr<V>> to handle owners...Craig Topper1-5/+8
2014-11-30Revert r222957 "Replace std::map<K, V*> with std::map<K, V> to handle ownersh...Craig Topper1-11/+8
2014-11-30Revert r222965 "Make MultiClass::DefPrototypes own their Records to fix memor...Hans Wennborg1-6/+6
2014-11-30Qualify one more make_unique call.Hans Wennborg1-2/+2
2014-11-30Speculatively qualify some llvm::make_unique calls trying to please MSVCHans Wennborg1-4/+4
2014-11-30Use an unsigned type because there seems to be no reason for it to be signed.Craig Topper1-1/+1
2014-11-30Make MultiClass::DefPrototypes own their Records to fix memory leaks.Craig Topper1-6/+6
2014-11-29Replace std::map<K, V*> with std::map<K, V> to handle ownership and deletion ...Craig Topper1-8/+11
2014-11-29Remove 'else' after 'return'. Fix formatting of a 'switch' statement.Craig Topper1-12/+11
2014-11-29Make RecordKeeper::addClass/addDef take unique_ptrs instead of creating one i...Craig Topper1-6/+8
2014-11-29Use unique_ptr to remove some explicit deletes on some error case returns. At...Craig Topper1-68/+46
2014-10-03Eliminate some deep std::vector copies. NFC.Benjamin Kramer1-1/+1
2014-09-25Refactoring: raw pointer -> unique_ptrAnton Yartsev1-5/+3
2014-09-16[TableGen] Fully resolve class-instance values before defs in multiclassesAdam Nemet1-0/+9
2014-08-29Comment only: Annotate loop as per mailing list discussionJean-Luc Duprat1-0/+3
2014-08-29Tablegen fixes for new syntax when initializing bits from variables.Jean-Luc Duprat1-0/+9
2014-08-08[tablegen] - Eliminate memory leaks in TGParser.cppAnton Yartsev1-4/+26
2014-08-07Silencing an MSVC C4334 warning ('<<' : result of 32-bit shift implicitly con...Aaron Ballman1-1/+1
2014-08-07Change the { } expression in tablegen to accept sized binary literals which a...Pete Cooper1-2/+13
2014-08-07Change TableGen so that binary literals such as 0b001 are now sized.Pete Cooper1-0/+9
2014-08-05Allow binary and for tblgen math.Joerg Sonnenberger1-0/+3
2014-07-31Don't fail tablegen immediately after failing to set a value.Pete Cooper1-1/+4
2014-07-31Add a better error message when failing to assign one tablegen value to anotherPete Cooper1-1/+8
2014-06-26Revert "Introduce a string_ostream string builder facilty"Alp Toker1-1/+2
2014-06-26Introduce a string_ostream string builder faciltyAlp Toker1-2/+1
2014-06-10Fix error in tablegen when either operand of !if is an empty list.Matt Arsenault1-6/+8
2014-06-10Anonymous definitions in foreach blocks triggered a 'def already exists'Artyom Skrobov1-2/+7
2014-05-31Fix typos in tablegen error messagesMatt Arsenault1-3/+3
2014-05-07[tablegen] Add !listconcat operator with the similar semantics as !strconcatDaniel Sanders1-1/+21
2014-04-28[C++] Use 'nullptr'.Craig Topper1-1/+1
2014-04-09[C++11] Make use of 'nullptr' in TableGen library.Craig Topper1-187/+187
2014-03-23remove a bunch of unused private methodsNuno Lopes1-16/+0
2014-01-02[TableGen] Correctly generate implicit anonymous prototype defs in multiclassesHal Finkel1-5/+42
2014-01-02[TableGen] Use the same anonymous name as the prefix on all multiclass defsHal Finkel1-1/+1
2013-12-21TableGen: Generate valid identifiers for anonymous recordsAlp Toker1-7/+5
2013-08-20Add an error check for a typo I accidentally made in a td file that caused an...Craig Topper1-0/+3
2013-08-06Remove some std stream usage from Support and TableGenReid Kleckner1-4/+5
2013-03-24Allow TableGen DAG arguments to be just a name.Jakob Stoklund Olesen1-15/+25
2013-02-26[TableGen] Fix ICE on MSVC 2012 Release builds.Michael J. Spencer1-1/+2
2013-01-25Add an addition operator to TableGenHal Finkel1-0/+4
2013-01-10TableGen: Keep track of superclass reference ranges.Jordan Rose1-33/+45
2013-01-10TableGen: record anonymous instantiations of classes.Jordan Rose1-6/+16
2013-01-09tblgen: use an early return to reduce indentation.Sean Silva1-18/+18
2013-01-09tblgen: Factor out common code.Sean Silva1-17/+17
2013-01-09Inline this into its only caller.Sean Silva1-11/+5
2013-01-09tblgen: Reuse function that is 2 lines above.Sean Silva1-11/+2
2013-01-09fix copy-paste-oSean Silva1-2/+2
2013-01-09docs: Bring TableGen syntax a bit closer to reality.Sean Silva1-1/+6
2013-01-07Revert r171140. We don't actually need to support #NAME. Because NAME by itse...Craig Topper1-5/+1