1. 39aff8c AMDGPU: Remove deadcode from AMDGPUInstPrinter by Tom Stellard · 8 years ago
  2. 0e72c52 AMDGPU: Move INDIRECT_BASE_ADDR definition out of common files by Tom Stellard · 8 years ago
  3. 38e69b8 [MachineOutliner] NFC: Change IsTailCall to a call class + frame class by Jessica Paquette · 8 years ago
  4. 4ea03c9 lit::shtest-format.py: Make write-bad-encoding.py py3-aware. by NAKAMURA Takumi · 8 years ago
  5. 1ab1e79 AMDGPU: Make areMemAccessesTriviallyDisjoint more aware of segment flat by Matt Arsenault · 8 years ago
  6. 27eee9a AMDGPU: Teach isLegalAddressingMode about global_* instructions by Matt Arsenault · 8 years ago
  7. d74d012 AMDGPU: Start selecting global instructions by Matt Arsenault · 8 years ago
  8. 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
  9. b5b3854 [llvm] Update MachOObjectFile::exports interface by Alexander Shaposhnikov · 8 years ago
  10. 44234f0 Fix update_llc_test_checks.py ARM parsing by Eli Friedman · 8 years ago
  11. c99ec63 [LTO] llvm-lto2: Add option to load sample profile by Tobias Edler von Koch · 8 years ago
  12. b2a9fcd Remove the unused offset field from LiveDebugValues (NFC) by Adrian Prantl · 8 years ago
  13. 24019d6 Remove the unused offset field from LiveDebugVariables (NFC) by Adrian Prantl · 8 years ago
  14. 4df9b5f Remove the unused offset from DBG_VALUE (NFC) by Adrian Prantl · 8 years ago
  15. 30ac8d2 Remove the unused DBG_VALUE offset parameter from GlobalISel (NFC) by Adrian Prantl · 8 years ago
  16. e29c97e Update the Go bindings for r309426 (remove offset from llvm.dbg.value) by Adrian Prantl · 8 years ago
  17. 3912b26 Added tests for i8 interleaved-load-pattern of stride=4, VF=(8, 16, 32). by Farhana Aleen · 8 years ago
  18. 9a729b3 Remove the unused DBG_VALUE offset parameter from RegAllocFast (NFC) by Adrian Prantl · 8 years ago
  19. 2286bba Add documentation for the attribute "no-jump-tables" by Sumanth Gundapaneni · 8 years ago
  20. 0857e7f [SimplifyCFG] Make the no-jump-tables attribute also disable switch lookup tables by Sumanth Gundapaneni · 8 years ago
  21. dfa1712 [libFuzzer] improve support for inline-8bit-counters (make it more correct and faster) by Kostya Serebryany · 8 years ago
  22. 8c277c7 [Hexagon] Formatting changes, NFC by Krzysztof Parzyszek · 8 years ago
  23. 0e9b0bc [Inliner] Do not apply any bonus for cold callsites. by Easwaran Raman · 8 years ago
  24. 0521b1a Remove the unused dbg.value offset from SelectionDAG (NFC) by Adrian Prantl · 8 years ago
  25. 954b684 [lit] Use a %{python} substitution to avoid relying on python being on PATH by Reid Kleckner · 8 years ago
  26. 6cb6f95 [lit] Remove stale test inputs before running check-lit by Reid Kleckner · 8 years ago
  27. abecca7 Reword sentence in LangRef by Adrian Prantl · 8 years ago
  28. 5d0334a Remove the obsolete offset parameter from @llvm.dbg.value by Adrian Prantl · 8 years ago
  29. 2976ab9 [SLP] Allow vectorization of the instruction from the same basic blocks only, NFC. by Alexey Bataev · 8 years ago
  30. 71a1ea8 Fix conditional tail call branch folding when both edges are the same by Reid Kleckner · 8 years ago
  31. 69aaec6 AMDGPU: Look through a bitcast user of an out argument by Matt Arsenault · 8 years ago
  32. c1d5445 [Value Tracking] Refactor icmp comparison logic into helper. NFC. by Chad Rosier · 8 years ago
  33. acac0ef AMDGPU: Add pass to replace out arguments by Matt Arsenault · 8 years ago
  34. 5398f50 [LVI] Constant-propagate a zero extension of the switch condition value through case edges by Hiroshi Yamauchi · 8 years ago
  35. 079481a GlobalISel: map 128-bit values to an FPR by default. by Tim Northover · 8 years ago
  36. 648a2e5 [lit] Dump some FileCheck inputs to try to debug some failing tests by Reid Kleckner · 8 years ago
  37. 4dce305 [lit] Fix shtest-format external_shell failures by Reid Kleckner · 8 years ago
  38. dbe42be AMDGPU: Annotate implicitarg.ptr usage by Matt Arsenault · 8 years ago
  39. 7d0c810 [GVN] Recommit the patch "Add phi-translate support in scalarpre" by Wei Mi · 8 years ago
  40. a676448 [CMake] NFC. Add intrinsics_gen target to CMake Exports by Chris Bieneman · 8 years ago
  41. c252763 [ValueTracking] Remove a number of unused arguments. NFC. by Chad Rosier · 8 years ago
  42. 85e686a [AArch64] Standardize suffixes for LSE Atomics mnemonics (NFCI) by Joel Jones · 8 years ago
  43. b779d34 [ARM] Add the option to directly access TLS pointer by Strahinja Petrovic · 8 years ago
  44. 5b0d461 [X86] Add test case for PR33290 by Simon Pilgrim · 8 years ago
  45. 552bd4c [X86][AVX] Cleanup shuffle combine tests - remove old prefixes. by Simon Pilgrim · 8 years ago
  46. 920a5ba [ARM] Add test to check pcs of ARM ABI runtime floating point helpers by Peter Smith · 8 years ago
  47. f4dbee3 [SCEV] Do not visit nodes twice in containsConstantSomewhere by Max Kazantsev · 8 years ago
  48. 8ebdca4 [MachineOutliner] NFC: Comment tidying by Jessica Paquette · 8 years ago
  49. b850362 Revert rL309320 - "[OCaml] Respect CMAKE_C_FLAGS for OCaml C files" by Michal Gorny · 8 years ago
  50. ef7b923 test: require x86 backend by Saleem Abdulrasool · 8 years ago
  51. 86b02f9 MC: add support for cfi_return_column by Saleem Abdulrasool · 8 years ago
  52. b9aeabb MC: clang-format enumeration (NFC) by Saleem Abdulrasool · 8 years ago
  53. e47ec8c Revert "[SCEV] Cache results of computeExitLimit" by Sanjoy Das · 8 years ago
  54. b1318fc [MachineOutliner] NFC: Split up getOutliningBenefit by Jessica Paquette · 8 years ago
  55. bc62a9f [JumpThreading] Stop falsely preserving LazyValueInfo. by Davide Italiano · 8 years ago
  56. ab57bf1 DebugInfo: Consider a CU containing only local imported entities to be 'empty' by David Blaikie · 8 years ago
  57. 7313cf8 [JumpThreading] Add an option to dump LazyValueInfo after the run. by Davide Italiano · 8 years ago
  58. bbad0fa ARMFrameLowering: Only set ExtraCSSpill for actually unused registers. by Matthias Braun · 8 years ago
  59. 2c42071 [lit] Port googletest lit tests to Windows by Reid Kleckner · 8 years ago
  60. 4e66379 Changing the default MaxNumPromotions from 2 to 3. by Dehao Chen · 8 years ago
  61. 87452e8 Separate the ICP total threshold and remaining threshold. by Dehao Chen · 8 years ago
  62. 1f3e2c8 Increase the ImportHotMultiplier to 10.0 by Dehao Chen · 8 years ago
  63. 7cc7cad [X86] Fix latent bug in sibcall eligibility logic by Reid Kleckner · 8 years ago
  64. be07cfb [sanitizer-coverage] rename sanitizer-coverage-create-pc-table into sanitizer-coverage-pc-table and add plumbing for a clang flag by Kostya Serebryany · 8 years ago
  65. f6b0182 Remove unused function from AArch64 backend (NFC) by Adrian Prantl · 8 years ago
  66. 19b3038 [sanitizer-coverage] add a feature sanitizer-coverage-create-pc-table=1 (works with trace-pc-guard and inline-8bit-counters) that adds a static table of instrumented PCs to be used at run-time by Kostya Serebryany · 8 years ago
  67. e9ffbe5 [MachineOutliner] Cleanup: move findCandidates out of suffix tree by Jessica Paquette · 8 years ago
  68. 04f2709 [llvm-pdbutil] Clean up ExitOnError usage to add ": " to our errors by Reid Kleckner · 8 years ago
  69. 1a8dc59 [PDB] Initialize the std::array<ulittle32_t> used for the gsi bitmap by Reid Kleckner · 8 years ago
  70. 961f725 [ConstantFolder] Don't try to fold gep when the idx is a vector. by Davide Italiano · 8 years ago
  71. 76e9cd4 [X86] Don't lie about legality to TLI's demanded bits. by Ahmed Bougacha · 8 years ago
  72. e60a6a2 [AArch64] Remove outdated comment. NFC. by Ahmed Bougacha · 8 years ago
  73. 9f209a9 [AArch64] Fix legality info passed to demanded bits for TBI opt. by Ahmed Bougacha · 8 years ago
  74. 876aa0d [OCaml] Fix undefined reference to LLVMDumpType() with NDEBUG by Michal Gorny · 8 years ago
  75. d62ee98 [OCaml] Respect CMAKE_C_FLAGS for OCaml C files by Michal Gorny · 8 years ago
  76. b877624 Add test to reject merging of empty manifest. by Eric Beckmann · 8 years ago
  77. c080f03 [ARM] Add use-misched feature, to enable the MachineScheduler. by Florian Hahn · 8 years ago
  78. 9cb09d5 Change prefix in vector-shuffle-combining-avx.patch to reduce test size. by Dinar Temirbulatov · 8 years ago
  79. f9f40b5 [MergeFunctions] Remove alias support. by whitequark · 8 years ago
  80. 935d919 [lit] Fix TestRunner unit test on Windows by Brian Gesiak · 8 years ago
  81. 1571e4d Un-revert "Teach the CMake build system to run lit's test suite. These can be run" by Brian Gesiak · 8 years ago
  82. 9fe81bf [FunctionImport] Prefer isa<> to dyn_cast<> as the value is not used. by Davide Italiano · 8 years ago
  83. d3335c2 [InstCombine] Simplify pointer difference subtractions (GEP-GEP) where GEPs have other uses and one non-constant index by Hiroshi Yamauchi · 8 years ago
  84. 91b875c [PDB] Write public symbol records and the publics hash table by Reid Kleckner · 8 years ago
  85. efbdc2d [SelectionDAG] Improve DAGTypeLegalizer::convertMask assertion (PR33960) by Simon Pilgrim · 8 years ago
  86. 15b834a [X86] SET0 to use XMM registers where possible PR26018 PR32862 by Dinar Temirbulatov · 8 years ago
  87. 7b5f04f Relax the matching in these tests by Adam Nemet · 8 years ago
  88. ad8bced [ICP] Migrate to OptimizationRemarkEmitter by Adam Nemet · 8 years ago
  89. 426d57c [OptRemark] Allow streaming of 64-bit integers by Adam Nemet · 8 years ago
  90. 5a69de7 [lit] Fix order of checks in shtest-shell.py test by Brian Gesiak · 8 years ago
  91. 9e8e51f All libcalls should be considered to be GC-leaf functions. by Daniel Neilson · 8 years ago
  92. 5a3180d [TargetParser] Use enum classes for various ARM kind enums. by Florian Hahn · 8 years ago
  93. fb84191 [SLP] Outline code for the check that instruction users are part of by Alexey Bataev · 8 years ago
  94. bcc49d9 [SelectionDAG] Avoid repeated calls to getNumOperands in for loop. NFCI. by Simon Pilgrim · 8 years ago
  95. 8082aa9 Fix assert from r309278 by David Blaikie · 8 years ago
  96. 75e478b remove redundant check by Adrian Prantl · 8 years ago
  97. a921816 ThinLTO: Don't import aliases of any kind (even linkonce_odr) by David Blaikie · 8 years ago
  98. 4dabbad [SelectionDAG] Tidyup mask creation. NFCI. by Simon Pilgrim · 8 years ago
  99. 621b075 [ARM] Mark labels in skipAlignedDPRCS2Spills as fallthrough (NFC). by Florian Hahn · 8 years ago
  100. f047f45 Added cost of ZEROALL and ZEROUPPER instrs in btver2 cpu. by Andrew V. Tischenko · 8 years ago