aboutsummaryrefslogtreecommitdiff
path: root/lib/Bytecode/Reader/ReaderWrappers.cpp
AgeCommit message (Expand)Author
2004-09-12Unbreak doxygen, according to Reid.Misha Brukman
2004-09-12Fix code spacing/alignmentMisha Brukman
2004-09-11Change interface to use correct typedef so it will always compile.Reid Spencer
2004-09-01Changes For Bug 352Reid Spencer
2004-08-24Add a wrapper for extraction of the dependent libraries from a bytecodeReid Spencer
2004-08-21Two Changes:Reid Spencer
2004-08-04Turn a use of intptr_t into a reinterpret_cast<uint64_t> instead to getReid Spencer
2004-07-05Finalize bytecode dumping. The "handleFinish" method was getting calledReid Spencer
2004-07-04Remove tabs. Move function declaration to Reader.h where it belongs.Reid Spencer
2004-06-29Adjustments to allow Bytecode Reading to support the BytecodeHandlerReid Spencer
2004-05-28Use the new FileUtilities.h API for mapping a file into an addressChris Lattner
2003-12-30Use new getFileSize function instead of sys/stat.h directly.Chris Lattner
2003-12-29Factor FDHandle out of the bytecode reader into the FileUtilities.h supportChris Lattner
2003-12-12Throw better error messages, by calling strerror(errno) when weBrian Gaeke
2003-11-19Fine grainify namespacification, #include file that defines the interface!Chris Lattner
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-10-20Added LLVM project notice to the top of every C++ source file.John Criswell
2003-10-18* New revised variable argument handling supportChris Lattner
2003-10-16Add separator between different types of readers.Misha Brukman
2003-10-08Destroy allocated resources on exception.Misha Brukman
2003-10-06All of our supported operating systems (so far) and FreeBSD technicallyBrian Gaeke
2003-10-04Rename AbstractModuleProvider -> ModuleProvider, to match the header file name,Chris Lattner
2003-10-04Do not leak the ModuleProvider if releaseModule() throws.Chris Lattner
2003-09-25Define the instance variable Buffer, not the automatic variable Buffer.Chris Lattner
2003-09-24Fix alignment problemChris Lattner
2003-09-24Actually assign the string correctly through the std::string pointer.Misha Brukman
2003-09-24* Eliminate BytecodeBufferReader::Length member variableMisha Brukman
2003-09-23Added code that ensures that we pass the beginning of the data buffer toJohn Criswell
2003-09-23* Group class definitions & implementations togetherMisha Brukman
2003-09-23* Constantify arguments to copy functionMisha Brukman
2003-09-22Added file header comment.Misha Brukman
2003-09-22* Cleaned up code:Misha Brukman