1. b084468 Add CFG Simplification pass after Loop Unswitching. by Michael Zolotukhin · 10 years ago
  2. b7afd4e [safestack] Fix compiler crash in the presence of stack restores. by Evgeniy Stepanov · 10 years ago
  3. 4769a74 [IR] Teach `llvm::User` to co-allocate a descriptor. by Sanjoy Das · 10 years ago
  4. d4d53a5 Add REQUIRES: default_triple to these testcases. by Adrian Prantl · 10 years ago
  5. e81b32f Remove iterator_range::end. by Rui Ueyama · 10 years ago
  6. d25f78f Add iterator_range::end() predicate. by Rui Ueyama · 10 years ago
  7. 90ef438 [Unroll] When completely unrolling the loop, replace conditinal branches with unconditional. by Michael Zolotukhin · 10 years ago
  8. 2f1d7a4 Put profile variables of COMDAT functions to it's own COMDAT group. by Wei Mi · 10 years ago
  9. dbd50ce set div/rem default values to 'expensive' in TargetTransformInfo's cost model by Sanjay Patel · 10 years ago
  10. cdc6a8e ARM: fix folding stack adjustment (again again again...) by Tim Northover · 10 years ago
  11. 54a3f63 dsymutil: Don't prune forward declarations inside a module definition. by Adrian Prantl · 10 years ago
  12. 557aebc Fix this dsymutil testcase by not passing in a path to the modulemap file, by Adrian Prantl · 10 years ago
  13. f29442d Remove handling of AddrSpaceCast in stripAndAccumulateInBoundsConstantOffsets by Philip Reames · 10 years ago
  14. ff25c07 by Lawrence Hu · 10 years ago
  15. 84e1461 [InstCombine] Preserve metadata when merging loads that are phi arguments. by Akira Hatanaka · 10 years ago
  16. 710fde8 [docs] Update DominatorTree docs to clarify expectations around unreachable blocks by Philip Reames · 10 years ago
  17. ffafbd3 [x86] replace integer 'xor' ops with packed SSE FP 'xor' ops when operating on FP scalars by Sanjay Patel · 10 years ago
  18. dfa2ab0 [x86] replace integer 'or' ops with packed SSE FP 'or' ops when operating on FP scalars by Sanjay Patel · 10 years ago
  19. 0769c6a Fix the order of operations. by Adrian Prantl · 10 years ago
  20. d4052cf Android support for SafeStack. by Evgeniy Stepanov · 10 years ago
  21. 5e2a635 move call to convertIntLogicToFPLogic up; NFCI by Sanjay Patel · 10 years ago
  22. 51ac5bb Temporarily make testcase more verbose to debug a msvc buildbot failure. by Adrian Prantl · 10 years ago
  23. adbf5055 [Bug 24848] Use range metadata to constant fold comparisons with constant values by Chen Li · 10 years ago
  24. 46a7838 [x86] move code for converting int logic to FP logic to a helper function; NFCI by Sanjay Patel · 10 years ago
  25. 43df582 dsymutil: Resolve forward decls for types defined in clang modules. by Adrian Prantl · 10 years ago
  26. f4ad759 dsymutil: print a warning when there is a module hash mismatch. by Adrian Prantl · 10 years ago
  27. 1813647 [x86] replace integer 'and' ops with packed SSE FP 'and' ops when operating on FP scalars by Sanjay Patel · 10 years ago
  28. 44f9959 [WebAssembly] Fix hasAddr64 being used before being initializer. by Dan Gohman · 10 years ago
  29. d03868b [Inline] Use AssumptionCache from the right Function by Vedant Kumar · 10 years ago
  30. b2d0e28 Fix CodeGen/WebAssembly/global.ll test under ASAN. by Alexander Kornienko · 10 years ago
  31. 6b42357 [DeadArgElim] Split the invoke successor edge by David Majnemer · 10 years ago
  32. c173ab2 [AArch64] Refactor pre- and post-index merge fuctions into a single function. NFC. by Chad Rosier · 10 years ago
  33. ebe9301 [DeadStoreElimination] Remove dead zero store to calloc initialized memory by Igor Laevsky · 10 years ago
  34. 39a9cdb [dsymutil] Plug a memory leak. by Benjamin Kramer · 10 years ago
  35. 425f047 [ARM] Add option to force fast-isel by Oliver Stannard · 10 years ago
  36. e0a23dd [X86][SSE] Replace 128-bit SSE41 PMOVSX intrinsics with native IR by Simon Pilgrim · 10 years ago
  37. 6d6e2b5 [SCEV] Introduce ScalarEvolution::getOne and getZero. by Sanjoy Das · 10 years ago
  38. 1be7ea7 Revert "Android support for SafeStack." by Evgeniy Stepanov · 10 years ago
  39. c7b6dc0 Android support for SafeStack. by Evgeniy Stepanov · 10 years ago
  40. 8641a30 Add a test case for the fix of profile update issue when lowering switch statement. by Cong Hou · 10 years ago
  41. 20afacc Fixed an issue on updating profile data when lowering switch statement. by Cong Hou · 10 years ago
  42. 826813e dsymutil: Fix a comment. [-Wdocumentation] by NAKAMURA Takumi · 10 years ago
  43. 5df8499 Add a unit test for r248341. by Adrian Prantl · 10 years ago
  44. 02aa134 IR: Add a setDWOId() method to DICompileUnit. by Adrian Prantl · 10 years ago
  45. c3ff2ab IR: Fix the return value of DICompileUnit::getDWOId. by Adrian Prantl · 10 years ago
  46. 0800f64 Debug Info: Emit the dwo_name only in skeleton CUs, not in DWOs. by Adrian Prantl · 10 years ago
  47. 6404850 LiveIntervalAnalysis: Avoid multiple connected liveness components by Matthias Braun · 10 years ago
  48. c047a22 LiveInterval: Distribute subregister liveranges to new intervals in ConnectedVNInfoEqClasses::Distribute() by Matthias Braun · 10 years ago
  49. 3286c1f [Unroll] Do not crash trying to propagate a value to vector load. by Michael Zolotukhin · 10 years ago
  50. d2136b3 dsymutil: Follow references to clang modules and recursively clone the by Adrian Prantl · 10 years ago
  51. 831687d [Unroll] Follow-up for r247769: fix a bug in UnrolledInstAnalyzer::visitLoad. by Michael Zolotukhin · 10 years ago
  52. 9800f4c Instead of defining the operator delete() function, it is better to delete the function so that any uses (even from within Node or its subclasses) do not accidentally call it. NFC intended. by Aaron Ballman · 10 years ago
  53. 45b0eeb dsymutil: Make -oso-prepend-path available to DwarfLinker. NFC by Adrian Prantl · 10 years ago
  54. d6d5ed0 dsymutil: Make resolveDIEReference and getUnitForOffset static functions. NFC. by Adrian Prantl · 10 years ago
  55. 6db2b2b dsymutil: Make DwarfLinker::reportWarning() public. (NFC) by Adrian Prantl · 10 years ago
  56. 36caf06 Remove macho-dump. Its functionality is now covered by llvm-readobj. by Davide Italiano · 10 years ago
  57. 16a6615 [ARM] Emit clrex in the expanded cmpxchg fail block. by Ahmed Bougacha · 10 years ago
  58. ee629d8 [AArch64] Emit clrex in the expanded cmpxchg fail block. by Ahmed Bougacha · 10 years ago
  59. c8a4540 Fix a typo. by Adrian Prantl · 10 years ago
  60. a234052 Make helper function static. NFC. by Benjamin Kramer · 10 years ago
  61. 3c6d533 [mips][sched] Split IIBranch into specific instruction classes. by Daniel Sanders · 10 years ago
  62. 7d3c92c [mips][sched] Temporarily rename IIAlu to IIM16Alu. NFC. by Daniel Sanders · 10 years ago
  63. eb1a6c5 Don't raise inexact when lowering ceil, floor, round, trunc. by Stephen Canon · 10 years ago
  64. ccf2ea3 Prune trailing whitespaces. by NAKAMURA Takumi · 10 years ago
  65. 09c0ea5 Untabify. by NAKAMURA Takumi · 10 years ago
  66. c36e746 Reformat blank lines. by NAKAMURA Takumi · 10 years ago
  67. 6902c8d Reformat comment lines. by NAKAMURA Takumi · 10 years ago
  68. d4cdf19 Reformat. by NAKAMURA Takumi · 10 years ago
  69. 6fba3b9 ARMInstrInfo.cpp: Reformat. by NAKAMURA Takumi · 10 years ago
  70. d0b7431 Fix utf8 chars. by NAKAMURA Takumi · 10 years ago
  71. 2804216 [mips][ias] Implement .cpreturn directive. by Daniel Sanders · 10 years ago
  72. e3cdd3f [mips][sched] Added class for WSBH by Daniel Sanders · 10 years ago
  73. e59aef6 [llvm-mc-fuzzer] Support untested instruction discovery for variable length instruction sets like microMIPS. by Daniel Sanders · 10 years ago
  74. de8d7c4 [X86][SSE] Match zero/any extension shuffles that don't start from the first element by Simon Pilgrim · 10 years ago
  75. 6522ad6 Remove extra 'nullptr' entry from an array in tablegen register info file. It should never have been accessed. by Craig Topper · 10 years ago
  76. 156aeff Fix formatting of a tablegen register info file by putting a line break in a better place. by Craig Topper · 10 years ago
  77. e32e1f4 Use makeArrayRef and None to simplify some code in a tablegen register info file. Additionally const correct a couple static array. by Craig Topper · 10 years ago
  78. d89d4bc AMDGPU: Remove unnecessary check by Matt Arsenault · 10 years ago
  79. 95e05dd LiveIntervalAnalysis: Factor common code into splitSeparateComponents; NFC by Matthias Braun · 10 years ago
  80. 5646bea [llvm-readobj/MachO] Ensure we always have valid CmdName/SegmentName. by Davide Italiano · 10 years ago
  81. 66c643e Remove declarations for methods that do not exist. by Matthias Braun · 10 years ago
  82. 00a0a4bb Fix r248164. [-Wdocumentation] by NAKAMURA Takumi · 10 years ago
  83. 452980f Remove unused TargetTransformInfo dependency from SafeStack pass. by Evgeniy Stepanov · 10 years ago
  84. 9e242e6 [LoopUnswitch] Require DominatorTree info. by Michael Zolotukhin · 10 years ago
  85. 00051c9 [SCEV] Use SaveAndRestore<T> instead of a hand rolled struct; NFCI. by Sanjoy Das · 10 years ago
  86. 0d5dd98 function names should start with a lower case letter; NFC by Sanjay Patel · 10 years ago
  87. 1592c52 don't repeat function/variable names in header comments; NFC by Sanjay Patel · 10 years ago
  88. 8ea1f82 [LICM] Hoist calls to readonly argmemonly functions even with stores in the loop by Philip Reames · 10 years ago
  89. 270b82a Fix for pr24866 by Philip Reames · 10 years ago
  90. 527648e Fix UB: can't bind a reference to nullptr (NFC) by Mehdi Amini · 10 years ago
  91. 6030b44 auto and range-for-ify some things to make changing container types a bit easier in the (possibly near) future by David Blaikie · 10 years ago
  92. 41fc6f1 [DAGCombiner] Improve FMA support for interpolation patterns by Simon Pilgrim · 10 years ago
  93. 76e7126 [ARM] Do not scale vext with a factor by Jeroen Ketema · 10 years ago
  94. 449957b [DAGCombiner] Tidy up FMA combine helpers. NFCI. by Simon Pilgrim · 10 years ago
  95. f30ebac [LoopUtils,LV] Propagate fast-math flags on generated FCmp instructions by James Molloy · 10 years ago
  96. ff278be Remove roundingMode argument in APFloat::mod by Stephen Canon · 10 years ago
  97. 82ede2f Avoid SEGFAULT if a requested symbol section is absent. by Rafael Espindola · 10 years ago
  98. a2259fc Fix accidentally committed debug printing by Matt Arsenault · 10 years ago
  99. 56fa307 [ADT] Remove a couple of the always inline attributes I added. by Chandler Carruth · 10 years ago
  100. eaf5bf9 [DivergenceAnalysis] Separated definition of class into header. by Marcello Maggioni · 10 years ago