PR400 work phase 1. Add attributed load/store instructions for volatile/align to...
[oota-llvm.git] / lib / Bytecode / Writer / Writer.cpp
2007-04-22 Christopher LambPR400 work phase 1. Add attributed load/store instructi...
2007-04-21 Reid SpencerRevert Christopher Lamb's load/store alignment changes.
2007-04-21 Christopher Lambadd support for alignment attributes on load/store...
2007-04-16 Reid SpencerMake long line fit in 80 cols.
2007-04-12 Lauro Ramos VenancioImplement the "thread_local" keyword.
2007-04-09 Reid SpencerFor PR1146:
2007-04-09 Chris LattnerFix a bug that caused alignment information to occasion...
2007-02-28 Reid SpencerImplement writing of arbitrary precision integers.
2007-02-15 Reid SpencerFor PR1195:
2007-02-14 Chris LattnerFrom Dan Gohman:
2007-02-12 Chris LattnerSwitch ValueSymbolTable to use StringMap<Value*> instea...
2007-02-10 Chris LattnerChange the table datastructure to be a vector<smallvect...
2007-02-10 Chris LattnerMake BytecodeWriter::outputValueSymbolTable *significan...
2007-02-10 Chris Lattnermake the datastructure used in BytecodeWriter::outputVa...
2007-02-10 Chris LattnergetTypeSlot can never fail
2007-02-10 Chris LattnergetSlot can never fail. Make it assert internally...
2007-02-10 Chris Lattnerrename getSlot -> getSlotType and getOrCreateSlot ...
2007-02-09 Reid SpencerUse int32_t and uint32_t to hopefully help weak compile...
2007-02-09 Chris Lattnerremove dead code, the outputConstants function is now...
2007-02-09 Chris Lattner1. constants can never occur in the symbol table.
2007-02-05 Reid SpencerFor PR411:
2007-01-30 Reid SpencerFor PR1136: Rename GlobalVariable::isExternal as isDecl...
2007-01-30 Reid SpencerBye, Bye Compaction Tables. The benefit compaction...
2007-01-26 Reid SpencerFor PR761:
2007-01-19 Reid SpencerBack out last changes for dataLayout. Much more work...
2007-01-18 Reid SpencerFor PR761:
2007-01-15 Chris Lattnerrename Type::isIntegral to Type::isInteger, eliminating...
2007-01-13 Reid SpencerMake sure that GEP indices are only 32 or 64 bits....
2007-01-12 Chris Lattnerremove unneeded special case for bool
2007-01-12 Anton Korobeynikov* PIC codegen for X86/Linux has been implemented
2007-01-12 Reid SpencerFor PR1064:
2007-01-12 Reid SpencerImplement review feedback for the ConstantBool->Constan...
2007-01-11 Reid SpencerRename BoolTy as Int1Ty. Patch by Sheng Zhou.
2007-01-11 Zhou ShengFor PR1043:
2007-01-06 Reid SpencerFor PR411:
2006-12-31 Reid SpencerFor PR950:
2006-12-19 Chris Lattnerswitch statistics over to not use static ctors.
2006-12-17 Bill WendlingThis snuck in. Reverted.
2006-12-17 Bill WendlingAdded an automatic cast to "std::ostream*" etc. from...
2006-12-08 Andrew LenharthPacked Structures
2006-12-07 Bill WendlingChanged llvm_ostream et all to OStream. llvm_cerr,...
2006-12-06 Chris LattnerDetemplatize the Statistic class. The only type it...
2006-12-06 Reid SpencerFix a CmpInst writing bug by removing merge cruft that...
2006-12-04 Reid SpencerFor PR950: Implement read/write of ICmp and FCmp consta...
2006-12-03 Reid SpencerSupport ICmp/FCmp constant expression reading and writing.
2006-12-03 Reid SpencerImplement reading and writing of the ICmp and FCmp...
2006-11-29 Bill WendlingReplacing std::iostreams with llvm iostreams. Some...
2006-11-27 Reid SpencerFor PR950:
2006-11-08 Reid SpencerBump the bytecode version number to 7. Implement upgrad...
2006-11-02 Reid SpencerFor PR786:
2006-10-26 Reid SpencerFor PR950:
2006-10-20 Reid SpencerFor PR950:
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...
next