This website requires JavaScript.
Explore
Help
Register
Sign In
RPCS3
/
llvm-mirror
Watch
1
Star
0
Fork
0
You've already forked llvm-mirror
mirror of
https://github.com/RPCS3/llvm-mirror.git
synced
2025-04-03 08:11:52 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
llvm-mirror
/
lib
/
Bitcode
/
Writer
History
Evan Cheng
3e15f48df5
Also recognize armv6t2-* and armv5te-* triplets.
...
llvm-svn: 96008
2010-02-12 20:39:35 +00:00
..
BitcodeWriter.cpp
Also recognize armv6t2-* and armv5te-* triplets.
2010-02-12 20:39:35 +00:00
BitcodeWriterPass.cpp
eliminate the std::ostream forms of the bitcode writing APIs.
2009-08-23 07:49:08 +00:00
BitWriter.cpp
Make LLVM command-line tools overwrite their output files without -f.
2009-08-25 15:34:52 +00:00
CMakeLists.txt
Remove derelict serialization code.
2009-12-31 23:40:17 +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
Function-local metadata whose operands had been optimized to no longer refer to function-local IR were not getting written by BitcodeWriter; solution is for these metadata to be enumerated just like global metadata.
2010-02-06 01:21:09 +00:00
ValueEnumerator.h
Remove MetadataBase class because it is not adding significant value.
2010-01-22 22:52:10 +00:00