summaryrefslogtreecommitdiff
path: root/lib/Bytecode/Reader/ReaderWrappers.cpp
AgeCommit message (Expand)AuthorFilesLines
2007-05-06remove bytecode readerChris Lattner1-256/+0
2007-02-07move archive-specific stuff out of bcreader into archive library.Chris Lattner1-67/+0
2007-02-07move an llvmc-specific function out of the bcreader into llvmc.Chris Lattner1-16/+0
2007-02-07move AnalyzeBytecodeFile out of ReaderWrappers.cpp into Analyzer.cpp. NowChris Lattner1-15/+0
2007-02-07push bytecode decompressor out through APIs. Now the bytecode readerChris Lattner1-45/+35
2007-02-07Move compressor out of the core Reader.cpp file.Chris Lattner1-3/+7
2007-01-30For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoidReid Spencer1-2/+2
2007-01-07remove support for old-style varargs upgradingChris Lattner1-106/+6
2006-12-15Fix long standing issue with propagating error message back to caller. ThisReid Spencer1-5/+5
2006-12-07Removed more <iostream> includesBill Wendling1-5/+3
2006-10-12Fix massive resource leaks in the bytecode reader. Reading a bytecode fileChris Lattner1-39/+40
2006-08-25For PR797:Reid Spencer1-103/+134
2006-08-22For PR797:Reid Spencer1-8/+16
2006-07-06Change the ModuleProvider interface to not throw exceptions.Chris Lattner1-14/+12
2006-06-07For PR787:Reid Spencer1-0/+2
2005-12-26I bet pinski knows why g++ accepts this stuffDuraid Madina1-0/+2
2005-10-23When a function takes a variable number of pointer arguments, with a zeroJeff Cohen1-3/+3
2005-07-27Eliminate all remaining tabs and trailing spaces.Jeff Cohen1-10/+10
2005-06-22If we support structs as va_list, we must pass pointers to them to va_copyAndrew Lenharth1-4/+8
2005-06-19va_end fixAndrew Lenharth1-0/+1
2005-06-18core changes for varargsAndrew Lenharth1-3/+98
2005-06-08Remove code for conversion from old style va_args. Preparing the way forAndrew Lenharth1-76/+3
2005-05-05Remove vim settings from source code; people should use llvm/utils/vim/vimrcMisha Brukman1-1/+0
2005-04-21Remove trailing whitespaceMisha Brukman1-15/+15
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