summaryrefslogtreecommitdiff
path: root/llvm/lib/Bitcode
AgeCommit message (Expand)Author
2019-11-21[cmake] Explicitly mark libraries defined in lib/ as "Component Libraries"Tom Stellard
2019-11-18Fix error message missed in commit dde589389fcb8b5098f7a47f1b781b27d29a0cac.Andrew Browne
2019-11-13Sink all InitializePasses.h includesReid Kleckner
2019-11-12[IR] Redefine Freeze instructionaqjune
2019-11-08ThinLTO : Import always_inline functions irrespective of the thresholdTeresa Johnson
2019-11-07[ThinLTO] Import readonly vars with refsevgeny
2019-11-05[IR] Add Freeze instructionaqjune
2019-11-03[BitcodeReader] Fixed use after move warnings. NFCI.Dávid Bolvanský
2019-11-03[BitcodeReader] Fixed null check after dereferencing warning. NFCI.Dávid Bolvanský
2019-11-03[BitcodeReader] Fixed null pointer dereferencing warning. NFCI.Dávid Bolvanský
2019-10-30[IR] Allow fast math flags on calls with floating point array type.Jay Foad
2019-10-25[Alignment][NFC] Convert AllocaInst to MaybeAlignGuillaume Chatelet
2019-10-22[Alignment][NFC] Convert StoreInst to MaybeAlignGuillaume Chatelet
2019-10-22[Alignment][NFC] Convert LoadInst to MaybeAlignGuillaume Chatelet
2019-10-15[Alignment][NFC] Remove dependency on GlobalObject::setAlignment(unsigned)Guillaume Chatelet
2019-10-14Add FMF to vector ops for phiMichael Berg
2019-10-07[Bitcode] Update naming of UNOP_NEG to UNOP_FNEGCameron McInally
2019-10-02MetadataLoader upgradeCUVariables() - silence static analyzer dyn_cast_or_nul...Simon Pilgrim
2019-09-26MetadataLoader lazyLoadOneMetadata - silence static analyzer dyn_cast<MDNode>...Simon Pilgrim
2019-09-25[IR] allow fast-math-flags on phi of FP values (2nd try)Sanjay Patel
2019-09-25Revert [IR] allow fast-math-flags on phi of FP valuesSanjay Patel
2019-09-25[IR] allow fast-math-flags on phi of FP valuesSanjay Patel
2019-09-18Add AutoUpgrade function to add new address space datalayout string to existi...Amy Huang
2019-08-23Do a sweep of symbol internalization. NFC.Benjamin Kramer
2019-08-21[BitcodeReader] Check if we can create a null constant for type.Florian Hahn
2019-08-15[llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere
2019-08-13[AutoUpgrader] Make ArcRuntime Autoupgrader more conservativeSteven Wu
2019-08-08[ObjC][ARC] Upgrade calls to ARC runtime functions to intrinsic calls ifAkira Hatanaka
2019-08-05Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFCFangrui Song
2019-07-31Reland: [Remarks] Add an LLVM-bitstream-based remark serializerFrancis Visoiu Mistrih
2019-07-31Revert "[Remarks] Add an LLVM-bitstream-based remark serializer"Francis Visoiu Mistrih
2019-07-30[Remarks] Add an LLVM-bitstream-based remark serializerFrancis Visoiu Mistrih
2019-07-17[llvm-bcanalyzer] Fixed error 'Expected<T> must be checked before access or d...Denis Bakhvalov
2019-07-15ARM MTE stack sanitizer.Evgeniy Stepanov
2019-07-14Recommit "[BitcodeReader] Validate OpNum, before accessing Record array."Florian Hahn
2019-07-14[BitcodeReader] Use tighter upper bound to validate forward references.Florian Hahn
2019-07-11[Attributor] Deduce "nosync" function attribute.Stefan Stipanovic
2019-07-11Revert [BitcodeReader] Validate OpNum, before accessing Record array.Florian Hahn
2019-07-11[BitcodeReader] Validate OpNum, before accessing Record array.Florian Hahn
2019-07-09[Bitcode] Explicitly include Bitstream/BitCodes.h and BitstreamWriter.hFrancis Visoiu Mistrih
2019-07-09[ThinLTO] only emit used or referenced CFI records to indexBob Haarman
2019-07-08[Bitcode][NFC] Remove unused variable from BitcodeAnalyzerFrancis Visoiu Mistrih
2019-07-08Add, and infer, a nofree function attributeBrian Homerding
2019-07-08[llvm-bcanalyzer] Refactor and move to libLLVMBitReaderFrancis Visoiu Mistrih
2019-07-05[ThinLTO] Attempt to recommit r365188 after alignment fixEugene Leviant
2019-07-05Reverted r365188 due to alignment problems on i686-androidEugene Leviant
2019-07-05Scalable Vector IR Type with further LTO fixesGraham Hunter
2019-07-05[ThinLTO] Attempt to recommit r365040 after caching fixEugene Leviant
2019-07-04Fix -Wdocumentation param warning.Simon Pilgrim
2019-07-04Revert [ThinLTO] Optimize writeonly globals outReid Kleckner