1. af0add6 [X86] Add test case that was supposed to go with r360102. by Craig Topper · 5 years ago
  2. 0de4e93 Do not resolve directory junctions for `-fdiagnostics-absolute-paths` on Windows. by Igor Kudrin · 5 years ago
  3. 0ee23c9 [Utility] Small improvements to the Broadcaster class (NFC) by Jonas Devlieghere · 5 years ago
  4. c652b34 [NFC] SwitchInst: Introduce wrapper for prof branch_weights handling by Yevgeny Rouban · 5 years ago
  5. 01d6173 [llvm-nm] Fix Bug 41353 - unique symbols printed as D instead of u by Jordan Rupprecht · 5 years ago
  6. a38ddc3 fix test for older clang versions by Eric Fiselier · 5 years ago
  7. e46721a fix destroying delete test with older apple compilers by Eric Fiselier · 5 years ago
  8. 425e565 [analyzer] NFC: Prevent multi-file plist test from spamming up the build folder. by Artem Dergachev · 5 years ago
  9. 4cecdaa Fix BUILD_SHARED_LIBS builds after r361567 by Daniel Sanders · 5 years ago
  10. 414da9d Clarify how musttail can be used to create forwarding thunks by Reid Kleckner · 5 years ago
  11. fc302c2 dwarfdump: Deterministically... determine whether parsing a DWARF32 or DWARF64 str_offsets header by David Blaikie · 5 years ago
  12. 8458c9e Factor out repeated code to build 'this' expressions and mark them referenced. by Richard Smith · 5 years ago
  13. 1293de8b [CFG] NFC: Modernize a test file for constructor initializer CFGs. by Artem Dergachev · 5 years ago
  14. 4e53032 [CFG] NFC: Remove implicit conversion from CFGTerminator to Stmt *. by Artem Dergachev · 5 years ago
  15. b7a78c7 [AArch64] Preserve X8 for thunks ending in variadic musttail calls by Reid Kleckner · 5 years ago
  16. ed595e8 [AArch64] Add nvcast patterns for v2f32 -> v1f64 by Serge Pavlov · 5 years ago
  17. ecd1115 Revert "[lldb] followup fix for https://reviews.llvm.org/D62305" by Jonas Devlieghere · 5 years ago
  18. 79872a8 dwarfdump: Add a bit more DWARF64 support by David Blaikie · 5 years ago
  19. 052f87a Revert r361460 by Eli Friedman · 5 years ago
  20. 09ad8c8 Fix integer literals which are cast to bool by Jonas Devlieghere · 5 years ago
  21. 060f4b4 [libFuzzer] when using data-flow-trace (DFT) only load the DFT for the files present in the corpus by Kostya Serebryany · 5 years ago
  22. ab09cca llvm-objcopy: Change sectionWithinSegment() to use virtual addresses instead of file offsets for SHT_NOBITS sections. by Peter Collingbourne · 5 years ago
  23. 55229f6 [WebAssembly] Expand more SIMD float ops by Thomas Lively · 5 years ago
  24. 8869a98 [InstSimplify] fold insertelement-of-extractelement by Sanjay Patel · 5 years ago
  25. 3e15f83 [InstSimplify] add tests for insert-of-extract; NFC by Sanjay Patel · 5 years ago
  26. 3c9c9ea Update C++2a status for destroying delete by Eric Fiselier · 5 years ago
  27. 11c141e [COFF] Remove finalizeContents virtual method from Chunk, NFC by Reid Kleckner · 5 years ago
  28. ae02e89 P0722R3: Implement library support for destroying delete by Eric Fiselier · 5 years ago
  29. ffafdb9 Fix hang during constant evaluation of union assignment. by Eric Fiselier · 5 years ago
  30. 093c922 [InstCombine] remove redundant fold for extractelement; NFC by Sanjay Patel · 5 years ago
  31. 4d4df6f [InstCombine] remove redundant fold for insertelement; NFC by Sanjay Patel · 5 years ago
  32. 3e4acaa Break false dependencies on target libraries by Daniel Sanders · 5 years ago
  33. ac95c86 [analyzer] List checker/plugin options in 3 categories: released, alpha, developer by Kristof Umann · 5 years ago
  34. 342571e [lldb] followup fix for https://reviews.llvm.org/D62305 by Konrad Kleine · 5 years ago
  35. e0ef04f [OPENMP]Do not crash for const firstprivates. by Alexey Bataev · 5 years ago
  36. 5554a5f fix accidental implicit matches in elf-disassemble-symbol-labels-rel.test by Bob Haarman · 5 years ago
  37. f2e41dd Use clang_cc1 instead of clang in CodeGen test. by Alina Sbirlea · 5 years ago
  38. 7e55ed8 [analyzer] Hide developer-only checker/package options by default by Kristof Umann · 5 years ago
  39. d82ddfa [NewPassManager] Add tuning option: ForgetAllSCEVInLoopUnroll [NFC]. by Alina Sbirlea · 5 years ago
  40. e60cb7d [InstSimplify] insertelement V, undef, ? --> V by Sanjay Patel · 5 years ago
  41. 5bc40d9 [analyzer] List checkers in 3 categories: released, alpha, developer by Kristof Umann · 5 years ago
  42. a85c0fd9 [X86] Split multi-line chained assignments into single lines to avoid making clang-format create triangle shaped indentation. Simplify one if statement to remove a bunch of string matches. NFCI by Craig Topper · 5 years ago
  43. ca6a8ae ELF: Remove a comparison against In.EhFrame. NFCI. by Peter Collingbourne · 5 years ago
  44. b4cb7d8 [NFC] Add blank line (test commit) by J. Ryan Stinnett · 5 years ago
  45. f53c502 [TTI] Fix some typos in comments. NFC by Craig Topper · 5 years ago
  46. 987fdfd Revert [LOOPINFO] Extend Loop object to add utilities to get the loop bounds, step, induction variable, and guard branch. by Kit Barton · 5 years ago
  47. e8df27d [analyzer] Add a new frontend flag to display all checker options by Kristof Umann · 5 years ago
  48. dab31924 [clang-tidy]: Add cert-oop54-cpp alias for bugprone-unhandled-self-assignment by Tamas Zolnai · 5 years ago
  49. 14f4ff6 [COFF] Move KeepUnique bit from Chunk to SectionChunk, NFC by Reid Kleckner · 5 years ago
  50. edb52e2 [Process] Fix another thread_result_t & nullptr incompatibility. by Jonas Devlieghere · 5 years ago
  51. 7d6c0bc [DAGCombiner] make folds of binops safe for opcodes that produce >1 value by Sanjay Patel · 5 years ago
  52. 56d69ef [lldb] Make sure RegularExpression constructors always initialize member variables by Jorge Gorbe Moya · 5 years ago
  53. 30905a3 Fix sphinx unknown document error by Simon Pilgrim · 5 years ago
  54. 266b65f [Utility] Avoid a few unnecessary copies (NFC) by Jonas Devlieghere · 5 years ago
  55. f81ebfb UpdateTestChecks: ppc32 triple support by Roman Lebedev · 5 years ago
  56. 9925ef7 Update breaking test. by Alina Sbirlea · 5 years ago
  57. 5c714cb AMDGPU: Correct maximum possible private allocation size by Matt Arsenault · 5 years ago
  58. e4b2786 [NewPassManager] Add tuning option: LoopUnrolling [NFC]. by Alina Sbirlea · 5 years ago
  59. a83bf47 [gdb-remote] Fix more issues with thread_result_t by Jonas Devlieghere · 5 years ago
  60. cb64cd9 [NFC] UpdateTestChecks: asm.py: fix whitespace issue by Roman Lebedev · 5 years ago
  61. 63729b0 [SLPVectorizer] Set flag to previous default. by Alina Sbirlea · 5 years ago
  62. a8e0d49 Fix unresolved symbols when linking tools/clang/unittests/Tooling/ToolingTests by Thomas Lively · 5 years ago
  63. e836096 [CMake] Fixing errors in r361513 by Chris Bieneman · 5 years ago
  64. 267ac92 [NewPassManager] Add tuning option: SLPVectorization [clang-change] by Alina Sbirlea · 5 years ago
  65. 3249be1 [InstCombine] be more careful when transforming a shuffle mask by Sanjay Patel · 5 years ago
  66. 4fb41a2 [git] Be more specific when looking for llvm-svn by Jordan Rupprecht · 5 years ago
  67. 517e3cb Test commit access by removing a empty line by Antonio Afonso · 5 years ago
  68. 549ed54 [Driver] Move the "-o OUT -x TYPE SRC.c" flags to the end of -cc1 by Reid Kleckner · 5 years ago
  69. 06e80f6 [OPENMP]Simplify codegen for the outlined regions. by Alexey Bataev · 5 years ago
  70. a21d5ab [HostNativeThreadBase] Undo nullptr changes by Jonas Devlieghere · 5 years ago
  71. 170dfeb Resubmit r360436 "[X86] Avoid SFB - Fix inconsistent codegen with/without debug info" by Robert Lougher · 5 years ago
  72. e18b5c6 [WebAssembly] Implement ReplaceNodeResults to fix a SIMD crash by Thomas Lively · 5 years ago
  73. 702a152 [NFC][PPC] Autogenerate vec_add_sub_quadword.ll test by Roman Lebedev · 5 years ago
  74. c8364ef [NFC][PPC] Autogenerate vec_add_sub_doubleword.ll test by Roman Lebedev · 5 years ago
  75. a8a470c [NFC][Mips] Autogenerate msa/i5-s.ll test by Roman Lebedev · 5 years ago
  76. 06688fe [NFC][Mips] Autogenerate msa/arithmetic.ll test by Roman Lebedev · 5 years ago
  77. d19a36e UpdateTestChecks: -march=mips/-march=mipsel is mips triple. by Roman Lebedev · 5 years ago
  78. 4d70546 gn build: Merge r361418 more by Nico Weber · 5 years ago
  79. 0f3ba44 AMDGPU/GlobalISel: Legality for integer min/max by Matt Arsenault · 5 years ago
  80. 9b2830b lld-link, clang: Treat non-existent input files as possible spellos for option flags by Nico Weber · 5 years ago
  81. 2049e4d [LOOPINFO] Extend Loop object to add utilities to get the loop bounds, step, induction variable, and guard branch. by Kit Barton · 5 years ago
  82. eafe8ef [WebAssembly] Add multivalue and tail-call target features by Thomas Lively · 5 years ago
  83. 7b7683d [FileCheck] Remove llvm:: prefix by Thomas Preud'homme · 5 years ago
  84. aa7a2c5 [LibTooling] Fix dangling references in RangeSelector. by Yitzhak Mandelbaum · 5 years ago
  85. c5ec2a2 [CMake] Copy C++ headers before configuring runtimes build by Chris Bieneman · 5 years ago
  86. 7bbefb1 Transforms: lower fadd and fsub atomicrmw instructions by Saleem Abdulrasool · 5 years ago
  87. 3467584 [Index] Fix reported references in presence of template type aliases by Ilya Biryukov · 5 years ago
  88. fd11a5f [CodeComplete] Only show lambda completions if patterns are requested by Ilya Biryukov · 5 years ago
  89. 27b3b5d [MCA] Add the ability to compute critical register dependency of an instruction. by Andrea Di Biagio · 5 years ago
  90. 87226a7 [AsmPrinter] Treat a narrowing PtrToInt like Trunc by Shoaib Meenai · 5 years ago
  91. 0002281 Ensure builtins use the target default Calling Convention by Erich Keane · 5 years ago
  92. 6aebd83 [Object] object::ELFObjectFile::symbol_begin(): skip symbol index 0 by Fangrui Song · 5 years ago
  93. 8cffa84 [analyzer][NFC] Prettify some RUN: lines in test files. by Kristof Umann · 5 years ago
  94. 762d008 [Driver] Try normalized triple when looking for C++ libraries by Petr Hosek · 5 years ago
  95. 8520064 [lldb] fix cannot convert from 'nullptr' to 'lldb::thread_result_t' by Konrad Kleine · 5 years ago
  96. c63b37d Work around a Visual C++ bug. by Paul Robinson · 5 years ago
  97. 0857a4e [cmake] When getting Ninja version, don't include CMakeNinjaFindMake by Don Hinton · 5 years ago
  98. 1312225 [NFC][InstCombine] Add unary FNeg tests to maximum.ll/minimum.ll by Cameron McInally · 5 years ago
  99. 7492755 [RISCV] Support assembling TLS LA pseudo instructions by Lewis Revill · 5 years ago
  100. 465868d gn build: Merge r361487 by Nico Weber · 5 years ago