Get constant pools working. This fixes even more programs, allowing us to
[oota-llvm.git] / lib / Bytecode /
2004-11-23 Reid SpencerAllow reading of member names that begin with an _...
2004-11-22 Reid SpencerFix a comment to imply the correct semantics.
2004-11-20 Reid SpencerDistinguish between BSD4.4 and SVR4 symbol tables
2004-11-19 Reid SpencerCorrect the computation of when to add the padding...
2004-11-19 Chris LattnerAdd note that this is for old bytecode files.
2004-11-19 Reid SpencerDon't save an iterator, just use post-increment.
2004-11-19 Reid SpencerMake findModulesDefiningSymbols modify its symbols...
2004-11-17 Reid SpencerFix some things for Mac OSX archives:
2004-11-17 Reid SpencerMake sure we parse bytecode with a module identifier...
2004-11-17 Reid SpencerAdjust long file name writing to match BSD 4.4 and...
2004-11-17 Reid SpencerDespite documentation to the contrary, Mac OSX and...
2004-11-16 Reid SpencerFix typeo in comment.
2004-11-16 Reid SpencerPer code review:\
2004-11-16 Reid SpencerPer code review:\
2004-11-16 Reid SpencerPer code review:\
2004-11-16 Reid SpencerPer code review:\
2004-11-15 Chris LattnerDo not emit FunctionBlock blocks for external functions...
2004-11-15 Chris LattnerUse a per-function flag bit to indicate whether or...
2004-11-15 Chris LattnerDisable this change, it was premature
2004-11-15 Chris LattnerMake *SURE* to null out the pointer before throwing...
2004-11-15 Chris LattnerCleanups. Null out pointer after freeing it for paranoia
2004-11-15 Chris LattnerIf a function is external, do not output a FunctionBloc...
2004-11-15 Chris LattnerMake functions default to having external linkage if...
2004-11-15 Reid Spencer* Make sure the string table gets read even if there...
2004-11-15 Reid SpencerChanges necessary to enable linking of archives without...
2004-11-14 Reid SpencerMoved to lib/Bytecode/Archive.
2004-11-14 Reid SpencerSimplify compression code by using the high level inter...
2004-11-14 Reid SpencerAdd wrappers to get defined symbols from bytecode
2004-11-14 Reid SpencerSimplify handling of decompression
2004-11-14 Reid SpencerSimplify decompression code by using the high level...
2004-11-14 Reid SpencerCompletely rewritten to allow reading of archives and...
2004-11-14 Reid SpencerImplementation declarations for Archive
2004-11-14 Reid SpencerFirst working version
2004-11-14 Reid SpencerAdd the Archive library
2004-11-14 Misha BrukmanMark an unmaterialized function as having GhostLinkage
2004-11-14 Reid SpencerMoved to lib/Bytecode/Archive in preparation for re...
2004-11-09 John CriswellRecognize compressed LLVM bytecode files.
2004-11-07 Reid Spencer* Comments & cleanup per CL code review.
2004-11-07 Reid SpencerAdd comments per CL code review.
2004-11-07 Reid Spencer* Add comments and cleanup per CL code review
2004-11-06 Reid SpencerAdd support for compressed bytecode
2004-11-06 Reid SpencerImplement the GetBytecodeSymbols interface function...
2004-11-06 Reid SpencerMakefile for the LLVMArchive library.
2004-11-06 Reid SpencerFirst kinda/sorta working version of the Archive librar...
2004-10-28 Reid SpencerFix library name.
2004-10-28 Reid SpencerFix name of library
2004-10-24 Chris LattnerFix the previous bug the correct way. This fixes ptrdi...
2004-10-23 Chris LattnerFix a bug that Brian brought to my attention. This...
2004-10-22 Reid SpencerWe won't use automake
2004-10-18 Reid SpencerInitial automake generated Makefile template
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-15 Chris LattnerThere is no reason not to build these in parallel
2004-10-15 Chris LattnerDon't print a bunch of metrics that are meaningless...
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 LattnerFit to 80 cols
2004-10-14 Chris LattnerWrap to 80 cols, delete some seriously old debugging...
2004-10-14 Chris LattnerFit in 80 columns
2004-10-14 Chris LattnerMinor cleanups
2004-10-13 Reid SpencerUpdate to reflect changes in Makefile rules.
2004-10-10 Reid SpencerInitial version of automake Makefile.am file.
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-12 Misha BrukmanUnbreak doxygen, according to Reid.
2004-09-12 Misha BrukmanFix code spacing/alignment
2004-09-11 Reid SpencerChange interface to use correct typedef so it will...
2004-09-11 Reid SpencerPrint the dependent libraries when dumping bytecode.
2004-09-03 Alkis EvlogimenosFixes to make LLVM compile with vc7.1.
2004-09-01 Reid SpencerChanges For Bug 352
2004-08-27 Reid SpencerCorrectly compute the number of compaction tables.
2004-08-27 Reid SpencerPrevent an empty compaction table from being written...
2004-08-26 Reid SpencerAdd the CompactionTableIsEmpty function so that we...
2004-08-24 Reid SpencerAdd a wrapper for extraction of the dependent libraries...
2004-08-24 Reid SpencerRearrange output a little to make it nicer.
2004-08-21 Reid SpencerBytecode Analyzer Cleanup:
2004-08-21 Reid SpencerGet rid of an extraneous local variable.
2004-08-21 Reid SpencerTwo Changes:
2004-08-21 Reid SpencerAdd boolean file format flags in preparation for versio...
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-17 Reid SpencerCorrect the comments in the symbol table writer to...
2004-08-04 Reid SpencerTurn a use of intptr_t into a reinterpret_cast<uint64_t...
2004-08-04 Alkis EvlogimenosStop using getValues().
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-29 Alkis EvlogimenosMerge i*.h headers into Instructions.h as part of bug403.
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 SpencerDon't create a backwards compatibility flag for somethi...
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-18 Reid Spencerbug 122:
2004-07-18 Reid SpencerUser ValueListTy as the type of the ValueList. This...
2004-07-18 Reid Spencerbug 122:
next