summaryrefslogtreecommitdiffstats
path: root/test/Bitcode
Commit message (Expand)AuthorAgeFilesLines
* Merging r325525:Hans Wennborg2018-02-206-30/+10
* Hardware-assisted AddressSanitizer (llvm part).Evgeniy Stepanov2017-12-091-2/+9
* [ThinLTO] Remove too aggressive assertion in building function call graph.Volodymyr Sapsai2017-11-171-2/+14
* [ThinLTO] Fix missing call graph edges for calls with bitcasts.Volodymyr Sapsai2017-11-101-0/+31
* [IR] redefine 'UnsafeAlgebra' / 'reassoc' fast-math-flags and add 'trans' fas...Sanjay Patel2017-11-067-10/+34
* [LTO][ThinLTO] Use the linker resolutions to mark global values as dso_local.Sean Fertile2017-11-042-0/+22
* Revert "[LTO][ThinLTO] Use the linker resolutions to mark global values ..."Sean Fertile2017-11-042-22/+0
* [LTO][ThinLTO] Use the linker resolutions to mark global values as dso_local.Sean Fertile2017-11-032-0/+22
* Represent runtime preemption in the IR.Sean Fertile2017-10-261-0/+47
* Bitcode: add an auto-upgrade for LTO section nameSaleem Abdulrasool2017-10-061-0/+31
* [AMDGPU] calling conventions for AMDPAL OS typeTim Renouf2017-09-291-0/+8
* Fix a bug in a historic bitcode testcase.Adrian Prantl2017-09-212-3/+3
* Fix a bug in a historic bitcode testcase. NFC.Adrian Prantl2017-09-212-3/+3
* [AutoUpgrade] Fix a compatibility issue with module flagSteven Wu2017-09-151-2/+4
* [Bitcode] Add a compatibility test for 5.0.0 bitcodeVedant Kumar2017-09-132-0/+1705
* IR: Represent -ggnu-pubnames with a flag on the DICompileUnit.Peter Collingbourne2017-09-121-0/+6
* Object: Downgrade invalid weak externals from an assert fail to an llvm::Erro...Peter Collingbourne2017-09-071-0/+11
* ModuleSummaryAnalysis: Correctly handle refs from function inline asm to modu...Peter Collingbourne2017-09-011-0/+16
* Canonicalize the representation of empty an expression in DIGlobalVariableExp...Adrian Prantl2017-08-302-3/+3
* Parse and print DIExpressions inline to ease IR and MIR testingReid Kleckner2017-08-234-9/+5
* [IR] AutoUpgrade ModuleFlagBehavior for PIC and PIE levelSteven Wu2017-08-211-4/+8
* Add strictfp attribute to prevent unwanted optimizations of libm callsAndrew Kaylor2017-08-141-0/+5
* [ThinLTO] Add FunctionAttrs to ThinLTO indexCharles Saternos2017-08-049-17/+44
* Do not want to use BFI to get profile count for sample pgoDehao Chen2017-08-032-31/+61
* Remove the obsolete offset parameter from @llvm.dbg.valueAdrian Prantl2017-07-282-0/+32
* Debug Info: Add a file: field to DIImportedEntity.Adrian Prantl2017-07-193-1/+16
* [AArch64] Extend CallingConv::X86_64_Win64 to AArch64 as wellMartin Storsjo2017-07-176-18/+18
* Enhance synchscope representationKonstantin Zhuravlyov2017-07-1110-126/+143
* Increase the import-threshold for crtical functions.Dehao Chen2017-07-072-2/+2
* Bitcode: Include any strings added to the string table in the module hash.Peter Collingbourne2017-07-064-4/+39
* Bitcode: Write the irsymtab to disk.Peter Collingbourne2017-06-277-7/+7
* Align definition of DW_OP_plus with DWARF spec [3/3]Florian Hahn2017-06-144-4/+20
* IR: Replace the "Linker Options" module flag with "llvm.linker.options" named...Peter Collingbourne2017-06-121-0/+15
* [X86] Replace 'REQUIRES: x86' in tests with 'REQUIRES: x86-registered-target'...Craig Topper2017-06-041-1/+1
* [ThinLTO] Reduce unnecessary map lookups during combined summary writeTeresa Johnson2017-05-311-4/+9
* Add "REQUIRES:" to the last few tests that use target specific intrinsicsJustin Bogner2017-05-151-0/+1
* Restrict call metadata based hotness detection to Sample PGO modeTeresa Johnson2017-05-112-1/+122
* [IR] Allow attributes with global variablesJaved Absar2017-05-111-0/+19
* AMDGPU: Add AMDGPU_HS calling conventionMarek Olsak2017-05-021-0/+4
* Remove line and file from DINamespace.Adrian Prantl2017-04-281-2/+2
* Add speculatable function attributeMatt Arsenault2017-04-282-5/+15
* PR32382: Fix emitting complex DWARF expressions.Adrian Prantl2017-04-184-0/+63
* Bitcode: Add a string table to the bitcode format.Peter Collingbourne2017-04-177-101/+134
* Bitcode: Do not create FNENTRYs for aliases of functions.Peter Collingbourne2017-04-061-1/+1
* [IR] Add AllowContract to FastMathFlagsAdam Nemet2017-03-281-0/+2
* Change the default attributes for llvm.prefetch to inaccessiblemem_or_argmemonlyEric Christopher2017-03-256-18/+24
* Use ProfileSummary:getProfileCount to get ScaledCount for ModuleSummaryDehao Chen2017-03-211-1/+5
* [Bitcode] Add compatibility test for the 4.0 releaseVedant Kumar2017-03-172-0/+1689
* [DebugInfo] Emit address space with DW_AT_address_class attribute for pointer...Konstantin Zhuravlyov2017-03-082-0/+5
* Add function importing info from samplepgo profile to the module summary.Dehao Chen2017-02-281-2/+3