- d12101a [WebAssembly] Use print instead of dump method. by Richard Trieu · 9 years ago
- d6da5db Use print() instead of dump() in code by Matthias Braun · 9 years ago
- 09e759d MemorySSA: Allow movement to arbitrary places by Daniel Berlin · 9 years ago
- 0a5eca7 [RegisterBankInfo] Emit proper type for remapped registers. by Quentin Colombet · 9 years ago
- 4fcfd74 MemorySSA: Fix block numbering invalidation and replacement bugs discovered by updater by Daniel Berlin · 9 years ago
- 88d2075 Cleanup dump() functions. by Matthias Braun · 9 years ago
- 92cf58e MemorySSA: Move updater to its own file by Daniel Berlin · 9 years ago
- f6dfcde Introduce a basic MemorySSA updater, that supports insertDef, by Daniel Berlin · 9 years ago
- f294f57 [RegisterCoalescing] Recommit the patch "Remove partial redundent copy". by Quentin Colombet · 9 years ago
- dd95f61 Fix memory leak in globalisel. by Evgeniy Stepanov · 9 years ago
- b6577b2 Test commit. by Vadim Chugunov · 9 years ago
- 88afd08 [ARM] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). by Eugene Zelenko · 9 years ago
- bf98c57 GlobalISel: don't leak super-entry BB when merging with IR-level one. by Tim Northover · 9 years ago
- 1ca1d27 [InstCombine] move icmp transforms that might be recognized as min/max and inf-loop (PR31751) by Sanjay Patel · 9 years ago
- fbd6014 Analysis: Add appropriate const qualification to functions in TypeMetadataUtils.cpp. NFC. by Peter Collingbourne · 9 years ago
- 001f567 [libFuzzer] make shmem more robust in the presence of signals by Kostya Serebryany · 9 years ago
- 4512044 [AMDGPU][mc] Fix memory corruption uncovered by AddressSanitizer during coverage/smoke Gfx7/8 testing. by Artem Tamazov · 9 years ago
- 946288f GlobalISel: set correct regclass for LOAD_STACK_GUARD. by Tim Northover · 9 years ago
- 5041a6c GlobalISel: mark incoming landing-pad registers as live. by Tim Northover · 9 years ago
- 670a325 [Hexagon] Remove unused variable (and silence a warning) by Krzysztof Parzyszek · 9 years ago
- e169855 Fix ASAN failure in cxa_demangle by Mehdi Amini · 9 years ago
- 194c9f4 Global DCE performance improvement by Mehdi Amini · 9 years ago
- 16270ea Update NVVMReflect usage doc to new idiom for adding target-specific early passes. by Justin Lebar · 9 years ago
- a12ec4b [PGO] add debug option to view raw count after prof use annotation by Xinliang David Li · 9 years ago
- 0c0aece ScheduleDAGInstrs: Do not try to toggle kill flags on debug uses by Matthias Braun · 9 years ago
- b162af3 ScheduleDAGInstrs: Cleanup toggleKillFlag(); NFC by Matthias Braun · 9 years ago
- bb2a4cb ScheduleDAGInstrs: Cleanup; NFC by Matthias Braun · 9 years ago
- 1f91c2f AMDGPU/SI: Move some ISel helpers into utils so they can be shared with GISel by Tom Stellard · 9 years ago
- 26015b4 [AMDGPU] Grab MCSubtargetInfo from TargetMachine instead of constructing it by Konstantin Zhuravlyov · 9 years ago
- 8a25ec8 [X86] Adding FFREEP instruction. by Chris Ray · 9 years ago
- 38a02f0 NFC: Add debug tracing for more cases where loop unrolling fails. by Anna Thomas · 9 years ago
- 1aa15b4 AMDGPU: Enable FeatureFlatForGlobal on Volcanic Islands by Matt Arsenault · 9 years ago
- 6ea1012 [ARM/AArch64] Relocate and update InterleavedAccessPass tests (NFC) by Matthew Simpson · 9 years ago
- 1d8c95f NVPTX: Make NVPTXInferAddressSpaces preserve CFG by Matt Arsenault · 9 years ago
- c96f661 [CodeGenPrep]No negative cost in the ExtLd promotion by Jun Bum Lim · 9 years ago
- 1f3b497 [AMDGPU] Turn AMDGPUUnifyMetadata back into module pass by Stanislav Mekhanoshin · 9 years ago
- 887da0d Fix BasicAA incorrect assumption on GEP by Mehdi Amini · 9 years ago
- ccbf1f7 Avoid using unspecified ordering in MetadataLoader::MetadataLoaderImpl::parseOneMetadata. by Ivan Krasin · 9 years ago
- 93c31fb [mips] Recommit: "N64 static relocation model support" by Simon Dardis · 9 years ago
- 2272113 [SLP] Refactoring of horizontal reduction analysis, NFC. by Alexey Bataev · 9 years ago
- cce6712 [LICM] When we are recomputing the alias sets for a subloop, we cannot by Chandler Carruth · 9 years ago
- 0fa8877 [DAGTypeLegalizer] Handle SIGN/ZERO_EXTEND in WidenVecRes_Convert(). by Jonas Paulsson · 9 years ago
- 2276fd3 [opt-viewer] Introduce global context by Adam Nemet · 9 years ago
- 26fff85 [opt-viewer] Remove message from the key by Adam Nemet · 9 years ago
- b11ef03 [opt-viewer] Unique across the different jobs as well by Adam Nemet · 9 years ago
- e07991d [opt-viewer] Make sorting for the index page deterministic by Adam Nemet · 9 years ago
- 2c3a6b5 [opt-viewer] Include the function in the remark key by Adam Nemet · 9 years ago
- 9d0307b [opt-viewer] Put critical items in parallel by Adam Nemet · 9 years ago
- 3142e69 Fix unused variable warning. by Richard Trieu · 9 years ago
- 611cb2c ARM: fix vectorized division on WoA by Saleem Abdulrasool · 9 years ago
- fa8de5c NewGVN: Add basic dead and redundant store elimination by Daniel Berlin · 9 years ago
- b4e1dcd NVPTXCodeGen: Add IPO to libdeps, since r293189. by NAKAMURA Takumi · 9 years ago
- e581db1 [APFloat] Reduce some dispatch boilerplates. NFC. by Tim Shen · 9 years ago
- a7e6bc8 [NVPTX] [InstCombine] Add llvm_unreachable to appease MSVC. by Justin Lebar · 9 years ago
- 2420ede [NVPTX] Fix use-after-stack-free bug in InstCombineCalls. by Justin Lebar · 9 years ago
- 6bc6fda Constant fold switch inst when looking for trivial conditions to unswitch on. by Xin Tong · 9 years ago
- 90fe7e7 [PM] Port LoopLoadElimination to the new pass manager and wire it into by Chandler Carruth · 9 years ago
- d789934 [ARM][LegalizerInfo] Specify the type of the opcode. by Quentin Colombet · 9 years ago
- a441c0b [AArch64][LegalizerInfo] Specify the type of the opcode. by Quentin Colombet · 9 years ago
- cb24407 Revert "[AArch64][LegalizerInfo] Specify the type of the initialization list." by Quentin Colombet · 9 years ago
- 3e363a8 [NVPTX] Upgrade NVVM intrinsics in InstCombineCalls. by Justin Lebar · 9 years ago
- 0c722da [ValueTracking] Add comment that CannotBeOrderedLessThanZero does the wrong thing for powi. by Justin Lebar · 9 years ago
- 0c6a4bd [LangRef] Make @llvm.sqrt(x) return undef, rather than have UB, for negative x. by Justin Lebar · 9 years ago
- f8e4cd6c [PM] Flesh out almost all of the late loop passes. by Chandler Carruth · 9 years ago
- 49c910d [libFuzzer] simplify the value profiling callback further: don't use (idx MOD prime) on the hot path where it is useless anyway by Kostya Serebryany · 9 years ago
- c7fc061 [AArch64][LegalizerInfo] Specify the type of the initialization list. by Quentin Colombet · 9 years ago
- eff755f [libFuzzer] make sure (again) that __builtin_popcountl is compiled into popcnt by Kostya Serebryany · 9 years ago
- bcc64b8 [libFuzzer] simplify the value profile code and disable asan/msan on it by Kostya Serebryany · 9 years ago
- ba78b90 NFC: Rename PDB_ReaderType::Raw to Native for consistency with the NativeSession rename. by Adrian McCarthy · 9 years ago
- 566dac5 Switch the default for building GlobalISel. by Quentin Colombet · 9 years ago
- eca8aa6 CMake is funky on detecting Intel 17 as GCC compatible. by Yichao Yu · 9 years ago
- 6159a00 [ARM] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). by Eugene Zelenko · 9 years ago
- ac8bbff GlobalISel: support debug intrinsics. by Tim Northover · 9 years ago
- 78fa56c Revert a couple of InstCombine/Guard checkins by Sanjoy Das · 9 years ago
- e6f10d3 Add intrinsics for constrained floating point operations by Andrew Kaylor · 9 years ago
- e1c01cc [PM] Enable the main loop pass pipelines with everything but by Chandler Carruth · 9 years ago
- bf34add [obj2yaml] Produce correct output for invalid relocations. by Davide Italiano · 9 years ago
- f7b66eb [Hexagon] Require IPO library in Hexagon build by Krzysztof Parzyszek · 9 years ago
- 8dc127c NewGVN: Fix bug exposed by PR31761 by Daniel Berlin · 9 years ago
- 4eb218a [InstCombine] fold (X >>u C) << C --> X & (-1 << C) by Sanjay Patel · 9 years ago
- a28da41 [GlobalISel] Remove duplicate function using variadic templates. NFC. by Ahmed Bougacha · 9 years ago
- e264bcd [Hexagon] Add Hexagon-specific loop idiom recognition pass by Krzysztof Parzyszek · 9 years ago
- a3fb26f NewGVN: Add algorithm overview by Daniel Berlin · 9 years ago
- 6a295f2 [InstCombine] use m_APInt to allow (X << C) >>u C --> X & (-1 >>u C) with splat vectors by Sanjay Patel · 9 years ago
- 8f44449 [Doc][LangRef] Fix typo-ish error in description of Masked Gather by Zvi Rackover · 9 years ago
- 76aa95e [InstCombine] add tests for shift-shift folds; NFC by Sanjay Patel · 9 years ago
- 04acf64 [AArch64] Refine Kryo Machine Model by Balaram Makam · 9 years ago
- 68ce932 [IfConversion] Use reverse_iterator to simplify. NFC by Kyle Butt · 9 years ago
- eceaa2a [PPC] cleanup of mayLoad/mayStore flags and memory operands. by Sean Fertile · 9 years ago
- b0b549a NewGVN: Fix output of pr31578 testcase now that we mark unreachable blocks as unreachable by Daniel Berlin · 9 years ago
- c548ce3 NewGVN: Make unreachable blocks be marked with unreachable by Daniel Berlin · 9 years ago
- be4948c Replace addEarlyAsPossiblePasses callback with adjustPassManager by Stanislav Mekhanoshin · 9 years ago
- d9031ef Revert "In visitSTORE, always use FindBetterChain, rather than only when UseAA is enabled." by Nirav Dave · 9 years ago
- eab2fdc [XRay][Arm32] Reduce the portion of the stub and implement more staging for tail calls - in LLVM by Serge Rogatch · 9 years ago
- dbb7a65 In visitSTORE, always use FindBetterChain, rather than only when UseAA is enabled. by Nirav Dave · 9 years ago
- dbe38eb Use shouldAssumeDSOLocal in classifyGlobalReference. by Rafael Espindola · 9 years ago
- 10559c6 [X86][SSE] Add support for combining ANDNP byte masks with target shuffles by Simon Pilgrim · 9 years ago
- 783633e [SCEV] Introduce add operation inlining limit by Daniil Fukalov · 9 years ago
- b818774 [X86][SSE] Pull out target shuffle resolve code into helper. NFCI. by Simon Pilgrim · 9 years ago
- c2598d4 Remove a '#if 0' that wasn't intended for commit in r293173. by Daniel Sanders · 9 years ago