Adding dllimport, dllexport and external weak linkage types.
[oota-llvm.git] / lib / Bytecode / Writer / Writer.cpp
2006-09-14 Anton KorobeynikovAdding dllimport, dllexport and external weak linkage...
2006-07-28 Chris Lattnerformatting cleanups
2006-06-07 Reid SpencerFor PR787:
2006-05-26 Chris LattnerFix a bug in the bc reader/writer: we were not correctl...
2006-05-19 Chris LattnerFix misencoding of calling conventions
2006-01-25 Chris Lattneradd bc reader/writer support for inline asm
2006-01-24 Chris LattnerRename method
2006-01-23 Chris LattnerAdd support for reading/writing inline asm
2005-11-12 Chris Lattnertrivial cleanup
2005-11-12 Chris LattnerRead and write section info from/to .bc files
2005-11-12 Jeff CohenWrap long line.
2005-11-12 Jeff CohenFix VC++ warning that bools cannot be ORed.
2005-11-06 Chris Lattnerdon't misencode CC#'s
2005-11-06 Chris Lattnerencode/decode function alignment in bc files
2005-11-06 Chris LattnerRead/write global variable alignments if present
2005-11-05 Chris LattnerWrite/read allocation instruction alignment info to...
2005-08-17 Jim LaskeyCulling out use of unions for converting FP to bits...
2005-07-27 Jeff CohenEliminate all remaining tabs and trailing spaces.
2005-06-18 Andrew Lenharthcore changes for varargs
2005-05-13 Chris Lattnerfix the assertion
2005-05-07 Jeff CohenSilence VC++ warnings about unsafe mixing of ints and...
2005-05-06 Chris Lattnerencode calling conventions for call/invoke instructions.
2005-05-06 Chris Lattnerencode function calling convs in the bytecode file...
2005-05-06 Chris Lattnerwrap a longline
2005-05-06 Chris Lattneradd bytecode reader support for tail calls
2005-05-05 Misha BrukmanRemove vim settings from source code; people should...
2005-05-05 Chris Lattneradd support for undef values of opaque type, addressing...
2005-04-21 Misha Brukman* Remove trailing whitespace
2005-03-15 Chris LattnerThis mega patch converts us from using Function::a...
2005-03-07 Chris LattnerFix an apparent ambiguity compiling on PPC
2005-03-06 Chris Lattnersimplify and speed up some code
2005-02-27 Chris LattnerFix spelling, patch contributed by Gabor Greif!
2004-12-04 Chris LattnerCheck in some patches for better assertions
2004-11-25 Reid SpencerAdjust to Compressor interface change
2004-11-15 Chris LattnerDo not emit FunctionBlock blocks for external functions...
2004-11-15 Chris LattnerDisable this change, it was premature
2004-11-15 Chris LattnerIf a function is external, do not output a FunctionBloc...
2004-11-14 Reid SpencerSimplify compression code by using the high level inter...
2004-11-07 Reid Spencer* Add comments and cleanup per CL code review
2004-11-06 Reid SpencerAdd support for compressed bytecode
2004-10-16 Chris LattnerAdd support for undef, unreachable, and function flags
2004-10-14 Chris LattnerToday is not my day. Fix broken #
2004-10-14 Chris Lattnerunbreak previous checkin :(
2004-10-14 Chris LattnerAdd back a missing paren
2004-10-14 Chris LattnerWrap to 80 cols, delete some seriously old debugging...
2004-10-14 Chris LattnerMinor cleanups
2004-09-01 Reid SpencerChanges For Bug 352
2004-08-27 Reid SpencerPrevent an empty compaction table from being written...
2004-08-20 Brian GaekePacked types, brought to you by Brad Jones
2004-08-17 Reid SpencerBytecode File Format Changes:
2004-08-17 Reid SpencerCorrect the comments in the symbol table writer to...
2004-08-04 Alkis EvlogimenosStop using getValues().
2004-07-25 Reid SpencerAdjust to new Module.h interface for dependent libraries.
2004-07-25 Reid Spencerbug 263:
2004-07-18 Reid Spencerbug 122:
2004-07-04 Reid SpencerRemove Tabs.
2004-07-04 Reid SpencerImplement new output functions for types and compacted...
2004-06-25 Chris LattnerNo functionality changes here:
2004-06-25 Chris LattnerFix more warnings building with VC++
2004-05-27 Reid SpencerUse the SymbolTable::isEmpty() method instead of checki...
2004-05-26 Reid SpencerPart of bug 122:
2004-05-25 Reid SpencerChanged to use SymbolTable's new iteration interfaces.
2004-04-05 Chris LattnerImplement support for a new LLVM 1.3 bytecode format...
2004-02-01 Chris LattnerRemove all of the annoying statistics now that I'm...
2004-01-20 Chris LattnerBugfixes for dealing with partially compactified functions
2004-01-18 Chris LattnerSave another 30K from 176.gcc by encoding the compactio...
2004-01-18 Chris LattnerRemove -debug output
2004-01-18 Chris LattnerAdd support for writing bytecode files with compactiont...
2004-01-17 Chris LattnerBytecode format for LLVM 1.2 no longer explicitly encod...
2004-01-15 Chris LattnerIf these blocks are empty, there is no reason to even...
2004-01-15 Chris LattnerFix PR73: bytecode format inconsistent
2004-01-14 Chris LattnerThe new bytecode format supports emitting strings a...
2004-01-14 Chris LattnerOk, I can't handle it. This is a temporary checkin...
2004-01-14 Chris LattnerToggle sense of flag
2004-01-10 Chris LattnerDo not bother to emit a BytecodeBlock for an empty...
2004-01-10 Chris LattnerErr, we don't need Config/*.h files for things that...
2004-01-10 Chris Lattnerminor comment tweaks
2004-01-10 Chris LattnerFinegrainify namespacification
2003-12-01 Chris LattnerEmit & read more compressed bytecode by not emitting...
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-20 John CriswellAdded LLVM project notice to the top of every C++ sourc...
2003-10-18 Chris Lattneradd support for new linkage types
2003-10-18 Chris LattnerUpdated to emit the final 1.0 bytecode format. This...
2003-10-17 Alkis EvlogimenosEliminate some extraneous code in SlotCalculator::inser...
2003-10-16 Chris LattnerAdd support for 'weak' linkage.
2003-10-13 Chris LattnerRegularize header file comments
2003-09-15 Chris LattnerFix a spello Misha made while fixing one of my appostri...
2003-09-11 Misha BrukmanFixed spelling and grammar.
2003-08-24 Chris LattnerAllow modules to have 'any' pointer size and endianness...
2003-06-30 John CriswellMerged in autoconf branch. This provides configuration...
2003-05-22 Chris LattnerFix bug: Assembler/2003-05-03-BytecodeReaderProblem.llx
2003-04-22 Chris LattnerAdd support for reading and writing pointersize/endiann...
2003-04-16 Chris LattnerAdd support to the bytecode reader/writer for the new...
2003-03-19 Chris LattnerChanges to the V2 bytecode format:
2002-11-20 Chris Lattner - Eliminated the deferred symbol table stuff in Modul...
2002-10-14 Chris LattnerClean up code a bit, no functionality changes.
2002-10-01 Chris LattnerUpdates to work with recent Statistic's changes:
2002-07-26 Chris Lattner*** empty log message ***
2002-07-23 Chris LattnerRegister the WriteBytecodePass
2002-07-14 Vikram S. AdveWrite out the plane for types first, since values of...
next