summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Bytecode/Reader/ReaderWrappers.cpp
Commit message (Expand)AuthorAgeFilesLines
* remove bytecode readerChris Lattner2007-05-061-256/+0
* move archive-specific stuff out of bcreader into archive library.Chris Lattner2007-02-071-67/+0
* move an llvmc-specific function out of the bcreader into llvmc.Chris Lattner2007-02-071-16/+0
* move AnalyzeBytecodeFile out of ReaderWrappers.cpp into Analyzer.cpp. NowChris Lattner2007-02-071-15/+0
* push bytecode decompressor out through APIs. Now the bytecode readerChris Lattner2007-02-071-45/+35
* Move compressor out of the core Reader.cpp file.Chris Lattner2007-02-071-3/+7
* For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoidReid Spencer2007-01-301-2/+2
* remove support for old-style varargs upgradingChris Lattner2007-01-071-106/+6
* Fix long standing issue with propagating error message back to caller. ThisReid Spencer2006-12-151-5/+5
* Removed more <iostream> includesBill Wendling2006-12-071-5/+3
* Fix massive resource leaks in the bytecode reader. Reading a bytecode fileChris Lattner2006-10-121-39/+40
* For PR797:Reid Spencer2006-08-251-103/+134
* For PR797:Reid Spencer2006-08-221-8/+16
* Change the ModuleProvider interface to not throw exceptions.Chris Lattner2006-07-061-14/+12
* For PR787:Reid Spencer2006-06-071-0/+2
* I bet pinski knows why g++ accepts this stuffDuraid Madina2005-12-261-0/+2
* When a function takes a variable number of pointer arguments, with a zeroJeff Cohen2005-10-231-3/+3
* Eliminate all remaining tabs and trailing spaces.Jeff Cohen2005-07-271-10/+10
* 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
OpenPOWER on IntegriCloud