Age | Commit message (Expand) | Author | Files | Lines |
2020-11-17 | [clang][NFC] Use SmallString instead of SmallVector<char | Nathan James | 1 | -4/+3 |
2020-06-22 | Return false if the identifier is not in the global module index. | Vassil Vassilev | 1 | -1/+1 |
2020-06-11 | Make ASTFileSignature an array of 20 uint8_t instead of 5 uint32_t | Daniel Grumberg | 1 | -7/+6 |
2020-01-11 | GlobalModuleIndex - Fix use-after-move clang static analyzer warning. | Simon Pilgrim | 1 | -4/+5 |
2019-12-11 | [Support] Add TimeTraceScope constructor without detail arg | Russell Gallop | 1 | -2/+2 |
2019-11-21 | clang/Modules: Move Serialization/Module.{h,cpp} to ModuleFile, NFC | Duncan P. N. Exon Smith | 1 | -2/+2 |
2019-09-13 | [Support] Add overload writeFileAtomically(std::function Writer) | Jan Korous | 1 | -32/+5 |
2019-08-01 | [clang] Adopt new FileManager error-returning APIs | Harlan Haskins | 1 | -6/+6 |
2019-07-16 | Fix parameter name comments using clang-tidy. NFC. | Rui Ueyama | 1 | -2/+2 |
2019-07-03 | [Bitcode] Move Bitstream to a separate library | Francis Visoiu Mistrih | 1 | -2/+2 |
2019-06-26 | BitStream reader: propagate errors | JF Bastien | 1 | -58/+89 |
2019-03-30 | Adds `-ftime-trace` option to clang that produces Chrome `chrome://tracing` c... | Anton Afanasyev | 1 | -0/+4 |
2019-01-19 | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 1 | -4/+3 |
2018-12-12 | Move PCHContainerOperations from Frontend to Serialization | Richard Trieu | 1 | -1/+1 |
2018-05-18 | Support: Simplify endian stream interface. NFCI. | Peter Collingbourne | 1 | -3/+3 |
2018-05-09 | Remove \brief commands from doxygen comments. | Adrian Prantl | 1 | -25/+25 |
2018-02-26 | Re-land: "[Support] Replace HashString with djbHash." | Jonas Devlieghere | 1 | -10/+10 |
2018-02-26 | Revert "[Support] Replace HashString with djbHash." | Jonas Devlieghere | 1 | -10/+10 |
2018-02-26 | [Support] Replace HashString with djbHash. | Jonas Devlieghere | 1 | -10/+10 |
2017-08-31 | [modules] Add ability to specify module name to module file mapping (reapply) | Boris Kolpackov | 1 | -0/+4 |
2017-08-30 | Revert r312105 [modules] Add ability to specify module name to module file ma... | Victor Leschuk | 1 | -4/+0 |
2017-08-30 | [modules] Add ability to specify module name to module file mapping | Boris Kolpackov | 1 | -0/+4 |
2017-03-13 | Modules: Use hash of PCM content for SIGNATURE | Duncan P. N. Exon Smith | 1 | -10/+66 |
2017-01-04 | Fix for LLVM Bitcode API change (to use std::shared_ptr) | David Blaikie | 1 | -2/+2 |
2016-11-08 | Bitcode: Decouple block info block state from reader. | Peter Collingbourne | 1 | -7/+2 |
2016-11-02 | Bitcode: Change reader interface to take memory buffers. | Peter Collingbourne | 1 | -2/+1 |
2016-11-01 | Bitcode: Simplify BitstreamWriter::EnterBlockInfoBlock() interface. | Peter Collingbourne | 1 | -1/+1 |
2016-01-29 | Annotate dump() methods with LLVM_DUMP_METHOD, addressing Richard Smith r2591... | Yaron Keren | 1 | -1/+1 |
2015-09-10 | EmitRecord* API change: accepts ArrayRef instead of a SmallVector (NFC) | Mehdi Amini | 1 | -3/+1 |
2015-09-09 | Revert "EmitRecordWith* API change: takes an ArrayRef instead of a SmallVecto... | Mehdi Amini | 1 | -1/+3 |
2015-09-09 | EmitRecordWith* API change: takes an ArrayRef instead of a SmallVector (NFC) | Mehdi Amini | 1 | -3/+1 |
2015-07-17 | Make the clang module container format selectable from the command line. | Adrian Prantl | 1 | -6/+6 |
2015-06-22 | Revert r240270 ("Fixed/added namespace ending comments using clang-tidy"). | Alexander Kornienko | 1 | -6/+6 |
2015-06-22 | Fixed/added namespace ending comments using clang-tidy. NFC | Alexander Kornienko | 1 | -6/+6 |
2015-06-20 | Introduce a PCHContainerOperations interface (NFC). | Adrian Prantl | 1 | -6/+11 |
2015-03-18 | Remove many superfluous SmallString::str() calls. | Yaron Keren | 1 | -4/+4 |
2015-02-25 | Revert "Wrap clang module files in a Mach-O, ELF, or COFF container." | Adrian Prantl | 1 | -3/+2 |
2015-02-25 | Wrap clang module files in a Mach-O, ELF, or COFF container. | Adrian Prantl | 1 | -2/+3 |
2015-02-24 | Revert "Wrap clang module files in a Mach-O, ELF, or COFF container." | Adrian Prantl | 1 | -3/+2 |
2015-02-24 | Wrap clang module files in a Mach-O, ELF, or COFF container. | Adrian Prantl | 1 | -2/+3 |
2015-02-21 | Revert "Wrap clang module files in a Mach-O, ELF, or COFF container." | Adrian Prantl | 1 | -3/+2 |
2015-02-20 | Wrap clang module files in a Mach-O, ELF, or COFF container. | Adrian Prantl | 1 | -2/+3 |
2015-02-20 | Revert "Wrap clang module files in a Mach-O, ELF, or COFF container." | Adrian Prantl | 1 | -3/+2 |
2015-02-20 | Wrap clang module files in a Mach-O, ELF, or COFF container. | Adrian Prantl | 1 | -2/+3 |
2015-02-20 | Revert "Wrap clang module files in a Mach-O, ELF, or COFF container." | Adrian Prantl | 1 | -3/+2 |
2015-02-20 | Wrap clang module files in a Mach-O, ELF, or COFF container. | Adrian Prantl | 1 | -2/+3 |
2014-11-12 | Simplify code a bit by passing StreamFile to the BitstreamCursor constructor. | Rafael Espindola | 1 | -2/+1 |
2014-10-26 | Make VFS and FileManager match the current MemoryBuffer API. | Benjamin Kramer | 1 | -5/+3 |
2014-10-23 | Add a "signature" to AST files to verify that they haven't changed | Ben Langmuir | 1 | -0/+4 |
2014-08-26 | Return a std::unique_ptr from getBufferForFile. NFC. | Rafael Espindola | 1 | -2/+3 |