[x86] Move the vector popcount tests into non-ISA files, and instead
[oota-llvm.git] / lib / TableGen /
2015-05-28 Benjamin KramerDon't call utostr in Twine/raw_ostream contexts.
2015-05-28 Craig Topper[TableGen] Use DefInit::getAsString instead of getDef...
2015-05-28 Craig Topper[TableGen] Don't convert types to strings to query...
2015-05-26 Craig Topper[TableGen] Fix line wrapping logic for the autogenerate...
2015-05-26 Craig Topper[TableGen] Rewrite an assert to not do a bunch unsigned...
2015-05-26 Craig Topper[TableGen] Put a space between '*' and description...
2015-05-26 Craig Topper[TableGen] Fix indentation. NFC
2015-05-26 Craig Topper[TableGen] Include header for each cpp file first. NFC
2015-05-26 Craig Topper[TableGen] Remove unneeded namespace around a function...
2015-05-26 Craig Topper[TableGen] Use 'static' instead of an anonymous namespace.
2015-05-21 Hal Finkel[TableGen] Resolve complex def names inside multiclasses
2015-05-20 Craig Topper[TableGen] Make some variable names consistent with...
2015-05-20 Craig Topper[TableGen] Fix a memory leak.
2015-05-16 Craig Topper[TableGen] Change 'car' to 'head' and 'cdr' to 'tail...
2015-05-16 Craig Topper[TableGen] Remove !! that I can't really explain why...
2015-05-16 Craig Topper[TableGen] Restructure a loop to make it exit early...
2015-05-14 Justin BognerTableGen: Avoid undefined behaviour by doing this shift...
2015-05-14 Craig Topper[TableGen] Remove an unnecessary outer 'if' around...
2015-05-14 Craig Topper[TableGen] Simplify some code. NFC
2015-05-14 Craig Topper[TableGen] Replace some calls to ListInit::getSize...
2015-05-13 Craig TopperUse ArrayRef::slice instead of manually constructing...
2015-05-12 Craig TopperRemove unnecessary variables by folding calls into...
2015-05-11 James Y KnightFix tablegen's PrintFatalError function to run register...
2015-05-04 Craig Topper[TableGen] Replace 'static_cast' with 'cast'.
2015-05-04 Craig Topper[TableGen] Formatting cleanup. Mostly removing trailing...
2015-04-30 Craig Topper[TableGen] Cleanup formatting by moving operators from...
2015-04-30 Craig Topper[TableGen] Used range-based for loop. NFC.
2015-04-30 Craig Topper[TableGen] Merge a variable assignment and a return...
2015-04-29 Craig Topper[TableGen] Use range-based for loops. NFC.
2015-04-29 Craig Topper[TableGen] Fold a couple dyn_casts into the ifs that...
2015-04-29 Craig Topper[TableGen] Replace some dyn_casts followed by an assert...
2015-04-29 Craig Topper[TableGen] Use range-based for loops. NFC
2015-04-24 Craig Topper[TableGen] Don't leak Expanders and Operators in SetTheory.
2015-04-24 Craig Topper[TableGen] Fix all remaining memory leaks of Init and...
2015-04-22 Craig Topper[TableGen] Use range based for loops.
2015-04-22 Craig Topper[TableGen] Remove some deletes that violate ownership...
2015-04-22 Craig Topper[TableGen] Make BitRecTy::baseClassOf return true when...
2015-04-22 Craig TopperDon't use 'nullptr' in comment. Just use 'null'.
2015-04-22 Craig TopperRevert "[TableGen] Use cast instead of dyn_cast where...
2015-04-22 Craig TopperFix stale comment that mentioned 0 instead of nullptr...
2015-04-22 Craig Topper[TableGen] Remove Pool helper class and just use unique...
2015-04-22 Craig Topper[TableGen] Use StringRecTy::get() instead of allocating...
2015-04-22 Craig Topper[TableGen] Use 'isa' to identify UnsetInits rather...
2015-04-22 Craig Topper[TableGen] Use cast instead of dyn_cast where result...
2015-04-11 Benjamin KramerRemove empty non-virtual destructors or mark them ...
2015-04-10 Benjamin KramerReduce dyn_cast<> to isa<> or cast<> where possible.
2015-03-01 Benjamin KramerAdd missing includes. make_unique proliferated everywhere.
2015-02-16 Aaron BallmanMSVC 2013 does not ICE on this code in the same fashion...
2015-02-11 Zachary TurnerUse ADDITIONAL_HEADER_DIRS in all LLVM CMake projects.
2015-01-15 Alexander KornienkoReplace size method call of containers to empty method...
2014-12-12 Michael IlsemanClean up static analyzer warnings.
2014-12-11 Craig TopperUse range-based for loops. NFC
2014-12-11 Craig TopperMake MultiClass::DefPrototypes own their Records to...
2014-12-11 Craig TopperReplace std::map<K, V*> with std::map<K, std::unique_pt...
2014-11-30 Craig TopperRevert r222957 "Replace std::map<K, V*> with std::map...
2014-11-30 Hans WennborgRevert r222965 "Make MultiClass::DefPrototypes own...
2014-11-30 Hans WennborgQualify one more make_unique call.
2014-11-30 Hans WennborgSpeculatively qualify some llvm::make_unique calls...
2014-11-30 Craig TopperUse an unsigned type because there seems to be no reaso...
2014-11-30 Craig TopperMake MultiClass::DefPrototypes own their Records to...
2014-11-29 Craig TopperReplace std::map<K, V*> with std::map<K, V> to handle...
2014-11-29 Craig TopperRemove 'else' after 'return'. Fix formatting of a ...
2014-11-29 Craig TopperMake RecordKeeper::addClass/addDef take unique_ptrs...
2014-11-29 Craig TopperUse unique_ptr to remove some explicit deletes on some...
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...
next