Added hook hasReservedCallFrame(). It returns true if the call frame is
[oota-llvm.git] / include / llvm / Bytecode / Archive.h
2007-04-07 Reid SpencerFor PR1291:
2007-02-07 Chris Lattnerpush bytecode decompressor out through APIs. Now the...
2006-11-05 Jeff CohenUnbreak VC++ build.
2006-08-24 Reid SpencerFor PR797:
2006-07-28 Chris LattnerChange Path::getStatusInfo to return a boolean and...
2006-07-07 Reid SpencerFinish removal of EH usage from the Archive library...
2006-07-07 Reid SpencerRemove EH use from the Archive library and adjust its...
2006-02-22 Chris LattnerMake the LLVM headers "-ansi -pedantic -Wno-long-long...
2005-11-30 Chris Lattnerminor cleanup
2005-11-30 Reid SpencerFix a problem with llvm-ranlib that (on some platforms...
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-02-26 Reid SpencerImplement an isBytecodeArchive method to determine...
2004-12-13 Reid SpencerMake the OpenAndLoad functions have an ErrorMessage...
2004-11-20 Reid SpencerDistinguish between BSD4.4 and SVR4 symbol tables
2004-11-19 Reid SpencerMake findModulesDefiningSymbols modify its symbols...
2004-11-16 Reid SpencerPer code review:\
2004-11-14 Reid SpencerComplete rewrite to get first working version.
2004-11-06 Reid SpencerDeprecate constructors we don't want users to use.
2004-11-05 Reid SpencerGo ahead and trust the client not to mess with the...
2004-11-05 Reid Spencer* Documentation corrections (thanks to Chris for nit...
2004-11-05 Reid SpencerFirst version of the interface to Archive files. This...