summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Bitcode/Writer
Commit message (Expand)AuthorAgeFilesLines
* Revert "DebugInfo: Fix rangesBaseAddress DICompileUnit bitcode serialization/...David Blaikie2019-12-301-1/+0
* DebugInfo: Fix rangesBaseAddress DICompileUnit bitcode serialization/deserial...David Blaikie2019-12-271-0/+1
* [LTO] Support for embedding bitcode section during LTOTeresa Johnson2019-12-121-1/+124
* [cmake] Explicitly mark libraries defined in lib/ as "Component Libraries"Tom Stellard2019-11-211-1/+1
* Fix error message missed in commit dde589389fcb8b5098f7a47f1b781b27d29a0cac.Andrew Browne2019-11-181-7/+6
* Sink all InitializePasses.h includesReid Kleckner2019-11-131-0/+1
* [IR] Redefine Freeze instructionaqjune2019-11-121-23/+27
* ThinLTO : Import always_inline functions irrespective of the thresholdTeresa Johnson2019-11-081-0/+1
* [ThinLTO] Import readonly vars with refsevgeny2019-11-071-1/+3
* [IR] Add Freeze instructionaqjune2019-11-051-23/+23
* [Bitcode] Update naming of UNOP_NEG to UNOP_FNEGCameron McInally2019-10-071-1/+1
* [IR] allow fast-math-flags on phi of FP values (2nd try)Sanjay Patel2019-09-251-0/+5
* Revert [IR] allow fast-math-flags on phi of FP valuesSanjay Patel2019-09-251-5/+0
* [IR] allow fast-math-flags on phi of FP valuesSanjay Patel2019-09-251-0/+5
* Do a sweep of symbol internalization. NFC.Benjamin Kramer2019-08-231-1/+1
* Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFCFangrui Song2019-08-051-1/+1
* ARM MTE stack sanitizer.Evgeniy Stepanov2019-07-151-0/+2
* [Attributor] Deduce "nosync" function attribute.Stefan Stipanovic2019-07-111-0/+2
* [ThinLTO] only emit used or referenced CFI records to indexBob Haarman2019-07-091-8/+22
* Add, and infer, a nofree function attributeBrian Homerding2019-07-081-0/+2
* [ThinLTO] Attempt to recommit r365188 after alignment fixEugene Leviant2019-07-051-11/+21
* Reverted r365188 due to alignment problems on i686-androidEugene Leviant2019-07-051-21/+11
* Scalable Vector IR Type with further LTO fixesGraham Hunter2019-07-051-1/+4
* [ThinLTO] Attempt to recommit r365040 after caching fixEugene Leviant2019-07-051-11/+21
* Revert [ThinLTO] Optimize writeonly globals outReid Kleckner2019-07-041-21/+11
* [Bitcode] Move Bitstream to a separate libraryFrancis Visoiu Mistrih2019-07-031-2/+2
* [ThinLTO] Optimize writeonly globals outEugene Leviant2019-07-031-11/+21
* [ThinLTO] Address post-review suggestions for index-based WPD summaryTeresa Johnson2019-07-021-14/+11
* [ThinLTO] Add summary entries for index-based WPDTeresa Johnson2019-07-021-5/+67
* [Attr] Add "willreturn" function attributeJohannes Doerfert2019-06-271-0/+2
* Revert r363658 "[SVE][IR] Scalable Vector IR Type with pr42210 fix"Hans Wennborg2019-06-271-4/+1
* [SVE][IR] Scalable Vector IR Type with pr42210 fixGraham Hunter2019-06-181-1/+4
* [ThinLTO][Bitcode] Add 'entrycount' to FS_COMBINED_PROFILE. NFCEugene Leviant2019-06-131-0/+1
* Revert r361953 "[SVE][IR] Scalable Vector IR Type"Nico Weber2019-06-091-4/+1
* IR: make getParamByValType Just Work. NFC.Tim Northover2019-06-051-1/+1
* Reapply: IR: add optional type to 'byval' function parametersTim Northover2019-05-302-6/+15
* Revert "IR: add optional type to 'byval' function parameters"Tim Northover2019-05-292-15/+6
* IR: add optional type to 'byval' function parametersTim Northover2019-05-292-6/+15
* [SVE][IR] Scalable Vector IR TypeGraham Hunter2019-05-291-1/+4
* Add IR support, ELF section and user documentation for partitioning feature.Peter Collingbourne2019-05-291-1/+10
* [IR] allow fast-math-flags on select of FP valuesSanjay Patel2019-05-221-1/+5
* [ThinLTO] Auto-hide prevailing linkonce_odr only when all copies eligibleTeresa Johnson2019-05-101-0/+1
* Avoid use-after-move warnings by using swap instead. NFCI.Simon Pilgrim2019-05-071-1/+2
* Add LLVM IR debug info support for Fortran COMMON blocksAdrian Prantl2019-04-081-0/+16
* IR: Add immarg attributeMatt Arsenault2019-03-121-0/+2
* Implementation of asm-goto support in LLVMCraig Topper2019-02-082-4/+37
* Revert "[Sanitizers] UBSan unreachable incompatible with ASan in the presence...Julian Lettner2019-01-241-2/+0
* [Sanitizers] UBSan unreachable incompatible with ASan in the presence of `nor...Julian Lettner2019-01-241-0/+2
* Reapply "IR: Add fp operations to atomicrmw"Matt Arsenault2019-01-221-0/+2
* Revert r351778: IR: Add fp operations to atomicrmwChandler Carruth2019-01-221-2/+0
OpenPOWER on IntegriCloud