IA64 supports this operation.
[oota-llvm.git] / lib / Bytecode /
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-03-05 Chris Lattnersecond argument to Value::setName is now gone.
2005-02-27 Chris LattnerFix spelling, patch contributed by Gabor Greif!
2005-02-26 Reid SpencerImplement an isBytecodeArchive method to determine...
2005-02-24 Chris Lattneruse more specific cast.
2005-02-13 Reid SpencerMake the check for global variables the same as the...
2005-02-13 Chris LattnerMake sure to clear the LazyFunctionLoadMap after we...
2005-02-13 Chris LattnerDo not put internal symbols into the symbol table....
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...
2005-01-28 Jeff CohenProperly close mapped files.
2005-01-22 Jeff CohenUse binary mode for reading/writing bytecode files
2004-12-29 Reid SpencerRemove potential platform portability issue with size...
2004-12-21 Reid SpencerFor PR351:
2004-12-20 Reid SpencerRemove the #include of llvm/Config/unistd.h as it is...
2004-12-20 Jeff CohenFix problems uncovered by VC++ (first time compiled...
2004-12-15 Reid SpencerFor PR351:
2004-12-13 Reid SpencerFor PR351:
2004-12-13 Reid SpencerMake sure the Archive gets deleted if there's an error.
2004-12-13 Reid SpencerImplement error handling in OpenAndLoad* functions...
2004-12-11 Reid SpencerPath::get -> Path::toString
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 LattnerCheck in some patches for better assertions
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-28 Reid SpencerCompute the firstFileOffset correctly after reading...
2004-11-25 Reid SpencerAdjust to Compressor interface change
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
next