summaryrefslogtreecommitdiff
path: root/test/Bitcode
AgeCommit message (Expand)Author
2018-02-20Merging r325525:Hans Wennborg
2017-12-09Hardware-assisted AddressSanitizer (llvm part).Evgeniy Stepanov
2017-11-17[ThinLTO] Remove too aggressive assertion in building function call graph.Volodymyr Sapsai
2017-11-10[ThinLTO] Fix missing call graph edges for calls with bitcasts.Volodymyr Sapsai
2017-11-06[IR] redefine 'UnsafeAlgebra' / 'reassoc' fast-math-flags and add 'trans' fas...Sanjay Patel
2017-11-04[LTO][ThinLTO] Use the linker resolutions to mark global values as dso_local.Sean Fertile
2017-11-04Revert "[LTO][ThinLTO] Use the linker resolutions to mark global values ..."Sean Fertile
2017-11-03[LTO][ThinLTO] Use the linker resolutions to mark global values as dso_local.Sean Fertile
2017-10-26Represent runtime preemption in the IR.Sean Fertile
2017-10-06Bitcode: add an auto-upgrade for LTO section nameSaleem Abdulrasool
2017-09-29[AMDGPU] calling conventions for AMDPAL OS typeTim Renouf
2017-09-21Fix a bug in a historic bitcode testcase.Adrian Prantl
2017-09-21Fix a bug in a historic bitcode testcase. NFC.Adrian Prantl
2017-09-15[AutoUpgrade] Fix a compatibility issue with module flagSteven Wu
2017-09-13[Bitcode] Add a compatibility test for 5.0.0 bitcodeVedant Kumar
2017-09-12IR: Represent -ggnu-pubnames with a flag on the DICompileUnit.Peter Collingbourne
2017-09-07Object: Downgrade invalid weak externals from an assert fail to an llvm::Erro...Peter Collingbourne
2017-09-01ModuleSummaryAnalysis: Correctly handle refs from function inline asm to modu...Peter Collingbourne
2017-08-30Canonicalize the representation of empty an expression in DIGlobalVariableExp...Adrian Prantl
2017-08-23Parse and print DIExpressions inline to ease IR and MIR testingReid Kleckner
2017-08-21[IR] AutoUpgrade ModuleFlagBehavior for PIC and PIE levelSteven Wu
2017-08-14Add strictfp attribute to prevent unwanted optimizations of libm callsAndrew Kaylor
2017-08-04[ThinLTO] Add FunctionAttrs to ThinLTO indexCharles Saternos
2017-08-03Do not want to use BFI to get profile count for sample pgoDehao Chen
2017-07-28Remove the obsolete offset parameter from @llvm.dbg.valueAdrian Prantl
2017-07-19Debug Info: Add a file: field to DIImportedEntity.Adrian Prantl
2017-07-17[AArch64] Extend CallingConv::X86_64_Win64 to AArch64 as wellMartin Storsjo
2017-07-11Enhance synchscope representationKonstantin Zhuravlyov
2017-07-07Increase the import-threshold for crtical functions.Dehao Chen
2017-07-06Bitcode: Include any strings added to the string table in the module hash.Peter Collingbourne
2017-06-27Bitcode: Write the irsymtab to disk.Peter Collingbourne
2017-06-14Align definition of DW_OP_plus with DWARF spec [3/3]Florian Hahn
2017-06-12IR: Replace the "Linker Options" module flag with "llvm.linker.options" named...Peter Collingbourne
2017-06-04[X86] Replace 'REQUIRES: x86' in tests with 'REQUIRES: x86-registered-target'...Craig Topper
2017-05-31[ThinLTO] Reduce unnecessary map lookups during combined summary writeTeresa Johnson
2017-05-15Add "REQUIRES:" to the last few tests that use target specific intrinsicsJustin Bogner
2017-05-11Restrict call metadata based hotness detection to Sample PGO modeTeresa Johnson
2017-05-11[IR] Allow attributes with global variablesJaved Absar
2017-05-02AMDGPU: Add AMDGPU_HS calling conventionMarek Olsak
2017-04-28Remove line and file from DINamespace.Adrian Prantl
2017-04-28Add speculatable function attributeMatt Arsenault
2017-04-18PR32382: Fix emitting complex DWARF expressions.Adrian Prantl
2017-04-17Bitcode: Add a string table to the bitcode format.Peter Collingbourne
2017-04-06Bitcode: Do not create FNENTRYs for aliases of functions.Peter Collingbourne
2017-03-28[IR] Add AllowContract to FastMathFlagsAdam Nemet
2017-03-25Change the default attributes for llvm.prefetch to inaccessiblemem_or_argmemonlyEric Christopher
2017-03-21Use ProfileSummary:getProfileCount to get ScaledCount for ModuleSummaryDehao Chen
2017-03-17[Bitcode] Add compatibility test for the 4.0 releaseVedant Kumar
2017-03-08[DebugInfo] Emit address space with DW_AT_address_class attribute for pointer...Konstantin Zhuravlyov
2017-02-28Add function importing info from samplepgo profile to the module summary.Dehao Chen