1. 02f474a [codeview] Improve some comments by Reid Kleckner · 9 years ago
  2. 1fef4fc [AArch64] Remove unused MBP headers/dependency. NFC. by Chad Rosier · 9 years ago
  3. d025c69 Revert http://reviews.llvm.org/D19926 as it breaks tests. by Dehao Chen · 9 years ago
  4. 0e8fd42 Revert "LTOCodeGenerator: handle correctly "unnamed" symbol" by Mehdi Amini · 9 years ago
  5. 9281534 [WebAssembly] Don't emit epilogue code in the middle of stackified code. by Dan Gohman · 9 years ago
  6. 797e9bd Fix CVTypeDumperImpl formatting after class rename by Reid Kleckner · 9 years ago
  7. 8cff4d5 Remove unnecessary anonymous namespace from a header by Reid Kleckner · 9 years ago
  8. 86be154 AMDGPU: Simplify control flow / conditions by Matt Arsenault · 9 years ago
  9. 8200288 Simplify CFG before assigning discriminator. by Dehao Chen · 9 years ago
  10. c16ab2d [MSan] [MIPS64] Fix vararg helper for >1 fixed argument. by Marcin Koscielnicki · 9 years ago
  11. d707747 AMDGPU: Run r600 tests last by Matt Arsenault · 9 years ago
  12. 3c3e508 Degrade assertions to a warning in LTOCodeGenerator for preserved linkonce by Mehdi Amini · 9 years ago
  13. 6a6b44f Remove LLVM_ENABLE_TIMESTAMPS by Chris Bieneman · 9 years ago
  14. d4c22d2 Add a note about the "entry count" used the profile summary by Sean Silva · 9 years ago
  15. 8fa402e [profile] Remove unneeded field in raw profile reader by Xinliang David Li · 9 years ago
  16. a42be19 Touch Hexagon/CMakeLists.txt to regenerate build files, since r268641 complains of missing HexagonAlias.td on ninja. by NAKAMURA Takumi · 9 years ago
  17. 7c4f7f3 ARM: don't attempt to merge litpools referencing different PC-anchors. by Tim Northover · 9 years ago
  18. 8cb434a [Hexagon] Add aliases for vector loads/stores with no explicit offset by Krzysztof Parzyszek · 9 years ago
  19. eb80fa1 Revert "[ThinLTO] Emit individual index files for distributed backends" by Vitaly Buka · 9 years ago
  20. 2161412 LTOCodeGenerator: handle correctly "unnamed" symbol by Mehdi Amini · 9 years ago
  21. d170aea MachineFunction: Add a const modifier to print() parameter by Matthias Braun · 9 years ago
  22. b69177e [libFuzzer] better docs for coverage by Kostya Serebryany · 9 years ago
  23. 2677f2f Remove dead include. NFC. by Chad Rosier · 9 years ago
  24. f1ccfb7 Remove dead include. NFC. by Chad Rosier · 9 years ago
  25. 00e8fc5 Clean up the specific error message for a malformed Mach-O files with bad segment by Kevin Enderby · 9 years ago
  26. 668a46a [ValueTracking] Early exit when further analysis won't be fruitful. by Chad Rosier · 9 years ago
  27. fcd3365 AMDGPU: Uniform branch conditions can originate with intrinsics by Nicolai Haehnle · 9 years ago
  28. 66eb4d1 AMDGPU/SI: Add support for AMD code object version 2. by Tom Stellard · 9 years ago
  29. 99386b8 X86CallFrameOptimization: make adjustCallSequence's return type void by Hans Wennborg · 9 years ago
  30. 3d13068 llvm-lto: add a -thinlto-module-id that enables to force the Module identifier. by Mehdi Amini · 9 years ago
  31. af542d8 [Hexagon] Merge HexagonAlias.td into HexagonInstrAlias.td, NFC by Krzysztof Parzyszek · 9 years ago
  32. a2d385e [ValueTracking] Improve isImpliedCondition for matching LHS and Imm RHSs. by Chad Rosier · 9 years ago
  33. 341096a [Hexagon] Handle operand type differences for A2_tfrpi by Krzysztof Parzyszek · 9 years ago
  34. b8ed2a0 Fix unused variable warning after r268632 by Silviu Baranga · 9 years ago
  35. debb790 [LV] Identify more induction PHIs by coercing expressions to AddRecExprs by Silviu Baranga · 9 years ago
  36. e1eac03 [LV] Refactor the validation of PHI inductions. NFC by Silviu Baranga · 9 years ago
  37. 257fabb Remove bit-rotten CppBackend. by James Y Knight · 9 years ago
  38. 2887538 Fix Mips Parser error reporting by Nirav Dave · 9 years ago
  39. 15869cb Fix Windows bot failures from r268627 by Teresa Johnson · 9 years ago
  40. 0c4a898 [ThinLTO] Emit individual index files for distributed backends by Teresa Johnson · 9 years ago
  41. d11ea2f [X86] Extend some Linux special cases to cover kFreeBSD. by Marcin Koscielnicki · 9 years ago
  42. 68065ba [Coverage] Combine counts of expansion regions if there are no code regions for the same area. by Igor Kudrin · 9 years ago
  43. 408b811 [TableGen] Make sure to recursively factor any ScopeMatchers created while forming a SwitchType node. Remove a couple hundred bytes from the X86 matcher table. by Craig Topper · 9 years ago
  44. 14b5530 [TableGen] Remove stale comment. by Craig Topper · 9 years ago
  45. 5e74c97 [X86] Use the right type when folding xor (truncate (shift)) -> setcc by David Majnemer · 9 years ago
  46. bbe4ac4 LTOCodeGenerator: add linkonce(_odr) to "llvm.compiler.used" when present in "MustPreserve" set by Mehdi Amini · 9 years ago
  47. 3556cc7 Revert "LTOCodeGenerator: turns linkonce(_odr) into weak_(odr) when present "MustPreserve" set" by Mehdi Amini · 9 years ago
  48. 0fa8713 ThinLTOCodeGenerator: remove useless temporary file that was emitted. by Mehdi Amini · 9 years ago
  49. 007644b [Profile] Raw profile header clean up by Xinliang David Li · 9 years ago
  50. 454f7fa [PM] Port Branch Probability Analysis pass to the new pass manager. by Xinliang David Li · 9 years ago
  51. e44aed7 [PM] Port EliminateAvailableExternally pass to the new pass manager. by Davide Italiano · 9 years ago
  52. fcc53a6 [ThinLTO] Remove missed piece of lazy summary reading support (NFC) by Teresa Johnson · 9 years ago
  53. 18c56b7 ARM: Use a Handle to track SDNodes in case they're CSE'd. NFC by Justin Bogner · 9 years ago
  54. 8c98d34 Revert "[asan] add option to set shadow mapping offset" by Ryan Govostes · 9 years ago
  55. ba89768 [asan] add option to set shadow mapping offset by Ryan Govostes · 9 years ago
  56. 8b3e014 clang-format some files in preparation of coming patch reviews. by Dehao Chen · 9 years ago
  57. 0a51771 [PM] Port ConstantMerge to the new pass manager. by Davide Italiano · 9 years ago
  58. 4a5d819 [SystemZ] Implement backchain attribute (recommit with fix). by Marcin Koscielnicki · 9 years ago
  59. 1232987 [codeview] Move dumper into lib/DebugInfo/CodeView by Reid Kleckner · 9 years ago
  60. 2b2a8f1 [LoopDataPrefetch] Add optimization remark by Adam Nemet · 9 years ago
  61. 6e64fd8 Revert "[SimplifyCFG] propagate branch metadata when creating select" by Vitaly Buka · 9 years ago
  62. a8d416d Revert "[SystemZ] Implement backchain attribute." by Marcin Koscielnicki · 9 years ago
  63. c4002d7 [SystemZ] Implement llvm.get.dynamic.area.offset by Marcin Koscielnicki · 9 years ago
  64. b4420ea [SystemZ] Implement backchain attribute. by Marcin Koscielnicki · 9 years ago
  65. 252a6d1 Revert "[SCCP] Throw away dead code. NFC." by Davide Italiano · 9 years ago
  66. 9c9f877 [SCCP] Throw away dead code. NFC. by Davide Italiano · 9 years ago
  67. 6e702f0 [X86] Add a few register classes for x32 address accesses. by Quentin Colombet · 9 years ago
  68. 0cbbed1 clean up; NFCI by Sanjay Patel · 9 years ago
  69. 0c744b0 [SelectionDAG] BITREVERSE vector legalization of bit operations (REAPPLIED) by Simon Pilgrim · 9 years ago
  70. 4449a75 Spelling and grammar corrections in comments. by Eric Christopher · 9 years ago
  71. 94ee5ea "Reapply r268521 "[InstCombine] Canonicalize icmp instructions based on dominating conditions."" by Balaram Makam · 9 years ago
  72. 41f8084 Fix build of DebugInfoPDBTests. by Zachary Turner · 9 years ago
  73. 609f4dd [SimplifyCFG] propagate branch metadata when creating select by Sanjay Patel · 9 years ago
  74. 00ed93a [AArch64] Add cheap as move instructions for Exynos M1 by Evandro Menezes · 9 years ago
  75. 18c0216 [libFuzzer] print stats after running individual inputs by Kostya Serebryany · 9 years ago
  76. c95df94 Move pdb code into pdb namespace. by Zachary Turner · 9 years ago
  77. 7fa1a5f [AArch64] Use the reciprocal estimation machinery by Evandro Menezes · 9 years ago
  78. 0e4fcac cmake: Prefix Polly options with LLVM_ to avoid variable shadowing by Tobias Grosser · 9 years ago
  79. ab37a95 Revert r268529 because it caused use-of-uninitialized-value by Vitaly Buka · 9 years ago
  80. bcfc7d0 [codeview] Add a type visitor to help abstract away type stream handling by Reid Kleckner · 9 years ago
  81. 5813ee1 [ConstantFold] Don't try to strip fp -> int bitcasts to simplify icmps by Hal Finkel · 9 years ago
  82. 128ff37 [x86] add tests to show current codegen for obscured fneg/fabs by Sanjay Patel · 9 years ago
  83. 83e3b70 [MSan] [Mips64] Add tests for vararg handling. by Marcin Koscielnicki · 9 years ago
  84. 30f97f1 Revert "[InstCombine] Canonicalize icmp instructions based on dominating conditions." by Balaram Makam · 9 years ago
  85. d88cc08 [ARM] Fix Scavenger assert due to underestimated stack size by Weiming Zhao · 9 years ago
  86. c8decc5 Fix spelling in comment. NFC. by Simon Pilgrim · 9 years ago
  87. 59e4b7b Revert r268504 by Simon Pilgrim · 9 years ago
  88. 51b20e8 Adding test cases showing the behavior of LoopUnrollPass according to optnone and optsize attributes by Marianne Mailhot-Sarrasin · 9 years ago
  89. 811f094 [NVPTX:doc] Update code examples to conform to the latest IR. by Jingyue Wu · 9 years ago
  90. decf72b [InstCombine] Canonicalize icmp instructions based on dominating conditions. by Balaram Makam · 9 years ago
  91. f7a03a4 [Support] Creation of minidump after compiler crash on Windows by Leny Kholodov · 9 years ago
  92. d1310b7 Reland "Use ScopedPrinter in llvm-pdbdump" by Reid Kleckner · 9 years ago
  93. 990ef34 [PowerPC] Generate VSX version of splat word by Nemanja Ivanovic · 9 years ago
  94. 9b21cf3 [X86][SSE] Regenerate vector bswap tests by Simon Pilgrim · 9 years ago
  95. aa48f22 Typo. NFC. by Chad Rosier · 9 years ago
  96. 2946daa [SimplifyCFG] isSafeToSpeculateStore now ignores debug info by Hans Wennborg · 9 years ago
  97. ea1c623 Revert "Use ScopedPrinter in llvm-pdbdump" by Chad Rosier · 9 years ago
  98. 04d8cf0 Use a uniform name for the load combine pass. NFC. by Chad Rosier · 9 years ago
  99. 02f1f19 Use ScopedPrinter in llvm-pdbdump by Zachary Turner · 9 years ago
  100. 6315a65 [SelectionDAG] BITREVERSE vector legalization of bit operations by Simon Pilgrim · 9 years ago