summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Bitcode/Reader/BitcodeReader.cpp
Commit message (Expand)AuthorAgeFilesLines
* Ignore "no-frame-pointer-elim" and "no-frame-pointer-elim-non-leaf" in favor ...Fangrui Song2019-12-301-0/+1
* Fix error message missed in commit dde589389fcb8b5098f7a47f1b781b27d29a0cac.Andrew Browne2019-11-181-2/+4
* [IR] Redefine Freeze instructionaqjune2019-11-121-4/+20
* ThinLTO : Import always_inline functions irrespective of the thresholdTeresa Johnson2019-11-081-0/+1
* [ThinLTO] Import readonly vars with refsevgeny2019-11-071-3/+7
* [IR] Add Freeze instructionaqjune2019-11-051-7/+4
* [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-071-1/+1
* [IR] allow fast-math-flags on phi of FP values (2nd try)Sanjay Patel2019-09-251-6/+23
* Revert [IR] allow fast-math-flags on phi of FP valuesSanjay Patel2019-09-251-23/+6
* [IR] allow fast-math-flags on phi of FP valuesSanjay Patel2019-09-251-6/+23
* Add AutoUpgrade function to add new address space datalayout string to existi...Amy Huang2019-09-181-0/+5
* [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-151-9/+9
* [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
* ARM MTE stack sanitizer.Evgeniy Stepanov2019-07-151-1/+7
* 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-141-1/+1
* [Attributor] Deduce "nosync" function attribute.Stefan Stipanovic2019-07-111-1/+7
* 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
* Add, and infer, a nofree function attributeBrian Homerding2019-07-081-0/+4
* [ThinLTO] Attempt to recommit r365188 after alignment fixEugene Leviant2019-07-051-14/+33
* Reverted r365188 due to alignment problems on i686-androidEugene Leviant2019-07-051-33/+14
* Scalable Vector IR Type with further LTO fixesGraham Hunter2019-07-051-2/+4
* [ThinLTO] Attempt to recommit r365040 after caching fixEugene Leviant2019-07-051-14/+33
* Fix -Wdocumentation param warning.Simon Pilgrim2019-07-041-2/+2
* Revert [ThinLTO] Optimize writeonly globals outReid Kleckner2019-07-041-33/+14
* [Bitcode] Move Bitstream to a separate libraryFrancis Visoiu Mistrih2019-07-031-1/+1
* [ThinLTO] Optimize writeonly globals outEugene Leviant2019-07-031-14/+33
* [ThinLTO] Add summary entries for index-based WPDTeresa Johnson2019-07-021-0/+56
* [Attr] Add "willreturn" function attributeJohannes Doerfert2019-06-271-0/+4
* Bitcode: derive all types used from records instead of Values.Tim Northover2019-06-271-136/+279
* Revert r363658 "[SVE][IR] Scalable Vector IR Type with pr42210 fix"Hans Wennborg2019-06-271-4/+2
* Fix -Wunused-variable warnings after r364464Hans Wennborg2019-06-271-2/+2
* BitStream reader: propagate errorsJF Bastien2019-06-261-184/+372
* [SVE][IR] Scalable Vector IR Type with pr42210 fixGraham Hunter2019-06-181-2/+4
* Revert r361953 "[SVE][IR] Scalable Vector IR Type"Nico Weber2019-06-091-4/+2
* IR: make getParamByValType Just Work. NFC.Tim Northover2019-06-051-1/+2
* Reapply: IR: add optional type to 'byval' function parametersTim Northover2019-05-301-3/+47
* Revert "IR: add optional type to 'byval' function parameters"Tim Northover2019-05-291-47/+3
OpenPOWER on IntegriCloud