1. c77616e [Hexagon] Use isMetaInstruction instead of isDebugValue by Krzysztof Parzyszek · 8 years ago
  2. a8fed47 [sanitizer-coverage] Change cmp instrumentation to distinguish const operands by Alexander Potapenko · 8 years ago
  3. f0f6731 [InstCombine] regenerate test checks, add comments; NFC by Sanjay Patel · 8 years ago
  4. 0db3a4f [NewGVN] Add CL option to control the generation of phi-of-ops (disable by default). by Chad Rosier · 8 years ago
  5. 4a4eb4b [SelectionDAG] Allow constant folding for implicitly truncating BUILD_VECTOR nodes. by Guy Blank · 8 years ago
  6. d78be44 [libFuzzer] Update LibFuzzer w.r.t. the new comparisons instrumentation API by Alexander Potapenko · 8 years ago
  7. fc65759 [CMake][LLVM] Remove duplicated library mask. Broken clang linking against clangShared by Oleg Ranevskyy · 8 years ago
  8. 5d7c896 [ValueTracking] Enabling ValueTracking patch by default (recommit). Part 2. by Nikolai Bozhenov · 8 years ago
  9. aec1f2a [mips][microMIPS] Extending size reduction pass with XOR16 by Zoran Jovanovic · 8 years ago
  10. 05e573b [AArch64] Assembler support for v8.3 RCpc by Sam Parker · 8 years ago
  11. af93d17 [ARM][AArch64] ARMv8.3-A enablement by Sam Parker · 8 years ago
  12. 0070841 [SelectionDAG] When scalarizing vselect, don't assert on a legal cond operand. by Elad Cohen · 8 years ago
  13. a3b8ce3 Revert part of r310296 to make it really NFC for instrumentation PGO. by Dehao Chen · 8 years ago
  14. 0302f3d [LCG] Fix an assert in a on-scope-exit lambda that checked the contents by Chandler Carruth · 8 years ago
  15. 8d76d00 [LVI] Fix LVI compile time regression around constantFoldUser() by Hiroshi Yamauchi · 8 years ago
  16. 9e6aa3e Linker: Create a function declaration when moving a non-prevailing alias of function type. by Peter Collingbourne · 8 years ago
  17. 3c1a9a0 [InstSimplify] Add test cases that show that simplifySelectWithICmpCond doesn't work with non-canonical comparisons. by Craig Topper · 8 years ago
  18. 75134ec [AMDGPU] Fix some Clang-tidy modernize-use-using and Include What You Use warnings; other minor fixes (NFC). by Eugene Zelenko · 8 years ago
  19. 7255f48 Fix thinlto cache key computation for cfi-icall. by Evgeniy Stepanov · 8 years ago
  20. 566237c ARM: Fix CMP_SWAP expansion by Matthias Braun · 8 years ago
  21. 21784bb LangRef: Fix/improve cmpxchg wording by Matthias Braun · 8 years ago
  22. 5929f42 [Path] Sink predicate computations to their uses. NFCI. by Benjamin Kramer · 8 years ago
  23. de1adee [X86][Asm] Allow negative immediate to appear before bracketed expression by Coby Tayree · 8 years ago
  24. 5c985bd [Hexagon] Ignore DBG_VALUEs when counting instructions in hexagon-early-if by Krzysztof Parzyszek · 8 years ago
  25. bad5f18 [Linker] PR33527 - Linker::LinkOnlyNeeded should import AppendingLinkage globals by Benoit Belley · 8 years ago
  26. fe294db [Docs] Remove a stray period from a code example in the Programmer's Manual. by Craig Topper · 8 years ago
  27. 9bcc2d4 [llvm-cov] Rearrange entries in report index. by Eli Friedman · 8 years ago
  28. 2c350aa [RuntimeDyld][ORC] Add support for Thumb mode to RuntimeDyldMachOARM. by Lang Hames · 8 years ago
  29. e695a23 AMDGPU: Fix assert on n inline asm constraint by Matt Arsenault · 8 years ago
  30. c052f6d [Hexagon] Tie implicit uses to defs in predicated instructions by Krzysztof Parzyszek · 8 years ago
  31. c85760a [SimplifyCFG] remove checks for crasher test from r310481 by Sanjay Patel · 8 years ago
  32. 3cc2bfa [InstCombine] narrow rotate left/right patterns to eliminate zext/trunc (PR34046) by Sanjay Patel · 8 years ago
  33. fc1d134 PointerLikeTypeTraits: class->struct & remove the base definition by David Blaikie · 8 years ago
  34. 9e85842 Reduce variable scope by moving declaration into if clause by David Blaikie · 8 years ago
  35. 2b97eb2 [asan] Fix instruction emission ordering with dynamic shadow. by Matt Morehouse · 8 years ago
  36. 4e3dcfc [COFF, ARM64] Add MS builtins __dmb, __dsb, __isb by Mandeep Singh Grang · 8 years ago
  37. d82d9c3 [X86][AVX512] Choose correct registers in vpbroadcastb/w by Guy Blank · 8 years ago
  38. cb7edc0 [AMDGPU][MC][GFX9] Added 16-bit renamed and "_legacy" VALU opcodes by Dmitry Preobrazhensky · 8 years ago
  39. cf10b73 CFLAA: return MustAlias when pointers p, q are equal, i.e., by Nuno Lopes · 8 years ago
  40. 085d544 [ValueTracking] Turn a test into an assertion. by Davide Italiano · 8 years ago
  41. a07262d [ValueTracking] Update tests to unbreak the bots. by Davide Italiano · 8 years ago
  42. 29d2edd [x86] add more tests for select-of-constants; NFC by Sanjay Patel · 8 years ago
  43. b158680 [ARM] Emit error when ARM exec mode is not available. by Florian Hahn · 8 years ago
  44. 549ae9e [X86][Asm]Allow far jmp/call to be picked when using explicit FWORD size specifier by Coby Tayree · 8 years ago
  45. 7805791 [ValueTracking] Honour recursion limit. by Davide Italiano · 8 years ago
  46. 4858c15 [AArch64] Assembler support for the ARMv8.2a dot product instructions by Sjoerd Meijer · 8 years ago
  47. 6aabca8 [ARM] Remove FeatureNoARM implies ModeThumb. by Florian Hahn · 8 years ago
  48. 6952476 [Support] PR33388 - Fix formatv_object move constructor by Benoit Belley · 8 years ago
  49. 93120fa [DAG] Explicitly cleanup merged load values during store merge. NFCI. by Nirav Dave · 8 years ago
  50. 009cca6 Fix -Wpessimizing-move warning. by Haojian Wu · 8 years ago
  51. f5d3b41 [AsmParser][AVX512]Enhance OpMask/Zero/Merge syntax check rubostness by Coby Tayree · 8 years ago
  52. b712374 [LSR / TTI / SystemZ] Eliminate TargetTransformInfo::isFoldableMemAccess() by Jonas Paulsson · 8 years ago
  53. ae207e1 [LoopStrengthReduce] Don't neglect the Fixup.Offset in isAMCompletelyFolded(). by Jonas Paulsson · 8 years ago
  54. 9e8fa29 [mips] PR34083 - Wimplicit-fallthrough warning in MipsAsmParser.cpp by Simon Dardis · 8 years ago
  55. 4e956571 Suppress a warning. NFC. by Gabor Horvath · 8 years ago
  56. a90acae [AsmParser] Hash is not a comment on some targets by Oliver Stannard · 8 years ago
  57. 722597e [LCG] Completely remove the map-based association of post-order numbers by Chandler Carruth · 8 years ago
  58. c214702 [GlobalOpt] Switch an explicit loop to llvm::all_of(). NFCI. by Davide Italiano · 8 years ago
  59. 5428aff [LCG] Special case when removing a ref edge from a RefSCC leaves by Chandler Carruth · 8 years ago
  60. affd128 [LCG] Switch one of the update methods for the LazyCallGraph to support by Chandler Carruth · 8 years ago
  61. 2b75fd6 [X86] Add the rest of the ADC and SBB instructions to isDefConvertible. by Craig Topper · 8 years ago
  62. 6897f5c [InstCombine] Use regular dyn_cast instead of a matcher for a simple case. NFC by Craig Topper · 8 years ago
  63. 0c0ee9f [ImplicitNullCheck] Fix the bug when dependent instruction accesses memory by Serguei Katkov · 8 years ago
  64. 00a7693 Fix broken pdb test. by Zachary Turner · 8 years ago
  65. ea9294b Fix -Wreorder-fields warning. by Zachary Turner · 8 years ago
  66. ed601f1 [PDB] Fix an issue writing the publics stream. by Zachary Turner · 8 years ago
  67. 3be08b1 [PDB] Merge Global and Publics Builders. by Zachary Turner · 8 years ago
  68. 94b1780 [InstCombine] Add a test case for a missed opportunity to turn a select into logic ops. by Craig Topper · 8 years ago
  69. b6826c7 [AMDGPU] Revert r310429 changes in AMDKernelCodeT.h which broke some build bots. by Eugene Zelenko · 8 years ago
  70. eced12e [AMDGPU] Fix some Clang-tidy modernize-use-using and Include What You Use warnings; other minor fixes (NFC). by Eugene Zelenko · 8 years ago
  71. f6b5ea7 Revert "[GlobalISel] Remove the GISelAccessor API." by Quentin Colombet · 8 years ago
  72. c7c257e My commit r310346 introduced some valid warnings. This cleans them up. by Nemanja Ivanovic · 8 years ago
  73. 13e21d9 [MachineOutliner] Ensure AArch64 outliner doesn't mess with W30 or LR by Jessica Paquette · 8 years ago
  74. a39bc3c [GVN] Remove stale entries in phitranslate cache when new phi is generated for PRE by Wei Mi · 8 years ago
  75. b95a570 BasicAA: assert on another case where aliasGEP shouldn't get a PartialAlias response by Nuno Lopes · 8 years ago
  76. 8a7a8e6 Make ICP uses PSI to check for hotness. by Dehao Chen · 8 years ago
  77. 9d69b6f [codeview] Emit nested enums and typedefs from classes by Reid Kleckner · 8 years ago
  78. 2fe6bd4 [InstCombine] Support pulling left shifts through a subtract with constant LHS by Craig Topper · 8 years ago
  79. ca52e10 [DAG] Introduce peekThroughBitcast function. NFCI. by Nirav Dave · 8 years ago
  80. a0c1eb4 [DAG] Update comments. NFC. by Nirav Dave · 8 years ago
  81. 8e92b28 [AMDGPU] Add llvm.amdgpu.update.dpp intrinsic by Connor Abbott · 8 years ago
  82. 02ffffd [NewGVN] Use a cast instead of a dyn_cast. by Chad Rosier · 8 years ago
  83. e87e5c3 [PDB] Fix linking of function symbols and local variables. by Zachary Turner · 8 years ago
  84. f385590 dsymutil: support dwarf version mismatches between object and clang module by Adrian Prantl · 8 years ago
  85. 0428548 [LoopVectorize] Fix assertion failure in Fcmp vectorization by Anna Thomas · 8 years ago
  86. eb72b7e Revert "[ARM] Fix assembly and disassembly for VMRS/VMSR" by Tim Northover · 8 years ago
  87. 0128b41 [DomTree] Use a non-recursive DFS instead of a recursive one; NFC by Sanjoy Das · 8 years ago
  88. c9b3b5d [KnownBits][ValueTracking] Move the math for calculating known bits for add/sub into a static method in KnownBits object by Craig Topper · 8 years ago
  89. b22eff0 [RISCV] Fix warning about unused getSubtargetFeatureName() by Alex Bradbury · 8 years ago
  90. db16a7c BasicAA: aliasGEP shouldn't get a PartialAlias response here by Nuno Lopes · 8 years ago
  91. 47bcf0d [DAGCombiner] simplifyShuffleMask - handle UNDEF inputs from shuffles as well as BUILD_VECTOR by Simon Pilgrim · 8 years ago
  92. 8566fbf [RISCV] Add basic RISCVAsmParser (missing files) by Alex Bradbury · 8 years ago
  93. f869506 [RISCV] Add basic RISCVAsmParser by Alex Bradbury · 8 years ago
  94. ccf6aab [PowerPC] Don't crash on larger splats achieved through 1-byte splats by Nemanja Ivanovic · 8 years ago
  95. 0e484a9 [globalisel][tablegen] Remove unnecessary ; to satisfy ubuntu-gcc7.1-werror. by Daniel Sanders · 8 years ago
  96. b5087f1 Appease compilers that have the -Wcovered-switch-default switch. by Nemanja Ivanovic · 8 years ago
  97. 6857e48 [X86] Improved X86::CMOV to Branch heuristic. by Amjad Aboud · 8 years ago
  98. 4db6f31 [PowerPC] Eliminate compares - add i32 sext/zext handling for SETLE/SETGE by Nemanja Ivanovic · 8 years ago
  99. c6a1f94 [DAGCombiner] Simplify shuffle mask index if the referenced input element is UNDEF by Simon Pilgrim · 8 years ago
  100. 2ce2d5b [globalisel][tablegen] Add support for importing 'imm' operands. by Daniel Sanders · 8 years ago