aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Bytecode/Reader/ReaderWrappers.cpp
Commit message (Expand)AuthorAgeFilesLines
* If we support structs as va_list, we must pass pointers to them to va_copyAndrew Lenharth2005-06-221-4/+8
* va_end fixAndrew Lenharth2005-06-191-0/+1
* core changes for varargsAndrew Lenharth2005-06-181-3/+98
* Remove code for conversion from old style va_args. Preparing the way forAndrew Lenharth2005-06-081-76/+3
* Remove vim settings from source code; people should use llvm/utils/vim/vimrcMisha Brukman2005-05-051-1/+0
* Remove trailing whitespaceMisha Brukman2005-04-211-15/+15
* This mega patch converts us from using Function::a{iterator|begin|end} toChris Lattner2005-03-151-4/+4
* Make the check for global variables the same as the one for functions. InReid Spencer2005-02-131-1/+1
* Do not put internal symbols into the symbol table. This shrinks the symbolChris Lattner2005-02-131-21/+11
* For PR351:Reid Spencer2004-12-211-10/+7
* Remove the #include of llvm/Config/unistd.h as it is no longer needed.Reid Spencer2004-12-201-1/+0
* For PR351:Reid Spencer2004-12-131-20/+6
* Path::get -> Path::toStringReid Spencer2004-12-111-1/+2
* Fix a comment to imply the correct semantics.Reid Spencer2004-11-221-1/+1
* Per code review:\Reid Spencer2004-11-161-8/+12
* Changes necessary to enable linking of archives without LLVM symbol tables.Reid Spencer2004-11-151-7/+8
* Add wrappers to get defined symbols from bytecodeReid Spencer2004-11-141-19/+48
* Implement the GetBytecodeSymbols interface function to extract just theReid Spencer2004-11-061-0/+39
* Unbreak doxygen, according to Reid.Misha Brukman2004-09-121-2/+4
* Fix code spacing/alignmentMisha Brukman2004-09-121-6/+4
* Change interface to use correct typedef so it will always compile.Reid Spencer2004-09-111-1/+1
* Changes For Bug 352Reid Spencer2004-09-011-3/+3
* Add a wrapper for extraction of the dependent libraries from a bytecodeReid Spencer2004-08-241-0/+14
* Two Changes:Reid Spencer2004-08-211-14/+18
* Turn a use of intptr_t into a reinterpret_cast<uint64_t> instead to getReid Spencer2004-08-041-1/+1
* 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