summaryrefslogtreecommitdiffstats
path: root/lib/IRReader
Commit message (Expand)AuthorAgeFilesLines
* Timer: Track name and description.Matthias Braun2016-11-181-3/+6
* Bitcode: Change module reader functions to return an llvm::Expected.Peter Collingbourne2016-11-131-8/+12
* Split Bitcode/ReaderWriter.h into separate reader and writer headersTeresa Johnson2016-11-111-1/+1
* IR, Bitcode: Change bitcode reader to no longer own its memory buffer.Peter Collingbourne2016-11-081-1/+1
* Remove autoconf supportChris Bieneman2016-01-261-14/+0
* [ThinLTO] Metadata linking for imported functionsTeresa Johnson2015-12-171-5/+7
* Return a unique_ptr from getLazyBitcodeModule and parseBitcodeFile. NFC.Rafael Espindola2015-06-161-4/+5
* modules: Add explicit dependency on intrinsics_genDuncan P. N. Exon Smith2015-06-161-0/+3
* Use ADDITIONAL_HEADER_DIRS in all LLVM CMake projects.Zachary Turner2015-02-111-0/+3
* Remove unused variable. NFC.Rafael Espindola2014-11-061-1/+0
* Pass a && to getLazyBitcodeModule.Rafael Espindola2014-09-031-1/+2
* Pass a std::unique_ptr<MemoryBuffer>& to getLazyBitcodeModule.Rafael Espindola2014-08-261-3/+1
* Pass a MemoryBufferRef when we can avoid taking ownership.Rafael Espindola2014-08-261-10/+9
* Return a std::unique_ptr from the IRReader.h functions. NFC.Rafael Espindola2014-08-261-16/+15
* Modernize the .ll parsing interface.Rafael Espindola2014-08-191-7/+8
* Pass a std::uinque_ptr to ParseAssembly to make the ownership explicit. NFC.Rafael Espindola2014-08-171-3/+3
* getLazyIRModule always takes ownership. Make that explicit.Rafael Espindola2014-08-171-10/+9
* Update the MemoryBuffer API to use ErrorOr.Rafael Espindola2014-07-061-8/+10
* Make a helper function static. No functionality change.Rafael Espindola2014-07-051-3/+2
* IRReader: don't mark MemoryBuffers constAlp Toker2014-06-271-1/+1
* Propagate const-correctness into parseBitcodeFile()Alp Toker2014-06-271-2/+1
* ParseIR: don't take ownership of the MemoryBufferAlp Toker2014-06-271-7/+10
* Revert "Introduce a string_ostream string builder facilty"Alp Toker2014-06-261-3/+6
* MSVC build fix following r211749Alp Toker2014-06-261-1/+2
* Introduce a string_ostream string builder faciltyAlp Toker2014-06-261-6/+2
* 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 system_error.h.Rafael Espindola2014-06-121-1/+1
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-151-7/+7
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-061-3/+2
* [C++11] Replace OwningPtr::take() with OwningPtr::release().Ahmed Charles2014-03-051-2/+2
* Make parseBitcodeFile return an ErrorOr<Module *>.Rafael Espindola2014-01-151-5/+7
* Update getLazyBitcodeModule to use ErrorOr for error handling.Rafael Espindola2014-01-131-4/+5
* Move the LLVM IR asm writer header files into the IR directory, as theyChandler Carruth2014-01-071-1/+1
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-071-3/+3
* [llvm-c] Expose IRReader interfacePeter Zotov2013-11-061-0/+32
* Add 'const' qualifiers to static const char* variables.Craig Topper2013-07-161-2/+2
* keep only the StringRef version of getFileOrSTDIN.Rafael Espindola2013-06-251-2/+2
* Measure time that IR parsing took as part of the -time-passes measurement.Eli Bendersky2013-04-031-0/+11
* Fix top-comment header and some indentationEli Bendersky2013-04-012-3/+3
* Split out the IRReader header and the utility functions it provides intoChandler Carruth2013-03-264-0/+117