1. 5694c5f [mips] Add missing MIPS-II disassembler tests. by Daniel Sanders · 10 years ago
  2. 05d48de Add #include llvm-config.h to Locale.cpp which depends on LLVM_ON_WIN32. by Yaron Keren · 10 years ago
  3. f9c4a2d Re-commit r247405: [mips] Add missing MIPS-I disassembler tests. by Daniel Sanders · 10 years ago
  4. 0207031 Revert r247405: [mips] Add missing MIPS-I disassembler tests. by Daniel Sanders · 10 years ago
  5. 2d14cb6 [mips] Add missing MIPS-I disassembler tests. by Daniel Sanders · 10 years ago
  6. 595af7e PPCFrameLowering::emitEpilogue(): Avoid manipulating MBBI on iterator end. by NAKAMURA Takumi · 10 years ago
  7. 1512548 Fix llvm/test/tools/gold/X86/bad-alias.ll. by NAKAMURA Takumi · 10 years ago
  8. 5f69f9f [dsymutil] Discard useless location attributes. by Frederic Riss · 10 years ago
  9. 5571e77 [dsymutil] Rename some variables NFC. by Frederic Riss · 10 years ago
  10. 7f52e5c Fix the gold test cases after alias changes by David Blaikie · 10 years ago
  11. 21f77df [opaque pointer type] Add textual IR support for explicit type parameter for global aliases by David Blaikie · 10 years ago
  12. a6f58ad [modules] Move ConvertUTF.h to a separate submodule that doesn't require C++. by Richard Smith · 10 years ago
  13. 385beeb Fixed a bug that BranchProbability is not defined in BlockFrequency.cpp. NFC. by Cong Hou · 10 years ago
  14. 812e1e4 AsmWriter: Avoid O(N^2) processing of metadata by Duncan P. N. Exon Smith · 10 years ago
  15. 5db3146 Revert "[InstCombineCalls] Use isKnownNonNullAt() to check nullness of passing arguments at callsite" by Mehdi Amini · 10 years ago
  16. 8a15ef5 [libFuzzer] perform fewer crossover operations compared to plain mutations by Kostya Serebryany · 10 years ago
  17. fbf4869 Add .exe check to Execute to fix clang-modernize tests broken in r247358 by Reid Kleckner · 10 years ago
  18. 4f84072 [modules] Add another .def file to our list of textual headers. by Richard Smith · 10 years ago
  19. f84a11c ScanDirForExecutable on Windows fails to find executables with the "exe" extension in name by Reid Kleckner · 10 years ago
  20. e545713 Pass BranchProbability/BlockMass by value instead of const& as they are small. NFC. by Cong Hou · 10 years ago
  21. 337cd21 [InstCombineCalls] Use isKnownNonNullAt() to check nullness of passing arguments at callsite by Chen Li · 10 years ago
  22. 0df4288 Mark another method const. Sorry for missing this one the first time. by Rafael Espindola · 10 years ago
  23. 55a7e0f [InstCombineCalls] Use isKnownNonNullAt() to check nullness of gc.relocate return value by Chen Li · 10 years ago
  24. 4d0f917 Remove gcc warning when comparing an unsigned var for >= 0 by Filipe Cabecinhas · 10 years ago
  25. 3f3f976 [WinEH] Push and pop EBP for 32-bit funclets by Reid Kleckner · 10 years ago
  26. d62d9ca AMDGPU: Simplify debug printing by Matt Arsenault · 10 years ago
  27. 3a8d465 AMDGPU: Use StringRef value by Matt Arsenault · 10 years ago
  28. 395d7b0 [SPARC] Switch to the Machine Scheduler. by James Y Knight · 10 years ago
  29. 5b18c9f Mark two methods const. by Rafael Espindola · 10 years ago
  30. 76b8270 Fix SEH state numbering algorithm to handle cleanupendpads by Reid Kleckner · 10 years ago
  31. 19991cc [LV] Relax Small Size Reduction Type Requirement by Matthew Simpson · 10 years ago
  32. b56b4c0 [RuntimeDyld] Support non-zero addends for the MachO X86_64 SUBTRACTOR reloc. by Lang Hames · 10 years ago
  33. 44decbe [RuntimeDyld] Fix a bug in debugging output: all sections should be dumped by Lang Hames · 10 years ago
  34. c061b2b Add an explicit 'inline' specifier to these static functions. GCC is by Chandler Carruth · 10 years ago
  35. 3db5c58 Correct the return type of CreateCleanupEndPad by Reid Kleckner · 10 years ago
  36. ec31826 Revert "[SPARC] Switch to the Machine Scheduler." by James Y Knight · 10 years ago
  37. 1c018c2 [IR] Conservatively mark 'catchpad' as accessing memory by David Majnemer · 10 years ago
  38. 8eaf34e [libFuzzer] refactor the code to allow building libFuzzer on platforms that don't have dfsan and don't support weak functions by Kostya Serebryany · 10 years ago
  39. 24346ed [CMake] Add lto subdirectory explicitly. by Chris Bieneman · 10 years ago
  40. ba662b3 [SPARC] Switch to the Machine Scheduler. by James Y Knight · 10 years ago
  41. cc8cfb9 [SCEV] Consistently Handle Expressions That Cannot Be Divided by Matthew Simpson · 10 years ago
  42. 50c9e63 [MergeFuncs] Fix callsite attributes in thunk generation by JF Bastien · 10 years ago
  43. 6ff608f Tidy up some alias syntax to make explicit pointer type migration easier by David Blaikie · 10 years ago
  44. 1aa8d7c [CMake] s/LLVM_SOURCE_DIR/LLVM_MAIN_SRC_DIR/ by Jordan Rose · 10 years ago
  45. 5d8f37f [SimplifyCFG] Use known bits to eliminate dead switch defaults by Philip Reames · 10 years ago
  46. 4b5f4e5 [CMake] Add DARWIN_LTO_LIBRARY option to allow overriding -lto_library. by Chris Bieneman · 10 years ago
  47. a37234f [CMake] Allow LLVM_TOOLCHAIN_TOOLS to be overridden by Chris Bieneman · 10 years ago
  48. a72d302 [CMake] Fix Xcode build with LLVM_ENABLE_OBJLIB. by Jordan Rose · 10 years ago
  49. 40b623b Debug Info: Allow a DIModule to appear as the scope of other entities. by Adrian Prantl · 10 years ago
  50. 8b25542 [docs][PerformanceTips] Add text on allocas and alignment by Philip Reames · 10 years ago
  51. a8d8dba [libFuzzer] add two more variants of FuzzerDriver for convenience by Kostya Serebryany · 10 years ago
  52. 883735e [WinEH] Fix single-block cleanup coloring by Joseph Tremoulet · 10 years ago
  53. 07a3b97 Re-commit r247216: "Fix Clang-tidy misc-use-override warnings, other minor fixes" by Hans Wennborg · 10 years ago
  54. d4c5df7 Fix an undefined behavior introduces in r247234 by Steven Wu · 10 years ago
  55. a77744d 80-cols; NFC by Sanjay Patel · 10 years ago
  56. 64714ea use range-based for loop; NFCI by Sanjay Patel · 10 years ago
  57. 2a25359 use range-based for loop; NFCI by Sanjay Patel · 10 years ago
  58. fbb2bed [Bitcode] Add xfail test for PR24755 (uselistorder) by Vedant Kumar · 10 years ago
  59. 3dc6b39 fix typo; NFC by Sanjay Patel · 10 years ago
  60. eecbba2 Fix PR 24724 - The implicit register verifier shouldn't assume certain operand by Alex Lorenz · 10 years ago
  61. 7ad3ef0 Cleaning up LLVM IR mode for Emacs. by Rafael Espindola · 10 years ago
  62. 7744f3c AVX512: Implemented encoding and intrinsics for by Igor Breger · 10 years ago
  63. 377dd66 Silencing C4141 warnings that were introduced en masse because __forceinline cannot be combined with inline in MSVC without triggering this diagnostic. This is safe to disable because clang will catch instances of the issue with -Wduplicate-decl-specifier, so we are not losing diagnostic coverage. by Aaron Ballman · 10 years ago
  64. 2d07ebf [FileCheck] Use range-based for loops. NFC. by Benjamin Kramer · 10 years ago
  65. d42deae There is a trunc(lshr (zext A), Cst) optimization in InstCombineCasts that by Jakub Kuderski · 10 years ago
  66. 32e95cb [ADT] Rewrite the StringRef::find implementation to be simpler, clearer, by Chandler Carruth · 10 years ago
  67. 040f4f6 [DAGCombine] Truncate BUILD_VECTOR operators if necessary when constant folding vectors by Silviu Baranga · 10 years ago
  68. 037cfdb Enable GlobalsAA by default by James Molloy · 10 years ago
  69. 3c17729 Add GlobalsAA as preserved to a bunch of transforms by James Molloy · 10 years ago
  70. 790d054 [ADT] Force inline several super boring and unusually hot methods on by Chandler Carruth · 10 years ago
  71. cd31ffd [ADT] Micro-optimize and force inlining for string switches. by Chandler Carruth · 10 years ago
  72. e403c7b [ARM] Do not use vtrn for vectorshuffle if the order is reversed by James Molloy · 10 years ago
  73. 3dba3be [ADT] Apply a large hammer to StringRef functions: attribute always_inline. by Chandler Carruth · 10 years ago
  74. cfffa6e [Support] Fix the always_inline attribute macro to not include the by Chandler Carruth · 10 years ago
  75. aa69ded [ADT] Micro-optimize the Triple constructor by doing a single split and by Chandler Carruth · 10 years ago
  76. f41971f [ADT] Fix a confusing interface spec and some annoying peculiarities by Chandler Carruth · 10 years ago
  77. eb2f352 GlobalsAAResult(&&): Move every members. by NAKAMURA Takumi · 10 years ago
  78. 3671def Added isUndef() interface for SDNode by Elena Demikhovsky · 10 years ago
  79. 6aaf0a6 [ADT] Switch a bunch of places in LLVM that were doing single-character by Chandler Carruth · 10 years ago
  80. 82c8356 [ADT] Add a single-character version of the small vector split routine by Chandler Carruth · 10 years ago
  81. e7a8fe1 Add a way to skip the Go bindings tests even when Go is configured in CMake. by Chandler Carruth · 10 years ago
  82. 8510b6c [ScalarEvolution] Fix PR24757. by Sanjoy Das · 10 years ago
  83. 9c7d278 [LPM] Simplify this code and fix a compile error for compilers that by Chandler Carruth · 10 years ago
  84. b29f7b8 [LPM] Use a map from analysis ID to immutable passes in the legacy pass by Chandler Carruth · 10 years ago
  85. 37d7ddf Enable the shrink wrapping optimization for PPC64. by Kit Barton · 10 years ago
  86. b019751 [AArch64] Match FI+offset in STNP addressing mode. by Ahmed Bougacha · 10 years ago
  87. 399a0d8 [MC] Convert all the remaining tests from macho-dump to llvm-readobj. by Davide Italiano · 10 years ago
  88. 861a12d [AArch64] Match base+offset in STNP addressing mode. by Ahmed Bougacha · 10 years ago
  89. 7c18ca6 Makes EmitRecord() accepting ArrayRef and raw array (NFC) by Mehdi Amini · 10 years ago
  90. d636e64 [AArch64] Support selecting STNP. by Ahmed Bougacha · 10 years ago
  91. 3a2cec8 AMDGPU/SI: Fix more cases of losing exec operands by Matt Arsenault · 10 years ago
  92. 117c014 AMDGPU/SI: Fix creating v_mov_b32s without exec uses by Matt Arsenault · 10 years ago
  93. 2515069 Revert r247216: "Fix Clang-tidy misc-use-override warnings, other minor fixes" by Hans Wennborg · 10 years ago
  94. de38694 [CodeGen] Make x86 nontemporal store patfrags generic. NFC. by Ahmed Bougacha · 10 years ago
  95. 58f16b1 [RewriteStatepointsForGC] Minor refactor to use shared implementation [NFC] by Philip Reames · 10 years ago
  96. 3f0fe63 [RewriteStatepointsForGC] Strengthen a confusingly weak assertion [NFC] by Philip Reames · 10 years ago
  97. dc9cbaf [RewriteStatepointsForGC] One last bit of naming [NFCI] by Philip Reames · 10 years ago
  98. 7577188 [WinEH] Add codegen support for cleanuppad and cleanupret by Reid Kleckner · 10 years ago
  99. 56b43c9 [RewriteStatepointsForGC] Further style/naming fixup [NFCI] by Philip Reames · 10 years ago
  100. bfd007f Fix Clang-tidy misc-use-override warnings, other minor fixes by Hans Wennborg · 10 years ago