summaryrefslogtreecommitdiff
path: root/lib/Serialization/GlobalModuleIndex.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Support] Add overload writeFileAtomically(std::function Writer)Jan Korous2019-09-131-32/+5
* [clang] Adopt new FileManager error-returning APIsHarlan Haskins2019-08-011-6/+6
* Fix parameter name comments using clang-tidy. NFC.Rui Ueyama2019-07-161-2/+2
* [Bitcode] Move Bitstream to a separate libraryFrancis Visoiu Mistrih2019-07-031-2/+2
* BitStream reader: propagate errorsJF Bastien2019-06-261-58/+89
* Adds `-ftime-trace` option to clang that produces Chrome `chrome://tracing` c...Anton Afanasyev2019-03-301-0/+4
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Move PCHContainerOperations from Frontend to SerializationRichard Trieu2018-12-121-1/+1
* Support: Simplify endian stream interface. NFCI.Peter Collingbourne2018-05-181-3/+3
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-091-25/+25
* Re-land: "[Support] Replace HashString with djbHash."Jonas Devlieghere2018-02-261-10/+10
* Revert "[Support] Replace HashString with djbHash."Jonas Devlieghere2018-02-261-10/+10
* [Support] Replace HashString with djbHash.Jonas Devlieghere2018-02-261-10/+10
* [modules] Add ability to specify module name to module file mapping (reapply)Boris Kolpackov2017-08-311-0/+4
* Revert r312105 [modules] Add ability to specify module name to module file ma...Victor Leschuk2017-08-301-4/+0
* [modules] Add ability to specify module name to module file mappingBoris Kolpackov2017-08-301-0/+4
* Modules: Use hash of PCM content for SIGNATUREDuncan P. N. Exon Smith2017-03-131-10/+66
* Fix for LLVM Bitcode API change (to use std::shared_ptr)David Blaikie2017-01-041-2/+2
* Bitcode: Decouple block info block state from reader.Peter Collingbourne2016-11-081-7/+2
* Bitcode: Change reader interface to take memory buffers.Peter Collingbourne2016-11-021-2/+1
* Bitcode: Simplify BitstreamWriter::EnterBlockInfoBlock() interface.Peter Collingbourne2016-11-011-1/+1
* Annotate dump() methods with LLVM_DUMP_METHOD, addressing Richard Smith r2591...Yaron Keren2016-01-291-1/+1
* EmitRecord* API change: accepts ArrayRef instead of a SmallVector (NFC)Mehdi Amini2015-09-101-3/+1
* Revert "EmitRecordWith* API change: takes an ArrayRef instead of a SmallVecto...Mehdi Amini2015-09-091-1/+3
* EmitRecordWith* API change: takes an ArrayRef instead of a SmallVector (NFC)Mehdi Amini2015-09-091-3/+1
* Make the clang module container format selectable from the command line.Adrian Prantl2015-07-171-6/+6
* Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").Alexander Kornienko2015-06-221-6/+6
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-221-6/+6
* Introduce a PCHContainerOperations interface (NFC).Adrian Prantl2015-06-201-6/+11
* Remove many superfluous SmallString::str() calls.Yaron Keren2015-03-181-4/+4
* Revert "Wrap clang module files in a Mach-O, ELF, or COFF container."Adrian Prantl2015-02-251-3/+2
* Wrap clang module files in a Mach-O, ELF, or COFF container.Adrian Prantl2015-02-251-2/+3
* Revert "Wrap clang module files in a Mach-O, ELF, or COFF container."Adrian Prantl2015-02-241-3/+2
* Wrap clang module files in a Mach-O, ELF, or COFF container.Adrian Prantl2015-02-241-2/+3
* Revert "Wrap clang module files in a Mach-O, ELF, or COFF container."Adrian Prantl2015-02-211-3/+2
* Wrap clang module files in a Mach-O, ELF, or COFF container.Adrian Prantl2015-02-201-2/+3
* Revert "Wrap clang module files in a Mach-O, ELF, or COFF container."Adrian Prantl2015-02-201-3/+2
* Wrap clang module files in a Mach-O, ELF, or COFF container.Adrian Prantl2015-02-201-2/+3
* Revert "Wrap clang module files in a Mach-O, ELF, or COFF container."Adrian Prantl2015-02-201-3/+2
* Wrap clang module files in a Mach-O, ELF, or COFF container.Adrian Prantl2015-02-201-2/+3
* Simplify code a bit by passing StreamFile to the BitstreamCursor constructor.Rafael Espindola2014-11-121-2/+1
* Make VFS and FileManager match the current MemoryBuffer API.Benjamin Kramer2014-10-261-5/+3
* Add a "signature" to AST files to verify that they haven't changedBen Langmuir2014-10-231-0/+4
* Return a std::unique_ptr from getBufferForFile. NFC.Rafael Espindola2014-08-261-2/+3
* unique_ptr-ify the MemoryBuffer parameter of GlobalModuleIndexDavid Blaikie2014-08-111-5/+4
* Update for llvm api change.Rafael Espindola2014-07-061-2/+4
* Replace llvm::error_code with std::error_code.Rafael Espindola2014-06-121-1/+1
* There is no std::errc:success, remove the llvm one.Rafael Espindola2014-05-311-2/+1
* [C++11] Use 'nullptr'. Serialization edition.Craig Topper2014-05-221-3/+3
* Fix leak of GlobalModuleIndex::IdentifierIndex, found by LSan.Nico Weber2014-04-251-1/+3