aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Bytecode/Reader/ReaderWrappers.cpp
AgeCommit message (Expand)AuthorFilesLines
2005-03-15This mega patch converts us from using Function::a{iterator|begin|end} toChris Lattner1-4/+4
2005-02-13Make the check for global variables the same as the one for functions. InReid Spencer1-1/+1
2005-02-13Do not put internal symbols into the symbol table. This shrinks the symbolChris Lattner1-21/+11
2004-12-21For PR351:Reid Spencer1-10/+7
2004-12-20Remove the #include of llvm/Config/unistd.h as it is no longer needed.Reid Spencer1-1/+0
2004-12-13For PR351:Reid Spencer1-20/+6
2004-12-11Path::get -> Path::toStringReid Spencer1-1/+2
2004-11-22Fix a comment to imply the correct semantics.Reid Spencer1-1/+1
2004-11-16Per code review:\Reid Spencer1-8/+12
2004-11-15Changes necessary to enable linking of archives without LLVM symbol tables.Reid Spencer1-7/+8
2004-11-14Add wrappers to get defined symbols from bytecodeReid Spencer1-19/+48
2004-11-06Implement the GetBytecodeSymbols interface function to extract just theReid Spencer1-0/+39
2004-09-12Unbreak doxygen, according to Reid.Misha Brukman1-2/+4
2004-09-12Fix code spacing/alignmentMisha Brukman1-6/+4
2004-09-11Change interface to use correct typedef so it will always compile.Reid Spencer1-1/+1
2004-09-01Changes For Bug 352Reid Spencer1-3/+3
2004-08-24Add a wrapper for extraction of the dependent libraries from a bytecodeReid Spencer1-0/+14
2004-08-21Two Changes:Reid Spencer1-14/+18
2004-08-04Turn a use of intptr_t into a reinterpret_cast<uint64_t> instead to getReid Spencer1-1/+1
2004-07-05Finalize bytecode dumping. The "handleFinish" method was getting calledReid Spencer1-3/+3
2004-07-04Remove tabs. Move function declaration to Reader.h where it belongs.Reid Spencer1-8/+4
2004-06-29Adjustments to allow Bytecode Reading to support the BytecodeHandlerReid Spencer1-15/+68
2004-05-28Use the new FileUtilities.h API for mapping a file into an addressChris Lattner1-18/+6
2003-12-30Use new getFileSize function instead of sys/stat.h directly.Chris Lattner1-7/+4
2003-12-29Factor FDHandle out of the bytecode reader into the FileUtilities.h supportChris Lattner1-16/+4
2003-12-12Throw better error messages, by calling strerror(errno) when weBrian Gaeke1-4/+9
2003-11-19Fine grainify namespacification, #include file that defines the interface!Chris Lattner1-9/+11
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke1-2/+5
2003-10-20Added LLVM project notice to the top of every C++ source file.John Criswell1-0/+7
2003-10-18* New revised variable argument handling supportChris Lattner1-8/+89
2003-10-16Add separator between different types of readers.Misha Brukman1-0/+1
2003-10-08Destroy allocated resources on exception.Misha Brukman1-3/+13
2003-10-06All of our supported operating systems (so far) and FreeBSD technicallyBrian Gaeke1-0/+1
2003-10-04Rename AbstractModuleProvider -> ModuleProvider, to match the header file name,Chris Lattner1-6/+4
2003-10-04Do not leak the ModuleProvider if releaseModule() throws.Chris Lattner1-11/+6
2003-09-25Define the instance variable Buffer, not the automatic variable Buffer.Chris Lattner1-3/+2
2003-09-24Fix alignment problemChris Lattner1-1/+1
2003-09-24Actually assign the string correctly through the std::string pointer.Misha Brukman1-2/+2
2003-09-24* Eliminate BytecodeBufferReader::Length member variableMisha Brukman1-26/+7
2003-09-23Added code that ensures that we pass the beginning of the data buffer toJohn Criswell1-1/+1
2003-09-23* Group class definitions & implementations togetherMisha Brukman1-58/+110
2003-09-23* Constantify arguments to copy functionMisha Brukman1-8/+4
2003-09-22Added file header comment.Misha Brukman1-0/+7
2003-09-22* Cleaned up code:Misha Brukman1-0/+170