History log of /llvm-project/llvm/lib/Bitcode/Writer/BitcodeWriter.cpp (Results 1001 – 1013 of 1013)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# e6e364c1 26-Apr-2007 Chris Lattner <sabre@nondot.org>

start code for writing out instructions. Separate BB#s from normal value
#'s.

llvm-svn: 36472


# 5f640b9c 26-Apr-2007 Chris Lattner <sabre@nondot.org>

add support for incorporating and purging functions to the value enumerator

llvm-svn: 36465


# a5211c43 26-Apr-2007 Chris Lattner <sabre@nondot.org>

improve a comment

llvm-svn: 36464


# 831d4202 26-Apr-2007 Chris Lattner <sabre@nondot.org>

move some code around, fix a bug in the reader reading globalinits (which
I just introduced), stub out function reading, purge aggregate values from
the value table before reading functions.

llvm-sv

move some code around, fix a bug in the reader reading globalinits (which
I just introduced), stub out function reading, purge aggregate values from
the value table before reading functions.

llvm-svn: 36463

show more ...


# 44c17072 26-Apr-2007 Chris Lattner <sabre@nondot.org>

add bitcode alias support

llvm-svn: 36461


# 1e16bcf7 24-Apr-2007 Chris Lattner <sabre@nondot.org>

implement reading and writing of constant exprs.

llvm-svn: 36394


# 1e50c299 24-Apr-2007 Chris Lattner <sabre@nondot.org>

fix off-by-one computing size for section abbrevs

llvm-svn: 36388


# 52523561 24-Apr-2007 Chris Lattner <sabre@nondot.org>

Emit module-level constants.

llvm-svn: 36384


# 215e9cd3 23-Apr-2007 Chris Lattner <sabre@nondot.org>

write out the symtab for globals.

llvm-svn: 36374


# b5491378 23-Apr-2007 Chris Lattner <sabre@nondot.org>

implement reading of abbrevs, and writing of abbreviated global varrs.

llvm-svn: 36367


# 4b00d92a 23-Apr-2007 Chris Lattner <sabre@nondot.org>

first part of implementation of abbrevs. The writer isn't fully there yet and the
reader doesn't handle them at all yet.

llvm-svn: 36363


# 362b4a1c 23-Apr-2007 Chris Lattner <sabre@nondot.org>

promote LLVMBitCodes to be a public header

llvm-svn: 36358


# c1d10d67 22-Apr-2007 Chris Lattner <sabre@nondot.org>

Initial support for writing bitcode files. This currently only writes types,
the type symtab, and global/function protos, and is missing the important
size optimization, but it is a place to start.

Initial support for writing bitcode files. This currently only writes types,
the type symtab, and global/function protos, and is missing the important
size optimization, but it is a place to start.

llvm-svn: 36331

show more ...


1...<<41