aboutsummaryrefslogtreecommitdiff
path: root/llvm/test
Commit message (Expand)AuthorAgeFilesLines
* Enable IPConstantPropagation to work with abstract call sitesJohannes Doerfert2019-01-194-0/+298
* AbstractCallSite -- A unified interface for (in)direct and callback callsJohannes Doerfert2019-01-191-2/+2
* Reapply "[CGP] Check for existing inttotpr before creating new one"Roman Tereshin2019-01-191-0/+140
* [MergeFunc] Allow merging identical vararg functions using aliasesVedant Kumar2019-01-191-2/+6
* [HotColdSplit] Mark inherently cold functions as suchVedant Kumar2019-01-193-2/+68
* [CodeExtractor] Emit lifetime markers around reloads of outputsVedant Kumar2019-01-196-11/+21
* Revert "Reapply "[CGP] Check for existing inttotpr before creating new one""Roman Tereshin2019-01-191-64/+0
* Reapply "[CGP] Check for existing inttotpr before creating new one"Roman Tereshin2019-01-191-0/+64
* Revert r351584: "GlobalISel: Verify g_zextload and g_sextload"Amara Emerson2019-01-191-23/+0
* Use llvm_canonicalize_cmake_booleans for LLVM_LIBXML2_ENABLED [llvm]Nico Weber2019-01-193-8/+9
* AMDGPU/GlobalISel: Legalize more types for selectMatt Arsenault2019-01-182-18/+174
* Revert "[CGP] Check for existing inttotpr before creating new one"Roman Tereshin2019-01-181-40/+0
* AMDGPU/GlobalISel: Legalize illegal g_constantMatt Arsenault2019-01-182-22/+96
* GlobalISel: Verify G_BITCASTMatt Arsenault2019-01-182-4/+41
* [elfabi] Add support for reading DT_NEEDED from binariesArmando Montanez2019-01-182-0/+92
* GlobalISel: Verify G_ICMP/G_FCMP vector typesMatt Arsenault2019-01-182-0/+80
* [x86] add more movmsk tests; NFCSanjay Patel2019-01-181-11/+313
* Make ThinLTO test run single threaded to try to avoid flakinessTeresa Johnson2019-01-181-1/+1
* GlobalISel: Verify g_zextload and g_sextloadMatt Arsenault2019-01-181-0/+23
* [CGP] Check for existing inttotpr before creating new oneRoman Tereshin2019-01-181-0/+40
* [X86] Lower avx2/avx512f gather intrinsics to X86MaskedGatherSDNode instead o...Craig Topper2019-01-182-6/+3
* [AMDGPU] Add some missing always-uniform values.Neil Henning2019-01-181-1/+19
* [LTO] Change test/tools/lto/no-bitcode.s requirement from arm to aarch64Simon Pilgrim2019-01-181-1/+1
* [AMDGPU][MC][GFX8+][DISASSEMBLER] Corrected 1/2pi value for 64-bit operandsDmitry Preobrazhensky2019-01-183-5/+12
* [AMDGPU][MC] Disabled use of 2 different literals with SOP2/SOPC instructionsDmitry Preobrazhensky2019-01-184-0/+30
* [llvm-objdump] - Dump the archive headers when -all-headers is specified.George Rimar2019-01-181-0/+25
* [AVR] Fix codegen bug in 16-bit loadsDylan McKay2019-01-185-32/+45
* [AVR] Fix the inst-cbr testDylan McKay2019-01-181-4/+4
* [ScheduleDAGRRList] Do not preschedule the node has ADJCALLSTACKDOWN parentShiva Chen2019-01-181-0/+32
* [CodeGen] Fix bugs in LiveDebugVariables when debug labels are generated.Hsiangkai Wang2019-01-181-0/+141
* [AVR] Expand 8/16-bit multiplication to libcalls on MCUs that don't have hard...Dylan McKay2019-01-184-2/+32
* [X86] Add test cases showing failure to fold a global variable address into t...Craig Topper2019-01-182-0/+42
* [X86] Change avx512-gather-scatter-intrin.ll to use x86_64-unknown-unknown in...Craig Topper2019-01-181-53/+53
* mac: Correctly disable tools/lto tests when building with LLVM_ENABLE_PIC=OFFNico Weber2019-01-182-2/+4
* [WebAssembly] Add languages from debug info to producers sectionThomas Lively2019-01-182-1/+14
* AMDGPU: Convert tests away from llvm.SI.load.constMatt Arsenault2019-01-178-282/+282
* [HotColdSplit] Allow outlining with live outputsVedant Kumar2019-01-171-0/+68
* [HotColdSplit] Consider resume instructions to be coldVedant Kumar2019-01-171-0/+20
* [mips] Emit .reloc R_{MICRO}MIPS_JALR along with j(al)r(c) $25Vladimir Stefanovic2019-01-1712-95/+258
* [HotColdSplit] Relax requirement that the cold sink block be extractableVedant Kumar2019-01-171-0/+3
* [HotColdSplit] Simplify tests by lowering their splitting thresholdsVedant Kumar2019-01-1724-59/+30
* [SampleFDO] Skip profile reading when flattened profile used in ThinLTO postlinkWei Mi2019-01-172-0/+41
* [InstCombine] Don't sink dynamic allocasReid Kleckner2019-01-171-0/+52
* Fix the buildbot failure introduced by r351404Sanjin Sijaric2019-01-171-1/+1
* [WebAssembly] Fixing 2 more symbol offset related tests.Wouter van Oortmerssen2019-01-172-7/+7
* [Test] Fix debug-loc-0.mir with EXPENSIVE_CHECKSJonas Devlieghere2019-01-171-1/+1
* [WebAssembly] Fixed objdump not parsing function headers.Wouter van Oortmerssen2019-01-173-8/+42
* Revert "[ThinLTO] Add summary entries for index-based WPD"Teresa Johnson2019-01-172-184/+0
* Add -dump-input=always to cfi-devirt test to debug flakeTeresa Johnson2019-01-171-5/+5
* [ThinLTO] Add summary entries for index-based WPDTeresa Johnson2019-01-172-0/+184