1. 6dc307b [Bugpoint] Get rid of dead code. No functional change. by Davide Italiano · 10 years ago
  2. 3476ff6 [X86] Fix CMP and TEST with al/ax/eax/rax to not mark EFLAGS as a use or al/ax/eax/rax as a def. Probably doesn't have a functional affect since these aren't used in isel. by Craig Topper · 10 years ago
  3. 66baef3 [DAGCombiner] Improved FMA combine support for vectors by Simon Pilgrim · 10 years ago
  4. d656aeb [X86] Completed SHL cost model tests by Simon Pilgrim · 10 years ago
  5. a9d6f4a [X86] Remove special validation for INT immediate operand from AsmParser. Instead mark its operand type as u8imm which will cause it to fail to match. This is more consistent with other instruction behavior. by Craig Topper · 10 years ago
  6. 6bb2edf [X86] Renamed SHL cost model tests by Simon Pilgrim · 10 years ago
  7. d9e9883 [X86] Added LSHR cost model tests by Simon Pilgrim · 10 years ago
  8. 7678864 [X86] Added ASHR cost model tests by Simon Pilgrim · 10 years ago
  9. e80e558 [TableGen] Add a space between type and '*' in front of a variable name in output file. While there replace type with 'auto' since there's a cast on the right side of the assignment. NFC by Craig Topper · 10 years ago
  10. efa951c [X86] Simplify immediate range checking code. by Craig Topper · 10 years ago
  11. e85795d [DAGCombiner] Tidyup FMINNUM/FMAXNUM constant folding by Simon Pilgrim · 10 years ago
  12. 3d42b25 [InstCombine][X86][XOP] Combine XOP integer vector comparisons to native IR by Simon Pilgrim · 10 years ago
  13. 4796857 [X86][XOP] Added support for the lowering of 128-bit vector integer comparisons to XOP PCOM/PCOMU instructions. by Simon Pilgrim · 10 years ago
  14. 2e8156f [ProfileData] Test commit for slingn by Nathan Slingerland · 10 years ago
  15. 0604e18 [X86][SSE] Vector signed/unsigned integer compare tests. by Simon Pilgrim · 10 years ago
  16. ded1922 Change isUIntN/isIntN calls with constant N to use the template version. NFC by Craig Topper · 10 years ago
  17. 41f6283 In isUIntN, make sure N is less than 64 before using in a shift to avoid undefined behavior. Also change it to use the same formula as the template version which I think results in less math in compiled code. by Craig Topper · 10 years ago
  18. ef4e0adf Fix PR25101 - Handle anonymous functions without VST entries by Teresa Johnson · 10 years ago
  19. 7e0492b [SystemZ] CodeGen/SystemZ/asm-18.ll run with -verify-machineinstrs by Jonas Paulsson · 10 years ago
  20. 4f255d6 [SystemZ] Fixes in the backend I/R. by Jonas Paulsson · 10 years ago
  21. e3284ea [IndVars] Use `auto`; NFC by Sanjoy Das · 10 years ago
  22. f0d29aa Use range-based for loops. NFC by Craig Topper · 10 years ago
  23. 8cc8b24 [RuntimeDyld] Fix performance problem in resolveRelocations with many sections by Keno Fischer · 10 years ago
  24. 66e7bb8 Use range-based for loops. NFC. by Craig Topper · 10 years ago
  25. 38eed02 Use emplace_back instead of a constructor call and push_back. NFC by Craig Topper · 10 years ago
  26. 31ef90a Suppress LLVM::tools/llvm-symbolizer/coff-dwarf.test for mingw, for now. by NAKAMURA Takumi · 10 years ago
  27. 79b5b1a [libFuzzer] document more trophies by Kostya Serebryany · 10 years ago
  28. ce2a091 Move llvm-objdump malformed Mach-O tests to X86 test directory. by Kevin Enderby · 10 years ago
  29. d3a5adc Analysis: Remove implicit ilist iterator conversions by Duncan P. N. Exon Smith · 10 years ago
  30. f2e1e0e [llvm-rtdyld] Use range-based loop. NFC. by Davide Italiano · 10 years ago
  31. 5d8fcb9 MC: Remove implicit ilist iterator conversions, NFC by Duncan P. N. Exon Smith · 10 years ago
  32. 3d5fd2a Fix a bugs in the Mach-O disassembler when disassembling from a by Kevin Enderby · 10 years ago
  33. a03aa8f [WinEH] Remove more dead code by David Majnemer · 10 years ago
  34. c839e94 [WinEH] Delete the old landingpad implementation of Windows EH by Reid Kleckner · 10 years ago
  35. f33149e [SEH] Update SEH codegen tests to use the new IR by Reid Kleckner · 10 years ago
  36. ac4d7b6 CodeGen: Remove implicit ilist iterator conversions, NFC by Duncan P. N. Exon Smith · 10 years ago
  37. 60cdaf2 [CMake] Parallel make breaks on native tablegen by Chris Bieneman · 10 years ago
  38. 8d335f0 [WinEH] Insert the catchpad return before CSR restoration by David Majnemer · 10 years ago
  39. 213ae79 Fix use of uninitialized bool, found by ubsan in portion of by Richard Smith · 10 years ago
  40. 84477d1 Fix assert when emitting llvm.pow.f86. by James Y Knight · 10 years ago
  41. cfb92b1 Remove unused function in sample profile writer API - NFC. by Diego Novillo · 10 years ago
  42. 59540fd [SEH] Fix _except_handler4 table base states by Reid Kleckner · 10 years ago
  43. fdec461 CodeGen: Avoid more ilist iterator implicit conversions, NFC by Duncan P. N. Exon Smith · 10 years ago
  44. ba91007 CodeGen: Use range-based for in PostRAScheduler, NFC by Duncan P. N. Exon Smith · 10 years ago
  45. 63ac50a [SEH] Remember to emit the last invoke range for SEH by Reid Kleckner · 10 years ago
  46. 4570b31 Generalize convergent check to handle invokes as well as calls. by Owen Anderson · 10 years ago
  47. bf3b1ac Fix assert in X86 backend. by James Y Knight · 10 years ago
  48. 262f354 Revert "Simplify code. NFC." by Chad Rosier · 10 years ago
  49. 9731c60 CodeGen: Continue removing ilist iterator implicit conversions by Duncan P. N. Exon Smith · 10 years ago
  50. 1b44cbf CodeGen: Remove implicit iterator conversions from MBB.cpp by Duncan P. N. Exon Smith · 10 years ago
  51. b1510c2 CodeGen: Avoid ilist iterator implicit conversions in a few more places, NFC by Duncan P. N. Exon Smith · 10 years ago
  52. 3f2c43f CodeGen: Remove more ilist iterator implicit conversions, NFC by Duncan P. N. Exon Smith · 10 years ago
  53. d578a48 CodeGen: Use range-based for in IntrinsicLowering::AddPrototypes, NFC by Duncan P. N. Exon Smith · 10 years ago
  54. 8d36360 CodeGen: Use range-based for in GlobalMerge, NFC by Duncan P. N. Exon Smith · 10 years ago
  55. 030cf8e CodeGen: Remove a few more ilist iterator implicit conversions, NFC by Duncan P. N. Exon Smith · 10 years ago
  56. 2f10e78 Teach LoopUnswitch not to perform non-trivial unswitching on loops containing convergent operations. by Owen Anderson · 10 years ago
  57. 9f41a7c Add iterator ranges for blocks in a Loop. by Owen Anderson · 10 years ago
  58. 7e15cfe CodeGen: Remove implicit iterator conversions from SlotIndexes.h, NFC by Duncan P. N. Exon Smith · 10 years ago
  59. aa464da CodeGen: Remove implicit conversions from Analysis and BranchFolding by Duncan P. N. Exon Smith · 10 years ago
  60. 983d814 Refine the definition of convergent to only disallow the addition of new control dependencies. by Owen Anderson · 10 years ago
  61. da318f2 fix typos; NFC by Sanjay Patel · 10 years ago
  62. 0c1b206 [CMake] If LLVM_DYLIB_EXPORT_ALL is On don't generate an export list at all, just export the world. by Chris Bieneman · 10 years ago
  63. 50072bf Add inline stack streaming to binary sample profiles. by Diego Novillo · 10 years ago
  64. 822d42f [WebAssembly] Rename floating-point operators to match their spec names. by Dan Gohman · 10 years ago
  65. e5e1a3c Add verification for align, dereferenceable, dereferenceable_or_null load metadata by Artur Pilipenko · 10 years ago
  66. 06e88db Clear SectionSymbols in MCContext::Reset by Keno Fischer · 10 years ago
  67. 969c1a3 AArch64: Make getNextNode() cleanup in r249764 more clear by Duncan P. N. Exon Smith · 10 years ago
  68. 9cb8e12 CodeGen: Start removing implicit conversions to/from list iterators, NFC by Duncan P. N. Exon Smith · 10 years ago
  69. 42247d0 Revert "Support: Partially revert r249782 to unbreak clang build" by Duncan P. N. Exon Smith · 10 years ago
  70. 412d668 Make HeaderLineno a local variable. by Dehao Chen · 10 years ago
  71. 9352676 Fix pdb.test when python is not on PATH by Reid Kleckner · 10 years ago
  72. af90719 Fixed two bugs in llvm-objdump’s printing of Objective-C meta data by Kevin Enderby · 10 years ago
  73. fb36ba7 ValueTracking: use getAlignment in isAligned by Artur Pilipenko · 10 years ago
  74. 0dbce2b [dsymutil] Prevent warning by Frederic Riss · 10 years ago
  75. 6bdac54 Improve ISel across lane float min/max reduction by Jun Bum Lim · 10 years ago
  76. 0425965 [SystemZ] Remove unused code in SystemZElimCompare.cpp by Jonas Paulsson · 10 years ago
  77. b386929 Vector element extraction without stack operations on Power 8 by Nemanja Ivanovic · 10 years ago
  78. 12b807e [MemCpyOpt] Fix wrong merging adjacent nontemporal stores into memset calls. by Andrea Di Biagio · 10 years ago
  79. 4d9ce58 [EarlyCSE] Address post commit review for r249523. by Arnaud A. de Grandmaison · 10 years ago
  80. 80033cc [SystemZ] Remove superfluous braces in SystemZShortenInst.cpp by Jonas Paulsson · 10 years ago
  81. 497e4c4 [SystemZ] Minor bugfixes. by Jonas Paulsson · 10 years ago
  82. eaacd7b [SystemZ] Bugfix in SystemZAsmParser.cpp. by Jonas Paulsson · 10 years ago
  83. 002f1b0 [libFuzzer] don't print large artifacts to stderr by Kostya Serebryany · 10 years ago
  84. 22d6013 [libFuzzer] add -artifact_prefix flag by Kostya Serebryany · 10 years ago
  85. 634b8b0 ARM: tweak WoA frame lowering by Saleem Abdulrasool · 10 years ago
  86. 7875288 [SCEV] Call `StrengthenNoWrapFlags` after `GroupByComplexity`; NFCI by Sanjoy Das · 10 years ago
  87. d1e38a6 Re-enable the coff-dwarf test on Windows by Reid Kleckner · 10 years ago
  88. d1ac87c Revert "Revert "Revert r248959, "[WinEH] Emit int3 after noreturn calls on Win64""" by Reid Kleckner · 10 years ago
  89. 283573e Fix coff-dwarf test for non-Windows platforms that cannot demangle MS C++ names by Reid Kleckner · 10 years ago
  90. 66d0fbd Revert "Revert r248959, "[WinEH] Emit int3 after noreturn calls on Win64"" by Reid Kleckner · 10 years ago
  91. d0bc09c [WinEH] Fix cleanup state numbering by Joseph Tremoulet · 10 years ago
  92. f10802d [SEH] Fix llvm.eh.exceptioncode fast register allocation assertion by Reid Kleckner · 10 years ago
  93. 00fda73 Address review comments, remove error case and return 0 instead as required by tests by Reid Kleckner · 10 years ago
  94. 27a9e1d [llvm-symbolizer] Make --relative-address work with DWARF contexts by Reid Kleckner · 10 years ago
  95. 4100fc0 Support: Partially revert r249782 to unbreak clang build by Duncan P. N. Exon Smith · 10 years ago
  96. eac3095 IR: Remove implicit iterator conversions from lib/IR, NFC by Duncan P. N. Exon Smith · 10 years ago
  97. 9d523d9 [RS4GC] Refactoring to make a later change easier, NFCI by Sanjoy Das · 10 years ago
  98. 6756703 [IRBuilder] Change the `gc.statepoint` creation interface by Sanjoy Das · 10 years ago
  99. b18f03a [PlaceSafeopints] Extract out `callsGCLeafFunction`, NFC by Sanjoy Das · 10 years ago
  100. 33e2662 [RS4GC] Don't copy ADT's unneccessarily, NFCI by Sanjoy Das · 10 years ago