1. e5551a7 Reland "[LLVM][llvm-objcopy] Added basic plumbing to get things started" by Petr Hosek · 8 years ago
  2. 6872020 [ScheduleDAG] Don't schedule node with physical register interference by Eli Friedman · 8 years ago
  3. 211f7ee Allow None as a MemoryLocation to getModRefInfo by Alina Sbirlea · 8 years ago
  4. c28b6e3 [AVX-512] Add unmasked subvector inserts and extract to the execution domain tables. by Craig Topper · 8 years ago
  5. 1274b1c DebugInfo: Put range base specifier entry functionality behind a flag by David Blaikie · 8 years ago
  6. 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
  7. cc0c88c [codeview] Ignore DBG_VALUEs when choosing a BB start source loc by Reid Kleckner · 8 years ago
  8. a1da952 [InstCombine] allow mask hoisting transform for vector types by Sanjay Patel · 8 years ago
  9. 71201a4 [AVX-512] Use AVX512 as test check prefix instead of AVX3. NFC by Craig Topper · 8 years ago
  10. f09213a Debug Info: Also check the DWARF output in assembler-only test cases by Adrian Prantl · 8 years ago
  11. 1673e59 Update phi nodes in LowerTypeTests control flow simplification by Peter Collingbourne · 8 years ago
  12. 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
  13. de4ee6c [X86][MMX] Added custom lowering action for MMX SELECT (PR30418) by Konstantin Belochapka · 8 years ago
  14. 9824c39 [InstCombine] add tests for mask hoisting; NFC by Sanjay Patel · 8 years ago
  15. 95f83b3 [sanitizer-coverage] don't instrument available_externally functions by Kostya Serebryany · 8 years ago
  16. 7569609 [sanitizer-coverage] ensure minimal alignment for coverage counters and guards by Kostya Serebryany · 8 years ago
  17. 548addb [lld/pdb] Add an empty globals stream. by Zachary Turner · 8 years ago
  18. 4181790 [SLPVectorizer] Unbreak the build with -Werror. by Davide Italiano · 8 years ago
  19. 30f1058 [X86][InstCombine] Add some simplifications for BZHI intrinsics by Craig Topper · 8 years ago
  20. db86040 [X86][InstCombine] Add basic simplification support for BEXTR/BEXTRI intrinsics. by Craig Topper · 8 years ago
  21. c39935f [lit] Avoid copying llvm/utils/lit/tests/Inputs with lit site configs by Reid Kleckner · 8 years ago
  22. f514aa4 [llc][NFC] Update message in assert. by Quentin Colombet · 8 years ago
  23. 6131fb5 [TargetPassConfig] Feature generic options to setup start/stop-after/before by Quentin Colombet · 8 years ago
  24. 8209d78 [CGP] use subtract or subtract-of-cmps for result of memcmp expansion by Sanjay Patel · 8 years ago
  25. 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
  26. b84d220 [IPSCCP] Guard a user of getInitializer with hasDefinitiveInitializer by David Majnemer · 8 years ago
  27. af156f2 [AVX-512] Remove patterns that select vmovdqu8/16 for unmasked loads. Prefer vmovdqa64/vmovdqu64 instead. by Craig Topper · 8 years ago
  28. 865526d Strip trailing whitespace. NFCI. by Simon Pilgrim · 8 years ago
  29. 2018eac Fix typo in comment. by Simon Pilgrim · 8 years ago
  30. d98de6b [GISel]: Support Widening G_ICMP's destination operand. by Aditya Nandakumar · 8 years ago
  31. d3bef06 Do not recombine FMA when that is not needed. by Amaury Sechet · 8 years ago
  32. 31ec25c Exclude more unused functions from release build. by Florian Hahn · 8 years ago
  33. 45a44be Extend ifndef to printDebugLoc. by Florian Hahn · 8 years ago
  34. a08eb0f Extend ifdefs to more unused helper functions. by Florian Hahn · 8 years ago
  35. b673bd1 [DebugInfo] Don't overwrite DWARFUnit fields if the CU DIE doesn't have them. by Benjamin Kramer · 8 years ago
  36. 842110c [docker] Fix unmatched quote problem in here-document on older versions of bash by Don Hinton · 8 years ago
  37. 837b97f [SLP] Initial rework for min/max horizontal reduction vectorization, NFC. by Alexey Bataev · 8 years ago
  38. 0bc57f2 [X86] Extending a test cases for LEA factorization. by Simon Pilgrim · 8 years ago
  39. 5a34abf [Cost] Rename getReductionCost() to getArithmeticReductionCost(), NFC. by Alexey Bataev · 8 years ago
  40. 8154453 [SelectionDAG][mips] Fix PR33883 by Simon Dardis · 8 years ago
  41. 343f60c [LV] Avoid redundant operations manipulating masks by Ayal Zaks · 8 years ago
  42. e863b15 [llvm-dlltool] Write correct weak externals by Martin Storsjo · 8 years ago
  43. 8b71279 Guard print() functions only used by dump() functions. by Florian Hahn · 8 years ago
  44. 2b45a08 [Modules] llvm-config: Exclude CMAKE_CFG_INTDIR. It isn't used in headers. by NAKAMURA Takumi · 8 years ago
  45. a29bdba [Support/GlobPattern] - Do not crash when pattern has characters with int value < 0. by George Rimar · 8 years ago
  46. 0d27c3e [LoopInterchange] Do not interchange loops with function calls. by Florian Hahn · 8 years ago
  47. e9ee336 [X86][AVX512] Add masked MOVS[S|D] patterns by Guy Blank · 8 years ago
  48. 4b51056 [SLP]: Add test to resurrect the jumbled load patch. This test has multiple uses by Mohammad Shahid · 8 years ago
  49. 236efb5 [PowerPC] Change method names; NFC by Hiroshi Inoue · 8 years ago
  50. 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
  51. 8120e33 gold/CMakeLists.txt: Prune (-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64). by NAKAMURA Takumi · 8 years ago
  52. e549811 Prune trailing linefeed at eof. by NAKAMURA Takumi · 8 years ago
  53. e853a41 DebugInfo: Fix r309526, ensure resetting base address selection entries are used by David Blaikie · 8 years ago
  54. d90d940 DebugInfo: Use base address selection entries in debug_ranges to reduce relocations by David Blaikie · 8 years ago
  55. b8a5a1a test: add an additional cfi_return_column test by Saleem Abdulrasool · 8 years ago
  56. e3e23cd test: make the test clearer (NFC) by Saleem Abdulrasool · 8 years ago
  57. b7014e3 NFC: spell correction. by Lama Saba · 8 years ago
  58. 31ba5f1 Fix typo in comment by Tobias Grosser · 8 years ago
  59. db7d4ca llvm-symbolizer/print_context.c test: Make debug info path independent by David Blaikie · 8 years ago
  60. 91f2df2 llvm-symbolizer: Make test portable using an explicit object file rather than the host compiler by David Blaikie · 8 years ago
  61. 429be93 Make test robust to changes in prefix/avoid hardcoded line numbers by David Blaikie · 8 years ago
  62. 711b144 Revert "[AVR] Mark a failing symbolizer test as XFAIL" by Dylan McKay · 8 years ago
  63. b83dd56 DebugInfo: Fix for CU index usage in 309507 by David Blaikie · 8 years ago
  64. 588c5e4 [AVR] Mark a failing symbolizer test as XFAIL by Dylan McKay · 8 years ago
  65. 61a909a3 Expanding the test case for vf8 for stride 4 interleaved. by Michael Zuckerman · 8 years ago
  66. c14c998 [x86][inline-asm][ms-compat] legalize the use of "jc/jz short <op>" by Coby Tayree · 8 years ago
  67. ed297a6 DebugInfo: Use DWP cu_index to speed up symbolizing (as intended) by David Blaikie · 8 years ago
  68. 49fd7fe DebugInfo: Group member variable along with the rest by David Blaikie · 8 years ago
  69. 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
  70. 7b5ab7f Refactor the build{Module|Function}SimplificationPipeline to expose optimization phase. by Dehao Chen · 8 years ago
  71. 4cf772e DebugInfo: Provide option for explicitly specifying the name of the DWP file by David Blaikie · 8 years ago
  72. 2567d81 Migrate PGOMemOptSizeOpt to use new OptimizationRemarkEmitter Pass by Sam Elliott · 8 years ago
  73. cfed1ba [AArch64] Tie source and destination operands for AESMC/AESIMC. by Florian Hahn · 8 years ago
  74. b7c4c52 [AArch64] Use 8 bytes as preferred function alignment on Cortex-A53. by Florian Hahn · 8 years ago
  75. bc4ee24 MC: simplify internal function call parameter by Saleem Abdulrasool · 8 years ago
  76. 1a57e42 MC: account for the return column in the CIE key by Saleem Abdulrasool · 8 years ago
  77. 4839217 Fix test failure without X86 backend by Hiroshi Inoue · 8 years ago
  78. e4f6153 [SelectionDAG][X86] CombineBT - more aggressively determine demanded bits by Simon Pilgrim · 8 years ago
  79. 92f74f2 [tests] Do not emity binary bitcode to stdout in RegionInfo tests by Tobias Grosser · 8 years ago
  80. a405cd4 [OCaml] Pass -D/-UNDEBUG through to ocamlc by Michal Gorny · 8 years ago
  81. cb5fd99 Update the test to make windows bot pass. by Dehao Chen · 8 years ago
  82. f2e6bc5 [OCaml] Install dynamic libraries in 'stubdirs' directory by Michal Gorny · 8 years ago
  83. 10db1a7 [SCEV] Change an early exit to an assert; NFC by Sanjoy Das · 8 years ago
  84. e175948 update the test file that was omitted in r309478. by Dehao Chen · 8 years ago
  85. 04fe17a Refine the PGOOpt and SamplePGOSupport handling. by Dehao Chen · 8 years ago
  86. 39aff8c AMDGPU: Remove deadcode from AMDGPUInstPrinter by Tom Stellard · 8 years ago
  87. 0e72c52 AMDGPU: Move INDIRECT_BASE_ADDR definition out of common files by Tom Stellard · 8 years ago
  88. 38e69b8 [MachineOutliner] NFC: Change IsTailCall to a call class + frame class by Jessica Paquette · 8 years ago
  89. 4ea03c9 lit::shtest-format.py: Make write-bad-encoding.py py3-aware. by NAKAMURA Takumi · 8 years ago
  90. 1ab1e79 AMDGPU: Make areMemAccessesTriviallyDisjoint more aware of segment flat by Matt Arsenault · 8 years ago
  91. 27eee9a AMDGPU: Teach isLegalAddressingMode about global_* instructions by Matt Arsenault · 8 years ago
  92. d74d012 AMDGPU: Start selecting global instructions by Matt Arsenault · 8 years ago
  93. ab637cc [Hexagon] Fix some Clang-tidy modernize-use-using and Include What You Use warnings; other minor fixes (NFC). by Eugene Zelenko · 8 years ago
  94. b5b3854 [llvm] Update MachOObjectFile::exports interface by Alexander Shaposhnikov · 8 years ago
  95. 44234f0 Fix update_llc_test_checks.py ARM parsing by Eli Friedman · 8 years ago
  96. c99ec63 [LTO] llvm-lto2: Add option to load sample profile by Tobias Edler von Koch · 8 years ago
  97. b2a9fcd Remove the unused offset field from LiveDebugValues (NFC) by Adrian Prantl · 8 years ago
  98. 24019d6 Remove the unused offset field from LiveDebugVariables (NFC) by Adrian Prantl · 8 years ago
  99. 4df9b5f Remove the unused offset from DBG_VALUE (NFC) by Adrian Prantl · 8 years ago
  100. 30ac8d2 Remove the unused DBG_VALUE offset parameter from GlobalISel (NFC) by Adrian Prantl · 8 years ago