aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Bitcode
AgeCommit message (Expand)AuthorFilesLines
2019-08-23Do a sweep of symbol internalization. NFC.Benjamin Kramer1-1/+1
2019-08-21[BitcodeReader] Check if we can create a null constant for type.Florian Hahn1-0/+2
2019-08-15[llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2-10/+10
2019-08-13[AutoUpgrader] Make ArcRuntime Autoupgrader more conservativeSteven Wu1-2/+1
2019-08-08[ObjC][ARC] Upgrade calls to ARC runtime functions to intrinsic calls ifAkira Hatanaka1-0/+1
2019-08-05Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFCFangrui Song1-1/+1
2019-07-31Reland: [Remarks] Add an LLVM-bitstream-based remark serializerFrancis Visoiu Mistrih1-0/+10
2019-07-31Revert "[Remarks] Add an LLVM-bitstream-based remark serializer"Francis Visoiu Mistrih1-10/+0
2019-07-30[Remarks] Add an LLVM-bitstream-based remark serializerFrancis Visoiu Mistrih1-0/+10
2019-07-17[llvm-bcanalyzer] Fixed error 'Expected<T> must be checked before access or d...Denis Bakhvalov1-2/+5
2019-07-15ARM MTE stack sanitizer.Evgeniy Stepanov2-1/+9
2019-07-14Recommit "[BitcodeReader] Validate OpNum, before accessing Record array."Florian Hahn1-0/+4
2019-07-14[BitcodeReader] Use tighter upper bound to validate forward references.Florian Hahn4-8/+31
2019-07-11[Attributor] Deduce "nosync" function attribute.Stefan Stipanovic2-1/+9
2019-07-11Revert [BitcodeReader] Validate OpNum, before accessing Record array.Florian Hahn1-4/+0
2019-07-11[BitcodeReader] Validate OpNum, before accessing Record array.Florian Hahn1-0/+4
2019-07-09[Bitcode] Explicitly include Bitstream/BitCodes.h and BitstreamWriter.hFrancis Visoiu Mistrih1-0/+2
2019-07-09[ThinLTO] only emit used or referenced CFI records to indexBob Haarman1-8/+22
2019-07-08[Bitcode][NFC] Remove unused variable from BitcodeAnalyzerFrancis Visoiu Mistrih1-2/+0
2019-07-08Add, and infer, a nofree function attributeBrian Homerding2-0/+6
2019-07-08[llvm-bcanalyzer] Refactor and move to libLLVMBitReaderFrancis Visoiu Mistrih2-0/+978
2019-07-05[ThinLTO] Attempt to recommit r365188 after alignment fixEugene Leviant2-25/+54
2019-07-05Reverted r365188 due to alignment problems on i686-androidEugene Leviant2-54/+25
2019-07-05Scalable Vector IR Type with further LTO fixesGraham Hunter2-3/+8
2019-07-05[ThinLTO] Attempt to recommit r365040 after caching fixEugene Leviant2-25/+54
2019-07-04Fix -Wdocumentation param warning.Simon Pilgrim1-2/+2
2019-07-04Revert [ThinLTO] Optimize writeonly globals outReid Kleckner2-54/+25
2019-07-03[Bitcode] Move Bitstream to a separate libraryFrancis Visoiu Mistrih6-516/+5
2019-07-03[ThinLTO] Optimize writeonly globals outEugene Leviant2-25/+54
2019-07-02[ThinLTO] Address post-review suggestions for index-based WPD summaryTeresa Johnson1-14/+11
2019-07-02[ThinLTO] Add summary entries for index-based WPDTeresa Johnson2-5/+123
2019-06-27[Attr] Add "willreturn" function attributeJohannes Doerfert2-0/+6
2019-06-27Bitcode: derive all types used from records instead of Values.Tim Northover3-144/+311
2019-06-27Revert r363658 "[SVE][IR] Scalable Vector IR Type with pr42210 fix"Hans Wennborg2-8/+3
2019-06-27Fix -Wunused-variable warnings after r364464Hans Wennborg1-2/+2
2019-06-26BitStream reader: propagate errorsJF Bastien3-313/+705
2019-06-18[SVE][IR] Scalable Vector IR Type with pr42210 fixGraham Hunter2-3/+8
2019-06-13[ThinLTO][Bitcode] Add 'entrycount' to FS_COMBINED_PROFILE. NFCEugene Leviant1-0/+1
2019-06-09Revert r361953 "[SVE][IR] Scalable Vector IR Type"Nico Weber2-8/+3
2019-06-05IR: make getParamByValType Just Work. NFC.Tim Northover2-2/+3
2019-05-30Reapply: IR: add optional type to 'byval' function parametersTim Northover3-9/+62
2019-05-29Revert "IR: add optional type to 'byval' function parameters"Tim Northover3-62/+9
2019-05-29IR: add optional type to 'byval' function parametersTim Northover3-9/+62
2019-05-29[SVE][IR] Scalable Vector IR TypeGraham Hunter2-3/+8
2019-05-29Add IR support, ELF section and user documentation for partitioning feature.Peter Collingbourne2-2/+29
2019-05-22[IR] allow fast-math-flags on select of FP valuesSanjay Patel2-1/+10
2019-05-15[IR] Disallow llvm.global_ctors and llvm.global_dtors of the 2-field form in ...Fangrui Song1-1/+7
2019-05-10[ThinLTO] Auto-hide prevailing linkonce_odr only when all copies eligibleTeresa Johnson2-1/+3
2019-05-07Avoid use-after-move warnings by using swap instead. NFCI.Simon Pilgrim1-1/+2
2019-05-07[DebugInfo] Delete TypedDINodeRefFangrui Song1-1/+1