1. 05c5270 [X86][SSSE3] Add target shuffle constant folding tests by Simon Pilgrim · 9 years ago
  2. 973dd0e [Hexagon] segv while processing SUnit with nullNodePtr by Ron Lieberman · 9 years ago
  3. de82da5 AMDGPU: Fix broken FrameIndex handling by Matt Arsenault · 9 years ago
  4. 28d0522 AMDGPU: Rename spill operands to match real instruction by Matt Arsenault · 9 years ago
  5. 077ab85 AMDGPU: Push bitcasts through build_vector by Matt Arsenault · 9 years ago
  6. 338f974 [libFuzzer] properly reset the guards when reseting the coverage. Also try to fix check-fuzzer on the bot by Kostya Serebryany · 9 years ago
  7. d1e3c5a Don't create a SymbolTable in Function when the LLVMContext discards value names (NFC) by Mehdi Amini · 9 years ago
  8. f3f34d6 [MIR Parser] Fix Build! by Mehdi Amini · 9 years ago
  9. 5f16c76 MIR Parser: issue an error when the Context discard value names. by Mehdi Amini · 9 years ago
  10. b9cc2c4 [libFuzzer] change trace-pc to use 8-byte guards by Kostya Serebryany · 9 years ago
  11. 16197d8 [sanitizer-coverage] change trace-pc to use 8-byte guards by Kostya Serebryany · 9 years ago
  12. 977635d Revert "Don't create a SymbolTable in Function when the LLVMContext discards value names (NFC)" by Mehdi Amini · 9 years ago
  13. e3e722b Don't create a SymbolTable in Function when the LLVMContext discards value names (NFC) by Mehdi Amini · 9 years ago
  14. 982faf2 AMDGPU: Use i64 scalar compare instructions by Matt Arsenault · 9 years ago
  15. 019f4de AMDGPU/SI: Fix kernel argument ABI for HSA by Tom Stellard · 9 years ago
  16. 78279ce [CMake] Support symlinks with the same name as the binary by Chris Bieneman · 9 years ago
  17. 16150b3 [InstCombine] canonicalize vector select with constant vector condition to shuffle by Sanjay Patel · 9 years ago
  18. 8f824fe AMDGPU: Allow some control flow intrinsics to be CSEd by Matt Arsenault · 9 years ago
  19. df9dcaf [safestack] Fix assertion failure in stack coloring. by Evgeniy Stepanov · 9 years ago
  20. 005bfb8 [RegAllocGreedy] Fix the list of NewVRegs for last chance recoloring. by Quentin Colombet · 9 years ago
  21. 12bac3e [RegAllocGreedy] Fix an assertion and condition when last chance recoloring is used. by Quentin Colombet · 9 years ago
  22. 77361ae AMDGPU: Refactor kernel argument lowering by Tom Stellard · 9 years ago
  23. 3a74bac AMDGPU: Use SOPK compare instructions by Matt Arsenault · 9 years ago
  24. 1961591 AMDGPU/SI: Add support for triples with the mesa3d operating system by Tom Stellard · 9 years ago
  25. 59183b9 [InstCombine] allow vector types for constant folding / computeKnownBits (PR24942) by Sanjay Patel · 9 years ago
  26. 463cfe4 [LTO] Add ability to parse AA pipelines. by Davide Italiano · 9 years ago
  27. 740da34 [WebAssembly] Fix function types of CFGStackify tests by Derek Schuff · 9 years ago
  28. 839ecc8 [X86][SSE] Added vector sub combine tests by Simon Pilgrim · 9 years ago
  29. b2c2d1f [X86][SSE] Added vector add combine tests by Simon Pilgrim · 9 years ago
  30. 7add7dd Install libLLVM if needed with LLVM_INSTALL_TOOLCHAIN_ONLY by Derek Schuff · 9 years ago
  31. db393b8 Defer asm errors to post-statement failure by Nirav Dave · 9 years ago
  32. 4746214 Change extractProfMetadata and extractProfTotalWeight to const member function. by Dehao Chen · 9 years ago
  33. 6dc8c1a Make test slightly more explicit. NFC. by Michael Kuperstein · 9 years ago
  34. 0d3cd48 LoopDistribute should preserve GlobalsAA. by Eli Friedman · 9 years ago
  35. 3383e2c LoopLoadElimination should preserve GlobalsAA. by Eli Friedman · 9 years ago
  36. 58071c9 auto-generate checks by Sanjay Patel · 9 years ago
  37. 9fd0ad8 auto-generate checks by Sanjay Patel · 9 years ago
  38. f15b3af Fix test after renaming -name-anon-functions pass to -name-anon-globals by Mehdi Amini · 9 years ago
  39. 1832d7b [LTO] Use llvm-nm instead of nm in new tests by Teresa Johnson · 9 years ago
  40. d964ea8 Actually remove the Mangler from the AsmPrinter and clean up the places it was "used" but not used. by Eric Christopher · 9 years ago
  41. 7bbc777 Fix a hidden use of grabbing the Mangler from the AsmPrinter and update by Eric Christopher · 9 years ago
  42. 8dff0d8 Rename NameAnonFunctions to NameAnonGlobals to match what it is doing (NFC) by Mehdi Amini · 9 years ago
  43. 4dbfcbb Fix NameAnonFunctions pass: for ThinLTO we need to rename global variables as well by Mehdi Amini · 9 years ago
  44. 1af8186 [InstCombine] add helper functions for visitICmpInst(); NFCI by Sanjay Patel · 9 years ago
  45. ad63f23 [IRObjectFile] Turn llvm_unreachable("foo") into something more explicative. by Davide Italiano · 9 years ago
  46. 3284f27 [LTO] Prevent asm references to be dropped from the output. by Davide Italiano · 9 years ago
  47. c49f5e8 [AArch64][GlobalISel] Add default regbank mapping for int<>FP. by Ahmed Bougacha · 9 years ago
  48. d705c9f [AArch64][GlobalISel] Add default regbank mapping for G_FCMP. by Ahmed Bougacha · 9 years ago
  49. 16527fa [AArch64][GlobalISel] Add default regbank mapping for FP ops. by Ahmed Bougacha · 9 years ago
  50. 07ca84e [AArch64][GlobalISel] Test default regbank mapping for G_ICMP. by Ahmed Bougacha · 9 years ago
  51. c3852f5 [AArch64][GlobalISel] Add default regbank mappings for mixed-type ops. by Ahmed Bougacha · 9 years ago
  52. ac10524 [AArch64][GlobalISel] Add tests for default RegBank mappings. NFC. by Ahmed Bougacha · 9 years ago
  53. cd01b58 Reapplying r278731 after fixing the problem that caused it to be reverted. by David L Kreitzer · 9 years ago
  54. 0057769 [mips] Fix previous revert r281726. by Simon Dardis · 9 years ago
  55. 7435b28 Place the lowered phi instruction(s) before the DEBUG_VALUE entry by Keith Walker · 9 years ago
  56. ffabbc5 Revert "[mips] Fix aui/daui/dahi/dati for MIPSR6" by Simon Dardis · 9 years ago
  57. 8ab74ba [LTO] Fix handling of mixed (regular and thin) mode LTO by Teresa Johnson · 9 years ago
  58. e38b67f [mips] Fix aui/daui/dahi/dati for MIPSR6 by Simon Dardis · 9 years ago
  59. ea7e0cd Reverting r281719, this is causing buildbot failures and timeouts again. by Sjoerd Meijer · 9 years ago
  60. 89f7a48 [AArch64][GlobalISel] Use the generic DefaultMapping as the default. by Ahmed Bougacha · 9 years ago
  61. f9c0a77 This is an attempt to reapply r280808: [ARM] Lower UDIV+UREM to UDIV+MLS by Sjoerd Meijer · 9 years ago
  62. 6c1574b Trying to fix Mangler memory leak in TargetLoweringObjectFile. by Eric Liu · 9 years ago
  63. 793f008 [LCG] Redesign the lazy post-order iteration mechanism for the by Chandler Carruth · 9 years ago
  64. d95bdda [ARM] Promote small global constants to constant pools by James Molloy · 9 years ago
  65. 88a23b6 Move the Mangler from the AsmPrinter down to TLOF and clean up the by Eric Christopher · 9 years ago
  66. 2ce67fb Remove unused function getMang(). by Eric Christopher · 9 years ago
  67. c53e384 [CUDA] [doc] Note that you can use std::min/max from device code with C++14. by Justin Lebar · 9 years ago
  68. 281351c Add a test for r280191 by David Majnemer · 9 years ago
  69. d26bf22 Revert "[asan] Avoid lifetime analysis for allocas with can be in ambiguous state" by Vitaly Buka · 9 years ago
  70. 1354d58 Revert "[asan] Add flag to allow lifetime analysis of problematic allocas" by Vitaly Buka · 9 years ago
  71. ff48266 Fix autoupgrade logic for Objective-C class properties module flag by Mehdi Amini · 9 years ago
  72. 837806b build_llvm_package.bat: Update to VS2015 and include LLDB by Hans Wennborg · 9 years ago
  73. f094f62 [InstCombine] move folds for icmp (sh C2, Y), C1 in with other icmp+sh folds; NFCI by Sanjay Patel · 9 years ago
  74. dcc5ba2 [libFuzzer] make caller-callee feedback work with trace-pc-guard by Kostya Serebryany · 9 years ago
  75. 31daa34 [sanitizer-coverage] make trace-pc-guard and indirect-call work together by Kostya Serebryany · 9 years ago
  76. 8f94ffd [codeview] Optimize the size of defranges with gaps by Reid Kleckner · 9 years ago
  77. ea88605 [InstCombine] allow icmp (shr/shl) folds for vectors by Sanjay Patel · 9 years ago
  78. 539a656 regenerate checks by Sanjay Patel · 9 years ago
  79. 12be25f [GlobalOpt] Dead Eliminate declarations by Mehdi Amini · 9 years ago
  80. 26eccc1 [InstCombine] Do not RAUW a constant GEP by David Majnemer · 9 years ago
  81. a5437a6 [AArch64] Support for FP FMA when -ffp-contract=fast by Evandro Menezes · 9 years ago
  82. 745df32 Revert "[ARM] Promote small global constants to constant pools" by Evgeniy Stepanov · 9 years ago
  83. 71d3c34 [InstCombine] simplify code; NFCI by Sanjay Patel · 9 years ago
  84. f31e663 [PM] Port CFGViewer and CFGPrinter to the new Pass Manager by Sriraman Tallam · 9 years ago
  85. 5fa3c52 [pdb] Write the IPI stream. by Zachary Turner · 9 years ago
  86. d6d0906 fix function names; NFC by Sanjay Patel · 9 years ago
  87. 6baec2e [pdb] Fix the TPI stream size computation. by Zachary Turner · 9 years ago
  88. d52d051 [libFuzzer] fix the build for AFLDriverTest by Kostya Serebryany · 9 years ago
  89. 2473bf0 [InstCombine] allow icmp (sub nsw) folds for vectors by Sanjay Patel · 9 years ago
  90. ba1d7c6 [InstCombine] add vector tests for icmp (sub nsw) by Sanjay Patel · 9 years ago
  91. 8471051 [IRObjectFile] Handle undefined weak symbols in RecordStreamer. by Davide Italiano · 9 years ago
  92. 72499e5 Take ownership of libLTO as discussed on llvm-dev. by Peter Collingbourne · 9 years ago
  93. d2bd71f [InstCombine] remove duplicated fold ; NFCI by Sanjay Patel · 9 years ago
  94. f71deb6 [InstCombine] allow (icmp sgt smin(PosA, B), 0) fold for vectors by Sanjay Patel · 9 years ago
  95. b794567 [InstCombine] add vector tests for icmp sgt smin by Sanjay Patel · 9 years ago
  96. c0fdffb [InstCombine] auto-generate checks by Sanjay Patel · 9 years ago
  97. d40500c [compiler-rt] Changing function prototype returning unused value by Etienne Bergeron · 9 years ago
  98. 51832f7 Fix silly mistake introduced here : https://reviews.llvm.org/D24566 by Etienne Bergeron · 9 years ago
  99. 28f64ff address comments from: https://reviews.llvm.org/D24566 by Etienne Bergeron · 9 years ago
  100. 0863eca Document our extension to the COFF .section directive flags by Reid Kleckner · 9 years ago