1. c5a9d9b [SystemZ] Comment fix in SystemZElimCompare.cpp by Jonas Paulsson · 8 years ago
  2. a646970 [ARM] Fix PR35481 by Momchil Velikov · 8 years ago
  3. 05828fa [X86] Renamed CodeGen test by Sam Parker · 8 years ago
  4. d8b1487 [X86] Remove side-effects from determineCalleeSaves by Francis Visoiu Mistrih · 8 years ago
  5. 10c0bf7 [X86] Replace CVT2MASK ISD opcode with PCMPGTM compared to zero. by Craig Topper · 8 years ago
  6. f3b2c06 [X86] Add patterns to allow 512-bit BWI compare instructions to be used for 128/256-bit compares when VLX is not available. by Craig Topper · 8 years ago
  7. b10b158 Don't try to run MCJIT/OrcJIT EH tests when C++ library is statically linked by Petr Hosek · 8 years ago
  8. fbe3e1c [llvm-readobj] Support -needed-libs option for Mach-O files by Petr Hosek · 8 years ago
  9. e4f4b77 [X86] Simplify some code in lower1BitVectorShuffle by relying on getNode's ability to constant fold vector SIGN_EXTEND. by Craig Topper · 8 years ago
  10. a4bb192 [X86] Add VSHUFF32X4 and similar instructions to load folding tables. by Craig Topper · 8 years ago
  11. 1a43ebc Revert "[SCCP] Manually fold branches on undef." by Davide Italiano · 8 years ago
  12. 16819e6 [SLPVectorizer] Reintroduce std::stable_sort(properlyDominates()). by Davide Italiano · 8 years ago
  13. 846e3ca [X86] Revert accidental change to CMakeLists.txt in r321952 by Craig Topper · 8 years ago
  14. c0e1332 X86 Tests: Add Tests for PMADDWD selection. NFC. by Zvi Rackover · 8 years ago
  15. dfa1e7c [DAG] Fix for Bug PR34620 - Allow SimplifyDemandedBits to look through bitcasts by Simon Pilgrim · 8 years ago
  16. edb2283 [X86] Remove unneeded code from combineGatherScatter that used to delte SIGN_EXTEND_INREG nodes created during legalization of v2i1/v4i1 masks on KNL. by Craig Topper · 8 years ago
  17. 1184a94 [X86] Make v2i1 and v4i1 legal types without VLX by Craig Topper · 8 years ago
  18. f0c5b1c [LV][VPlan] NFC patch to move LoopVectorizationPlanner class out of LoopVectorize.cpp by Hal Finkel · 8 years ago
  19. 8eaf38e [CodeExtractor] Use subset of function attributes for extracted function. by Florian Hahn · 8 years ago
  20. 3f6f6c2 [PowerPC] Add an ISD::TRUNCATE to the legalization for ppc_is_decremented_ctr_nonzero by Craig Topper · 8 years ago
  21. f8f7710 [X86] Add the 16 and 8-bit CRC32 instructions to the load folding tables. by Craig Topper · 8 years ago
  22. de01919 [X86] Correct the load folding flags for xmm fp->mmx conversion instructions. by Craig Topper · 8 years ago
  23. 5faf7a6 [X86] Add TB_NO_REVERSE to some scalar intrinsic instructions in the load folding table. by Craig Topper · 8 years ago
  24. a325c91 [X86] Don't put any EVEX_B instructions in the tablegen generated load folding tables. by Craig Topper · 8 years ago
  25. 82ce446 [X86] Add 128 and 256-bit VPOPCNTD/Q instructions to load folding tables. by Craig Topper · 8 years ago
  26. f43fba2 [X86] Add some 8 and 16-bit instructions to the load folding tables. by Craig Topper · 8 years ago
  27. c303d20 [X86] Add EVEX vcvtph2ps to the load folding tables. by Craig Topper · 8 years ago
  28. 1d84174 [X86] Remove cvtps2ph xmm->xmm from store folding tables. Add the evex versions of cvtps2ph to the store folding tables. by Craig Topper · 8 years ago
  29. 72bb1a1 [X86] Add CMP8ri8 to load folding tables. by Craig Topper · 8 years ago
  30. 586db08 [X86] Remove assembler predicates from all AVX512 related feature flags. by Craig Topper · 8 years ago
  31. d71f891 [X86] Remove memory forms of EVEX encoded vcvttss2si/vcvttsd2si from asm matcher table. by Craig Topper · 8 years ago
  32. fb75f48 [X86] Add load folding pattern to EVEX vcvttss2si/vcvtsd2si. by Craig Topper · 8 years ago
  33. b2ac80f [X86] Remove an unnecessary VCVTTSD2SIrrb/VCVTSS2SIrrb instruction with no isel pattern that only existed for the assembler. Use VCVTTSD2SIrrb_Int instead. by Craig Topper · 8 years ago
  34. bb854af [InlineFunction] Preserve calling convention when forwarding VarArgs. by Florian Hahn · 8 years ago
  35. d9fc780 [InlineFunction] Preserve attributes when forwarding VarArgs. by Florian Hahn · 8 years ago
  36. f8f6c8d [ORC] Remove AsynchronousSymbolQuery while I debug an issue on one of the by Lang Hames · 8 years ago
  37. 7b0cf79 [InlineFunction] Inline vararg functions that do not access varargs. by Florian Hahn · 8 years ago
  38. d9c9e98 [X86] Remove memory forms of EVEX encoded vcvtsd2si/vcvtss2si from the assembler matcher table by Craig Topper · 8 years ago
  39. baa93cd [TableGen] Make the ambiguous match debug messages from the AsmMatcherEmitter slightly more useful. by Craig Topper · 8 years ago
  40. 536ffae [InstCombine] relax use constraint for min/max (~a, ~b) --> ~min/max(a, b) by Sanjay Patel · 8 years ago
  41. 82c67ea [InstCombine] add more tests for max(~a, ~b) and PR35834; NFC by Sanjay Patel · 8 years ago
  42. df87029 [x86, MemCmpExpansion] allow 2 pairs of loads per block (PR33325) by Sanjay Patel · 8 years ago
  43. 0179ddc [X86] Rename the EVEX encoded GFNI instructions to start with a 'V'. NFC by Craig Topper · 8 years ago
  44. c161097 [X86] When parsing rounding mode operands, provide a proper end location so we don't crash when trying to print an error message using it. by Craig Topper · 8 years ago
  45. 5013a6d [X86] Call lowerShuffleAsRepeatedMaskAndLanePermute from lowerV4I64VectorShuffle. by Craig Topper · 8 years ago
  46. ee66309 [X86] Run dos2unix on a test file. NFC by Craig Topper · 8 years ago
  47. 173be72 [ORC] Yet more debugging output to diagnose test failures. by Lang Hames · 8 years ago
  48. be7a10d [ORC] Fix the counter type on SymbolStringPool entries. by Lang Hames · 8 years ago
  49. 05ff361 [ORC] More debugging output to track down tester failures. by Lang Hames · 8 years ago
  50. 972c957 [ORC] Temporarily adding some redundant asserts / debug output to aid in by Lang Hames · 8 years ago
  51. adae88f [ORC] Fix a think-o in the current AsynchronousSymbolQuery test. by Lang Hames · 8 years ago
  52. 0434c3b [Debugify] Handled unsized types by Vedant Kumar · 8 years ago
  53. a9f4d0d [Utils] Simplify salvageDebugInfo, NFCI by Vedant Kumar · 8 years ago
  54. cd24477 [X86] Add vcvtsd2sil/vcvtsd2siq etc. InstAliases to the EVEX-encoded instructions. by Craig Topper · 8 years ago
  55. ced21a6 Re-land "Fix faulty assertion in debug info" by Adrian McCarthy · 8 years ago
  56. cac7dd4 [ORC] Re-apply just the AsynchronousSymbolLookup class from r321838 while I by Lang Hames · 8 years ago
  57. ac780ae [Hexagon] Even simpler patterns for sign- and zero-extending HVX vectors by Krzysztof Parzyszek · 8 years ago
  58. 39ebb68 [DebugInfo] Align comments in debug_loc section by Bjorn Pettersson · 8 years ago
  59. 135e942 Fix some opt-viewer test issues and disable on Windows. by Zachary Turner · 8 years ago
  60. 2dd4edf Revert r321894: it requires a part of another commit that is not ready yet by Krzysztof Parzyszek · 8 years ago
  61. 510c340 [X86] Add InstAliases for 'vmovd' with GR64 registers to select EVEX encoded instructions as well. by Craig Topper · 8 years ago
  62. 96332f0 Revert r321897: affected testcases were not updated by Krzysztof Parzyszek · 8 years ago
  63. 10a0a67 dwarfdump: Match the --uuid output with that of Darwin dwarfdump. by Adrian Prantl · 8 years ago
  64. c85dd32 [X86] Stop printing moves between VR64 and GR64 with 'movd' mnemonic. Use 'movq' instead. by Craig Topper · 8 years ago
  65. 5def6c0 [Hexagon] Even simpler patterns for sign- and zero-extending HVX vectors by Krzysztof Parzyszek · 8 years ago
  66. dcbe415 [Hexagon] Add patterns for truncating HVX vector types by Krzysztof Parzyszek · 8 years ago
  67. 3509d6c [Hexagon] Add patterns for sext_inreg of HVX vector types by Krzysztof Parzyszek · 8 years ago
  68. d32592f [Hexagon] Add a bitcast to required type in LowerHvxMul by Krzysztof Parzyszek · 8 years ago
  69. 47b4145 [Hexagon] Add pattern for vsplat to v8i8 by Krzysztof Parzyszek · 8 years ago
  70. a2e08b3 [Hexagon] Set boolean contents in HexagonISelLowering by Krzysztof Parzyszek · 8 years ago
  71. 524c679 [llvm-cov] Change test to use FileCheck instead of grep. by Douglas Yung · 8 years ago
  72. e8b13a5 Fix -Wsign-compare warnings on Windows by Reid Kleckner · 8 years ago
  73. 4c23def Limit size of non-GlobalValue name by Serge Guelton · 8 years ago
  74. 2107a83 [llvm-objcopy] Add --localize-hidden option by Jake Ehrlich · 8 years ago
  75. d9e5a1f [PDB] Correctly link S_FILESTATIC records. by Zachary Turner · 8 years ago
  76. d4ca29b [InstCombine] add folds for min(~a, b) --> ~max(a, b) by Sanjay Patel · 8 years ago
  77. f34765b [llvm-mt] Remove platform-specific path in test by Brian Gesiak · 8 years ago
  78. 4bd6426 [MSF] Fix FPM interval calcluation by Zachary Turner · 8 years ago
  79. 7da9e59 RegionInfo: Use report_fatal_error instead of llvm_unreachable by Matt Arsenault · 8 years ago
  80. 1fed623 [Option] Add 'findNearest' method to catch typos by Brian Gesiak · 8 years ago
  81. 60fcc56 [llvm-cov] Temporarily disable multithreaded-report.test on Windows. by Max Moroz · 8 years ago
  82. 6e6b8a2 add 'REQUIRES: object-emission' to test by Adrian Prantl · 8 years ago
  83. e68ada0 remove unnecessary target triple from generic test by Adrian Prantl · 8 years ago
  84. 4b913c2 [BasicAA] Fix linearization of shifts beyond the bitwidth. by Davide Italiano · 8 years ago
  85. 3b86f03 [SLP] Update more test checks, NFC. by Alexey Bataev · 8 years ago
  86. d6352ca [llvm-cov] Multi-threaded implementation of prepareFileReports method. by Max Moroz · 8 years ago
  87. 1c740fb [SLP] Update test checks, NFC. by Alexey Bataev · 8 years ago
  88. 2021bac [SLP] Update tests checks, NFC. by Alexey Bataev · 8 years ago
  89. a3a875b [X86] Regenerate illegal move test by Simon Pilgrim · 8 years ago
  90. 2e4bd2a [ARM] Issue an erorr when non-general-purpose registers are used in address operands by Momchil Velikov · 8 years ago
  91. 545ec94 [AArch64] Fix -mcpu option in aarch64-combine-fmul-fsub.mir (NFC) by Florian Hahn · 8 years ago
  92. 81a623d [DebugInfo] Don't crash when given invalid DWARFv5 line table prologue. by Jonas Devlieghere · 8 years ago
  93. 8681051 [DAGCombine] Fix for PR37563 by Sam Parker · 8 years ago
  94. d84b15b [ORC] Re-revert r321838: Tests are still failing. by Lang Hames · 8 years ago
  95. 09d2d44 [GISel]: Don't create G_MUL with 1 during translation of GEP by Aditya Nandakumar · 8 years ago
  96. 9b3761c [ORC] Re-apply r321838 - Addition of new ORC core APIs. by Lang Hames · 8 years ago
  97. bfdde98 Debug Info: Support DW_AT_calling_convention on composite types. by Adrian Prantl · 8 years ago
  98. 60d5d5c Revert r321838 -- It broke some of the builders. by Lang Hames · 8 years ago
  99. 0573715 WholeProgramDevirt: Simplify ORE getter mechanism for old PM. NFCI. by Peter Collingbourne · 8 years ago
  100. 4cbfbad remove unreferenced footnotes by Tim Hammerquist · 8 years ago