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
ce1ffcf8a2b104f688b511d60f18b0fe2b1645d0
clang-p2996
/
llvm
/
lib
/
AsmParser
History
Jordan Rose
ed1bf29df1
Use hexDigitValue in LLLexer.
...
llvm-svn: 172866
2013-01-18 23:05:41 +00:00
..
CMakeLists.txt
build/CMake: Finish removal of add_llvm_library_dependencies.
2011-11-29 19:25:30 +00:00
LLLexer.cpp
Use hexDigitValue in LLLexer.
2013-01-18 23:05:41 +00:00
LLLexer.h
Sort includes for all of the .h files under the 'lib' tree. These were
2012-12-04 07:12:27 +00:00
LLParser.cpp
There was a switch fall-through in the parser for textual LLVM that caused
2013-01-07 13:32:38 +00:00
LLParser.h
Move all of the header files which are involved in modelling the LLVM IR
2013-01-02 11:36:10 +00:00
LLToken.h
Add a new attribute, 'noduplicate'. If a function contains a noduplicate call, the call cannot be duplicated - Jump threading, loop unrolling, loop unswitching, and loop rotation are inhibited if they would duplicate the call.
2012-12-20 16:04:27 +00:00
LLVMBuild.txt
LLVMBuild: Remove trailing newline, which irked me.
2011-12-12 19:48:00 +00:00
Makefile
…
Parser.cpp
Move all of the header files which are involved in modelling the LLVM IR
2013-01-02 11:36:10 +00:00