summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Bitcode/Writer/BitcodeWriter.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* DebugInfo: Add flag to CU to disable emission of inline debug info into the s...David Blaikie2016-08-241-0/+1
* Constify some path in the bitcode writer (NFC)Mehdi Amini2016-08-191-6/+6
* Don't import variadic functionsPiotr Padlewski2016-08-111-1/+1
* [ThinLTO] Address review comments from PGO indirect call promotion (NFC)Teresa Johnson2016-07-181-13/+17
* [ThinLTO] Perform profile-guided indirect call promotionTeresa Johnson2016-07-171-4/+65
* Add writeonly IR attributeNicolai Haehnle2016-07-041-0/+2
* [codeview] Add DISubprogram::ThisAdjustmentReid Kleckner2016-07-011-0/+1
* BitcodeWriter: Remove redundant (and incorrect) check for whether to emit mod...Peter Collingbourne2016-06-241-3/+0
* IR: Allow metadata attachments on declarations, and fix lazy loaded metadata ...Peter Collingbourne2016-06-211-13/+21
* IR: Introduce local_unnamed_addr attribute.Peter Collingbourne2016-06-141-5/+16
* [DebugInfo] Add calling convention support for DWARF and CodeViewReid Kleckner2016-06-081-0/+1
* Add support for metadata attachments for global variables.Peter Collingbourne2016-05-311-12/+30
* Avoid temporary vector for sorting in BitcodeWriterMehdi Amini2016-05-161-13/+10
* ThinLTO: fix non-determinism in bitcode writingMehdi Amini2016-05-161-1/+8
* Revert "ThinLTO: fix non-determinism in bitcode writing"Mehdi Amini2016-05-161-7/+1
* ThinLTO: fix another non-determinism in bitcode writingMehdi Amini2016-05-161-2/+9
* ThinLTO: fix non-determinism in bitcode writingMehdi Amini2016-05-161-1/+7
* ThinLTO: fix non-determinism in bitcode writingMehdi Amini2016-05-161-1/+7
* Move helper classes into anonymous namespaces. NFC.Benjamin Kramer2016-05-151-0/+2
* [ThinLTO] Fix Windows debug failure in new iteratorTeresa Johnson2016-05-111-2/+13
* Restore "[ThinLTO] Emit individual index files for distributed backends"Teresa Johnson2016-05-101-71/+215
* Implement a safer bitcode upgrade for DISubprogram.Adrian Prantl2016-05-061-1/+2
* BitcodeWriter: Simplify. NFC.Peter Collingbourne2016-05-061-4/+2
OpenPOWER on IntegriCloud