1. 15c62f9 [ConstantRange] Add an getEquivalentICmp helper by Sanjoy Das · 9 years ago
  2. 62dec0f [WebAssembly] Update WebAssembly target for r269988. by Dan Gohman · 9 years ago
  3. ab2007f [X86] Remove some type constraint classes and use already existing stricter classes. by Craig Topper · 9 years ago
  4. 2928467 [AVX512] Strengthen type constraints for VFIXUPIMM patterns and combine the type constraints for vector and scalar. by Craig Topper · 9 years ago
  5. 783e35a [WebAssembly] Make several CHECK lines less fragile using regexes and CHECK-DAG. by Dan Gohman · 9 years ago
  6. efac554 Fix some Clang-tidy modernize-use-bool-literals and Include What You Use warnings in examples; other minor fixes. by Eugene Zelenko · 9 years ago
  7. c40c117 reduce indentation; NFCI by Sanjay Patel · 9 years ago
  8. d6995c8 [AArch64] Push comment into function. NFC. by Chad Rosier · 9 years ago
  9. 221ed41 AMDGPU: Fix verifier error when spilling undef subreg by Matt Arsenault · 9 years ago
  10. 5963742 [obj2yaml] Refactoring of dumping MachO section structs by Chris Bieneman · 9 years ago
  11. 44aaff0 AMDGPU: Fix promote alloca for pointer loads by Matt Arsenault · 9 years ago
  12. 9dbb322 [LowerGuards] Rename variable; NFC by Sanjoy Das · 9 years ago
  13. 0266d5e New pass: guard widening by Sanjoy Das · 9 years ago
  14. 8458fdb Follow-up patch of http://reviews.llvm.org/D19948 to handle missing profiles when simplifying CFG. by Dehao Chen · 9 years ago
  15. 7a03ff4 [MBP] Remove a redundant skipFunction(). NFC. by Haicheng Wu · 9 years ago
  16. cf44b36 Work around a glibc bug: backtrace() spuriously fails if by Richard Smith · 9 years ago
  17. 7aae44e fix formatting; NFC by Sanjay Patel · 9 years ago
  18. ac8db59 Delete Reloc::Default. by Rafael Espindola · 9 years ago
  19. 57380a7 [lanai] Change the way flag setting instructions are checked. by Jacques Pienaar · 9 years ago
  20. 6e6d60d [LoopUnrollAnalyzer] Take into account cost of instructions controlling branches, along with their operands. by Michael Zolotukhin · 9 years ago
  21. 23cb114 [x86] add test for immediate comment formatting by Sanjay Patel · 9 years ago
  22. b3b1972 [WebAssembly] Disable the MachineScheduler. by Dan Gohman · 9 years ago
  23. 346e51e Fixing test failure on Windows bot by Chris Bieneman · 9 years ago
  24. 279b28e clang-format SimplifyCFG.cpp. by Dehao Chen · 9 years ago
  25. c8ee6f3 AMDGPU: Fix incorrect simm check by Jan Vesely · 9 years ago
  26. fa30381 When looking for a spill slot in reg scavenger, find one that matches RC by Krzysztof Parzyszek · 9 years ago
  27. 7521162 [X86][SSE2] Added fast-isel tests to sync with clang/test/CodeGen/sse2-builtins.c by Simon Pilgrim · 9 years ago
  28. de2a437 [AArch64] Minor refactoring. NFC. by Chad Rosier · 9 years ago
  29. 7d1364e clean up; NFCI by Sanjay Patel · 9 years ago
  30. 17e3d06 pdbdump: Print out section offsets in the publics stream. by Rui Ueyama · 9 years ago
  31. bbc289f Delete dead code. Reloc::Default is the default. by Rafael Espindola · 9 years ago
  32. 7ec0ea1 Re-apply: [obj2yaml] [yaml2obj] Support MachO section and section_64 by Chris Bieneman · 9 years ago
  33. 76e32df AMDGPU: Error if branch distance exceeds limit by Matt Arsenault · 9 years ago
  34. 3cd52ae AMDGPU: Other sizes of popcnt are fast by Matt Arsenault · 9 years ago
  35. a9355d3 Re-commit r269828 "X86: Avoid using _chkstk when lowering WIN_ALLOCA instructions" by Hans Wennborg · 9 years ago
  36. 5d9f8fb AMDGPU: Fix assert when erroring on a call by Matt Arsenault · 9 years ago
  37. c023b23 Trivial cleanups. by Rafael Espindola · 9 years ago
  38. 41cf920 AMDGPU: Handle alloca promoting with null operands by Matt Arsenault · 9 years ago
  39. c33f9cd AMDGPU: Fix a few slightly broken tests by Matt Arsenault · 9 years ago
  40. 39107cc AMDGPU: Don't run passes that aren't useful by Matt Arsenault · 9 years ago
  41. 71a492e AMDGPU: Fix assert on ttmp registers by Matt Arsenault · 9 years ago
  42. d77d4c0 [PM] Port per-function SCCP to the new pass manager. by Davide Italiano · 9 years ago
  43. 8b8fb6b [Hexagon] Recognize "q" and "v" in inline-asm as register constraints by Krzysztof Parzyszek · 9 years ago
  44. da38a6d [WebAssembly] Don't expand divisions by constants. by Dan Gohman · 9 years ago
  45. 7cea10a [X86][SSE42] Added fast-isel tests to sync with clang/test/CodeGen/sse42-builtins.c by Simon Pilgrim · 9 years ago
  46. d6f9ab1 [X86][SSE41] Sync with clang/test/CodeGen/sse41-builtins.c by Simon Pilgrim · 9 years ago
  47. 5137cfa [SystemZ] Fix register ordering for BinaryRRF instructions by Bryan Chan · 9 years ago
  48. ddbf920 [X86][SSE3] Sync with clang/test/CodeGen/sse3-builtins.c by Simon Pilgrim · 9 years ago
  49. ae88dc4 White space cleanup. by Rafael Espindola · 9 years ago
  50. 3b69c0e Removing an unused variable introduced in r269911; NFC. by Aaron Ballman · 9 years ago
  51. 8d706cc Try again to fix pdbdump-headers.test on big-endian hosts after r269861. by Daniel Sanders · 9 years ago
  52. 1db659e Add new flag and intrinsic support for MWAITX and MONITORX instructions by Ashutosh Nema · 9 years ago
  53. 2dc6371 Don't pass a Reloc::Model to MC. by Rafael Espindola · 9 years ago
  54. 9c1a0c9 [VectorUtils] Fix nasty use-after-free by James Molloy · 9 years ago
  55. f313ca4 [AVR] Remove the 'AVRConfig.h' header by Dylan McKay · 9 years ago
  56. d097069 [X86][SSSE3] Sync with clang/test/CodeGen/ssse3-builtins.c by Simon Pilgrim · 9 years ago
  57. adac53f [X86][SSE4A] Sync with clang/test/CodeGen/sse4a-builtins.c by Simon Pilgrim · 9 years ago
  58. ea9e0d4 [AVR] Add missing CMake dependencies by Dylan McKay · 9 years ago
  59. af29269 [AVR] Fix a few compile errors by Dylan McKay · 9 years ago
  60. 2366631 [PATCH] [mips] Restrict the creation of compact branches by Simon Dardis · 9 years ago
  61. adcd739 Attempt to fix pdbdump-headers.test on big-endian hosts after r269861. by Daniel Sanders · 9 years ago
  62. c0a6ad4 Revert "[mips] Restrict the creation of compact branches" by Simon Dardis · 9 years ago
  63. 6a867d0 [AVR] Convert C style comments to C++ by Dylan McKay · 9 years ago
  64. 79149b9 [mips] Restrict the creation of compact branches by Simon Dardis · 9 years ago
  65. 06dac21 [Sparc] Add Soft Float support by Chris Dewhurst · 9 years ago
  66. 24466cd [Coverage] Ensure that coverage mapping data has an expected alignment in 'covmapping' files. by Igor Kudrin · 9 years ago
  67. 4e48490 [AVX512] Strengthen type constraints on my rounding mode inputs and some immediate inputs. by Craig Topper · 9 years ago
  68. 87b374b [AVX512] Strengthen type checks on the X86ISD::SELECT node. Saves over 800 bytes in the DAG isel table by removing type checks for the condition operand which is always a vector or scalar of i1 matching the the number of elements in the other operands. by Craig Topper · 9 years ago
  69. d20d564 Strengthen type assertion for ISD::VSELECT ensuring that the condition has the name number of elements as the destination type. by Craig Topper · 9 years ago
  70. 4b34e97 [mips][microMIPS] Implement LH, LHE, LHU and LHUE instructions and add CodeGen support by Zlatko Buljan · 9 years ago
  71. 1c01e2d [RuntimeDyld] Thread Error through some APIs, remove calls to report_fatal_error. by Lang Hames · 9 years ago
  72. f673dcd [X86] Remove GCC builtin from add/sub/mul/div ss/sd intrinsics. These haven't been used as builtins in clang for a long time. by Craig Topper · 9 years ago
  73. 36f243d Delete default in fully covered switch. by Rafael Espindola · 9 years ago
  74. 214e8d3 Don't pass relocation-model= to tests that don't need it. by Rafael Espindola · 9 years ago
  75. 6f44b1d [codeview] Move Symbol / Type enum defs into CodeView.h by Zachary Turner · 9 years ago
  76. 60ce11f [codeview] Some cleanup of Symbol Records. by Zachary Turner · 9 years ago
  77. f84af69 llvm-dwp: remove some unused error handling by David Blaikie · 9 years ago
  78. 8e5ffc9 Revert "[obj2yaml] [yaml2obj] Support MachO section and section_64 structs" by Zachary Turner · 9 years ago
  79. 34ab13f llvm-dwp: Move error handling code closer to use by David Blaikie · 9 years ago
  80. 51510ad [WebAssembly] Rename $discard to $drop in the assembly output. by Dan Gohman · 9 years ago
  81. dce33b5 pdbdump: Print out more strcutures. by Rui Ueyama · 9 years ago
  82. 329de21 [DwarfDebug] Make tuning predicates private, should be used only in ctor. by Paul Robinson · 9 years ago
  83. e6b948e docs: Update and clean up BitCodeFormat.rst. by Peter Collingbourne · 9 years ago
  84. b9fa981 [WebAssembly] Model the stack evaluation order more precisely. by Dan Gohman · 9 years ago
  85. c27d8b4 Delete deprecated function. by Rafael Espindola · 9 years ago
  86. 7fdce00 llvm-dwp: Add error handling for multiple type sections in a dwp file. by David Blaikie · 9 years ago
  87. d640f91 Fixing a test case that I broke by fixing r269846 by Chris Bieneman · 9 years ago
  88. 47ad42e [Object] Move isNotObjectErrorInvalidFileType out of header. by Lang Hames · 9 years ago
  89. 9c81a3f [PM] Port DSE to the new pass manager by Justin Bogner · 9 years ago
  90. 20b603a [obj2yaml][yaml2obj] Fixing dyld_info_command mappings by Chris Bieneman · 9 years ago
  91. b04144c [obj2yaml] [yaml2obj] Support MachO section and section_64 structs by Chris Bieneman · 9 years ago
  92. 79f152a Remove unnecessary header include. by Lang Hames · 9 years ago
  93. e5abbb2 [WebAssembly] Don't stackify calls past stack pointer modifications. by Dan Gohman · 9 years ago
  94. 888bd0b Debug Info: Introduce a DwarfDebug::UseDWARF2Bitfields flag by Adrian Prantl · 9 years ago
  95. 3c661ab minor cleanup /NFC by Xinliang David Li · 9 years ago
  96. fc99ce0 Revert r269828 "X86: Avoid using _chkstk when lowering WIN_ALLOCA instructions" by Hans Wennborg · 9 years ago
  97. cbc09f7 [codeview] Macroify definition of bitwise operators for flags enums. by Zachary Turner · 9 years ago
  98. e448e72 [InstCombine] add another test for wrong icmp constant (PR27792) by Sanjay Patel · 9 years ago
  99. f9336ec [WebAssembly] Stackify induction variable increment instructions. by Dan Gohman · 9 years ago
  100. 5bf7d99 Simple refactoring /NFC by Xinliang David Li · 9 years ago