1. 0144de5 [ARM] Add additional matching for UBFX instructions by Oliver Stannard · 9 years ago
  2. 6e55ed9 Fix off-by-one error in max integer functions by Dylan McKay · 9 years ago
  3. e2fe445d Revert "Fix up the definition of the integer max function" by Dylan McKay · 9 years ago
  4. 85bbb24 Fix up the definition of the integer max function by Dylan McKay · 9 years ago
  5. c958a73 [Sparc] Allow passing of empty structs. by Chris Dewhurst · 9 years ago
  6. d5c9bd0 Add max/min functions to MathExtras.h by Dylan McKay · 9 years ago
  7. 323e9f1 Revert r271362 "[AVX512] Remove masked load intrinsics. Clang now emits generic masked load intrinsics instead." by Craig Topper · 9 years ago
  8. c1bee8a [AVX512] Remove masked load intrinsics. Clang now emits generic masked load intrinsics instead. by Craig Topper · 9 years ago
  9. cde3d96 DwarfDebug: Simplify. NFC. by Peter Collingbourne · 9 years ago
  10. ac42e99 [MC] Rename EmitFill to emitFill by Petr Hosek · 9 years ago
  11. d8d85ac IR: Allow multiple global metadata attachments with the same type. by Peter Collingbourne · 9 years ago
  12. ed2188e Reference gdb python type printer scripts from SmallString, SmallVector, ArrayRef, and StringRef by David Blaikie · 9 years ago
  13. f5bb758 DAGCombiner: Fix broken size check in isAlias by Matt Arsenault · 9 years ago
  14. 249a797 DebugInfoPDBTests: Update libdeps for r271346. by NAKAMURA Takumi · 9 years ago
  15. 4fc5d9b [obj2yaml] One more attempt at fixing msan by Chris Bieneman · 9 years ago
  16. 4d3c482 llvm-pdbdump-fuzzer: fix the build by Kostya Serebryany · 9 years ago
  17. 1fa1983 [Orc] Add conversion to/from RuntimeDyld::SymbolInfo for JITSymbol. by Lang Hames · 9 years ago
  18. 6aef9f9 Add support for metadata attachments for global variables. by Peter Collingbourne · 9 years ago
  19. e781066 [pdb] Add unit tests for PDB MappedBlockStream and zero copy by Zachary Turner · 9 years ago
  20. 1cd242f CodeGen: Refactor renameDisconnectedComponents() as a pass by Matthias Braun · 9 years ago
  21. c590383 Speculative build fix for codeview type dumper API change by Reid Kleckner · 9 years ago
  22. 5830c5c [X86]: Add a pattern that uses GR16_ABCD rather than GR32_ABCD to avoid falsely marking whole 32 bit register as live. by Kevin B. Smith · 9 years ago
  23. b4b32e0 ARM: Improve/fix comment in recently added test. by Matthias Braun · 9 years ago
  24. fe23302 ARM: Do not attempt to modify register class of physregs. by Matthias Braun · 9 years ago
  25. 6d33ed3 [obj2yaml] Trying to make msan happy by Chris Bieneman · 9 years ago
  26. 12ab473 [SLP] Pass in correct alignment when query memory access cost by Guozhi Wei · 9 years ago
  27. e9ddf3a Change llvm-objdump, llvm-nm and llvm-size when reporting an object file error by Kevin Enderby · 9 years ago
  28. 37735db [CMake] Update to requiring CMake 3.4.3 by Chris Bieneman · 9 years ago
  29. 3104730 [CFLAA] Don't link GEP pointers to GEP indices. by George Burgess IV · 9 years ago
  30. 2027459 [CodeGen] Promote FMINNAN/FMAXNAN like other binops. by Ahmed Bougacha · 9 years ago
  31. e03288c [CodeGen] Don't mark FMINNUM/FMAXNUM Expand twice. NFC. by Ahmed Bougacha · 9 years ago
  32. 3e0c470 [Docs] CodeGen has supported vector icmp/fcmp for a long time. by Ahmed Bougacha · 9 years ago
  33. 25565d9 [codeview] Improve readability of type record assembly by Reid Kleckner · 9 years ago
  34. f2b59e8 Delete AArch64II::MO_CONSTPOOL. by Rafael Espindola · 9 years ago
  35. cb4d52f [codeview] Add a CVTypeDumper::dump(ArrayRef<uint8_t>) overload by Reid Kleckner · 9 years ago
  36. 3c5dd6e [PM] BDCE: Fix caching of analyses. by Davide Italiano · 9 years ago
  37. 4de072ea [mips] Remove tests which should have been deleted. by Simon Dardis · 9 years ago
  38. 860b370 [PM] ADCE: Fix caching of analyses. by Davide Italiano · 9 years ago
  39. f213957 [mips] Enforce compact branch register restrictions by Simon Dardis · 9 years ago
  40. 7e74f7a [obj2yaml][yaml2obj] Support for reading and dumping the MachO export trie by Chris Bieneman · 9 years ago
  41. 980cda9 Fix a crash in MergeFunctions related to ordering of weak/strong functions by Erik Eckstein · 9 years ago
  42. 9ac0d05 [esan|cfrag] Create the skeleton of cfrag variable for the runtime by Qin Zhao · 9 years ago
  43. 9d102db AMDGPU: Remove unused address space by Matt Arsenault · 9 years ago
  44. 1a9c272 Add a use of shouldAssumeDSOLocal to ARM. by Rafael Espindola · 9 years ago
  45. 72f099b [Hexagon] Disable expanding MUX instructions that define a subregister by Krzysztof Parzyszek · 9 years ago
  46. 4c77296 Do not modify a std::vector while looping it. by Yaron Keren · 9 years ago
  47. c146d1a [ARM] Add backend support for load/store intrinsics. by Ranjeet Singh · 9 years ago
  48. a8a5e74 [X86][SSE] Add load-folding patterns for (V)CVTDQ2PD (PR27291) by Simon Pilgrim · 9 years ago
  49. 8140f78 [mips] bnec/beqc register constraint fix by Simon Dardis · 9 years ago
  50. ae9c817 [AVX512] Fix intrinsic vcvtps2ph lowering. by Igor Breger · 9 years ago
  51. 7720e47 Fix intrinsic vbroadcast{i32|f32}x2 lowering. by Igor Breger · 9 years ago
  52. 2f32d38 [AVX512] Remove gcc builtin name from masked load intrinsics so they can be custom handled by clang to create generic masked load intrinsics instead of using the x86 specific ones. by Craig Topper · 9 years ago
  53. acc7ed7 [AVX512] Remove masked store intrinsics. Clang now emits generic masked store intrinsics instead. by Craig Topper · 9 years ago
  54. a2bdb6d X86: permit using SjLj EH on x86 targets as an option by Saleem Abdulrasool · 9 years ago
  55. 692eabe [llvm-pdbdump-fuzzer] Add a fuzzer for llvm-pdbdump by David Majnemer · 9 years ago
  56. 84d13f8 [llvm-dwarfdump-fuzzer] Get this compiling again by David Majnemer · 9 years ago
  57. 2463f3b [X86] Remove SSE/AVX unaligned store intrinsics as clang no longer uses them. Auto upgrade to native unaligned store instructions. by Craig Topper · 9 years ago
  58. 83ed492 [X86] Use update_llc_test_checks.py to re-generate a test in preparation for an upcoming commit. NFC by Craig Topper · 9 years ago
  59. e55c354 [X86] Simplify and remove some unnecessary auto-upgrade code. by Craig Topper · 9 years ago
  60. c765444 [X86] Reduce the number of string compares in the autoupgrade logic by checking more prefixes instead of complete matches. by Craig Topper · 9 years ago
  61. 9e45fdc Fix a crash when producing COFF. by Rafael Espindola · 9 years ago
  62. 47ca2d8 [X86][XOP] Split off auto-upgraded xop intrinsics by Simon Pilgrim · 9 years ago
  63. 4dedbb6 [X86][SSE] Renamed pmovxrm tests by Simon Pilgrim · 9 years ago
  64. 9dd9c9c [Kaleidoscope][BuildingAJIT] Finish off Chapter 1. by Lang Hames · 9 years ago
  65. 16a2da8 [X86][AVX2] Regenerated AVX2 extension tests by Simon Pilgrim · 9 years ago
  66. e03d7f3 [X86][SSE] Updated storeu fast-isel tests to match clang builtin tests by Simon Pilgrim · 9 years ago
  67. 5aef47d [X86][SSE2] Updated _mm_store_pd1/_mm_store1_pd fast-isel tests to match D20617 by Simon Pilgrim · 9 years ago
  68. f43e7e4 [Kaleidoscope][BuildingAJIT] Add stub Chapter 5 text. by Lang Hames · 9 years ago
  69. e7cbdab [BPF] Remove exit-on-error from tests (PR27768, PR27769) by Diana Picus · 9 years ago
  70. 285ed3c [IndVars] Assert that the incoming IR is in LCSSA by Sanjoy Das · 9 years ago
  71. 9aaeb83 [Kaleidoscope][BuildingAJIT] Don't build Chapter 5 on Windows for now. by Lang Hames · 9 years ago
  72. 203f697 [Kaleidoscope][BuildingAJIT] Add code for Chapter 5 - remote JITing. by Lang Hames · 9 years ago
  73. d703145 Make it easier to process merges in a normal buildable directory tree by by Joerg Sonnenberger · 9 years ago
  74. 8b95cd3 [IndVarSimplify] Extract the logic of `-indvars` out into a class; NFC by Sanjoy Das · 9 years ago
  75. b995206 [Orc] Fix a type in the OrcRemoteClientUtility. by Lang Hames · 9 years ago
  76. a736e85 [libFuzzer] fix a use-after-free (!) in libFuzzer caused by r270905: that CL caused a push_back in the main corpus invalidating the vector<> iterators in rare cases. by Kostya Serebryany · 9 years ago
  77. ac307e4 Remove some 'const' specifiers that do nothing but prevent moving the argument. by Benjamin Kramer · 9 years ago
  78. 2ff22b7 [ProfileData] Clean up string handling a bit. by Benjamin Kramer · 9 years ago
  79. a83f08e [SCEV] Remove the singleton `apply` function (re-apply r271155) by Sanjoy Das · 9 years ago
  80. 05fc931 [X86] Remove some unnecessary declarations for old intrinsics from a test. by Craig Topper · 9 years ago
  81. fab36bc [X86] Simplify some of the autoupgrade code. NFC by Craig Topper · 9 years ago
  82. 02cabd4 Don't dereference a symbol iterator before checking for the end case by David Majnemer · 9 years ago
  83. b829a5d Make sure we don't add an empty string to the stringmap by David Majnemer · 9 years ago
  84. 25a1911 [CVRecord] Don't assume that the record has two bytes of data in it by David Majnemer · 9 years ago
  85. 03506fe Don't let the readArray size calculation overflow by David Majnemer · 9 years ago
  86. 36c9a0f [pdb] Make an abstract base class for PDBFile. by Zachary Turner · 9 years ago
  87. 48ef4cd Revert "[SCEV] Remove unused function; NFC" by Sanjoy Das · 9 years ago
  88. 1595517 [IR] Teach the ArrayRef<int> form of IRBuilder::CreateShuffleVector to use ConstantDataVector. by Craig Topper · 9 years ago
  89. 65123b9 Add RelaxELFRelocations to TargetOptions.h. by Rafael Espindola · 9 years ago
  90. c615a82 Move RelaxELFRel out to llvm-mc. by Rafael Espindola · 9 years ago
  91. 50d2d21 [PM] Reassociate: cache analyses more aggressively. by Davide Italiano · 9 years ago
  92. 1c85d76 [SCEV] Remove \brief from comments; NFC by Sanjoy Das · 9 years ago
  93. ab146e0 [SCEV] Consolidate comments; NFC by Sanjoy Das · 9 years ago
  94. e2c1e5e [SCEV] Rename functions to LLVM style; NFC by Sanjoy Das · 9 years ago
  95. 9a56c05 [SCEV] Remove unused function; NFC by Sanjoy Das · 9 years ago
  96. 8a2a6b2 [SCEV] Comment and whitesapce changes in header by Sanjoy Das · 9 years ago
  97. 59287c3 [IndVars] Eliminate op.with.overflow when possible (re-apply) by Sanjoy Das · 9 years ago
  98. 09cfc1e [SCEV] See through op.with.overflow intrinsics (re-apply) by Sanjoy Das · 9 years ago
  99. 11ed8ed [SCEV] Don't always add no-wrap flags to post-inc add recs by Sanjoy Das · 9 years ago
  100. 2f6c3f7 [ValueTracking] ICmp instructions propagate poison by Sanjoy Das · 9 years ago