1. ac7c13e [DAG] Move extload check in store merge. NFC. by Nirav Dave · 8 years ago
  2. f6fecfa [X86] Fix a crash in FEntryInserter Pass. by Manoj Gupta · 8 years ago
  3. 2a519cb [AVX-512] Don't use unmasked VMOVDQU8/16 for 8-bit or 16-bit element stores even when BWI instructions are supported. Always use VMOVDQA32/VMOVDQU32. by Craig Topper · 8 years ago
  4. e105901 [X86][SSSE3] Fix typos in pabsw/pmulhrsw tests for load folding scheduling. by Simon Pilgrim · 8 years ago
  5. bf59b4f [X86] Added missing cpu to fix generic scheduling model tests by Simon Pilgrim · 8 years ago
  6. e2cbc76 [InstCombine] Remove explicit check for impossible condition. Replace with assert by Craig Topper · 8 years ago
  7. b97dd2d [globalisel][tablegen] Removed unnecessary typedef pointed out in post-commit review for r308599. NFC by Daniel Sanders · 8 years ago
  8. dbe5253 DebugInfo: Update flag description that'd been copypasted from another by David Blaikie · 8 years ago
  9. 05485d7 [PostDom] document the current handling of infinite loops and unreachables by Tobias Grosser · 8 years ago
  10. 645faa5 [DebugInfo] Use shrink_to_fit to simplify code. NFCI. by Benjamin Kramer · 8 years ago
  11. bb29818 [DAG] Extend visitSCALAR_TO_VECTOR optimization to truncated vector. by Nirav Dave · 8 years ago
  12. 16b949e [Mips] Fix for BBIT octeon instruction by Strahinja Petrovic · 8 years ago
  13. c6a42e9 [Hexagon] Convert HVX vector constants of i1 to i8 by Krzysztof Parzyszek · 8 years ago
  14. 1b7afc8 [X86] Regenerate big structure return test and check on x86_64 as well. by Simon Pilgrim · 8 years ago
  15. c0ce68e AMDGPU/GlobalISel: Add support for amdgpu_vs calling convention by Tom Stellard · 8 years ago
  16. ca05253 [PostDom] Fix typo in comment [NFC] by Tobias Grosser · 8 years ago
  17. 78f6716 [NFC] Remove obsolete profiling data from eq_ne test by Max Kazantsev · 8 years ago
  18. 052dd78 Support itineraries in TargetSubtargetInfo::getSchedInfoStr - Now if the given instr does not have sched model then we try to calculate the latecy/throughput with help of itineraries. by Andrew V. Tischenko · 8 years ago
  19. 5c0c30b [IRCE][NFC] Add another assert that AddRecExpr's step is not zero by Max Kazantsev · 8 years ago
  20. 07e7c75 [PM] Add a comment clarifying what a particular predicate is doing. by Chandler Carruth · 8 years ago
  21. c9e80fe [IRCE][NFC] Add assert that AddRecExpr's step is not zero by Max Kazantsev · 8 years ago
  22. b475994 Revert "[llvm][llvm-objcopy] Added support for outputting to binary in llvm-objcopy" by Petr Hosek · 8 years ago
  23. 7b3e6a1 Revert r309415: "[LVI] Constant-propagate a zero extension of the switch condition value through case edges" by Daniel Jasper · 8 years ago
  24. f06a792 [llvm][llvm-objcopy] Added support for outputting to binary in llvm-objcopy by Petr Hosek · 8 years ago
  25. 7fcef2b [MetaRenamer] Leave `@main` alone. by Davide Italiano · 8 years ago
  26. 0104e2f [MathExtras] Remove unnecessary cast of a constant 1 in a subtract. by Craig Topper · 8 years ago
  27. eeca49d [StackColoring] Update AliasAnalysis information in stack coloring pass by Hiroshi Inoue · 8 years ago
  28. c19eec3 [libFuzzer] implement more correct way of computing feature index for Inline8bitCounters by Kostya Serebryany · 8 years ago
  29. c6d173b [libFuzzer] enable -fsanitize-coverage=pc-table for all tests by Kostya Serebryany · 8 years ago
  30. 0f89608 Default MemoryLocation passed to getModRefInfo should be None (D35441) by Alina Sbirlea · 8 years ago
  31. 2d5d2fa [sanitizer-coverage] relax an assertion by Kostya Serebryany · 8 years ago
  32. e5551a7 Reland "[LLVM][llvm-objcopy] Added basic plumbing to get things started" by Petr Hosek · 8 years ago
  33. 6872020 [ScheduleDAG] Don't schedule node with physical register interference by Eli Friedman · 8 years ago
  34. 211f7ee Allow None as a MemoryLocation to getModRefInfo by Alina Sbirlea · 8 years ago
  35. c28b6e3 [AVX-512] Add unmasked subvector inserts and extract to the execution domain tables. by Craig Topper · 8 years ago
  36. 1274b1c DebugInfo: Put range base specifier entry functionality behind a flag by David Blaikie · 8 years ago
  37. 5f3a835 [AVX512] Add a common prefix to avx512-insert-extract.ll so we can reduce the number of check lines on some test cases. by Craig Topper · 8 years ago
  38. cc0c88c [codeview] Ignore DBG_VALUEs when choosing a BB start source loc by Reid Kleckner · 8 years ago
  39. a1da952 [InstCombine] allow mask hoisting transform for vector types by Sanjay Patel · 8 years ago
  40. 71201a4 [AVX-512] Use AVX512 as test check prefix instead of AVX3. NFC by Craig Topper · 8 years ago
  41. f09213a Debug Info: Also check the DWARF output in assembler-only test cases by Adrian Prantl · 8 years ago
  42. 1673e59 Update phi nodes in LowerTypeTests control flow simplification by Peter Collingbourne · 8 years ago
  43. f15adeb [libFuzzer] implement __sanitizer_cov_pcs_init and add pc-table to build flags for one test (for now) by Kostya Serebryany · 8 years ago
  44. de4ee6c [X86][MMX] Added custom lowering action for MMX SELECT (PR30418) by Konstantin Belochapka · 8 years ago
  45. 9824c39 [InstCombine] add tests for mask hoisting; NFC by Sanjay Patel · 8 years ago
  46. 95f83b3 [sanitizer-coverage] don't instrument available_externally functions by Kostya Serebryany · 8 years ago
  47. 7569609 [sanitizer-coverage] ensure minimal alignment for coverage counters and guards by Kostya Serebryany · 8 years ago
  48. 548addb [lld/pdb] Add an empty globals stream. by Zachary Turner · 8 years ago
  49. 4181790 [SLPVectorizer] Unbreak the build with -Werror. by Davide Italiano · 8 years ago
  50. 30f1058 [X86][InstCombine] Add some simplifications for BZHI intrinsics by Craig Topper · 8 years ago
  51. db86040 [X86][InstCombine] Add basic simplification support for BEXTR/BEXTRI intrinsics. by Craig Topper · 8 years ago
  52. c39935f [lit] Avoid copying llvm/utils/lit/tests/Inputs with lit site configs by Reid Kleckner · 8 years ago
  53. f514aa4 [llc][NFC] Update message in assert. by Quentin Colombet · 8 years ago
  54. 6131fb5 [TargetPassConfig] Feature generic options to setup start/stop-after/before by Quentin Colombet · 8 years ago
  55. 8209d78 [CGP] use subtract or subtract-of-cmps for result of memcmp expansion by Sanjay Patel · 8 years ago
  56. d40539f8e [DWARF] Added verification check for tags in accelerator tables. This patch verifies that the atom tag is actually the same with the tag of the DIE that we retrieve from the table. by Spyridoula Gravani · 8 years ago
  57. b84d220 [IPSCCP] Guard a user of getInitializer with hasDefinitiveInitializer by David Majnemer · 8 years ago
  58. af156f2 [AVX-512] Remove patterns that select vmovdqu8/16 for unmasked loads. Prefer vmovdqa64/vmovdqu64 instead. by Craig Topper · 8 years ago
  59. 865526d Strip trailing whitespace. NFCI. by Simon Pilgrim · 8 years ago
  60. 2018eac Fix typo in comment. by Simon Pilgrim · 8 years ago
  61. d98de6b [GISel]: Support Widening G_ICMP's destination operand. by Aditya Nandakumar · 8 years ago
  62. d3bef06 Do not recombine FMA when that is not needed. by Amaury Sechet · 8 years ago
  63. 31ec25c Exclude more unused functions from release build. by Florian Hahn · 8 years ago
  64. 45a44be Extend ifndef to printDebugLoc. by Florian Hahn · 8 years ago
  65. a08eb0f Extend ifdefs to more unused helper functions. by Florian Hahn · 8 years ago
  66. b673bd1 [DebugInfo] Don't overwrite DWARFUnit fields if the CU DIE doesn't have them. by Benjamin Kramer · 8 years ago
  67. 842110c [docker] Fix unmatched quote problem in here-document on older versions of bash by Don Hinton · 8 years ago
  68. 837b97f [SLP] Initial rework for min/max horizontal reduction vectorization, NFC. by Alexey Bataev · 8 years ago
  69. 0bc57f2 [X86] Extending a test cases for LEA factorization. by Simon Pilgrim · 8 years ago
  70. 5a34abf [Cost] Rename getReductionCost() to getArithmeticReductionCost(), NFC. by Alexey Bataev · 8 years ago
  71. 8154453 [SelectionDAG][mips] Fix PR33883 by Simon Dardis · 8 years ago
  72. 343f60c [LV] Avoid redundant operations manipulating masks by Ayal Zaks · 8 years ago
  73. e863b15 [llvm-dlltool] Write correct weak externals by Martin Storsjo · 8 years ago
  74. 8b71279 Guard print() functions only used by dump() functions. by Florian Hahn · 8 years ago
  75. 2b45a08 [Modules] llvm-config: Exclude CMAKE_CFG_INTDIR. It isn't used in headers. by NAKAMURA Takumi · 8 years ago
  76. a29bdba [Support/GlobPattern] - Do not crash when pattern has characters with int value < 0. by George Rimar · 8 years ago
  77. 0d27c3e [LoopInterchange] Do not interchange loops with function calls. by Florian Hahn · 8 years ago
  78. e9ee336 [X86][AVX512] Add masked MOVS[S|D] patterns by Guy Blank · 8 years ago
  79. 4b51056 [SLP]: Add test to resurrect the jumbled load patch. This test has multiple uses by Mohammad Shahid · 8 years ago
  80. 236efb5 [PowerPC] Change method names; NFC by Hiroshi Inoue · 8 years ago
  81. 0b9e47c [X86] Add pattern to use bzhi for 64-bit 'and' with a mask when there is a load involved. by Craig Topper · 8 years ago
  82. 8120e33 gold/CMakeLists.txt: Prune (-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64). by NAKAMURA Takumi · 8 years ago
  83. e549811 Prune trailing linefeed at eof. by NAKAMURA Takumi · 8 years ago
  84. e853a41 DebugInfo: Fix r309526, ensure resetting base address selection entries are used by David Blaikie · 8 years ago
  85. d90d940 DebugInfo: Use base address selection entries in debug_ranges to reduce relocations by David Blaikie · 8 years ago
  86. b8a5a1a test: add an additional cfi_return_column test by Saleem Abdulrasool · 8 years ago
  87. e3e23cd test: make the test clearer (NFC) by Saleem Abdulrasool · 8 years ago
  88. b7014e3 NFC: spell correction. by Lama Saba · 8 years ago
  89. 31ba5f1 Fix typo in comment by Tobias Grosser · 8 years ago
  90. db7d4ca llvm-symbolizer/print_context.c test: Make debug info path independent by David Blaikie · 8 years ago
  91. 91f2df2 llvm-symbolizer: Make test portable using an explicit object file rather than the host compiler by David Blaikie · 8 years ago
  92. 429be93 Make test robust to changes in prefix/avoid hardcoded line numbers by David Blaikie · 8 years ago
  93. 711b144 Revert "[AVR] Mark a failing symbolizer test as XFAIL" by Dylan McKay · 8 years ago
  94. b83dd56 DebugInfo: Fix for CU index usage in 309507 by David Blaikie · 8 years ago
  95. 588c5e4 [AVR] Mark a failing symbolizer test as XFAIL by Dylan McKay · 8 years ago
  96. 61a909a3 Expanding the test case for vf8 for stride 4 interleaved. by Michael Zuckerman · 8 years ago
  97. c14c998 [x86][inline-asm][ms-compat] legalize the use of "jc/jz short <op>" by Coby Tayree · 8 years ago
  98. ed297a6 DebugInfo: Use DWP cu_index to speed up symbolizing (as intended) by David Blaikie · 8 years ago
  99. 49fd7fe DebugInfo: Group member variable along with the rest by David Blaikie · 8 years ago
  100. 4af9f9d [X86] Add addsub intrinsics to the intrinsic lowering table so we have a single set of isel patterns. by Craig Topper · 8 years ago