summaryrefslogtreecommitdiffstats
path: root/llvm/test/Bitcode
Commit message (Expand)AuthorAgeFilesLines
* Refactor check for dllimport in the Verifier.Rafael Espindola2018-03-061-2/+0
* [DebugInfo] Add remaining files to r325970Scott Linder2018-02-232-0/+13
* [ThinLTO] Represent relative BF using a scaled representation .Easwaran Raman2018-02-221-1/+1
* bitcode support change for fast flags compatibilitySteven Wu2018-02-196-30/+10
* [DebugInfo] Unify ChecksumKind and Checksum value in DIFileScott Linder2018-02-122-0/+19
* [ThinLTO] Serialize WithGlobalValueDeadStripping index flag for distributed b...Teresa Johnson2018-02-077-0/+26
* Add testcase accidentally left out from r323460.Easwaran Raman2018-01-251-0/+35
* Revert "[ThinLTO] Add call edges' relative block frequency to per-module summ...Easwaran Raman2018-01-241-35/+0
* [ThinLTO] Add call edges' relative block frequency to per-module summary.Easwaran Raman2018-01-241-0/+35
* [Metadata] Extend 'count' field of DISubrange to take a metadata nodeSander de Smalen2018-01-243-0/+90
* Remove alignment argument from memcpy/memmove/memset in favour of alignment a...Daniel Neilson2018-01-192-3/+39
* Make GlobalValues with non-default visibilility dso_local.Rafael Espindola2018-01-181-8/+8
* Make internal/private GVs implicitly dso_local.Rafael Espindola2018-01-113-6/+6
* Limit size of non-GlobalValue nameSerge Guelton2018-01-051-0/+18
* 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
OpenPOWER on IntegriCloud