[PGO] Simplify computehash interface (NFC)
[oota-llvm.git] / include / llvm / TableGen /
2015-09-10 Hans WennborgRe-commit r247216: "Fix Clang-tidy misc-use-override...
2015-09-10 Hans WennborgRevert r247216: "Fix Clang-tidy misc-use-override warni...
2015-09-10 Hans WennborgFix Clang-tidy misc-use-override warnings, other minor...
2015-08-12 Craig Topper[TableGen] Remove unused constructor.
2015-08-09 Craig Topper[TableGen] Make StringInit constructor take a StringRef...
2015-07-06 Craig Topper[TableGen] Change a couple methods to return an ArrayRe...
2015-06-24 Craig Topper[TableGen] Restore the use of the TheInit field in...
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-06-16 Craig Topper[TableGen] Remove unused method declaration. NFC
2015-06-08 Craig Topper[TableGen] Use the SMLoc header file instead of SourceM...
2015-06-07 Craig Topper[TableGen] Remove unnecessary include. NFC.
2015-06-07 Craig Topper[TableGen] Remove unnecessary forward declaration. NFC
2015-06-07 Craig Topper[TableGen] Write one of the Record constructors in...
2015-06-07 Craig Topper[TableGen] Remove unused function. NFC
2015-06-07 Craig Topper[TableGen] Use 'isa' to check if something is an UnsetI...
2015-06-06 Craig Topper[TableGen] Change OpInit::getNumOperands and getOperand...
2015-06-04 Craig Topper[TableGen] Replace a couple if/else chains with a switc...
2015-06-04 Craig Topper[TableGen] Merge single prefix bit in RecordVal into...
2015-06-02 Craig Topper[TableGen] Use range-based for loops. NFC
2015-06-02 Craig TopperFix typo in comment. NFC
2015-06-02 Craig Topper[TableGen] Rename ListInit::getSize to just 'size'...
2015-06-01 Craig Topper[TableGen] Move a couple virtual methods out of line...
2015-06-01 Craig Topper[TableGen] Remove unnecessary explicit initialization...
2015-06-01 Craig Topper[TableGen] Remove unnecessary forward declarations...
2015-05-30 Craig Topper[TableGen] Merge RecTy::typeIsConvertibleTo and RecTy...
2015-05-30 Craig Topper[TableGen] Remove all the variations of RecTy::convertV...
2015-05-29 Craig Topper[TableGen] Remove convertValue functions for UnOpInit...
2015-05-26 Craig Topper[TableGen] Remove unnecessary include and just forward...
2015-05-20 Craig Topper[TableGen] Make some variable names consistent with...
2015-05-20 Craig Topper[TableGen] Don't override convertValue for some of...
2015-05-14 Craig Topper[TableGen] Remove ListInit::size() in favor of getSize...
2015-05-12 Craig TopperRemove unnecessary forward declaration.
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 TopperCleanup formatting for consistency with surrounding...
2015-04-11 Benjamin KramerRemove empty non-virtual destructors or mark them ...
2015-03-17 Yaron KerenRemove StringRef->std::string->StringRef conversions.
2015-02-15 Aaron BallmanRemoving LLVM_DELETED_FUNCTION, as MSVC 2012 was the...
2014-12-11 Craig TopperMake MultiClass::DefPrototypes own their Records to...
2014-11-30 Hans WennborgRevert r222965 "Make MultiClass::DefPrototypes own...
2014-11-30 Craig TopperMake MultiClass::DefPrototypes own their Records to...
2014-11-29 Craig TopperMake RecordKeeper::addClass/addDef take unique_ptrs...
2014-11-19 David BlaikieRemove StringMap::GetOrCreateValue in favor of StringMa...
2014-09-16 Adam Nemet[TableGen] Fully resolve class-instance values before...
2014-08-24 Dylan NoblesmithTableGen: unique_ptr-ify RecordKeeper
2014-08-24 Dylan NoblesmithTableGen: delete no-op code
2014-08-13 Benjamin KramerCanonicalize header guards into a common format.
2014-08-07 Pete CooperChange BitsInit to inherit from TypedInit.
2014-08-05 Joerg SonnenbergerAllow binary and for tblgen math.
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-17 James MolloyMove SetTheory from utils/TableGen into lib/TableGen...
2014-05-24 Hans WennborgFix some misplaced spaces around 'override'
2014-05-12 NAKAMURA TakumiReformat blank lines.
2014-05-07 Daniel Sanders[tablegen] Add !listconcat operator with the similar...
2014-04-15 Craig Topper[C++11] More 'nullptr' conversion. In some cases just...
2014-04-09 Craig Topper[C++11] Make use of 'nullptr' in TableGen library.
2014-03-29 Benjamin Kramertblgen: Twinify PrintFatalError.
2014-03-05 Craig Topper[C++11] Add 'override' keywords to tablegen code.
2014-01-24 Aaron BallmanTypo fix.
2013-10-22 Benjamin KramerSpeling fixes.
2013-08-29 Craig TopperMove StringToOffsetTable into the TableGen include...
2013-08-16 Daniel Dunbar[typo] An LLVM.
2013-07-01 Richard TrieuFix up some asserts that are within an if statement...
2013-06-28 Richard TrieuFix broken asserts that never fire.
2013-06-27 Chad RosierRemove unnecessary conditional checks.
2013-06-27 Chad RosierImprove the compression of the tablegen DiffLists by...
2013-03-20 Jakob Stoklund OlesenMake sure TableGen exits with an error code after print...
2013-03-15 Jakob Stoklund OlesenAdd SchedRW as an Instruction field.
2013-02-05 Eli BenderskyFix comment formatting
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-10 Jakub StaszakFix include guards so they exactly match file names.
2013-01-07 Sean SilvaSimplify TableGen type-compatibility checks.
2012-12-03 Chandler CarruthSort the #include lines for the include/... tree with...
2012-10-25 Joerg SonnenbergerRemove exception handling usage from tblgen.
2012-10-25 Joerg SonnenbergerIn preparation for removing exception handling in table...
2012-10-11 Sean SilvaRemove unnecessary classof()'s
2012-10-10 Sean Silvatblgen: Put dyn_cast<> machinery in place for Init...
2012-10-09 Sean SilvaMove misplaced comment.
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-05 Sean Silvatblgen: Put dyn_cast<> infrastructure in place for...
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 Owen AndersonImplement a correct copy constructor for Record. Now...
2012-09-19 Sean SilvaRefactor Record* by-ID comparator to Record.h
2012-09-16 Craig TopperUse LLVM_DELETED_FUNCTION for copy constructors and...
2012-09-16 Craig TopperAdd explicit virtual keywords for methods that override...
2012-09-09 Aaron BallmanFixing a type width warning with MSVC.
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-06-13 Jakob Stoklund OlesenEliminate struct TableGenBackend.
2012-06-11 Jakob Stoklund OlesenWrite llvm-tblgen backends as functions instead of...
2012-05-24 Jakob Stoklund OlesenDon't put TGParser scratch results in the output.
2012-05-02 Douglas GregorMove llvm-tblgen's StringMatcher into the TableGen...
2012-04-18 Jim GrosbachTidy up. Trailing whitespace.
next