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
6cd780ff2143656df213359b7a6df9a5a9237e17
clang-p2996
/
llvm
/
lib
/
Bitcode
/
Writer
History
Benjamin Kramer
6cd780ff21
Prefer SmallVector::append/insert over push_back loops.
...
Same functionality, but hoists the vector growth out of the loop. llvm-svn: 229500
2015-02-17 15:29:18 +00:00
..
BitcodeWriter.cpp
Prefer SmallVector::append/insert over push_back loops.
2015-02-17 15:29:18 +00:00
BitcodeWriterPass.cpp
[PM] Switch the new pass manager to use a reference-based API for IR
2015-01-05 02:47:05 +00:00
BitWriter.cpp
Introduce LLVMWriteBitcodeToMemoryBuffer C API function.
2014-10-14 00:30:59 +00:00
CMakeLists.txt
…
LLVMBuild.txt
…
Makefile
…
ValueEnumerator.cpp
IR: Assembly and bitcode for GenericDebugNode
2015-02-03 21:54:14 +00:00
ValueEnumerator.h
Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requiring the macro. NFC; LLVM edition.
2015-02-15 22:54:22 +00:00