Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
llvm
/
lib
/
TableGen
/
SetTheory.cpp
af61589
[BinaryFormat, Option, TableGen] Fix some Clang-tidy modernize-use-using and Include What You Use warnings; other minor fixes (NFC).
by Eugene Zelenko
· 8 years ago
0e41d0b
[TableGen] Merge the SuperClass Record and SMRange vector into a single vector. This removes the state needed to manage the extra vector thus reducing the size of the Record class. NFC
by Craig Topper
· 10 years ago
fa04402
[TableGen] Emit the correct error message.
by Davide Italiano
· 10 years ago
d26d2d9
[TableGen] Change a couple methods to return an ArrayRef instead of a const std::vector reference. NFC
by Craig Topper
· 10 years ago
1407b17
[TableGen] Include header for each cpp file first. NFC
by Craig Topper
· 10 years ago
ba6057d
[TableGen] Don't leak Expanders and Operators in SetTheory.
by Craig Topper
· 10 years ago
e69170a
Revert "Introduce a string_ostream string builder facilty"
by Alp Toker
· 11 years ago
6147173
Introduce a string_ostream string builder facilty
by Alp Toker
· 11 years ago
f1653b5
Move SetTheory from utils/TableGen into lib/TableGen so Clang can use it.
by James Molloy
· 11 years ago
[Renamed (99%) from llvm/utils/TableGen/SetTheory.cpp]
2406477
[C++11] More 'nullptr' conversion. In some cases just using a boolean check instead of comparing to nullptr.
by Craig Topper
· 11 years ago
716b073
[C++11] Add 'override' keywords to tablegen code.
by Craig Topper
· 12 years ago
d12ccbd
[weak vtables] Remove a bunch of weak vtables
by Juergen Ributzka
· 12 years ago
49109a2
Revert r194865 and r194874.
by Alexey Samsonov
· 12 years ago
dbedae8
[weak vtables] Remove a bunch of weak vtables
by Juergen Ributzka
· 12 years ago
91d19d8
Sort the #include lines for utils/...
by Chandler Carruth
· 13 years ago
635debe
Remove exception handling usage from tblgen.
by Joerg Sonnenberger
· 13 years ago
7090937
Don't use stack unwinding to provide the location information for
by Joerg Sonnenberger
· 13 years ago
88eb8dd
tblgen: Use semantically correct RTTI functions.
by Sean Silva
· 13 years ago
fb509ed
tblgen: Mechanically move dynamic_cast<> to dyn_cast<>.
by Sean Silva
· 13 years ago
9e1deb6
Added instregex support to TableGen subtarget emitter.
by Andrew Trick
· 13 years ago
921082b
Teach tblgen's set theory "sequence" operator to support an optional stride operand.
by Owen Anderson
· 13 years ago
60e70e8
Add an (interleave A, B, ...) SetTheory operator.
by Jakob Stoklund Olesen
· 14 years ago
a379b181
Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_anch
by David Blaikie
· 14 years ago
84c287e
Move TableGen's parser and entry point into a library
by Peter Collingbourne
· 14 years ago
af8ee2c
Unconstify Inits
by David Greene
· 14 years ago
1aa0e3e
[AVX] Constify Inits
by David Greene
· 14 years ago
71520a8
Revert r134921, 134917, 134908 and 134907. They're causing failures
by Eric Christopher
· 14 years ago
af973b4
[AVX] Make Inits Foldable
by David Greene
· 14 years ago
797cff0
Consolidate some TableGen diagnostic helper functions.
by Jim Grosbach
· 14 years ago
72f4b85
Prempt some obnoxious compiler from complaing about signed/unsigned compares.
by Jakob Stoklund Olesen
· 14 years ago
e3ebb40
Make sure to pass an unsigned to a printf format that is always %u.
by Jakob Stoklund Olesen
· 14 years ago
25b753bb
Drop a RecordKeeper reference that wasn't necessary.
by Jakob Stoklund Olesen
· 14 years ago
a4615a6
Silence compiler warnings.
by Jakob Stoklund Olesen
· 14 years ago
fc205a5
Teach TableGen to evaluate DAG expressions as set operations.
by Jakob Stoklund Olesen
· 14 years ago