summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Bitcode/Writer/BitcodeWriter.cpp
Commit message (Expand)AuthorAgeFilesLines
* [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
* 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
* Reapply: IR: add optional type to 'byval' function parametersTim Northover2019-05-301-4/+11
* Revert "IR: add optional type to 'byval' function parameters"Tim Northover2019-05-291-11/+4
* IR: add optional type to 'byval' function parametersTim Northover2019-05-291-4/+11
* [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
* 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-081-0/+35
* 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
* IR: Add fp operations to atomicrmwMatt Arsenault2019-01-221-0/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Revert "[ThinLTO] Add summary entries for index-based WPD"Teresa Johnson2019-01-171-56/+5
* [ThinLTO] Add summary entries for index-based WPDTeresa Johnson2019-01-171-5/+56
* [LTO] Record whether LTOUnit splitting is enabled in indexTeresa Johnson2019-01-111-0/+11
* [ThinLTO] Compute synthetic function entry countEaswaran Raman2018-12-131-3/+8
* [DebugInfo] IR/Bitcode changes for DISubprogram flags.Paul Robinson2018-11-281-6/+4
* Use llvm::copy. NFCFangrui Song2018-11-171-1/+1
* [ThinLTO] Internalize readonly globalsEugene Leviant2018-11-161-3/+19
* [IR] Add a dedicated FNeg IR InstructionCameron McInally2018-11-131-1/+51
* Revert "[ThinLTO] Internalize readonly globals"Steven Wu2018-11-131-19/+3
* [ThinLTO] Internalize readonly globalsEugene Leviant2018-11-101-3/+19
* [ThinLTO] Split NotEligibleToImport into legality and inlinability flagsTeresa Johnson2018-11-061-0/+1
OpenPOWER on IntegriCloud