OSDN Git Service

Resubmit r325107 (case folding DJB hash)
[android-x86/external-llvm.git] / lib / TableGen /
2018-02-09 Artem Belevich[tablegen] Fixed few !foreach evaluation issues.
2018-01-23 Benjamin Kramer[TblGen] Inline an (almost) trivial accessor. No functi...
2017-12-28 Benjamin KramerAvoid int to string conversion in Twine or raw_ostream...
2017-12-07 Alex Bradbury[TableGen] Give the option of tolerating duplicate...
2017-11-01 Daniel Sanders[globalisel][regbank] Warn about MIR ambiguities when...
2017-10-15 Aaron BallmanReverting r315590; it did not include changes for llvm...
2017-10-12 Don Hinton[dump] Remove NDEBUG from test to enable dump methods...
2017-09-23 Reid Kleckner[Support] Rename tool_output_file to ToolOutputFile...
2017-08-28 NAKAMURA TakumiUntabify.
2017-06-16 Eugene Zelenko[BinaryFormat, Option, TableGen] Fix some Clang-tidy...
2017-06-06 Chandler CarruthSort the remaining #include lines in include/... and...
2017-06-01 Craig Topper[TableGen] Remove RecordVal constructor that takes...
2017-05-31 Craig Topper[TableGen] Make Record::getValueAsString and getValueAs...
2017-05-31 Craig Topper[TableGen] Make one of RecordVal's constructors delegat...
2017-05-29 Craig Topper[TableGen] Use StringMap instead of DenseMap<StringRef...
2017-05-29 Craig Topper[TableGen] Introduce DagInit::getArgs that returns...
2017-05-27 Craig Topper[TableGen] Prevent DagInit from leaking its Args and...
2017-05-27 Craig Topper[TableGen] Remove all the static vectors named TheActua...
2017-01-28 Matthias BraunUse print() instead of dump() in code
2017-01-28 Matthias BraunCleanup dump() functions.
2017-01-04 Eugene Zelenko[Hexagon, TableGen] Fix some Clang-tidy modernize and...
2016-12-05 Davide Italiano[TableGen] Centralize/Unify error handling.
2016-12-05 Matthias BraunTableGen: Some more std::string->StringInit* replacements
2016-12-05 Matthias BraunTableGen: TableGenStringKey is no longer necessary...
2016-12-05 Matthias BraunTableGen: Use range based for; reserve vectors where...
2016-12-05 Matthias BraunTableGen/TGParser: Prefer SmallVector/ArrayRef over...
2016-12-05 Matthias BraunTableGen/Record: Replace std::vector with SmallVector...
2016-12-05 Matthias BraunListInit::convertInitializerTo: avoid foldingset lookup...
2016-12-05 Matthias BraunTableGen: Use StringInit instead of std::string for...
2016-12-05 Matthias BraunTableGen: Use StringInit instead of std::string for...
2016-12-05 Matthias BraunTableGen: Use more StringInit instead of StringRef
2016-12-05 Matthias BraunTableGen: Factor out STRCONCAT constructor, add shortcut.
2016-12-05 Matthias BraunTableGen/Record: Move PointerIntPair to less used field...
2016-12-04 Matthias BraunTableGen: Store Records on a BumpPtrAllocator
2016-12-04 Matthias BraunTableGen: Use StringRef instead of const std::string...
2016-12-04 Matthias BraunTableGen: Optimize common string concatenation with...
2016-12-04 Matthias BraunTableGen: Use StringRef instead of const std::string...
2016-11-15 Matt ArsenaultTableGen: Add operator !or
2016-08-23 Eugene ZelenkoFix some Clang-tidy modernize-use-using and Include...
2016-08-17 Justin BognerReplace a few more "fall through" comments with LLVM_FA...
2016-08-17 Justin BognerFix a use of LLVM_FALLTHROUGH that wasn't even in a...
2016-08-17 Justin BognerReplace "fallthrough" comments with LLVM_FALLTHROUGH
2016-07-14 Ahmed Bougacha[TableGen] Autobrief-ize Record. NFC.
2016-07-14 Ahmed Bougacha[TableGen] Cleanup Record comments. NFC.
2016-07-05 Tim NorthoverTableGen: promote "code" type from syntactic sugar.
2016-06-08 Benjamin KramerAvoid copies of std::strings and APInt/APFloats where...
2016-04-18 Mehdi Amini[NFC] Header cleanup
2016-04-16 Richard SmithUpdate and fix LLVM_ENABLE_MODULES:
2016-02-26 Craig Topper[TableGen] Fix typos in comments. NFC
2016-01-29 Yaron KerenAnnotate dump() methods with LLVM_DUMP_METHOD, addressi...
2016-01-26 Chris BienemanRemove autoconf support
2016-01-18 Craig Topper[TableGen] Use FoldingSets instead of DenseMaps to...
2016-01-18 Craig Topper[TableGen] Fix an assert I missed in r258063.
2016-01-18 Craig Topper[TableGen] Merge the SuperClass Record and SMRange...
2016-01-18 Craig Topper[TableGen] Allocate the Init pointer array for BitsInit...
2016-01-04 Craig Topper[TableGen] Use some free space in Init to store the...
2016-01-04 Craig Topper[TableGen] Change TGParser::SetValue to take an ArrayRe...
2016-01-04 Craig Topper[TableGen] Fix a bug that caused the wrong name for...
2015-10-24 Benjamin Kramer[TblGen] ArrayRefize TGParser. No functional change...
2015-07-31 Matt ArsenaultTableGen: Support folding casts from bits to int
2015-07-27 Davide Italiano[TableGen] Emit the correct error message.
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-06 Craig Topper[TableGen] Change OpInit::getNumOperands and getOperand...
2015-06-06 Craig Topper[TableGen] Remove trailing whitespace, add space betwee...
2015-06-06 Craig Topper[TableGen] Remove unnecessary temporary. NFC
2015-06-06 Craig Topper[TableGen] Fold variable declaration/initialization...
2015-06-06 Craig Topper[TableGen] Remove unnecessary outer 'if' and merge...
2015-06-06 Craig Topper[TableGen] Fold variable declarations with their assign...
2015-06-04 Craig Topper[TableGen] Use range-based for loops. NFC
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 Topper[TableGen] Rename ListInit::getSize to just 'size'...
2015-06-02 Craig Topper[TableGen] Use range-based for loops. NFC.
2015-06-01 Craig Topper[TableGen] Move a couple virtual methods out of line...
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 Benjamin KramerReplace push_back(Constructor(foo)) with emplace_back...
2015-05-29 Craig Topper[TableGen] Remove convertValue functions for UnOpInit...
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
next