- cd4dcda [Docs] [Support] System Library to Support Library transition along with minor corrections to reflect it. by Kristina Brooks · 7 years ago
- fbb826f Do not optimize atomic load to non-atomic memcmp by Christy Lee · 7 years ago
- 40cb0cb [AMDGPU] Match udot8 pattern by Farhana Aleen · 7 years ago
- e105a22 Fix function signature to actually be an override. by Zachary Turner · 7 years ago
- f65d102 [PGO][CHR] Add opt remarks. by Hiroshi Yamauchi · 7 years ago
- 6848bda Check lines before using alias analysis to check for interference by Christy Lee · 7 years ago
- 0c5ced8 [PDB] Better support for enumerating pointer types. by Zachary Turner · 7 years ago
- 00a938c [PostRASink] Make sure to remove subregisters from live-ins as well by Krzysztof Parzyszek · 7 years ago
- c5c0a4b [NFC] Update comments regarding BufferSize for ProcResources by Jinsong Ji · 7 years ago
- d1ec7a7 Revert rL342465: Added function to set a register to a particular value + tests. by Simon Pilgrim · 7 years ago
- 6b2193a Revert rL342466: [llvm-exegesis] Improve Register Setup. by Simon Pilgrim · 7 years ago
- 02a915b [RISCV][MC] Use a custom ParserMethod for the bare_symbol operand type by Alex Bradbury · 7 years ago
- 0a7f06b [RISCV][MC] Reject bare symbols for the simm12 operand type by Alex Bradbury · 7 years ago
- 3c958d8 [RISCV][MC] Tighten up checking of sybol operands to lui and auipc by Alex Bradbury · 7 years ago
- cb24b2b Remove dead function user_cache_directory() by Nico Weber · 7 years ago
- c66f16c [llvm-mca] Add the ability to mark register reads/writes associated with dep-breaking instructions. NFCI by Andrea Di Biagio · 7 years ago
- 859ed6c Revert r342457 "Fixes removal of dead elements from PressureDiff (PR37252)." by Hans Wennborg · 7 years ago
- ff6f0e2 Use pass-by-reference for-range loop. NFCI. by Simon Pilgrim · 7 years ago
- 7f3e378 [llvm-mca] Slightly refactor class InstRef. NFC. by Andrea Di Biagio · 7 years ago
- 28bc0ab [ThinLTO] Update LangRef doc for summary parsing by Teresa Johnson · 7 years ago
- 8c457a7 [PowerPC] Do not emit record-form rotates when record-form andi/andis suffices by Nemanja Ivanovic · 7 years ago
- c7d97ef [LTO] Make detection of WPD remark enablement more robust by Teresa Johnson · 7 years ago
- f8ed54c [LLVM-C][OCaml] Add UnifyFunctionExitNodes pass to C and OCaml APIs by whitequark · 7 years ago
- b224dd6 [LLVM-C][OCaml] Add LowerAtomic pass to C and OCaml APIs by whitequark · 7 years ago
- 1a70735 [OCaml] Add OCaml API for LLVMGetIndices by whitequark · 7 years ago
- 78b19ea [PowerPC] Optimize compares fed by ANDISo by Nemanja Ivanovic · 7 years ago
- 0f5ab3b [TargetLowering] Android has sincos functions by John Brawn · 7 years ago
- 275d69b Fix signed/unsigned comparison warning. NFCI. by Simon Pilgrim · 7 years ago
- 686bd24 [TableGen] CodeGenDAGPatterns::GenerateVariants - full caching of matching predicates by Simon Pilgrim · 7 years ago
- 3208ea1 [llvm-exegesis] Improve Register Setup. by Guillaume Chatelet · 7 years ago
- 4692688 Added function to set a register to a particular value + tests. by Guillaume Chatelet · 7 years ago
- 1313029 Improve Register Setup by Guillaume Chatelet · 7 years ago
- 0ae8751 Remove trailing whitespace introduced in r342440. by Alexander Kornienko · 7 years ago
- 4a4cbdd [X86][SSE] LowerShift - pull out repeated getTargetVShiftUniformOpcode calls. NFCI. by Simon Pilgrim · 7 years ago
- e725c11 [Xray] llvm-xray fix possible segfault by David Carlier · 7 years ago
- 0a5be7e Fixes removal of dead elements from PressureDiff (PR37252). by Yury Gribov · 7 years ago
- f9de771 [AArch64] Attempt to parse more operands as expressions by David Green · 7 years ago
- bdecf77 [benchmark] Lowercase windows specific includes by Martin Storsjo · 7 years ago
- d9ef74d [IndVars] Remove unreasonable checks in rewriteLoopExitValues by Max Kazantsev · 7 years ago
- 8ec7f7a8 AMDGPU: Don't form fmed3 if it will require materialization by Matt Arsenault · 7 years ago
- 9ae72b7 LSV: Fix adjust alloca alignment trick for AMDGPU by Matt Arsenault · 7 years ago
- e5eb6c5 [PowerPC] Add Itineraries of IIC_IntMulHD for P7/P8 by QingShan Zhang · 7 years ago
- a52c955 [PowerPC][NFC] Add a mulld testcase for scheduling check. by QingShan Zhang · 7 years ago
- e63ae03 AMDGPU: Expand vector canonicalizes by Matt Arsenault · 7 years ago
- fbd5ffc [OCaml] Add OCaml API for LLVMIsCleanup by whitequark · 7 years ago
- 84b255f [NFC][OCaml] Fix copy paste error in file header by whitequark · 7 years ago
- b81d4c7 [NFC][OCaml] Fix implicit declaration compilation warnings by whitequark · 7 years ago
- 6fd937c [LLVM-C][OCaml] Add C and OCaml APIs for llvm::StructType::isLiteral by whitequark · 7 years ago
- a67a1a5 [LLVM-C] Add support for ConstantExpr in LLVMGetNumIndices and LLVMGetIndices by whitequark · 7 years ago
- 0a0841d [OCaml] Add OCaml APIs for Invoke arguments and destinations by whitequark · 7 years ago
- e85b236 Revert "[ARM] Cleanup ARM CGP isSupportedValue" by Volodymyr Sapsai · 7 years ago
- baf31dc Work around grep vs. CRLF issue in Thumb2 test by matching excess whitespace by Reid Kleckner · 7 years ago
- 7aa375c [OCaml] Add GlobalIFunc value kind to OCaml API by whitequark · 7 years ago
- c753266 [OCaml] Add Token type to kind enum in OCaml API by whitequark · 7 years ago
- 39b4178 [OCaml] Add missing instruction opcodes to OCaml API by whitequark · 7 years ago
- 7848793 [EarlyCSEwMemorySSA] Add MSSA verification and tests to make EarlyCSE failures easier to track. by Alina Sbirlea · 7 years ago
- 45252ee Add #include <cassert> by Zachary Turner · 7 years ago
- b34d98d [mips] Fix MIPS N32 ABI triples support by Simon Atanasyan · 7 years ago
- 8d5fd87 [PDB] Make the native reader support enumerators. by Zachary Turner · 7 years ago
- a3a0a03 [PDB] Make the native reader support modified types. by Zachary Turner · 7 years ago
- 1ad6539 [MC] Avoid inlining constant symbols with variants. by Nirav Dave · 7 years ago
- 2f778b8 [Loopinfo] Remove one latch-case in getLoopID. NFC. by Michael Kruse · 7 years ago
- d532f4a [MachineOutliner][NFC] Don't map more illegal instrs than you have to by Jessica Paquette · 7 years ago
- 95c3497 [X86ISel] Implement byval lowering for Win64 calling convention by Keno Fischer · 7 years ago
- a5c8509 [AMDGPU] Initialize instruction itinerary from GCNSubtarget by Stanislav Mekhanoshin · 7 years ago
- d2dad54 Revert "[DWARF] reposting r342048, which was reverted in r342056 due to buildbot errors. Adjusted 2 test cases for ARM and darwin and fixed a bug with the original change in dsymutil." by Alexander Kornienko · 7 years ago
- bd60c64 [CVP] Handle instructions with no user. No need to create CVPLattice state. This handles terminator instructions and more. by Xin Tong · 7 years ago
- 49ff058 Revert "Revert r342183 "[DAGCombine] Fix crash when store merging created an extract_subvector with invalid index."" by Amara Emerson · 7 years ago
- 468784f [DebugInfo] Remove redundant argument. [NFC] by Jonas Devlieghere · 7 years ago
- a72fb54 [ARM] Cleanup ARM CGP isSupportedValue by Sam Parker · 7 years ago
- 222bbfa Fix "not all control paths return a value" MSVC warning. NFCI. by Simon Pilgrim · 7 years ago
- d377332 [ARM] Disallow icmp with negative imm and overflow by Sam Parker · 7 years ago
- 7fa1548 Fix vectorization of canonicalize by Matt Arsenault · 7 years ago
- edd72b2 [GVNHoist] Re-enable GVNHoist by default by Alexandros Lamprineas · 7 years ago
- bb05e42 Use createTemporaryFile in SampleProfTest by Alexander Kornienko · 7 years ago
- 5201dae [llvm-exegesis] Add predefined floating point values so we can test impact of special values on latency. by Guillaume Chatelet · 7 years ago
- bec58f4 [PowerPC] Fix label address calculation for ppc64 by Strahinja Petrovic · 7 years ago
- b981f4f Reland r342233: [ThinLTO] Allow setting of maximum cache size with 64-bit number by James Henderson · 7 years ago
- f61c769 [llvm-objcopy] Add missing alias for --strip-all-gnu by Alexander Shaposhnikov · 7 years ago
- c714b1a [NFC] Turn unsigned counters into boolean flags by Max Kazantsev · 7 years ago
- 9f47370 [DebugInfo] Fix build when std::vector::iterator is a pointer by Kristina Brooks · 7 years ago
- b898352 [X86][SSE] Always enable ISD::SRL -> ISD::MULHU for v8i16 by Simon Pilgrim · 7 years ago
- 3b44c2b [X86][AVX] Enable ISD::SRL -> ISD::MULHU for v16i16 by Simon Pilgrim · 7 years ago
- 9d4952d [DAGCombiner] try to convert pow(x, 1/3) to cbrt(x) by Sanjay Patel · 7 years ago
- 34dfc52 [x86] fix uses check in broadcast transform (PR38949) by Sanjay Patel · 7 years ago
- f9864b8 [x86] add failure to splat test (PR38949); NFC by Sanjay Patel · 7 years ago
- ef63e2e [NFC][InstCombine] One more test pattern for comparisons with low-bit-mask. by Roman Lebedev · 7 years ago
- 2d59e21 Fix -Wdangling-else gcc warning. NFCI. by Simon Pilgrim · 7 years ago
- c700c57 [NFC][InstCombine] Some more tests for comparisons with low-bit-mask. by Roman Lebedev · 7 years ago
- 37b4d01 [llvm-readobj] Make some commonly used short options visibile in -help by Fangrui Song · 7 years ago
- d524739 Revert r342148 (and follow-on fix attempts r342154, r342180, r342182, r342193) by Nico Weber · 7 years ago
- becd18d [InstCombine] Support (sub (sext x), (sext y)) --> (sext (sub x, y)) and (sub (zext x), (zext y)) --> (zext (sub x, y)) by Craig Topper · 7 years ago
- 23d6890 Give InfoStreamBuilder an opt-in method to write a hash of the PDB as GUID. by Nico Weber · 7 years ago
- 53bb7b2 Update microsoftDemangle() to work more like itaniumDemangle(). by Nico Weber · 7 years ago
- c10b814 [X86][SSE] Fix insertps load combine test name by Simon Pilgrim · 7 years ago
- af350d5 [X86] Remove an fp->int->fp domain crossing in LowerUINT_TO_FP_i64. by Craig Topper · 7 years ago
- b7d1fd0 [X86] Fold (movmsk (setne (and X, (1 << C)), 0)) -> (movmsk (X << C)) by Craig Topper · 7 years ago
- d2aa336 [NFC] minor cleanup in PassManagerInternal.h by Fedor Sergeev · 7 years ago
- 8ec990d [InstCombine][x86] try harder to convert blendv intrinsic to generic IR (PR38814) by Sanjay Patel · 7 years ago
- bb7b598 Fix line endings. NFCI. by Simon Pilgrim · 7 years ago