This website requires JavaScript.
Explore
Help
Sign In
RPCS3
/
archived-llvm-mirror
Watch
1
Star
0
Fork
0
You've already forked archived-llvm-mirror
mirror of
https://github.com/RPCS3/llvm-mirror.git
synced
2026-01-31 01:35:20 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
ade780fb8289ff29055ee528a6786deec0433da3
archived-llvm-mirror
/
lib
/
Bitcode
/
Writer
History
Benjamin Kramer
803ba41365
Now that we have C++11, turn simple functors into lambdas and remove a ton of boilerplate.
...
No intended functionality change. llvm-svn: 202588
2014-03-01 11:47:00 +00:00
..
BitcodeWriter.cpp
Store a DataLayout in Module.
2014-02-25 20:01:08 +00:00
BitcodeWriterPass.cpp
[PM] Wire up support for writing bitcode with new PM.
2014-01-13 07:38:24 +00:00
BitWriter.cpp
Replace the F_Binary flag with a F_Text one.
2014-02-24 18:20:12 +00:00
CMakeLists.txt
Per discussion on the list, remove BitcodeVerify pass to reimplement as a free function.
2011-12-14 00:29:31 +00:00
LLVMBuild.txt
LLVMBuild: Remove trailing newline, which irked me.
2011-12-12 19:48:00 +00:00
Makefile
make -fno-rtti the default unless a directory builds with REQUIRES_RTTI.
2010-01-24 20:43:08 +00:00
ValueEnumerator.cpp
Now that we have C++11, turn simple functors into lambdas and remove a ton of boilerplate.
2014-03-01 11:47:00 +00:00
ValueEnumerator.h
Revert "Give internal classes hidden visibility."
2013-09-11 18:05:11 +00:00