This website requires JavaScript.
Explore
Help
Sign In
shylie
/
llvm-project
Watch
1
Star
0
Fork
0
You've already forked llvm-project
Code
Issues
Pull Requests
Actions
6
Packages
Projects
Releases
Wiki
Activity
llvm-project
/
llvm
/
lib
/
Bitcode
/
Writer
History
Aaron Ballman
c79c2be7d2
Silence two C4806 warnings ('|': unsafe operation: no value of type 'bool' promoted to type 'const unsigned int' can equal the given constant). The fact that they trigger with this code seems like it may be a bug, but the warning itself is still generally useful enough to retain it for now.
...
llvm-svn: 267337
2016-04-24 13:03:20 +00:00
..
BitcodeWriter.cpp
Silence two C4806 warnings ('|': unsafe operation: no value of type 'bool' promoted to type 'const unsigned int' can equal the given constant). The fact that they trigger with this code seems like it may be a bug, but the warning itself is still generally useful enough to retain it for now.
2016-04-24 13:03:20 +00:00
BitcodeWriterPass.cpp
[ThinLTO] Move summary computation from BitcodeWriter to new pass
2016-04-11 13:58:45 +00:00
BitWriter.cpp
Introduce LLVMWriteBitcodeToMemoryBuffer C API function.
2014-10-14 00:30:59 +00:00
CMakeLists.txt
modules: Add explicit dependency on intrinsics_gen
2015-06-16 00:44:12 +00:00
LLVMBuild.txt
[ThinLTO] BitcodeWriter still requires Analysis library
2016-04-11 14:59:07 +00:00
ValueEnumerator.cpp
BitcodeWriter: Emit uniqued subgraphs after all distinct nodes
2016-04-23 04:59:22 +00:00
ValueEnumerator.h
BitcodeWriter: Emit uniqued subgraphs after all distinct nodes
2016-04-23 04:59:22 +00:00