summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Bitcode
Commit message (Expand)AuthorAgeFilesLines
* [NFC] Fix trivial typos in commentsJames Henderson2020-01-061-1/+1
* Revert "DebugInfo: Fix rangesBaseAddress DICompileUnit bitcode serialization/...David Blaikie2019-12-302-2/+1
* Ignore "no-frame-pointer-elim" and "no-frame-pointer-elim-non-leaf" in favor ...Fangrui Song2019-12-301-0/+1
* DebugInfo: Fix rangesBaseAddress DICompileUnit bitcode serialization/deserial...David Blaikie2019-12-272-1/+2
* [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-212-2/+2
* Fix error message missed in commit dde589389fcb8b5098f7a47f1b781b27d29a0cac.Andrew Browne2019-11-182-9/+10
* Sink all InitializePasses.h includesReid Kleckner2019-11-131-0/+1
* [IR] Redefine Freeze instructionaqjune2019-11-122-27/+47
* ThinLTO : Import always_inline functions irrespective of the thresholdTeresa Johnson2019-11-082-0/+2
* [ThinLTO] Import readonly vars with refsevgeny2019-11-072-4/+10
* [IR] Add Freeze instructionaqjune2019-11-052-30/+27
* [BitcodeReader] Fixed use after move warnings. NFCI.Dávid Bolvanský2019-11-031-10/+0
* [BitcodeReader] Fixed null check after dereferencing warning. NFCI.Dávid Bolvanský2019-11-031-1/+1
* [BitcodeReader] Fixed null pointer dereferencing warning. NFCI.Dávid Bolvanský2019-11-031-0/+1
* [IR] Allow fast math flags on calls with floating point array type.Jay Foad2019-10-301-3/+2
* [Alignment][NFC] Convert AllocaInst to MaybeAlignGuillaume Chatelet2019-10-251-1/+1
* [Alignment][NFC] Convert StoreInst to MaybeAlignGuillaume Chatelet2019-10-221-4/+2
* [Alignment][NFC] Convert LoadInst to MaybeAlignGuillaume Chatelet2019-10-221-4/+2
* [Alignment][NFC] Remove dependency on GlobalObject::setAlignment(unsigned)Guillaume Chatelet2019-10-151-15/+19
* Add FMF to vector ops for phiMichael Berg2019-10-141-1/+1
* [Bitcode] Update naming of UNOP_NEG to UNOP_FNEGCameron McInally2019-10-072-2/+2
* MetadataLoader upgradeCUVariables() - silence static analyzer dyn_cast_or_nul...Simon Pilgrim2019-10-021-1/+1
* 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
OpenPOWER on IntegriCloud