summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Bitcode
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* [IR] allow fast-math-flags on select of FP valuesSanjay Patel2019-05-222-1/+10
* [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-102-1/+3
* Avoid use-after-move warnings by using swap instead. NFCI.Simon Pilgrim2019-05-071-1/+2
* [DebugInfo] Delete TypedDINodeRefFangrui Song2019-05-071-1/+1
* Avoid cppcheck operator precedence warnings. NFCI.Simon Pilgrim2019-05-031-1/+1
* Use llvm::lower_bound. NFCFangrui Song2019-04-121-2/+2
* Revert "Use llvm::lower_bound. NFC"Ali Tamur2019-04-111-2/+2
* Use llvm::lower_bound. NFCFangrui Song2019-04-111-2/+2
* Add LLVM IR debug info support for Fortran COMMON blocksAdrian Prantl2019-04-082-0/+28
* [DebugInfoMetadata] Move main subprogram DIFlag into DISPFlagsPetar Jovanovic2019-03-191-7/+28
* [ThinLTO] Restructure AliasSummary to contain ValueInfo of AliaseeTeresa Johnson2019-03-151-12/+6
* IR: Add immarg attributeMatt Arsenault2019-03-122-0/+6
* Implementation of asm-goto support in LLVMCraig Topper2019-02-083-4/+105
* [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-242-6/+2
* [Sanitizers] UBSan unreachable incompatible with ASan in the presence of `nor...Julian Lettner2019-01-242-2/+6
* Reapply "IR: Add fp operations to atomicrmw"Matt Arsenault2019-01-222-0/+4
* Revert r351778: IR: Add fp operations to atomicrmwChandler Carruth2019-01-222-4/+0
* IR: Add fp operations to atomicrmwMatt Arsenault2019-01-222-0/+4
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1915-60/+45
* Revert "[ThinLTO] Add summary entries for index-based WPD"Teresa Johnson2019-01-172-109/+5
* [ThinLTO] Add summary entries for index-based WPDTeresa Johnson2019-01-172-5/+109
* [LTO] Record whether LTOUnit splitting is enabled in indexTeresa Johnson2019-01-112-7/+83
* [opaque pointer types] Remove some calls to generic Type subtype accessors.James Y Knight2019-01-101-6/+6
OpenPOWER on IntegriCloud