index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Bitcode
/
Writer
/
ValueEnumerator.cpp
Age
Commit message (
Expand
)
Author
2009-06-12
Don't remove aggregate-typed module level constants before encoding functions
Nick Lewycky
2009-05-10
Make MDNode use CallbackVH. Also change MDNode to store Value* instead of
Nick Lewycky
2008-09-25
Large mechanical patch.
Devang Patel
2008-05-23
Make structs and arrays first-class types, and add assembly
Dan Gohman
2008-05-13
Clean up the use of static and anonymous namespaces. This turned up
Dan Gohman
2008-03-12
Reimplement the parameter attributes support, phase #1. hilights:
Chris Lattner
2007-12-29
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-11-27
Fix PR1146: parameter attributes are longer part of
Duncan Sands
2007-05-06
Fix a nasty problem where we would miss enumeration of some types. This fixes
Chris Lattner
2007-05-06
enumerate the operands of a constant before we enumerate the constant itself
Chris Lattner
2007-05-06
implement the 'string constant' optimization. This shrinks kc.bit from
Chris Lattner
2007-05-04
optimize constant layout. This fixes encoding of 181.mcf (by ensuring
Chris Lattner
2007-05-04
simple optimization for the type table
Chris Lattner
2007-05-03
enumerate parameter attr lists.
Chris Lattner
2007-05-03
fix encoding of BB names in the symtab
Chris Lattner
2007-04-26
start code for writing out instructions. Separate BB#s from normal value
Chris Lattner
2007-04-26
enumerate BB's separately from other function values.
Chris Lattner
2007-04-26
add support for incorporating and purging functions to the value enumerator
Chris Lattner
2007-04-26
move some code around, fix a bug in the reader reading globalinits (which
Chris Lattner
2007-04-26
add bitcode alias support
Chris Lattner
2007-04-24
Emit module-level constants.
Chris Lattner
2007-04-22
Initial support for writing bitcode files. This currently only writes types,
Chris Lattner