summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Object/IRObjectFile.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make RecordStreamer.h private.Rafael Espindola2014-07-041-2/+2
* Ignore llvm.* globals.Rafael Espindola2014-07-041-6/+3
* Implement LTOModule on top of IRObjectFile.Rafael Espindola2014-07-041-14/+12
* Mark intrinsic functions as llvm-specific.Rafael Espindola2014-07-041-0/+5
* Don't include llvm.metadata variables in archive symbol tables.Rafael Espindola2014-07-041-0/+5
* Move createIRObjectFile to the IRObjectFile class and return the concrete type.Rafael Espindola2014-07-031-1/+1
* Add support for inline asm symbols to IRObjectFile.Rafael Espindola2014-07-031-21/+130
* Pass a unique_ptr<MemoryBuffer> to the constructors in the Binary hierarchy.Rafael Espindola2014-06-241-8/+9
* Make ObjectFile and BitcodeReader always own the MemoryBuffer.Rafael Espindola2014-06-231-8/+10
* Change IRObjectFile to parse the bitcode lazily.Rafael Espindola2014-06-181-2/+13
* Remove 'using std::errro_code' from lib.Rafael Espindola2014-06-131-5/+4
* Don't use 'using std::error_code' in include/llvm.Rafael Espindola2014-06-121-0/+1
* Remove the linker_private and linker_private_weak linkages.Rafael Espindola2014-03-131-2/+1
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-061-1/+1
* [C++11] Replace OwningPtr::take() with OwningPtr::release().Ahmed Charles2014-03-051-1/+1
* Now that it is possible, use the mangler in IRObjectFile.Rafael Espindola2014-02-281-2/+14
* Add missing include.Rafael Espindola2014-02-211-0/+1
* Add a SymbolicFile interface between Binary and ObjectFile.Rafael Espindola2014-02-211-0/+139
OpenPOWER on IntegriCloud