1. 840a0dd [PM] Port float2int to the new pass manager by Michael Kuperstein · 9 years ago
  2. 51f85a4 Hookup ProfileSummary with SampleProfilerLoader by Dehao Chen · 9 years ago
  3. 153829f [MBP] show function name in debug dump by Xinliang David Li · 9 years ago
  4. 336eefd Revert r273711, it caused PR28298. by Nico Weber · 9 years ago
  5. cf2cc47 Fix lib/ExecutionEngine/IntelJITEvents/IntelJITEventListener.cpp for r273701 by Kevin Enderby · 9 years ago
  6. 3cc0721 Simplify. NFC. by Rafael Espindola · 9 years ago
  7. 8a380d8 Fix unused variable warning in -asserts builds. by Peter Collingbourne · 9 years ago
  8. 72fda70 Fix the type signature of DwarfExpression::Add.*Constant to support values >32 bits. by Adrian Prantl · 9 years ago
  9. d9ae082 Fix documentation for FindAvailableLoadedValue. by Eli Friedman · 9 years ago
  10. 99719f4 [Hexagon] Simplify (+fix) instruction selection for indexed loads/stores by Krzysztof Parzyszek · 9 years ago
  11. cb2753f [IndVarSimplify] Run clang-format over some oddly formatted bits by Sanjoy Das · 9 years ago
  12. dba9146 IR: New representation for CFI and virtual call optimization pass metadata. by Peter Collingbourne · 9 years ago
  13. 87d5e72 [APInt] Don't shift into the sign bit by David Majnemer · 9 years ago
  14. ab8ffad Add support for musl-libc on ARM Linux. by Rafael Espindola · 9 years ago
  15. 5b01931 [MachO] Fixing copy-paste error from r273719 by Chris Bieneman · 9 years ago
  16. 783d353 Add missing dependency to LLVMPasses by Michael Kuperstein · 9 years ago
  17. 122fe57 [MemorySSA] Move code around a bit. NFC. by George Burgess IV · 9 years ago
  18. 536b1bc [APInt] Don't shift into the sign bit by David Majnemer · 9 years ago
  19. e92acf1 [obj2yaml] [yaml2obj] Support for MachO Universal binaries by Chris Bieneman · 9 years ago
  20. 26f3c3b [ARM] Remove dead SDNodes. NFC. by Ahmed Bougacha · 9 years ago
  21. 5e751c7 [X86] Remove dead ISD opcodes. NFC. by Ahmed Bougacha · 9 years ago
  22. 1fdd592 [InstCombine] use m_APInt; NFCI by Sanjay Patel · 9 years ago
  23. f3f8fc6 [PM] Port PreISelIntrinsicLowering to the new PM by Michael Kuperstein · 9 years ago
  24. 7748b99 SimplifyInstruction does not imply DCE by David Majnemer · 9 years ago
  25. 82c356c [CodeView] Healthy paranoia around strings by David Majnemer · 9 years ago
  26. 28ea976 [AArch64] Adjust the model for the vector by element FP multiplies on Exynos M1. (NFC) by Evandro Menezes · 9 years ago
  27. 2f7c4b2 Revert r273545, "[IfConversion] Bugfix: Don't use undef flag while adding use operands." by Peter Collingbourne · 9 years ago
  28. cc2e81e [InstCombine] refactor optional bitcasting in matchSelectFromAndOr() into one code path (NFCI) by Sanjay Patel · 9 years ago
  29. fddccef Use shouldAssumeDSOLocal in isOffsetFoldingLegal. by Rafael Espindola · 9 years ago
  30. c0b6cd2 Revert "InstCombine rule to fold trunc when value available" by Reid Kleckner · 9 years ago
  31. efe34a4 [InstCombine] consolidate commutation variants of matchSelectFromAndOr() in one place; NFCI by Sanjay Patel · 9 years ago
  32. 317de7c Thread Expected<...> up from libObject’s getSymbolAddress() for symbols to allow by Kevin Enderby · 9 years ago
  33. 546c8eb Codegen: Fix broken assumption in Tail Merge. by Kyle Butt · 9 years ago
  34. d4e43ba Use FileCheck. NFC. by Rafael Espindola · 9 years ago
  35. 20c9609 [codeview] Emit parameter variables in the right order by Reid Kleckner · 9 years ago
  36. 43c5139 Linker: Copy metadata when linking declarations. by Peter Collingbourne · 9 years ago
  37. b892430 [codeview] Use one byte for S_FRAMECOOKIE CookieKind and add flags byte by Reid Kleckner · 9 years ago
  38. 7ba5baa [MDT] Always verify machine dominfo if expensive checking is enabled. by Chad Rosier · 9 years ago
  39. f327997 [codeview] Emit base class information from DW_TAG_inheritance nodes by Reid Kleckner · 9 years ago
  40. 1d3ab3a [LV] Preserve order of dependences in interleaved accesses analysis by Matthew Simpson · 9 years ago
  41. 140d9e6 Remangle intrinsics names when types are renamed by Artur Pilipenko · 9 years ago
  42. 2630656 NFC. Move verifyIntrinsicIsVarArg from verifier to Intrinsic::matchIntrinsicVarArg since it will be reused for intrinsic remangling code by Artur Pilipenko · 9 years ago
  43. 8324138 ExecutionEngine: silence unused value warning by Saleem Abdulrasool · 9 years ago
  44. 7fb0066 ExecutionEngine: add preliminary support for COFF ARM by Saleem Abdulrasool · 9 years ago
  45. c0b76e3 Make sure Format is always initialized. by Rafael Espindola · 9 years ago
  46. 238d855 [MachineDominatorTree] Add a MDT verifier. by Chad Rosier · 9 years ago
  47. 7758422 Use existing predicate. NFC. by Rafael Espindola · 9 years ago
  48. fa5b3f7 Merge two identical if branches. NFC. by Rafael Espindola · 9 years ago
  49. da1fb5d Merge two identical if branches. NFC. by Rafael Espindola · 9 years ago
  50. ce19c35 clang-format a region. NFC. by Rafael Espindola · 9 years ago
  51. 6d0a0a4 [LICM] Avoid repeating expensive call while promoting loads. NFC by Anna Thomas · 9 years ago
  52. 29f4c94 Revert r273664 by Hubert Tong · 9 years ago
  53. f333491 [mips] Use --check-prefixes where appropriate. NFC. by Daniel Sanders · 9 years ago
  54. 84a20400 Add FixedSizeStorage to TrailingObjects; NFC by Hubert Tong · 9 years ago
  55. 111ec25 Revert "Revert "[misched] Extend scheduler to handle unsupported features"" by Simon Dardis · 9 years ago
  56. 11c2d4b AMDGPU: Add stub custom CodeGenPrepare pass by Matt Arsenault · 9 years ago
  57. a606472 Remove hack introduced by r273641. by George Burgess IV · 9 years ago
  58. 8b2f86f AMDGPU: Un-xfail and add tests by Matt Arsenault · 9 years ago
  59. 9af2418 AMDGPU: Remove disable-irstructurizer subtarget feature by Matt Arsenault · 9 years ago
  60. 759ed7e AMDGPU: Cleanup subtarget handling. by Matt Arsenault · 9 years ago
  61. 8970c88 Use the same underlying type for bitfields by David Majnemer · 9 years ago
  62. 30ef1b33 Switch more loops to be range-based by David Majnemer · 9 years ago
  63. b966943 [X86] Combine two nearby calls to isSingleInputShuffleVector. NFC by Craig Topper · 9 years ago
  64. 5187623 [llvm-cov] Fix two warnings by Vedant Kumar · 9 years ago
  65. 9825ba7 Temporary hack to clean a file from buildbots. by George Burgess IV · 9 years ago
  66. fa7c6a0 Teaching SimplifyCFG to recognize the Or-Mask trick that InstCombine uses to by Chuang-Yu Cheng · 9 years ago
  67. 1d084df BitcodeWriter: Remove redundant (and incorrect) check for whether to emit module summary. by Peter Collingbourne · 9 years ago
  68. ff42ad5 Attempt to fix MSVC breakage caused by r273636. by George Burgess IV · 9 years ago
  69. 7161bf8 [CFLAA] Propagate StratifiedAttrs in interproc. analysis. by George Burgess IV · 9 years ago
  70. 1bbbb81 [llvm-cov] Use getOptions() instead of Options in SourceCoverageView, NFC by Vedant Kumar · 9 years ago
  71. cc9ef12 [llvm-cov] Add SourceNames to SourceCoverageViews, NFC by Vedant Kumar · 9 years ago
  72. 6706133 [llvm-cov] Rename SourceCoverageView::LineCoverageInfo to LineCoverageStats, NFC by Vedant Kumar · 9 years ago
  73. 379e6dc [ARM] Use aapcs_vfp for ___truncdfhf2 on v7k. by Ahmed Bougacha · 9 years ago
  74. ae6762b [AArch64] Model the cost of vector by element FP multiplies on Exynos M1. (NFC) by Evandro Menezes · 9 years ago
  75. 6898ae0 Support/ELF: Add R_AMDGPU_GOTPCREL relocation by Tom Stellard · 9 years ago
  76. 072362b [MachOYAML] Use a temporary to avoid gcc strict-aliasing warning by Chris Bieneman · 9 years ago
  77. b234de3 [codeview] Add classes and unions to the Local/Global UDTs lists by Hans Wennborg · 9 years ago
  78. 6ee5dc2 [LCG] Make the name of an SCC include more of the functions in it. by Chandler Carruth · 9 years ago
  79. 46c1e8f [yaml2macho] Removing asserts in favor of explicit yaml parse error by Chris Bieneman · 9 years ago
  80. f444c52 [CMake] Add LLVM runtimes directory by Chris Bieneman · 9 years ago
  81. 55eeb45 MachineScheduler: Followup to debug message changes by Matthias Braun · 9 years ago
  82. da15505 Codegen: [X86] preservere memory refs for folded umul_lohi by Kyle Butt · 9 years ago
  83. ffdf177 Codegen: LICM Remove check for exactly 1 register def. by Kyle Butt · 9 years ago
  84. 680b0dd MachineScheduler: Improve debug messages by Matthias Braun · 9 years ago
  85. e41c71e Uses shouldAssumeDSOLocal. by Rafael Espindola · 9 years ago
  86. f71f365 Attempt #2 to unbreak bots broken by r273596. by George Burgess IV · 9 years ago
  87. 805aa9b Refactor to use shouldAssumeDSOLocal. NFC. by Rafael Espindola · 9 years ago
  88. 8bbe924 [libfuzzer] moving is_ascii handler inside mutation dispatcher. by Mike Aizatsky · 9 years ago
  89. 205ddae Convert test to FileCheck. by Rafael Espindola · 9 years ago
  90. dce5fb2 InstCombine rule to fold trunc when value available by Anna Thomas · 9 years ago
  91. dfb588c AMDGPU: Add option to disable spilling SGPRs to VGPRs. by Matt Arsenault · 9 years ago
  92. 8e5f167 Attempt to fix breakage caused by r273596. by George Burgess IV · 9 years ago
  93. 22a6a11 Default to using the Unicode version of Win32 APIs instead of the ANSI version. This helps to catch instances where a developer accidentally forgets to explicitly specify which version of the API to use and accidentally winds up failing to support non-ASCII characters properly. by Aaron Ballman · 9 years ago
  94. 39639d9 [CFLAA] Use better interprocedural function summaries. by George Burgess IV · 9 years ago
  95. d8c0071 Refactor duplicated code. NFC. by Rafael Espindola · 9 years ago
  96. a918066 [codeview] Fix letter casing in FileCheck regexes by Hans Wennborg · 9 years ago
  97. f7e90f8 [X86] Extract HiPE prologue constants into metadata by Michael Kuperstein · 9 years ago
  98. ec3f141 Typo. by Vassil Vassilev · 9 years ago
  99. 06876d2 Fix the wasm build by including EndianStream.h by Reid Kleckner · 9 years ago
  100. fdd3c34 Prevent generation of temp file in test from r273585. by Nirav Dave · 9 years ago