1. 9b2526d [ValueTracking] Don't do an unchecked shift in ComputeNumSignBits by Sanjoy Das · 9 years ago
  2. 95d021b [APInt] Add APInt::extractBits() method to extract APInt subrange (reapplied) by Simon Pilgrim · 9 years ago
  3. 955b353 [AVX-512] Fix the execution domain for scalar FMA instructions. by Craig Topper · 9 years ago
  4. 5d138fe [AVX-512] Fix the execution domain on some instructions. by Craig Topper · 9 years ago
  5. 8c3aa94 [AVX-512] Add an additional test case to show the execution domain for vrqsrtsd is wrong. by Craig Topper · 9 years ago
  6. 7c60e0d [AVX-512] Use update_llc_test_checks.py to regenerate the avx512er intrinsic test. by Craig Topper · 9 years ago
  7. 5dd1e7d reenable accidentally disabled test NFC. by Nirav Dave · 9 years ago
  8. d63ab8f [AVX-512] Remove unnecessary masked versions of VCVTSS2SD and VCVTSD2SS using the scalar register class. We only have patterns for the masked intrinsics. by Craig Topper · 9 years ago
  9. 6a0edd3 [ExecutionDepsFix] Don't make copies of LiveReg objects when collecting operands for soft instructions by Craig Topper · 9 years ago
  10. cc3dbb4 No need to copy the variable [NFC] by Artyom Skrobov · 9 years ago
  11. 96678fa Revert r296215, "[PDB] General improvements to Stream library." and followings. by NAKAMURA Takumi · 9 years ago
  12. 2a05efc Update various test's codegen. NFC by Amaury Sechet · 9 years ago
  13. 2d8b3fe Add test for known bits in uaddo and saddo. by Amaury Sechet · 9 years ago
  14. 8184c21 The automatic CHECK: to CHECK-LABEL: conversion, back in 2013, by Artyom Skrobov · 9 years ago
  15. 532cb32 [DebugInfo] Skip implicit_const attributes when dumping .debug_info. NFC. by Victor Leschuk · 9 years ago
  16. 32147ce In visitSTORE, always use FindBetterChain, rather than only when UseAA is enabled. by Nirav Dave · 9 years ago
  17. 79b9778 [Doc] Modernize programmers manual by Piotr Padlewski · 9 years ago
  18. 51d41dc Empty line. NFCI by Xin Tong · 9 years ago
  19. b646c0a Add static_cast to silence -Wc++11-narrowing. by Daniel Jasper · 9 years ago
  20. f18ff27 [PDB] Disable some tests that are breaking bots. by Zachary Turner · 9 years ago
  21. 0621f0e AMDGPU/SI: export s_waitcnt builtin by Jan Vesely · 9 years ago
  22. c236d01 Minor code cleanup. NFC. by Junmo Park · 9 years ago
  23. 0a1a6e3 Re-enable BinaryStreamTest.StreamReaderObject. by Zachary Turner · 9 years ago
  24. 1613664 Remove redundant code. NFC. by Akira Hatanaka · 9 years ago
  25. cf0aa99 Clean up ObjCARCOpts.cpp. NFC. by Akira Hatanaka · 9 years ago
  26. 9e80319 Disable BinaryStreamTest.StreamReaderObject temporarily. by Zachary Turner · 9 years ago
  27. 5433d11 [PDB] General improvements to Stream library. by Zachary Turner · 9 years ago
  28. 7def050 Remove svn:eol-style=native from Properties. by Zachary Turner · 9 years ago
  29. 40ea284 [PDB] Rename Stream related source files. by Zachary Turner · 9 years ago
  30. de5a65f [XRAY] A Color Choosing helper for XRay Graph by Dean Michael Berris · 9 years ago
  31. da9c4a6 [InlineCost] Move the code in isGEPOffsetConstant to a lambda. by Easwaran Raman · 9 years ago
  32. 8435ebc Minor code cleanup. NFC. by Junmo Park · 9 years ago
  33. dd2b6c5 [PGO] Directory name stripping in global identifier for static functions by Rong Xu · 9 years ago
  34. 16f0a90 [sancov] extending sancov --help documentation by Mike Aizatsky · 9 years ago
  35. 8f5a7d6 [WebAssembly] Add support for using a wasm global for the stack pointer. by Dan Gohman · 9 years ago
  36. cdc2ace [Hexagon] Undo shift folding where it could simplify addressing mode by Krzysztof Parzyszek · 9 years ago
  37. 53ff96a [WebAssembly] Basic support for Wasm object file encoding. by Dan Gohman · 9 years ago
  38. 03791bd [.gitignore] Update .gitignore to ignore a nested build directory by Chris Bieneman · 9 years ago
  39. d2a98e0 [Hexagon] Prettify code in HexagonDAGToDAGISel::Select by Krzysztof Parzyszek · 9 years ago
  40. 5d1e915 AMDGPU : Replace FMAD with FMA when denormals are enabled. by Wei Ding · 9 years ago
  41. fef0dbe Revert "Correct register pressure calculation in presence of subregs" by Stanislav Mekhanoshin · 9 years ago
  42. a17350a [utils] allow auto-generation of checks for thumb triples by Sanjay Patel · 9 years ago
  43. 89efd71 Disallow redefinition of section symbols. by Evgeniy Stepanov · 9 years ago
  44. 5982b2c Initialize MCContext::InlineSrcMgr in the constructor. by Evgeniy Stepanov · 9 years ago
  45. c80a3ff [ARM] add tests for alternate forms of select-of-constants; NFC by Sanjay Patel · 9 years ago
  46. 43d5d8c [WebAssembly] Define an initial set of relocation types for Wasm. by Dan Gohman · 9 years ago
  47. e3a136c GlobalISel: check for CImm rather than Imm on G_CONSTANTs. by Tim Northover · 9 years ago
  48. f7f0f08 [ARM] auto-generate complete checks; NFC by Sanjay Patel · 9 years ago
  49. 3d2ef31 [WebAssembly] Handle f16 in fast-isel. by Dan Gohman · 9 years ago
  50. 8ff5650 Fix Indentation. NFCI by Xin Tong · 9 years ago
  51. 2843487 [Orc][RPC] Accept both const char* and char* arguments for string serialization. by Lang Hames · 9 years ago
  52. 0ee8e56 [CodeGenPrepare] Make -addr-sink-using-gep work with address spaces. by Eli Friedman · 9 years ago
  53. 3afc883 [InstCombine] Fix bug in pointer replacement by Yaxun Liu · 9 years ago
  54. de428a4 [Target/MIPS] Kill dead code, no functional change intended. by Davide Italiano · 9 years ago
  55. 98ee128 [CGP] Split some critical edges coming out of indirect branches by Michael Kuperstein · 9 years ago
  56. 0ab7c7b Revert: r296141 [APInt] Add APInt::extractBits() method to extract APInt subrange by Simon Pilgrim · 9 years ago
  57. aceef6f [LV] Merge floating-point and integer induction widening code by Matthew Simpson · 9 years ago
  58. ab05c20 [PowerPC] Use subfic instruction for subtract from immediate by Nemanja Ivanovic · 9 years ago
  59. 92606b3 [PowerPC] Use rldicr instruction for AND with an immediate if possible by Nemanja Ivanovic · 9 years ago
  60. 30e6a76 [APInt] Add APInt::extractBits() method to extract APInt subrange by Simon Pilgrim · 9 years ago
  61. f1e0716 Fixed IntOperandMatcher::emitCxxPredicateExpr arguments by Simon Pilgrim · 9 years ago
  62. 9a9478c [DAGCombiner] add missing folds for scalar select of {-1,0,1} by Sanjay Patel · 9 years ago
  63. f64a815 Recommit "[mips] Fix atomic compare and swap at O0." by Simon Dardis · 9 years ago
  64. 3a8812c Revert "[mips] Fix atomic compare and swap at O0." by Simon Dardis · 9 years ago
  65. 2468c7d [mips] Fix atomic compare and swap at O0. by Simon Dardis · 9 years ago
  66. bf21af7 [globalisel] Decouple src pattern operands from dst pattern operands. by Daniel Sanders · 9 years ago
  67. d94a711 [X86][SSE] Target shuffle combine can try to combine up to 16 vectors by Simon Pilgrim · 9 years ago
  68. f2553ab [InstCombine] don't try SimplifyDemandedInstructionBits from zext/sext because it's slow and unnecessary by Sanjay Patel · 9 years ago
  69. e1076e6 [x86] use DAG.getAllOnesConstant(); NFCI by Sanjay Patel · 9 years ago
  70. e3af299 Fix missing call to base class constructor in r296121. by Daniel Sanders · 9 years ago
  71. 2d2498f [mips] Handle 64 bit immediate in and/or/xor pseudo instructions on mips64 by Simon Dardis · 9 years ago
  72. 27abbac [ARM] GlobalISel: Select G_STORE by Diana Picus · 9 years ago
  73. c12232d [globalisel] Sort RuleMatchers by priority. by Daniel Sanders · 9 years ago
  74. dba394d Minor test fix by Diana Picus · 9 years ago
  75. 11601c0 [ARM] GlobalISel: Add reg bank mappings for stores by Diana Picus · 9 years ago
  76. 3583102 [mips][mc] Fix a crash when disassembling odd sized sections by Simon Dardis · 9 years ago
  77. 558eff4 Fixup r296105 - only run tests on Mips by Diana Picus · 9 years ago
  78. 07bcf75 Fix signed/unsigned comparison warnings by Simon Pilgrim · 9 years ago
  79. 29289da [ARM] GlobalISel: Legalize stores by Diana Picus · 9 years ago
  80. dbda2aa [mips][mc] Fix a crash when disassembling odd sized sections by Simon Dardis · 9 years ago
  81. 20c78ed [mips][mc] Fix a crash when disassembling odd sized sections by Simon Dardis · 9 years ago
  82. 269c5fd Revert "[ARM] GlobalISel: Legalize stores" by Diana Picus · 9 years ago
  83. 03012a0 [ARM] GlobalISel: Legalize stores by Diana Picus · 9 years ago
  84. 02e6cb0 [APInt] Add APInt::setBits() method to set all bits in range by Simon Pilgrim · 9 years ago
  85. dde79d7 Add missing initialization for MachineOptimizationRemarkEmitter by Justin Bogner · 9 years ago
  86. b1d1451 [WebAssembly] Add a README.txt entry for mergeable sections. by Dan Gohman · 9 years ago
  87. 26bc091 [AVX-512] Separate the fadd/fsub/fmul/fdiv/fmax/fmin with rounding mode ISD opcodes into separate packed and scalar opcodes. This is more consistent with the rest of the ISD opcodes. NFC by Craig Topper · 9 years ago
  88. 7329851 [ExecutionDepsFix] Use range-based for loop. NFC by Craig Topper · 9 years ago
  89. c908a7f [IR][X86] Fix llvm version number in comments in AutoUpgrade. Forgot the next release is 5.0 not 4.1 by Craig Topper · 9 years ago
  90. 474a418 [AVX-512] Remove lzcnt intrinsics and autoupgrade them to generic ctlz intrinsics with select. by Craig Topper · 9 years ago
  91. cc2f430 [AVX-512] Move lzcnt and conflict intrinsic tests to avx512cd intrinsic test file since that's their feature. by Craig Topper · 9 years ago
  92. e35238c [AVX-512] Use update_llc_test_checks.py to generate a test. by Craig Topper · 9 years ago
  93. 193856a [Fuchsia] Use thread-pointer ABI slots for stack-protector and safe-stack by Petr Hosek · 9 years ago
  94. f884f5a Add some testcases for bitfields with illegal widths. by Eli Friedman · 9 years ago
  95. c39d5e6 Fix old testcase for dead store to match the original intent. by Eli Friedman · 9 years ago
  96. 30d4f65 Fix an iterator invalidation bug when simplifying LIC user. by Xin Tong · 9 years ago
  97. c1a4dd3 [LazyMachineBFI] Add testcase by Adam Nemet · 9 years ago
  98. 969577f Revert r269060 to pacify bots. by Michael Kuperstein · 9 years ago
  99. 3c86e87 OptDiag: Add test for r296053 by Justin Bogner · 9 years ago
  100. 8981fc9 [CGP] Split some critical edges coming out of indirect branches by Michael Kuperstein · 9 years ago