aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Bytecode/Reader/ReaderWrappers.cpp
Commit message (Expand)AuthorAgeFilesLines
* Finalize bytecode dumping. The "handleFinish" method was getting calledReid Spencer2004-07-051-3/+3
* Remove tabs. Move function declaration to Reader.h where it belongs.Reid Spencer2004-07-041-8/+4
* Adjustments to allow Bytecode Reading to support the BytecodeHandlerReid Spencer2004-06-291-15/+68
* Use the new FileUtilities.h API for mapping a file into an addressChris Lattner2004-05-281-18/+6
* Use new getFileSize function instead of sys/stat.h directly.Chris Lattner2003-12-301-7/+4
* Factor FDHandle out of the bytecode reader into the FileUtilities.h supportChris Lattner2003-12-291-16/+4
* Throw better error messages, by calling strerror(errno) when weBrian Gaeke2003-12-121-4/+9
* Fine grainify namespacification, #include file that defines the interface!Chris Lattner2003-11-191-9/+11
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-2/+5
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-201-0/+7
* * New revised variable argument handling supportChris Lattner2003-10-181-8/+89
* Add separator between different types of readers.Misha Brukman2003-10-161-0/+1
* Destroy allocated resources on exception.Misha Brukman2003-10-081-3/+13
* All of our supported operating systems (so far) and FreeBSD technicallyBrian Gaeke2003-10-061-0/+1
* Rename AbstractModuleProvider -> ModuleProvider, to match the header file name,Chris Lattner2003-10-041-6/+4
* Do not leak the ModuleProvider if releaseModule() throws.Chris Lattner2003-10-041-11/+6
* Define the instance variable Buffer, not the automatic variable Buffer.Chris Lattner2003-09-251-3/+2
* Fix alignment problemChris Lattner2003-09-241-1/+1
* Actually assign the string correctly through the std::string pointer.Misha Brukman2003-09-241-2/+2
* * Eliminate BytecodeBufferReader::Length member variableMisha Brukman2003-09-241-26/+7
* Added code that ensures that we pass the beginning of the data buffer toJohn Criswell2003-09-231-1/+1
* * Group class definitions & implementations togetherMisha Brukman2003-09-231-58/+110
* * Constantify arguments to copy functionMisha Brukman2003-09-231-8/+4
* Added file header comment.Misha Brukman2003-09-221-0/+7
* * Cleaned up code:Misha Brukman2003-09-221-0/+170