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
c67e6d9d16a107bf64c590a15a64366d1b59190f
clang-p2996
/
llvm
/
lib
/
Bitcode
/
Writer
History
Chris Lattner
c67e6d9d16
add abbrevs for binops and casts. This shrinks a testcase from 725132->682500
...
bytes. llvm-svn: 36829
2007-05-06 02:38:57 +00:00
..
BitcodeWriter.cpp
add abbrevs for binops and casts. This shrinks a testcase from 725132->682500
2007-05-06 02:38:57 +00:00
BitcodeWriterPass.cpp
add a new CreateBitcodeWriterPass method, which creates a bitcode writer as
2007-05-06 02:30:12 +00:00
Makefile
Initial support for writing bitcode files. This currently only writes types,
2007-04-22 06:24:45 +00:00
ValueEnumerator.cpp
enumerate the operands of a constant before we enumerate the constant itself
2007-05-06 01:00:28 +00:00
ValueEnumerator.h
optimize constant layout. This fixes encoding of 181.mcf (by ensuring
2007-05-04 05:21:47 +00:00