1. b39f411 [WebAssebmly] Report undefined symbols correctly in objdump by Sam Clegg · 8 years ago
  2. e18a2b4 [CodeGen] Print predecessors as MIR comments in -debug output by Francis Visoiu Mistrih · 8 years ago
  3. 6ccb37f llvm-objdump when printing the Objective-C meta data also prints the Swift ABI by Kevin Enderby · 8 years ago
  4. a8be8c6 [AArch64] Adjust the cost model for Exynos M3 by Evandro Menezes · 8 years ago
  5. afa0bdd [Utils] Salvage debug info from dead 'or' instructions by Vedant Kumar · 8 years ago
  6. 5d35c6f [Hexagon] Add code to select QTRUE and QFALSE by Krzysztof Parzyszek · 8 years ago
  7. 0fe6d19 Declare PostDominatorTree as a class by Matt Arsenault · 8 years ago
  8. 396b531 [tablegen] Fixed few !foreach evaluation issues. by Artem Belevich · 8 years ago
  9. 6c589fe [ThinLTO] Teach ThinLTO about auto hide symbols by Steven Wu · 8 years ago
  10. d26fcac [x86] remove duplicate undef tests; NFC by Sanjay Patel · 8 years ago
  11. 8b71a9f [InstCombine] Add vector xor tests by Simon Pilgrim · 8 years ago
  12. 77c3498 AMDGPU: Remove tied operand from si_else by Matt Arsenault · 8 years ago
  13. 22b1785 Emit smaller exception tables for non-SJLJ mode. by Rafael Espindola · 8 years ago
  14. d64f170 Use assembler expressions to lay out the EH LSDA. by Rafael Espindola · 8 years ago
  15. 6f2da0b Reapply "AMDGPU: Add 32-bit constant address space" by Matt Arsenault · 8 years ago
  16. 33901e3 AMDGPU: Fix layering issue by Matt Arsenault · 8 years ago
  17. 7bac598 [AArch64] Refactor stand alone methods (NFC) by Evandro Menezes · 8 years ago
  18. b239793 Pre-emptively fix test case for windows path separators by David Blaikie · 8 years ago
  19. 9c095c4 Remove some unnecessary REQUIRES: shell from a couple of llvm-symbolizer tests by David Blaikie · 8 years ago
  20. 828c10a [Hexagon] Express calling conventions via .td file instead of hand-coding by Krzysztof Parzyszek · 8 years ago
  21. 3d785e7 [DebugInfo] Don't insert DEBUG_VALUE after terminators by Stefan Maksimovic · 8 years ago
  22. 1e20442 [SelectionDAG] Provide adequate register class for RegisterSDNode by Stefan Maksimovic · 8 years ago
  23. 32bbb27 [ELF] Print the .type assembly directive correctly for STT_NOTYPE by Oliver Stannard · 8 years ago
  24. 2e6bdcc [mips] UnXFAIL gprestore.ll test. by Simon Dardis · 8 years ago
  25. be64cee [InstCombine] Add constant vector support for X udiv C, where C >= signbit by Simon Pilgrim · 8 years ago
  26. f197336 [TargetSchedule] Fix r324582. by Clement Courbet · 8 years ago
  27. cfb2d8c [CodeGen] Optimize AccelTable by Pavel Labath · 8 years ago
  28. 562d4e5 [AArch64] Return true in enableMultipleCopyHints(). by Jonas Paulsson · 8 years ago
  29. 5e12a21 Rename and move utility function getLatchPredicateForGuard. NFC. by Serguei Katkov · 8 years ago
  30. 099ec62 [bugpoint] Report non-existent opt binary by Vedant Kumar · 8 years ago
  31. 2f8f367 [AMDGPU] More descriptive names in the memory legalizer by Stanislav Mekhanoshin · 8 years ago
  32. 3940160 LTO: Include live bit in ThinLTO cache key. by Peter Collingbourne · 8 years ago
  33. c37c34b [X86] Simplify some code in lowerV4X128VectorShuffle and lowerV2X128VectorShuffle by Craig Topper · 8 years ago
  34. 5856e09 [X86] Teach shuffle lowering to recognize 128/256 bit insertions into a zero vector. by Craig Topper · 8 years ago
  35. 53aca48 [X86] Add 512-bit shuffle test cases for concatenating 128/256-bits with zeros in the upper portion. by Craig Topper · 8 years ago
  36. db43c8f [lit] Pass CLANG env var to testing configuration by Victor Leschuk · 8 years ago
  37. 00088b8 [bugpoint] Simplify reducers which can fail verification, NFC by Vedant Kumar · 8 years ago
  38. a1b53a0 [bugpoint] Delete a dead cl::opt (-child-output) by Vedant Kumar · 8 years ago
  39. 33a891e [bugpoint] Avoid noisy errors by passing a valid opt to tests by Vedant Kumar · 8 years ago
  40. 683b0c5 DebugInfo/llvm-symbolizer: Test symbolizing Split DWARF without addresses in the skeleton CU by David Blaikie · 8 years ago
  41. 8c824db [ORC] Remove Layer handles from the layer concept. by Lang Hames · 8 years ago
  42. 89f4248 Make test changes added in r324584 more robust by using a regex instead of hard coded MCInst numbers. by Douglas Yung · 8 years ago
  43. 5aa15f4 [GISel]: Verify COPIES involving generic registers. by Aditya Nandakumar · 8 years ago
  44. d7d9e37 [CodeGen] Unify the syntax of MBB liveins in MIR and -debug output by Francis Visoiu Mistrih · 8 years ago
  45. 6d64e7c [x86] Add test cases to demonstrate some dumb mask->gpr->mask transition sequences. by Craig Topper · 8 years ago
  46. e046923 [hwasan] Fix kernel instrumentation of stack. by Evgeniy Stepanov · 8 years ago
  47. 2abdc45 [CodeGen] Don't compute BranchProbability for MBB::print by Francis Visoiu Mistrih · 8 years ago
  48. e4de84b [CodeGen] Only print successors when the list is not empty by Francis Visoiu Mistrih · 8 years ago
  49. f66532b [CodeGen] Unify the syntax of MBB successors in MIR and -debug output by Francis Visoiu Mistrih · 8 years ago
  50. 331b6f3 [CodeGen] Move printing '\n' from MachineInstr::print to MachineBasicBlock::print by Francis Visoiu Mistrih · 8 years ago
  51. 5c4660b [Lanai] Code model dictates section selection. by Jacques Pienaar · 8 years ago
  52. cde943d [x86] consolidate and add tests for undef binop folds; NFC by Sanjay Patel · 8 years ago
  53. 980f103 Use a stable topological sort in DwarfCompileUnit::createScopeChildrenDIE() by Adrian Prantl · 8 years ago
  54. 7fa9b1f Minor tweak to test case. by Dmitry Mikulin · 8 years ago
  55. f0574ca [DWARFv5] Fix dumper to show the file table starts at index 0. by Paul Robinson · 8 years ago
  56. c9ae4f9 AMDGPU: Process SDWA block at a time by Matt Arsenault · 8 years ago
  57. 7913bcd AMDGPU: Minor cleanups by Matt Arsenault · 8 years ago
  58. cbd9100 [GlobalISel][X86] Fixing failures after https://reviews.llvm.org/D37775 by Alexander Ivchenko · 8 years ago
  59. 6a919aa [GlobalIsel][X86] Making {G_IMPLICIT_DEF, s128} legal by Alexander Ivchenko · 8 years ago
  60. 1a2742d [X86] Improve combineCastedMaskArithmetic to fold (bitcast (vXi1 (and/or/xor X, C)))->(vXi1 (and/or/xor (bitcast X), (bitcast C)) where C is a constant build_vector. by Craig Topper · 8 years ago
  61. e4e4fc4 [X86] Add DAG combine to constant fold a bitcast of a vXi1 constant build_vector into a scalar integer. by Craig Topper · 8 years ago
  62. f7664e8 CMake: Explicitly #undef LLVM_REVISION rather than using a blank file by Justin Bogner · 8 years ago
  63. 1d564e0 [ThinLTO] Skip BlockAddresses while replacing uses in function import. by Dmitry Mikulin · 8 years ago
  64. e5fa4fc Parameterize a test. by Paul Robinson · 8 years ago
  65. 0745d95 [DSan] Update uses of memory intrinsic get/setAlignment to new API (NFC) by Daniel Neilson · 8 years ago
  66. 66bf8e6 [ASan] Update uses of IRBuilder::CreateMemCpy to new API (NFC) by Daniel Neilson · 8 years ago
  67. 5309a7b Revert "WIP: [DAGCombiner] Assert that debug info is preserved" by Vedant Kumar · 8 years ago
  68. 0f1e6f8 [bugpoint] Simplify the global initializer reducer, NFC by Vedant Kumar · 8 years ago
  69. deeff3d WIP: [DAGCombiner] Assert that debug info is preserved by Vedant Kumar · 8 years ago
  70. 2206986 [X86] Remove kortest intrinsics and replace with native IR. by Craig Topper · 8 years ago
  71. 43849be [X86] Support 'V' register operand modifier by David Woodhouse · 8 years ago
  72. fa797f4 Fix missing field initializer warning in TableGen SubtargetEmitter by David Blaikie · 8 years ago
  73. 3c8d6c5 [MSan] Update uses of IRBuilder::CreateMemCpy to new API (NFC) by Daniel Neilson · 8 years ago
  74. 16273d2 Regenerate test by Simon Pilgrim · 8 years ago
  75. 3a4a268 [X86] Add common CHECK prefix to shift combine tests by Simon Pilgrim · 8 years ago
  76. 7fa8106 [X86] Add shift undef, %X tests by Simon Pilgrim · 8 years ago
  77. 7adf52c [InstCombine] visitSRem - use m_Negative(APInt) helper. NFCI. by Simon Pilgrim · 8 years ago
  78. a5944e5 [InstCombine] Add vector udiv tests by Simon Pilgrim · 8 years ago
  79. d366385 [SelectionDAG] Add a helper function for creating a boolean constant based on the target's boolean content by Craig Topper · 8 years ago
  80. 2675789 Simplify function prototypes in bugpoint, NFC by Vedant Kumar · 8 years ago
  81. cc227f8 Change "UNSUPPORTED: windows" to be "UNSUPPORTED: system-windows" so that test is actually skipped on Windows. by Douglas Yung · 8 years ago
  82. 28a96ee [InstCombine] Add m_Negative pattern matching by Simon Pilgrim · 8 years ago
  83. 90222ff [X86] Add a few new test cases for shrunkblend combine by Craig Topper · 8 years ago
  84. 934bc50 [InstCombine] Add vector urem tests. by Simon Pilgrim · 8 years ago
  85. 74894cd Use ranged for loops in TypeFinder.cpp, NFC by Vedant Kumar · 8 years ago
  86. 0ec6e0c [InstCombine] Regenerate vector mul tests. by Simon Pilgrim · 8 years ago
  87. b9a5c1a [LoopIdiom] Be more aggressive when setting alignment in memcpy by Daniel Neilson · 8 years ago
  88. 3d5f329 Fix signed/unsigned compare warning I introduced by Erich Keane · 8 years ago
  89. da8116f [ARM] Add 'fillValidCPUArchList' to ARM targets by Erich Keane · 8 years ago
  90. 0648dd9 [dsymutil] Use llvm::sys::path to join bundle path. by Jonas Devlieghere · 8 years ago
  91. f1567ab [dwarfdump] Normalize input path. by Jonas Devlieghere · 8 years ago
  92. a43548c [AMDGPU] Updae documentation about address space by Yaxun Liu · 8 years ago
  93. 86517c4 [SLPVectorizer] auto-generate complete checks; NFC by Sanjay Patel · 8 years ago
  94. 6412c37 [SLPVectorizer] auto-generate complete checks; NFC by Sanjay Patel · 8 years ago
  95. 306ada1 [SLPVectorizer] move RUN line to top-of-file; NFC by Sanjay Patel · 8 years ago
  96. 0a5886c [InstCombine] Fix issue with X udiv (POW2_C1 << N) for non-splat constant vectors by Simon Pilgrim · 8 years ago
  97. 24f7956 [SLPVectorizer] auto-generate complete checks; NFC by Sanjay Patel · 8 years ago
  98. a69986c [LoopVectorize] auto-generate complete checks; NFC by Sanjay Patel · 8 years ago
  99. ce8aaf3 [ValueTracking] don't crash when assumptions conflict (PR36270) by Sanjay Patel · 8 years ago
  100. a53fc2e [InstCombine] Fix issue with X udiv 2^C -> X >> C for non-splat constant vectors by Simon Pilgrim · 8 years ago