This website requires JavaScript.
Explore
Help
Register
Sign In
RPCS3
/
llvm-mirror
Watch
1
Star
0
Fork
0
You've already forked llvm-mirror
mirror of
https://github.com/RPCS3/llvm-mirror.git
synced
2025-02-02 18:31:54 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
llvm-mirror
/
lib
/
TableGen
History
Craig Topper
7b0b0f6cca
[TableGen] Use FoldingSets instead of DenseMaps to unique UnOpInit, BinOpInit and TernOpInit. This remove the memory needed to store the key for the DenseMap. NFC
...
llvm-svn: 258071
2016-01-18 20:36:06 +00:00
..
CMakeLists.txt
…
Error.cpp
…
LLVMBuild.txt
…
Main.cpp
…
Makefile
…
module.modulemap
…
Record.cpp
[TableGen] Use FoldingSets instead of DenseMaps to unique UnOpInit, BinOpInit and TernOpInit. This remove the memory needed to store the key for the DenseMap. NFC
2016-01-18 20:36:06 +00:00
SetTheory.cpp
[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
2016-01-18 19:52:37 +00:00
StringMatcher.cpp
…
TableGenBackend.cpp
…
TGLexer.cpp
…
TGLexer.h
…
TGParser.cpp
[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
2016-01-18 19:52:37 +00:00
TGParser.h
[TableGen] Change TGParser::SetValue to take an ArrayRef instead of std::vector reference. Use None in many places where a default constructed vector was being passed. NFC
2016-01-04 03:15:08 +00:00