summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Bitcode/Reader/BitcodeReader.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* IR: add optional type to 'byval' function parametersTim Northover2019-05-291-3/+47
* [SVE][IR] Scalable Vector IR TypeGraham Hunter2019-05-291-2/+4
* Add IR support, ELF section and user documentation for partitioning feature.Peter Collingbourne2019-05-291-1/+19
* [IR] allow fast-math-flags on select of FP valuesSanjay Patel2019-05-221-0/+5
* [IR] Disallow llvm.global_ctors and llvm.global_dtors of the 2-field form in ...Fangrui Song2019-05-151-1/+7
* [ThinLTO] Auto-hide prevailing linkonce_odr only when all copies eligibleTeresa Johnson2019-05-101-1/+2
* [ThinLTO] Restructure AliasSummary to contain ValueInfo of AliaseeTeresa Johnson2019-03-151-12/+6
* IR: Add immarg attributeMatt Arsenault2019-03-121-0/+4
* Implementation of asm-goto support in LLVMCraig Topper2019-02-081-0/+68
* [opaque pointer types] Pass value type to GetElementPtr creation.James Y Knight2019-02-011-7/+9
* [opaque pointer types] Pass value type to LoadInst creation.James Y Knight2019-02-011-1/+1
* [opaque pointer types] Pass function types to InvokeInst creation.James Y Knight2019-02-011-1/+2
* Revert "[Sanitizers] UBSan unreachable incompatible with ASan in the presence...Julian Lettner2019-01-241-4/+2
* [Sanitizers] UBSan unreachable incompatible with ASan in the presence of `nor...Julian Lettner2019-01-241-2/+4
* Reapply "IR: Add fp operations to atomicrmw"Matt Arsenault2019-01-221-0/+2
* Revert r351778: IR: Add fp operations to atomicrmwChandler Carruth2019-01-221-2/+0
* IR: Add fp operations to atomicrmwMatt Arsenault2019-01-221-0/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Revert "[ThinLTO] Add summary entries for index-based WPD"Teresa Johnson2019-01-171-53/+0
* [ThinLTO] Add summary entries for index-based WPDTeresa Johnson2019-01-171-0/+53
* [LTO] Record whether LTOUnit splitting is enabled in indexTeresa Johnson2019-01-111-7/+72
* [opaque pointer types] Remove some calls to generic Type subtype accessors.James Y Knight2019-01-101-6/+6
* [ThinLTO] Compute synthetic function entry countEaswaran Raman2018-12-131-8/+18
* [ModuleSummary] use StringRefs to avoid a redundant copy; NFCGeorge Burgess IV2018-12-071-1/+1
OpenPOWER on IntegriCloud