summaryrefslogtreecommitdiff
path: root/llvm/lib/Bitcode
AgeCommit message (Expand)Author
2019-07-03[Bitcode] Move Bitstream to a separate libraryFrancis Visoiu Mistrih
2019-07-03[ThinLTO] Optimize writeonly globals outEugene Leviant
2019-07-02[ThinLTO] Address post-review suggestions for index-based WPD summaryTeresa Johnson
2019-07-02[ThinLTO] Add summary entries for index-based WPDTeresa Johnson
2019-06-27[Attr] Add "willreturn" function attributeJohannes Doerfert
2019-06-27Bitcode: derive all types used from records instead of Values.Tim Northover
2019-06-27Revert r363658 "[SVE][IR] Scalable Vector IR Type with pr42210 fix"Hans Wennborg
2019-06-27Fix -Wunused-variable warnings after r364464Hans Wennborg
2019-06-26BitStream reader: propagate errorsJF Bastien
2019-06-18[SVE][IR] Scalable Vector IR Type with pr42210 fixGraham Hunter
2019-06-13[ThinLTO][Bitcode] Add 'entrycount' to FS_COMBINED_PROFILE. NFCEugene Leviant
2019-06-09Revert r361953 "[SVE][IR] Scalable Vector IR Type"Nico Weber
2019-06-05IR: make getParamByValType Just Work. NFC.Tim Northover
2019-05-30Reapply: IR: add optional type to 'byval' function parametersTim Northover
2019-05-29Revert "IR: add optional type to 'byval' function parameters"Tim Northover
2019-05-29IR: add optional type to 'byval' function parametersTim Northover
2019-05-29[SVE][IR] Scalable Vector IR TypeGraham Hunter
2019-05-29Add IR support, ELF section and user documentation for partitioning feature.Peter Collingbourne
2019-05-22[IR] allow fast-math-flags on select of FP valuesSanjay Patel
2019-05-15[IR] Disallow llvm.global_ctors and llvm.global_dtors of the 2-field form in ...Fangrui Song
2019-05-10[ThinLTO] Auto-hide prevailing linkonce_odr only when all copies eligibleTeresa Johnson
2019-05-07Avoid use-after-move warnings by using swap instead. NFCI.Simon Pilgrim
2019-05-07[DebugInfo] Delete TypedDINodeRefFangrui Song
2019-05-03Avoid cppcheck operator precedence warnings. NFCI.Simon Pilgrim
2019-04-12Use llvm::lower_bound. NFCFangrui Song
2019-04-11Revert "Use llvm::lower_bound. NFC"Ali Tamur
2019-04-11Use llvm::lower_bound. NFCFangrui Song
2019-04-08Add LLVM IR debug info support for Fortran COMMON blocksAdrian Prantl
2019-03-19[DebugInfoMetadata] Move main subprogram DIFlag into DISPFlagsPetar Jovanovic
2019-03-15[ThinLTO] Restructure AliasSummary to contain ValueInfo of AliaseeTeresa Johnson
2019-03-12IR: Add immarg attributeMatt Arsenault
2019-02-08Implementation of asm-goto support in LLVMCraig Topper
2019-02-01[opaque pointer types] Pass value type to GetElementPtr creation.James Y Knight
2019-02-01[opaque pointer types] Pass value type to LoadInst creation.James Y Knight
2019-02-01[opaque pointer types] Pass function types to InvokeInst creation.James Y Knight
2019-01-24Revert "[Sanitizers] UBSan unreachable incompatible with ASan in the presence...Julian Lettner
2019-01-24[Sanitizers] UBSan unreachable incompatible with ASan in the presence of `nor...Julian Lettner
2019-01-22Reapply "IR: Add fp operations to atomicrmw"Matt Arsenault
2019-01-22Revert r351778: IR: Add fp operations to atomicrmwChandler Carruth
2019-01-22IR: Add fp operations to atomicrmwMatt Arsenault
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2019-01-17Revert "[ThinLTO] Add summary entries for index-based WPD"Teresa Johnson
2019-01-17[ThinLTO] Add summary entries for index-based WPDTeresa Johnson
2019-01-11[LTO] Record whether LTOUnit splitting is enabled in indexTeresa Johnson
2019-01-10[opaque pointer types] Remove some calls to generic Type subtype accessors.James Y Knight
2018-12-13[ThinLTO] Compute synthetic function entry countEaswaran Raman
2018-12-07[ModuleSummary] use StringRefs to avoid a redundant copy; NFCGeorge Burgess IV
2018-11-28[DebugInfo] IR/Bitcode changes for DISubprogram flags.Paul Robinson
2018-11-19[DebugInfo] DISubprogram flags get their own flags word. NFC.Paul Robinson
2018-11-17Use llvm::copy. NFCFangrui Song