1. fe23302 ARM: Do not attempt to modify register class of physregs. by Matthias Braun · 9 years ago
  2. 6d33ed3 [obj2yaml] Trying to make msan happy by Chris Bieneman · 9 years ago
  3. 12ab473 [SLP] Pass in correct alignment when query memory access cost by Guozhi Wei · 9 years ago
  4. e9ddf3a Change llvm-objdump, llvm-nm and llvm-size when reporting an object file error by Kevin Enderby · 9 years ago
  5. 37735db [CMake] Update to requiring CMake 3.4.3 by Chris Bieneman · 9 years ago
  6. 3104730 [CFLAA] Don't link GEP pointers to GEP indices. by George Burgess IV · 9 years ago
  7. 2027459 [CodeGen] Promote FMINNAN/FMAXNAN like other binops. by Ahmed Bougacha · 9 years ago
  8. e03288c [CodeGen] Don't mark FMINNUM/FMAXNUM Expand twice. NFC. by Ahmed Bougacha · 9 years ago
  9. 3e0c470 [Docs] CodeGen has supported vector icmp/fcmp for a long time. by Ahmed Bougacha · 9 years ago
  10. 25565d9 [codeview] Improve readability of type record assembly by Reid Kleckner · 9 years ago
  11. f2b59e8 Delete AArch64II::MO_CONSTPOOL. by Rafael Espindola · 9 years ago
  12. cb4d52f [codeview] Add a CVTypeDumper::dump(ArrayRef<uint8_t>) overload by Reid Kleckner · 9 years ago
  13. 3c5dd6e [PM] BDCE: Fix caching of analyses. by Davide Italiano · 9 years ago
  14. 4de072ea [mips] Remove tests which should have been deleted. by Simon Dardis · 9 years ago
  15. 860b370 [PM] ADCE: Fix caching of analyses. by Davide Italiano · 9 years ago
  16. f213957 [mips] Enforce compact branch register restrictions by Simon Dardis · 9 years ago
  17. 7e74f7a [obj2yaml][yaml2obj] Support for reading and dumping the MachO export trie by Chris Bieneman · 9 years ago
  18. 980cda9 Fix a crash in MergeFunctions related to ordering of weak/strong functions by Erik Eckstein · 9 years ago
  19. 9ac0d05 [esan|cfrag] Create the skeleton of cfrag variable for the runtime by Qin Zhao · 9 years ago
  20. 9d102db AMDGPU: Remove unused address space by Matt Arsenault · 9 years ago
  21. 1a9c272 Add a use of shouldAssumeDSOLocal to ARM. by Rafael Espindola · 9 years ago
  22. 72f099b [Hexagon] Disable expanding MUX instructions that define a subregister by Krzysztof Parzyszek · 9 years ago
  23. 4c77296 Do not modify a std::vector while looping it. by Yaron Keren · 9 years ago
  24. c146d1a [ARM] Add backend support for load/store intrinsics. by Ranjeet Singh · 9 years ago
  25. a8a5e74 [X86][SSE] Add load-folding patterns for (V)CVTDQ2PD (PR27291) by Simon Pilgrim · 9 years ago
  26. 8140f78 [mips] bnec/beqc register constraint fix by Simon Dardis · 9 years ago
  27. ae9c817 [AVX512] Fix intrinsic vcvtps2ph lowering. by Igor Breger · 9 years ago
  28. 7720e47 Fix intrinsic vbroadcast{i32|f32}x2 lowering. by Igor Breger · 9 years ago
  29. 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
  30. acc7ed7 [AVX512] Remove masked store intrinsics. Clang now emits generic masked store intrinsics instead. by Craig Topper · 9 years ago
  31. a2bdb6d X86: permit using SjLj EH on x86 targets as an option by Saleem Abdulrasool · 9 years ago
  32. 692eabe [llvm-pdbdump-fuzzer] Add a fuzzer for llvm-pdbdump by David Majnemer · 9 years ago
  33. 84d13f8 [llvm-dwarfdump-fuzzer] Get this compiling again by David Majnemer · 9 years ago
  34. 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
  35. 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
  36. e55c354 [X86] Simplify and remove some unnecessary auto-upgrade code. by Craig Topper · 9 years ago
  37. 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
  38. 9e45fdc Fix a crash when producing COFF. by Rafael Espindola · 9 years ago
  39. 47ca2d8 [X86][XOP] Split off auto-upgraded xop intrinsics by Simon Pilgrim · 9 years ago
  40. 4dedbb6 [X86][SSE] Renamed pmovxrm tests by Simon Pilgrim · 9 years ago
  41. 9dd9c9c [Kaleidoscope][BuildingAJIT] Finish off Chapter 1. by Lang Hames · 9 years ago
  42. 16a2da8 [X86][AVX2] Regenerated AVX2 extension tests by Simon Pilgrim · 9 years ago
  43. e03d7f3 [X86][SSE] Updated storeu fast-isel tests to match clang builtin tests by Simon Pilgrim · 9 years ago
  44. 5aef47d [X86][SSE2] Updated _mm_store_pd1/_mm_store1_pd fast-isel tests to match D20617 by Simon Pilgrim · 9 years ago
  45. f43e7e4 [Kaleidoscope][BuildingAJIT] Add stub Chapter 5 text. by Lang Hames · 9 years ago
  46. e7cbdab [BPF] Remove exit-on-error from tests (PR27768, PR27769) by Diana Picus · 9 years ago
  47. 285ed3c [IndVars] Assert that the incoming IR is in LCSSA by Sanjoy Das · 9 years ago
  48. 9aaeb83 [Kaleidoscope][BuildingAJIT] Don't build Chapter 5 on Windows for now. by Lang Hames · 9 years ago
  49. 203f697 [Kaleidoscope][BuildingAJIT] Add code for Chapter 5 - remote JITing. by Lang Hames · 9 years ago
  50. d703145 Make it easier to process merges in a normal buildable directory tree by by Joerg Sonnenberger · 9 years ago
  51. 8b95cd3 [IndVarSimplify] Extract the logic of `-indvars` out into a class; NFC by Sanjoy Das · 9 years ago
  52. b995206 [Orc] Fix a type in the OrcRemoteClientUtility. by Lang Hames · 9 years ago
  53. 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
  54. ac307e4 Remove some 'const' specifiers that do nothing but prevent moving the argument. by Benjamin Kramer · 9 years ago
  55. 2ff22b7 [ProfileData] Clean up string handling a bit. by Benjamin Kramer · 9 years ago
  56. a83f08e [SCEV] Remove the singleton `apply` function (re-apply r271155) by Sanjoy Das · 9 years ago
  57. 05fc931 [X86] Remove some unnecessary declarations for old intrinsics from a test. by Craig Topper · 9 years ago
  58. fab36bc [X86] Simplify some of the autoupgrade code. NFC by Craig Topper · 9 years ago
  59. 02cabd4 Don't dereference a symbol iterator before checking for the end case by David Majnemer · 9 years ago
  60. b829a5d Make sure we don't add an empty string to the stringmap by David Majnemer · 9 years ago
  61. 25a1911 [CVRecord] Don't assume that the record has two bytes of data in it by David Majnemer · 9 years ago
  62. 03506fe Don't let the readArray size calculation overflow by David Majnemer · 9 years ago
  63. 36c9a0f [pdb] Make an abstract base class for PDBFile. by Zachary Turner · 9 years ago
  64. 48ef4cd Revert "[SCEV] Remove unused function; NFC" by Sanjoy Das · 9 years ago
  65. 1595517 [IR] Teach the ArrayRef<int> form of IRBuilder::CreateShuffleVector to use ConstantDataVector. by Craig Topper · 9 years ago
  66. 65123b9 Add RelaxELFRelocations to TargetOptions.h. by Rafael Espindola · 9 years ago
  67. c615a82 Move RelaxELFRel out to llvm-mc. by Rafael Espindola · 9 years ago
  68. 50d2d21 [PM] Reassociate: cache analyses more aggressively. by Davide Italiano · 9 years ago
  69. 1c85d76 [SCEV] Remove \brief from comments; NFC by Sanjoy Das · 9 years ago
  70. ab146e0 [SCEV] Consolidate comments; NFC by Sanjoy Das · 9 years ago
  71. e2c1e5e [SCEV] Rename functions to LLVM style; NFC by Sanjoy Das · 9 years ago
  72. 9a56c05 [SCEV] Remove unused function; NFC by Sanjoy Das · 9 years ago
  73. 8a2a6b2 [SCEV] Comment and whitesapce changes in header by Sanjoy Das · 9 years ago
  74. 59287c3 [IndVars] Eliminate op.with.overflow when possible (re-apply) by Sanjoy Das · 9 years ago
  75. 09cfc1e [SCEV] See through op.with.overflow intrinsics (re-apply) by Sanjoy Das · 9 years ago
  76. 11ed8ed [SCEV] Don't always add no-wrap flags to post-inc add recs by Sanjoy Das · 9 years ago
  77. 2f6c3f7 [ValueTracking] ICmp instructions propagate poison by Sanjoy Das · 9 years ago
  78. e557ebe [PM] SCCP should preserve GlobalsAA even if the IR is mutated. by Davide Italiano · 9 years ago
  79. 52b8c95 [COFFDumper] Validate that the next offset is not too large by David Majnemer · 9 years ago
  80. 03348ea [COFFDumper] Make sure there is sufficient padding left in the string table by David Majnemer · 9 years ago
  81. efdb5ca [SymbolDumper] Validate the string table offset before using it by David Majnemer · 9 years ago
  82. f535fa1 [COFFDumper] Make sure there is sufficient padding left in the checksum by David Majnemer · 9 years ago
  83. 6a56138 [SymbolDumper] Validate the string table offset before using it by David Majnemer · 9 years ago
  84. d5b688a [CVSymbolVisitor] It's possible for an error to occur in begin() by David Majnemer · 9 years ago
  85. ddd4585 [Object] Return an error code instead of asserting by David Majnemer · 9 years ago
  86. d0404d3 [llvm-readobj] Validate the string table offset before using it by David Majnemer · 9 years ago
  87. baa5e71 Use consume instead of manually using drop_front by David Majnemer · 9 years ago
  88. 32f7ec6 Update test to deal with non-zero exit codes by David Majnemer · 9 years ago
  89. 872acbc llvm-pdbdump should have a non-zero exit code on error by David Majnemer · 9 years ago
  90. 6874677 [X86][SSE] (Reapplied) Replace (V)PMOVSX and (V)PMOVZX integer extension intrinsics with generic IR (llvm) by Simon Pilgrim · 9 years ago
  91. 667a9bf Tighten some of the name map checks further by David Majnemer · 9 years ago
  92. d10baa1 ValueMapper: fix assertion when null-mapping a constant for linking metadata by Mehdi Amini · 9 years ago
  93. 021b449 [InstCombine] add tests to show bitcast interference by Sanjay Patel · 9 years ago
  94. 61c74dc Fix production of R_X86_64_GOTPCRELX/R_X86_64_REX_GOTPCRELX. by Rafael Espindola · 9 years ago
  95. 0ba89ec regenerate checks by Sanjay Patel · 9 years ago
  96. 85c92dc join RUN lines; NFC by Sanjay Patel · 9 years ago
  97. aea5485 [x86] avoid printing unnecessary sign bits of hex immediates in asm comments (PR20347) by Sanjay Patel · 9 years ago
  98. fe42206 [X86] Try to zero elts when lowering 256-bit shuffle with PSHUFB. by Ahmed Bougacha · 9 years ago
  99. 68e92ae Simplify and clang-format a table. by Rafael Espindola · 9 years ago
  100. f57428d Fix default reloc model on ARM. by Rafael Espindola · 9 years ago