Fix warning building in optimized mode
[oota-llvm.git] / lib / Bytecode / Writer /
2004-04-27 Chris LattnerChanges to fix up the inst_iterator to pass to boost...
2004-04-05 Chris LattnerImplement support for a new LLVM 1.3 bytecode format...
2004-03-12 Chris LattnerWrite select instructions to bytecode
2004-02-15 Chris LattnerAdjustments to support the new ConstantAggregateZero...
2004-02-09 Chris LattnerAdjust to the changed StructType interface. In particu...
2004-02-09 Chris LattnerStart using the new and improve interface to FunctionTy...
2004-02-09 Chris LattnerFix PR215: [bcwriter] Problem compactifying ConstantPoi...
2004-02-01 Chris LattnerRemove all of the annoying statistics now that I'm...
2004-01-20 Chris LattnerSlotCalculator.h moved
2004-01-20 Chris LattnerMove SlotCalculator.h from include/llvm to include...
2004-01-20 Chris LattnerMajor changes. Now we only compactify individual type...
2004-01-20 Chris Lattneradd a method proto, make a method not inline
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-18 Chris LattnerAdd support for building the compactiontable for byteco...
2004-01-18 Chris LattnerAdd support for representing the "compaction table"
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 LattnerCleanups & efficiency improvements
2004-01-15 Chris LattnerThe bcwriter does not want ConstantPointerRef's to...
2004-01-15 Chris LattnerConstantPointerRef's are no longer emitted. This saves...
2004-01-15 Chris LattnerFix PR73: bytecode format inconsistent
2004-01-15 Chris LattnerRemove the optimization that depends on ENDIAN_LITTLE...
2004-01-14 Chris LattnerImprove comments, add support for remembering the const...
2004-01-14 Chris LattnerThe new bytecode format supports emitting strings a...
2004-01-14 Chris LattnerWhen emitting bytecode, handle strings specially. ...
2004-01-14 Chris LattnerIt is obvious that this has never been used for outputi...
2004-01-14 Chris LattnerBe const correct
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-14 Chris LattnerThe only clients of the slot calculator are now the...
2004-01-11 Chris LattnerUrg, remove testing code.
2004-01-11 Chris LattnerFix a regression that I introduced yesterday. :(
2004-01-10 Chris LattnerCheck in two changes:
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 LattnerRefactor writer stuff out of include/llvm/Bytecode...
2004-01-10 Chris LattnerFinegrainify namespacification
2003-12-01 Chris LattnerEmit & read more compressed bytecode by not emitting...
2003-11-21 Chris LattnerFinegrainify namespacification
2003-11-17 Chris LattnerRemove usage of ConstantPointer
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-31 Alkis EvlogimenosUse already existing classes for post order iterator.
2003-10-30 Alkis EvlogimenosOutput types in reverse postorder. This will allow...
2003-10-29 Brian GaekeExplicitly cast type, so we aren't passing output_vbr...
2003-10-29 Alkis EvlogimenosAdd more debugging info to help tracing the SlotCalculator.
2003-10-21 Chris LattnerMake sure to add a type for va_next operands, which...
2003-10-21 Chris LattnerFix problem which effected linking apache
2003-10-21 John CriswellAdded LLVM copyright header.
2003-10-20 John CriswellAdded LLVM copyright notice to Makefiles.
2003-10-20 John CriswellAdded LLVM copyright header (for lack of a better term).
2003-10-20 John CriswellAdded LLVM project notice to the top of every C++ sourc...
2003-10-20 Chris Lattner"Function"[0] == 'F', not 'M'
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 LattnerStop using "reverse depth first" order
2003-10-13 Chris LattnerRegularize header file comments
2003-09-30 Chris LattnerStandardize 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-09-08 Chris LattnerAdd support for writing volatile load/stores
2003-08-24 Chris LattnerAllow modules to have 'any' pointer size and endianness...
2003-07-23 Chris LattnerRemove redundant const qualifiers from cast<> expressions
2003-07-23 Chris LattnerRemove explicit const qualifiers
2003-06-30 John CriswellMerged in autoconf branch. This provides configuration...
2003-05-22 Chris LattnerFix bug: Assembler/2003-05-03-BytecodeReaderProblem.llx
2003-05-08 Chris LattnerAdd support for the new va_arg instruction
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 Lattner* Change the order that globals and constants are proce...
2003-03-19 Chris LattnerChanges to the V2 bytecode format:
2003-01-21 Chris LattnerDon't keep track of # big vs #small instructions seperately
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-14 Chris LattnerMinor cleanups, no changes to functionality
2002-10-01 Chris LattnerUpdates to work with recent Statistic's changes:
2002-09-14 Misha BrukmanOn the quest of eliminating unnecessary includes.
2002-07-30 Chris LattnerCleanup ConstantExpr handling:
2002-07-26 Chris Lattner*** empty log message ***
2002-07-24 Chris Lattner*** empty log message ***
2002-07-23 Chris LattnerRegister the WriteBytecodePass
2002-07-23 Chris Lattner*** empty log message ***
2002-07-14 Vikram S. AdveAdd support for writing ConstantExpr nodes.
2002-07-14 Vikram S. AdveWrite out the plane for types first, since values of...
2002-07-14 Vikram S. AdveUse a helper function outputConstantsInPlane in outputC...
2002-06-25 Anand Shuklachanges to make it compatible with 64bit gcc
2002-06-25 Chris LattnerMEGAPATCH checkin.
2002-06-25 Chris LattnerMEGAPATCH checkin.
2002-06-05 Chris LattnerFix constness problem
2002-05-06 Chris LattnerReplace all usages of Type::isPointerType with isa...
2002-04-29 Chris LattnerEliminate duplicate or unneccesary #include's
2002-04-28 Chris LattnerSplit ConstantVals.h into Constant.h and Constants.h
2002-04-18 Chris LattnerMake debugging code not use getStrValue
2002-04-16 Chris LattnerRemove old frivolous uses of getStrValue in a debugging...
2002-04-09 Chris LattnerMove FunctionArgument out of iOther.h into Argument...
next