summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Bitcode/Writer/BitcodeWriter.cpp
Commit message (Expand)AuthorAgeFilesLines
* [DebugInfo] Emit address space with DW_AT_address_class attribute for pointer...Konstantin Zhuravlyov2017-03-081-0/+7
* Move symbols from the global namespace into (anonymous) namespaces. NFC.Benjamin Kramer2017-02-111-1/+1
* IR: Function summary extensions for whole-program devirtualization pass.Peter Collingbourne2017-02-101-4/+45
* Revert "[ThinLTO] Add an auto-hide feature"Mehdi Amini2017-02-031-4/+4
* [ThinLTO] Add an auto-hide featureMehdi Amini2017-02-031-4/+4
* Revert "[ThinLTO] Add an auto-hide feature"Mehdi Amini2017-02-021-4/+4
* [ThinLTO] Add an auto-hide featureMehdi Amini2017-02-021-4/+4
* Revert "[ThinLTO] Add an auto-hide feature"Mehdi Amini2017-02-021-4/+4
* [ThinLTO] Add an auto-hide featureMehdi Amini2017-02-021-4/+4
* Change debug-info-for-profiling from a TargetOption to a function attribute.Dehao Chen2017-02-011-0/+1
* ThinLTO: add early "dead-stripping" on the IndexTeresa Johnson2017-01-051-0/+1
* [ThinLTO] Subsume all importing checks into a single flagTeresa Johnson2017-01-051-4/+2
* Reapply "Make BitCodeAbbrev ownership explicit using shared_ptr rather than I...David Blaikie2017-01-041-92/+92
* Revert "Make BitCodeAbbrev ownership explicit using shared_ptr rather than In...David Blaikie2017-01-041-92/+92
* Make BitCodeAbbrev ownership explicit using shared_ptr rather than IntrusiveR...David Blaikie2017-01-041-92/+92
* Change Metadata Index emission in the bitcode to use 2x32 bits for the placeh...Mehdi Amini2016-12-281-2/+3
* Add an index for Module Metadata record in the bitcodeMehdi Amini2016-12-281-5/+92
* Revert "Add an index for Module Metadata record in the bitcode"Saleem Abdulrasool2016-12-281-80/+5
* Add an index for Module Metadata record in the bitcodeMehdi Amini2016-12-281-5/+80
* [DebugInfo] Added support for Checksum debug info feature.Amjad Aboud2016-12-251-0/+2
* IR: Function summary representation for type tests.Peter Collingbourne2016-12-211-0/+6
* IR: Eliminate non-determinism in the module summary analysis.Peter Collingbourne2016-12-201-11/+1
* [IR] Remove the DIExpression field from DIGlobalVariable.Adrian Prantl2016-12-201-2/+17
* Revert "[IR] Remove the DIExpression field from DIGlobalVariable."Adrian Prantl2016-12-161-15/+1
* [IR] Remove the DIExpression field from DIGlobalVariable.Adrian Prantl2016-12-161-1/+15
* Revert "[IR] Remove the DIExpression field from DIGlobalVariable."Adrian Prantl2016-12-161-15/+1
* [IR] Remove the DIExpression field from DIGlobalVariable.Adrian Prantl2016-12-161-1/+15
* Fix MSVC bool to uint64_t promotion warningSimon Pilgrim2016-12-061-1/+1
* [DIExpression] Introduce a dedicated DW_OP_LLVM_fragment operationAdrian Prantl2016-12-051-1/+2
* Bitcode: Introduce BitcodeWriter interface.Peter Collingbourne2016-11-291-94/+75
* Restore "[ThinLTO] Prevent exporting of locals used/defined in module level asm"Teresa Johnson2016-11-141-6/+17
* [ThinLTO] Make inline assembly handling more efficient in summaryTeresa Johnson2016-11-141-0/+1
* Split Bitcode/ReaderWriter.h into separate reader and writer headersTeresa Johnson2016-11-111-1/+1
* IR: Introduce inrange attribute on getelementptr indices.Peter Collingbourne2016-11-101-2/+5
* Revert "[ThinLTO] Prevent exporting of locals used/defined in module level asm"Mehdi Amini2016-11-091-17/+6
* [ThinLTO] Prevent exporting of locals used/defined in module level asmTeresa Johnson2016-11-081-6/+17
* [BitcodeWriter] Replace a manual byteswap with read32be.Benjamin Kramer2016-11-061-8/+3
* Add DWARF debug info support for C++11 inline namespaces.Adrian Prantl2016-11-031-1/+1
* Bitcode: Simplify BitstreamWriter::EnterBlockInfoBlock() interface.Peter Collingbourne2016-11-011-1/+1
* [ThinLTO] Use flags from summary when writing variable summary (NFC)Teresa Johnson2016-10-281-1/+1
* [ThinLTO] Create AliasSummary when building indexTeresa Johnson2016-10-281-1/+3
* [ThinLTO] Rename HasSection to NoRename (NFC)Teresa Johnson2016-10-281-1/+1
* Fix spelling mistake in comment.Simon Pilgrim2016-10-201-1/+1
* Fix MSVC bool -> uint64_t promotion warningSimon Pilgrim2016-10-201-1/+1
* DebugInfo: preparation to implement DW_AT_alignmentVictor Leschuk2016-10-201-1/+17
* [thinlto] Basic thinlto fdo heuristicPiotr Padlewski2016-09-261-12/+8
* [ThinLTO] Always emit a summary when compiling in ThinLTO modeTeresa Johnson2016-09-201-3/+5
* BitcodeWriter: fix emission of invoke when calling a var-arg function with op...Mehdi Amini2016-09-191-1/+1
* Don't create a SymbolTable in Function when the LLVMContext discards value na...Mehdi Amini2016-09-171-1/+2
* DebugInfo: New metadata representation for global variables.Peter Collingbourne2016-09-131-1/+1
OpenPOWER on IntegriCloud