1. f7bb38c [SimplifyCFG] try harder to forward switch condition to phi (PR34471) by Sanjay Patel · 8 years ago
  2. 0be7a36 [ARM] Dynamic stack alignment for 16-bit Thumb by Momchil Velikov · 8 years ago
  3. 5631544 [X86] Add a pass to convert instruction chains between domains. by Guy Blank · 8 years ago
  4. ce20559 [mips] Adds support for R_MIPS_26, HIGHER, HIGHEST relocations in RuntimeDyld. by Nitesh Jain · 8 years ago
  5. 3ae8f2d [X86] Teach the disassembler that some instructions use VEX.W==0 without a corresponding VEX.W==1 instruction and we shouldn't treat them as if VEX.W is ignored. by Craig Topper · 8 years ago
  6. 7f31e4c [X86] Add VEX_WIG to applicable AVX512 instructions. by Craig Topper · 8 years ago
  7. e5126d5 [X86] Add VEX_WIG to VROUNDSSrr/VROUNDSSrm/VROUNDSDrr/VROUNDSDrm by Craig Topper · 8 years ago
  8. 7447532 [X86] Don't allow gather/scatter to disassembler if memory operand does not use a SIB byte. by Craig Topper · 8 years ago
  9. 7f2ed03 Strip trailing whitespace. NFCI. by Simon Pilgrim · 8 years ago
  10. 51ff151 Reverting r316270 due to failing build bots. by Aaron Ballman · 8 years ago
  11. 8d6bf15 [X86][SSE] Add extractps/pextrd equivalence to domain tables by Simon Pilgrim · 8 years ago
  12. e746b67 [X86] Fix disassembling of EVEX instructions to stop accidentally decoding the SIB index register as an XMM/YMM/ZMM register. by Craig Topper · 8 years ago
  13. 3ef0333 Fix MSVC 'result of 32-bit shift implicitly converted to 64 bits' warning. NFCI. by Simon Pilgrim · 8 years ago
  14. ce22881 [PPC CodeGen] Fix the bitreverse.i64 intrinsic. by Fangrui Song · 8 years ago
  15. 698b76c [ValueTracking] Remove unnecessary temporary APInt from computeNumSignBitsVectorConstant. by Craig Topper · 8 years ago
  16. 3afd582 [ValueTracking] Simplify the known bits code for constant vectors a little. by Craig Topper · 8 years ago
  17. 3aad6fd [X86][SSE] Add missing extractps scheduling test by Simon Pilgrim · 8 years ago
  18. bbbf08b [LoopInterchange] Fix phi node ordering miscompile. by David Green · 8 years ago
  19. 449e890 [SelectionDAG] Use dyn_cast without cast. by Florian Hahn · 8 years ago
  20. 34f57ff [SelectionDAG] Use isa to silence unused variable warning (NFC). by Florian Hahn · 8 years ago
  21. ba52556 [SelectionDAG] Don't subject ConstantSDNodes to the depth limit in computeKnownBits and ComputeNumSignBits. by Craig Topper · 8 years ago
  22. cbc06db [SelectionDAG] Don't subject ISD:Constant to the depth limit in TargetLowering::SimplifyDemandedBits. by Craig Topper · 8 years ago
  23. abd557f [X86] Do not generate __multi3 for mul i128 on X86 by Craig Topper · 8 years ago
  24. cd98608 [Transforms] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). by Eugene Zelenko · 8 years ago
  25. 26843fd [Packetizer] Add function to check for aliasing between instructions by Krzysztof Parzyszek · 8 years ago
  26. 84aa0af [utils, x86] add regex for retl/retq to reduce duplicated FileChecking (PR35003) by Sanjay Patel · 8 years ago
  27. 8b6784b [Transforms] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). by Eugene Zelenko · 8 years ago
  28. 2b6b6ac [WebAssembly] MC: Fix crash when -g specified. by Sam Clegg · 8 years ago
  29. d83b5d4 [globalisel][tablegen] Fix small spelling nits. NFC by Daniel Sanders · 8 years ago
  30. 736ecc1 [Hexagon] Report error instead of crashing on wrong inline-asm constraints by Krzysztof Parzyszek · 8 years ago
  31. a29687c COFF: Add type server pdb files to linkrepro tar file. by Peter Collingbourne · 8 years ago
  32. ccf5909 [Hexagon] Reorganize and update instruction patterns by Krzysztof Parzyszek · 8 years ago
  33. def1c1f [X86][SSE] Add missing _mm_extract_ps fast-isel test by Simon Pilgrim · 8 years ago
  34. 8483290 [x86] avoid FileCheck assert duplication with retl/retq regex; NFC by Sanjay Patel · 8 years ago
  35. b29a897 [X86][SSE] getTargetShuffleMask - check shuffle input value types. NFCI. by Simon Pilgrim · 8 years ago
  36. 711a23d [WebAssembly] MC: Handle (ignore) MCSA_Protected symbol attribute by Sam Clegg · 8 years ago
  37. 5854166 Make x86 __ehhandler comdat if parent function is by Dave Lee · 8 years ago
  38. b99a8bc [Hexagon] Allow redefinition with immediates for hw loop conversion by Krzysztof Parzyszek · 8 years ago
  39. 268fcdd [X86] Check all CPU target names. by Simon Pilgrim · 8 years ago
  40. 0c8405a X86 Tests: Add tests for vector permutes with variable indices. NFC. by Zvi Rackover · 8 years ago
  41. 88f8f00 Revert "[mips] Reordering callseq* nodes to be linear" by Aleksandar Beserminji · 8 years ago
  42. 4eed9af [ARM] Use post-RA MI scheduler when +use-misched is set by Eugene Leviant · 8 years ago
  43. 2d9526e [X86][AVX512] Regenerate regcall tests. by Simon Pilgrim · 8 years ago
  44. 082e33a [ValueTracking] Enabling ValueTracking patch by default by Nikolai Bozhenov · 8 years ago
  45. 2859100 Add test case for LoopSink pass by Max Kazantsev · 8 years ago
  46. e536cad [AVR] Fix the select-mbb-placement-bug.ll by Dylan McKay · 8 years ago
  47. dd3a1b1 [ExecutionEngine] Temporarily remove the ExecutionEngine tls tests. by Lang Hames · 8 years ago
  48. 801676c [ExecutionEngine] After a heroic dev-meeting hack session, the JIT supports TLS. by Lang Hames · 8 years ago
  49. f56176d Disabling the transformation introduced in r315888 by Nemanja Ivanovic · 8 years ago
  50. 4dea1f2 [XRay] [docs] Document how to generate flamegraphs from xray traces. by Keith Wyss · 8 years ago
  51. 5ce470a [Transforms] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). by Eugene Zelenko · 8 years ago
  52. 920aa53 [RISCV] Add missing hunk from r316188 by Alex Bradbury · 8 years ago
  53. 5a3d179 [RISCV] Initial codegen support for ALU operations by Alex Bradbury · 8 years ago
  54. ab16d0a [Transforms] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). by Eugene Zelenko · 8 years ago
  55. fb5a67b [SelectionDAG] Add a check to getVectorShuffle to ensure that the only negative index we allow is -1. by Craig Topper · 8 years ago
  56. 096ea8c [X86] Remove LowerEXTRACT_SUBVECTOR handler. All EXTRACT_SUBVECTORs are marked as legal. by Craig Topper · 8 years ago
  57. d369ce4 [X86][AES] Test AES intrinsics on 32/64-bit targets with/without VEX encoding by Simon Pilgrim · 8 years ago
  58. 1f93c85 The cost of splitting a large vector instruction is not being taken into account by the getUserCost function. This was leading to some loops being over unrolled. The cost of a vector instruction is now being multiplied by the cost of the type legalization. This will return a more accurate cost. by Graham Yiu · 8 years ago
  59. cb5868c AMDGPU/Docs: Fix unreadable characters by Konstantin Zhuravlyov · 8 years ago
  60. 99a0c4c [Hexagon] Fix store conversion from rr to io in optimize addressing modes by Krzysztof Parzyszek · 8 years ago
  61. 2ac0f38 ExecutionEngine: adjust COFF i386 tautological asserts by Saleem Abdulrasool · 8 years ago
  62. 8f5670f [RISCV] RISCVAsmParser: early exit if RISCVOperand isn't immediate as expected by Alex Bradbury · 8 years ago
  63. 695f682 [RISCV][NFC] Drop unused parameter from createImm helper in RISCVAsmParser by Alex Bradbury · 8 years ago
  64. 2942c78 Revert r315992 because of a found miscompilation failure by Nikolai Bozhenov · 8 years ago
  65. 0ecb885 [X86] Replace custom scalar integer absolute matching with ISD::ABS lowering. by Simon Pilgrim · 8 years ago
  66. a9278fb Fix MSVC signed/unsigned comparison warning by Simon Pilgrim · 8 years ago
  67. e495920 [X86] Add scalar (abs (abs x)) -> (abs x) combine test. by Simon Pilgrim · 8 years ago
  68. 1437cc9 [RISCV] Prepare for the use of variable-sized register classes by Alex Bradbury · 8 years ago
  69. c6c4c8b Revert rL316156 due to failure on APFloatTest.fromToStringSpecials by Max Kazantsev · 8 years ago
  70. 90ee44d Fix APFloat from string conversion for Inf by Serguei Katkov · 8 years ago
  71. 24177b8 [ARM GlobalISel] Fix liveins in test. NFC by Diana Picus · 8 years ago
  72. d83cc4f [ARM GlobalISel] Remove redundant tests by Diana Picus · 8 years ago
  73. 2f9c707 Revert 316150 which reinstated r316025. by Vassil Vassilev · 8 years ago
  74. 5f54970 Const fix for YAMLParser. by Sam McCall · 8 years ago
  75. 4c329eb Reinstate r316025, reverted in r316029. by Vassil Vassilev · 8 years ago
  76. 120c3be [Coverage] Simplify r316141. NFC. by Vedant Kumar · 8 years ago
  77. 8801482 [NFC][IRCE] Filter out empty ranges early by Max Kazantsev · 8 years ago
  78. 1fd7e8c [MergeFunctions] Don't blindly RAUW a GlobalValue with a ConstantExpr. by whitequark · 8 years ago
  79. 9db44d0 Simplify. by Rafael Espindola · 8 years ago
  80. 4179daa Fix buffer overflow. by Rafael Espindola · 8 years ago
  81. f3ed528 [CMake] Allow parent projects to use in-source builds by Chris Bieneman · 8 years ago
  82. 2ce33a5 [llvm-cov] Move LineCoverageIterator to libCoverage. NFC. by Vedant Kumar · 8 years ago
  83. 34ea0de [llvm-cov] Use the coverage namespace. NFC. by Vedant Kumar · 8 years ago
  84. e03fc7c GISel: Canonicalize select tests using update_mir_test_checks by Justin Bogner · 8 years ago
  85. fcd3a22 AArch64/GISel: Modernize the localizer test by Justin Bogner · 8 years ago
  86. ba2fa17 Canonicalize a large number of mir tests using update_mir_test_checks by Justin Bogner · 8 years ago
  87. 7121c76 [PM] Refactor the bounds checking pass to remove a method only called in by Chandler Carruth · 8 years ago
  88. d0f1843 update_mir_test_checks: Support adding checks for vreg classes by Justin Bogner · 8 years ago
  89. 0ee6442 update_mir_test_checks: Improve message when updating fails by Justin Bogner · 8 years ago
  90. 0a09220 [AMDGPU] Corrections to memory model description. by Tony Tye · 8 years ago
  91. b5cb868 Revert "[ScalarEvolution] Handling for ICmp occuring in the evolution chain." by Sanjoy Das · 8 years ago
  92. e77c212 [Transforms] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). by Eugene Zelenko · 8 years ago
  93. 1691560 Fix lit.site.cfg.py.in after rL316123 by Sam Clegg · 8 years ago
  94. a7b3e22 [AVR] Fix the select_mbb_placement_bug.ll test by Dylan McKay · 8 years ago
  95. 88d22be Don't set static-libs test feature when using LLVM_LINK_LLVM_DYLIB by Sam Clegg · 8 years ago
  96. 4a5c81f [llvm-cov] Suppress sub-line highlights in simple cases by Vedant Kumar · 8 years ago
  97. d35bb38 [llvm-cov] Pass LineCoverageStats in SourceCoverageView. NFC. by Vedant Kumar · 8 years ago
  98. 55fff37 [llvm-cov] Highlight gaps in consecutive uncovered regions by Vedant Kumar · 8 years ago
  99. 7a600d3 [Hexagon] New HVX target features. by Sumanth Gundapaneni · 8 years ago
  100. a05cf7b AMDGPU/Docs: Make target naming consistent by Konstantin Zhuravlyov · 8 years ago