When a function takes a variable number of pointer arguments, with a zero
[oota-llvm.git] / lib / Bytecode / Reader / Reader.cpp
2005-10-23 Jeff CohenWhen a function takes a variable number of pointer...
2005-10-03 Chris LattnerUse a map to cache the ModuleType information, so we...
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-06 Chris Lattnerremove some dead (always dynamically false) flags
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 Lattneradd bytecode reader support for tail calls
2005-05-05 Misha BrukmanRemove vim settings from source code; people should...
2005-05-05 Chris LattnerAdd some extra checks. Opaque types don't have a null...
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-03-15 Chris LattnerThis mega patch converts us from using Function::a...
2005-03-05 Chris Lattnersecond argument to Value::setName is now gone.
2005-02-24 Chris Lattneruse more specific cast.
2005-02-13 Chris LattnerMake sure to clear the LazyFunctionLoadMap after we...
2005-01-31 Chris LattnerFix the regressions my User changes introduced. Appare...
2005-01-29 Chris LattnerAdjust to changes in User class and minor changes in...
2004-12-20 Jeff CohenFix problems uncovered by VC++ (first time compiled...
2004-12-09 Chris LattnerRemove a dead field, make the map go to integer type...
2004-12-09 Chris LattnerRemove #include inadvertently added
2004-12-09 Chris LattnerEliminate this ugly hack. This was put back in when...
2004-12-04 Reid SpencerProvide more information in the error message that...
2004-12-04 Chris LattnerDo not allow bytecode files with unresolved references...
2004-11-30 Chris LattnerRevisionNum is read by error(), initialize it early.
2004-11-19 Chris LattnerAdd note that this is for old bytecode files.
2004-11-15 Chris LattnerUse a per-function flag bit to indicate whether or...
2004-11-15 Chris LattnerMake *SURE* to null out the pointer before throwing...
2004-11-15 Chris LattnerMake functions default to having external linkage if...
2004-11-14 Reid SpencerSimplify decompression code by using the high level...
2004-11-14 Misha BrukmanMark an unmaterialized function as having GhostLinkage
2004-11-07 Reid Spencer* Comments & cleanup per CL code review.
2004-11-06 Reid SpencerAdd support for compressed bytecode
2004-10-16 Chris LattnerDo not erroneously accept revision 6 bytecode files...
2004-10-16 Chris LattnerAdd support for undef, unreachable, and function flags
2004-10-14 Chris LattnerFit in 80 columns
2004-09-28 Misha BrukmanFix doxygen comment
2004-09-27 Chris LattnerThe system ranlib on darwin occasionally adds two extra...
2004-09-15 Reid SpencerConvert code to compile with vc7.1.
2004-09-03 Alkis EvlogimenosFixes to make LLVM compile with vc7.1.
2004-09-01 Reid SpencerChanges For Bug 352
2004-08-21 Reid SpencerGet rid of an extraneous local variable.
2004-08-21 Reid SpencerBytecode Reader Cleanup:
2004-08-20 Brian GaekePacked types, brought to you by Brad Jones
2004-08-17 Reid SpencerBytecode File Format Changes:
2004-08-04 Reid SpencerTurn a use of intptr_t into a reinterpret_cast<uint64_t...
2004-08-04 Chris LattnerMake getGlobalTableValue not use getTypeSlot, this...
2004-08-03 Chris LattnerDo not do a linear std::find to reconstruct information...
2004-07-27 Chris LattnerSimplify code and silence warning
2004-07-25 Chris LattnerFix a serious bug in the double constant reader. In...
2004-07-25 Reid SpencerAlways write FP values correctly.
2004-07-25 Reid Spencerbug 263:
2004-07-18 Reid Spencerbug 122:
2004-07-14 Brian GaekeActually set the endian/pointersize flags on the module...
2004-07-13 Brian GaekeFix warning on SparcV9, where sizeof (int) != sizeof...
2004-07-11 Reid SpencerVarious cleanups:
2004-07-09 Reid SpencerError Handling Cleanup:
2004-07-09 Reid SpencerFix a backwards compatibility bug found by Tanya. In...
2004-07-05 Reid SpencerFinalize bytecode dumping. The "handleFinish" method...
2004-07-04 Reid Spencer- Don't use macros to call the BytecodeHandler
2004-06-29 Reid SpencerMAJOR REWRITE.
2004-06-17 Chris LattnerRename Type::PrimitiveID to TypeId and ::getPrimitiveID...
2004-04-05 Chris LattnerImplement support for a new LLVM 1.3 bytecode format...
2004-04-03 Chris LattnerRemove a bunch of cruft that was used to be backwards...
2004-03-29 Chris LattnerMake error message a bit nicer.
2004-02-09 Chris LattnerStart using the new and improve interface to FunctionTy...
2004-01-20 Chris LattnerFix bogus warning and simplify code
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 LattnerAdd support for reading bytecode files with compactiont...
2004-01-17 Chris LattnerBytecode format for LLVM 1.2 no longer explicitly encod...
2004-01-15 Chris LattnerAllow bytecode files to refer directly to global values...
2004-01-15 Chris LattnerFix PR73
2004-01-15 Chris LattnerChange all of the bytecode reader primitives to throw...
2004-01-14 Chris LattnerVersion 1.2 now supports encoding strings as a special...
2004-01-14 Chris LattnerRemove support for the pre-1.0 bytecode version #1...
2003-12-30 Chris Lattnerremove some useless #includes
2003-12-01 Chris LattnerEmit & read more compressed bytecode by not emitting...
2003-11-19 Chris Lattner* Finegrainify namespacification
2003-11-19 Chris LattnerMinor speedup to do less linear time searches of infor...
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 LattnerFix warning
2003-10-18 Chris Lattneradd support for new linkage types
2003-10-18 Chris Lattner* New revised variable argument handling support
2003-10-16 Chris LattnerAdd support for 'weak' linkage.
2003-10-13 Chris LattnerMinor cleanups
2003-10-13 Chris LattnerAvoid calling getTypeSlot more
2003-10-10 Chris LattnerOk, the "fix" for this is to do a real associative...
2003-10-09 Chris LattnerAnother 10% performance improvement by not using replac...
2003-10-09 Chris LattnerUse the version of getValue that takes the type plane...
2003-10-09 Chris LattnerPass a vector around to reduce dynamic allocation
2003-10-09 Chris LattnerChange getConstantValue to throw an exception on error...
2003-10-09 Chris LattnerRemove potentially N^2 algorithm from symbol table...
2003-10-09 Chris LattnerMajor refactoring of the bytecode reader. This include...
2003-10-09 Chris LattnerSignificantly clean up parsing of instructions. This...
2003-10-09 Chris LattnerEliminate the instruction placeholder. Simplify a...
2003-10-09 Chris LattnerEliminate the old LateResolveValues data structure...
2003-10-09 Chris LattnerRemove a dead method
2003-10-08 Chris LattnerThis patch substantially simplifies and cleans up handl...
next