summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Bitcode
Commit message (Expand)AuthorAgeFilesLines
* MetadataLoader lazyLoadOneMetadata - silence static analyzer dyn_cast<MDNode>...Simon Pilgrim2019-09-261-1/+1
* [IR] allow fast-math-flags on phi of FP values (2nd try)Sanjay Patel2019-09-252-6/+28
* Revert [IR] allow fast-math-flags on phi of FP valuesSanjay Patel2019-09-252-28/+6
* [IR] allow fast-math-flags on phi of FP valuesSanjay Patel2019-09-252-6/+28
* Add AutoUpgrade function to add new address space datalayout string to existi...Amy Huang2019-09-181-0/+5
* Do a sweep of symbol internalization. NFC.Benjamin Kramer2019-08-231-1/+1
* [BitcodeReader] Check if we can create a null constant for type.Florian Hahn2019-08-211-0/+2
* [llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-152-10/+10
* [AutoUpgrader] Make ArcRuntime Autoupgrader more conservativeSteven Wu2019-08-131-2/+1
* [ObjC][ARC] Upgrade calls to ARC runtime functions to intrinsic calls ifAkira Hatanaka2019-08-081-0/+1
* Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFCFangrui Song2019-08-051-1/+1
* Reland: [Remarks] Add an LLVM-bitstream-based remark serializerFrancis Visoiu Mistrih2019-07-311-0/+10
* Revert "[Remarks] Add an LLVM-bitstream-based remark serializer"Francis Visoiu Mistrih2019-07-311-10/+0
* [Remarks] Add an LLVM-bitstream-based remark serializerFrancis Visoiu Mistrih2019-07-301-0/+10
* [llvm-bcanalyzer] Fixed error 'Expected<T> must be checked before access or d...Denis Bakhvalov2019-07-171-2/+5
* ARM MTE stack sanitizer.Evgeniy Stepanov2019-07-152-1/+9
* Recommit "[BitcodeReader] Validate OpNum, before accessing Record array."Florian Hahn2019-07-141-0/+4
* [BitcodeReader] Use tighter upper bound to validate forward references.Florian Hahn2019-07-144-8/+31
* [Attributor] Deduce "nosync" function attribute.Stefan Stipanovic2019-07-112-1/+9
* Revert [BitcodeReader] Validate OpNum, before accessing Record array.Florian Hahn2019-07-111-4/+0
* [BitcodeReader] Validate OpNum, before accessing Record array.Florian Hahn2019-07-111-0/+4
* [Bitcode] Explicitly include Bitstream/BitCodes.h and BitstreamWriter.hFrancis Visoiu Mistrih2019-07-091-0/+2
* [ThinLTO] only emit used or referenced CFI records to indexBob Haarman2019-07-091-8/+22
* [Bitcode][NFC] Remove unused variable from BitcodeAnalyzerFrancis Visoiu Mistrih2019-07-081-2/+0
* Add, and infer, a nofree function attributeBrian Homerding2019-07-082-0/+6
* [llvm-bcanalyzer] Refactor and move to libLLVMBitReaderFrancis Visoiu Mistrih2019-07-082-0/+978
* [ThinLTO] Attempt to recommit r365188 after alignment fixEugene Leviant2019-07-052-25/+54
* Reverted r365188 due to alignment problems on i686-androidEugene Leviant2019-07-052-54/+25
* Scalable Vector IR Type with further LTO fixesGraham Hunter2019-07-052-3/+8
* [ThinLTO] Attempt to recommit r365040 after caching fixEugene Leviant2019-07-052-25/+54
* Fix -Wdocumentation param warning.Simon Pilgrim2019-07-041-2/+2
* Revert [ThinLTO] Optimize writeonly globals outReid Kleckner2019-07-042-54/+25
* [Bitcode] Move Bitstream to a separate libraryFrancis Visoiu Mistrih2019-07-036-516/+5
* [ThinLTO] Optimize writeonly globals outEugene Leviant2019-07-032-25/+54
* [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-022-5/+123
* [Attr] Add "willreturn" function attributeJohannes Doerfert2019-06-272-0/+6
* Bitcode: derive all types used from records instead of Values.Tim Northover2019-06-273-144/+311
* Revert r363658 "[SVE][IR] Scalable Vector IR Type with pr42210 fix"Hans Wennborg2019-06-272-8/+3
* Fix -Wunused-variable warnings after r364464Hans Wennborg2019-06-271-2/+2
* BitStream reader: propagate errorsJF Bastien2019-06-263-313/+705
* [SVE][IR] Scalable Vector IR Type with pr42210 fixGraham Hunter2019-06-182-3/+8
* [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-092-8/+3
* IR: make getParamByValType Just Work. NFC.Tim Northover2019-06-052-2/+3
* Reapply: IR: add optional type to 'byval' function parametersTim Northover2019-05-303-9/+62
* Revert "IR: add optional type to 'byval' function parameters"Tim Northover2019-05-293-62/+9
* IR: add optional type to 'byval' function parametersTim Northover2019-05-293-9/+62
* [SVE][IR] Scalable Vector IR TypeGraham Hunter2019-05-292-3/+8
* Add IR support, ELF section and user documentation for partitioning feature.Peter Collingbourne2019-05-292-2/+29
OpenPOWER on IntegriCloud