This website requires JavaScript.
Explore
Help
Register
Sign In
caio
/
clang-p2996
Watch
1
Star
0
Fork
0
You've already forked clang-p2996
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
b34c79ff277b20ec00f66c50bf550f2d76ea2108
clang-p2996
/
llvm
/
lib
/
TableGen
History
Craig Topper
638b1021bf
[TableGen] Use StringMap instead of DenseMap<StringRef> to unique CodeInit and StringInit objects. Override the allocator to keep using the BumpPtrAllocator. NFCI
...
StringMap is better suited to mapping strings than a DenseMap. llvm-svn: 304178
2017-05-29 21:49:37 +00:00
..
CMakeLists.txt
…
Error.cpp
…
LLVMBuild.txt
…
Main.cpp
[TableGen] Centralize/Unify error handling.
2016-12-05 22:58:01 +00:00
Record.cpp
[TableGen] Use StringMap instead of DenseMap<StringRef> to unique CodeInit and StringInit objects. Override the allocator to keep using the BumpPtrAllocator. NFCI
2017-05-29 21:49:37 +00:00
SetTheory.cpp
…
StringMatcher.cpp
[Hexagon, TableGen] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC).
2017-01-04 02:02:05 +00:00
TableGenBackend.cpp
…
TGLexer.cpp
TableGen: Add operator !or
2016-11-15 06:49:28 +00:00
TGLexer.h
TableGen: Add operator !or
2016-11-15 06:49:28 +00:00
TGParser.cpp
Use print() instead of dump() in code
2017-01-28 02:47:46 +00:00
TGParser.h
TableGen: Some more std::string->StringInit* replacements
2016-12-05 07:35:13 +00:00