This website requires JavaScript.
Explore
Help
Sign In
intel
/
llvm
Watch
1
Star
0
Fork
0
You've already forked llvm
mirror of
https://github.com/intel/llvm.git
synced
2026-01-21 04:14:03 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
2b3384523067e4dae2691de7dda12c3e125437d5
llvm
/
clang
/
utils
/
TableGen
History
Chad Rosier
3c03dee1d1
[AArch64] Add support for NEON scalar extract narrow instructions.
...
llvm-svn: 192971
2013-10-18 14:03:36 +00:00
..
ClangASTNodesEmitter.cpp
…
ClangAttrEmitter.cpp
Consumed Analysis: Change callable_when so that it can take a list of states
2013-10-04 21:28:06 +00:00
ClangCommentCommandInfoEmitter.cpp
…
ClangCommentHTMLNamedCharacterReferenceEmitter.cpp
…
ClangCommentHTMLTagsEmitter.cpp
…
ClangDiagnosticsEmitter.cpp
Move individual group name strings from the OptionTable into one big char array. Then only store offsets into it in the OptionTable. Saves about 4K from the clang binary and removes 400 relocation entries from DiagnosticIDs.o.
2013-08-29 05:18:04 +00:00
ClangSACheckersEmitter.cpp
…
CMakeLists.txt
Remove option emitter from clang-tblgen
2013-06-18 15:25:00 +00:00
Makefile
…
NeonEmitter.cpp
[AArch64] Add support for NEON scalar extract narrow instructions.
2013-10-18 14:03:36 +00:00
TableGen.cpp
Attribute tablegen now understands that attribute arguments can be optional. This allows for automated checking of the number of arguments expected vs number of arguments given for attributes. Greatly reduces the amount of manual checking required.
2013-09-09 23:33:17 +00:00
TableGenBackends.h
Attribute tablegen now understands that attribute arguments can be optional. This allows for automated checking of the number of arguments expected vs number of arguments given for attributes. Greatly reduces the amount of manual checking required.
2013-09-09 23:33:17 +00:00