1. 101d620 [ThinLTO] Make inline assembly handling more efficient in summary by Teresa Johnson · 9 years ago
  2. ad27fda [CostModel][X86] Added mul costs for vXi8 vectors by Simon Pilgrim · 9 years ago
  3. 2e6f35a [X86][AVX] Fixed v16i16/v32i8 ADD/SUB costs on AVX1 subtargets by Simon Pilgrim · 9 years ago
  4. 4bbcd0a [PPC] add intrinsics for vec extract exp/significand and vec test data class. by Sean Fertile · 9 years ago
  5. 91298c7 Reverting r285406, which was a temporary workaround to get one of the documentation bots upgraded to something newer than GCC 4.7. This restores the check for GCC 4.8. by Aaron Ballman · 9 years ago
  6. bdeedc7 Revert "llvm-strings: support printing the filename" by Renato Golin · 9 years ago
  7. 7ff5cb1 Remove redundant condition (PR28352) NFCI. by Simon Pilgrim · 9 years ago
  8. a52fb28 [InlineCost] Remove skew when calculating call costs by James Molloy · 9 years ago
  9. c4d8c58 Remove redundant condition (PR28800) NFCI. by Simon Pilgrim · 9 years ago
  10. e16596f GlobalISel: Fix indentation. NFC by Diana Picus · 9 years ago
  11. f2c2f53 [JumpThreading] Prevent non-deterministic use lists by Pablo Barrio · 9 years ago
  12. 4a8d98b GlobalISel: Fix typos. NFC by Diana Picus · 9 years ago
  13. dffdb5c Add explicit (void) cast to unused unique_ptr::release() results by Eric Fiselier · 9 years ago
  14. 1d94ec7 Demangle: only demangle mangled symbols by Saleem Abdulrasool · 9 years ago
  15. c41a51e [AVX-512] Add suffixless aliases for EVEX encoded vcvtsi2ss/vcvtsi2sd/vcvtusi2ss/vcvtusi2sd. This matches the VEX behavior. by Craig Topper · 9 years ago
  16. 460a780 [X86] Cleanup 'x' and 'y' mnemonic suffixes for vcvtpd2dq/vcvttpd2dq/vcvtpd2ps and similar instructions. by Craig Topper · 9 years ago
  17. d03c7ac [AVX-512] Remove and autoupgrade masked dword/qword variable shift intrinsics to the new unmasked versions and selects. by Craig Topper · 9 years ago
  18. 00eb18d [LangRef] Drop misleading anecdote by Sanjoy Das · 9 years ago
  19. 5b20442 test: remove the archive before modifying it by Saleem Abdulrasool · 9 years ago
  20. a5627e5 llvm-cxxfilt: support reading from stdin by Saleem Abdulrasool · 9 years ago
  21. 38feb36 [ValueTracking] recognize even more variants of smin/smax by Sanjay Patel · 9 years ago
  22. 1bad30c [AVX-512] Fix a disassembler failure for AVX-512 vcmpss/vcmpsd with an immediate larger than 32. Fix the same bug with VLX vcmpps/vcmppd. by Craig Topper · 9 years ago
  23. 2311432 test: synchronise lit substitutions by Saleem Abdulrasool · 9 years ago
  24. 7c0b299 [ValueTracking] move min/max matching to helper function; NFCI by Sanjay Patel · 9 years ago
  25. 5eb34e8 [X86][IR] Reduce the number of full string comparisons in the code that autoupgrades masked shift intrinsics. by Craig Topper · 9 years ago
  26. c99852c llvm-strings: support printing the filename by Saleem Abdulrasool · 9 years ago
  27. 4404d0d AMDGPU: Implement SGPR spilling with scalar stores by Matt Arsenault · 9 years ago
  28. b70e96e revert commit r286761, some builds failed on Win platforms by Igor Breger · 9 years ago
  29. 85580f9 [X86][SSE] Add zero lower 32-bits test case for PR30845 by Simon Pilgrim · 9 years ago
  30. 58917b8 [X86][AVX512] Add masked VPMOZX test case for PR26762 by Simon Pilgrim · 9 years ago
  31. 2bae973 [X86][SSE] Add additional test case for PR30845 by Simon Pilgrim · 9 years ago
  32. 061d58f [X86][AVX512] Removing llvm x86 intrinsics for _mm_mask_move_{ss|sd} intrinsics. by Ayman Musa · 9 years ago
  33. 0a21d7d [X86][AVX512] Add patterns for all variants of VMOVSS/VMOVSD instructions. by Ayman Musa · 9 years ago
  34. e59ef16 [InstCombine][AVX-512] Teach InstCombineCalls to handle the new unmasked AVX-512 variable shift intrinsics. by Craig Topper · 9 years ago
  35. 2460663 [AVX-512] Add unmasked intrinsics for variable shifts of dwords and qwords. by Craig Topper · 9 years ago
  36. 9027123 [AMDGPU] Add f16 support (VI+) by Konstantin Zhuravlyov · 9 years ago
  37. dead081 Bitcode: Change module reader functions to return an llvm::Expected. by Peter Collingbourne · 9 years ago
  38. b0c36f7 Analysis: Simplify the ScalarEvolution::getGEPExpr() interface. NFCI. by Peter Collingbourne · 9 years ago
  39. 77a1226 Bitcode: More precise casting. NFCI. by Peter Collingbourne · 9 years ago
  40. e1f5c81 IR: Change the Type::get{Array,Vector,Pointer}ElementType() functions to perform the correct type assertion. by Peter Collingbourne · 9 years ago
  41. 0177b1e [AVX-512] Move masked shift intrinsics tests to the autoupgrade test file. These missed being moved in r286725. by Craig Topper · 9 years ago
  42. eb14a74 [InstCombine][AVX-512] Expand vector shift handling to work on the AVX-512 shift by immediate and shift by single value. by Craig Topper · 9 years ago
  43. 4506e1d [x86] add smin/smax with zero tests by Sanjay Patel · 9 years ago
  44. b2c07dd [X86][SSE] Add test case for PR30845 by Simon Pilgrim · 9 years ago
  45. a1e4ad0 [ORC] Remove the 'const' qualifier from the member function wrapper, make the by Lang Hames · 9 years ago
  46. 763a1ec test: explicitly use gnu format by Saleem Abdulrasool · 9 years ago
  47. 98825db llvm-strings: trivialise logic until we support more options by Saleem Abdulrasool · 9 years ago
  48. 7aa2751 [AVX-512] Remove the remaining masked shift by immediate or by single value. Autoupgrade them to recently introduced unmasked versions and a select. by Craig Topper · 9 years ago
  49. fd34282 [Support] Add StringRef::find_lower and contains_lower. by Zachary Turner · 9 years ago
  50. 4e9c4a8 [OCaml] Clear cross-target test deps when building out-of-tree by Michal Gorny · 9 years ago
  51. 8a6ccbe As we released 3.9, from the 4.0 release notes, points to version 3.9 instead of 3.8 by Sylvestre Ledru · 9 years ago
  52. 7fc9a56 [AVX-512] Add unmasked version of shift by immediate and shift by single element in XMM. by Craig Topper · 9 years ago
  53. 328301f CODE_OWNERS: Take ownership of the X86 backend. by Craig Topper · 9 years ago
  54. ddd7d89 [AVX-512] Add support for lowering shuffles to VALIGND/VALIGNQ by Craig Topper · 9 years ago
  55. 0a923ad build: add a dependency on llvm-strings by Saleem Abdulrasool · 9 years ago
  56. 421c744 llvm-strings: ensure that the last string is correctly printed by Saleem Abdulrasool · 9 years ago
  57. 18c0ee2 [OCaml] Adapt to the new attribute C API. by whitequark · 9 years ago
  58. b1cfc87 [C API] Fix several null pointer dereferences. by whitequark · 9 years ago
  59. be30018 [libFuzzer] one more trophy by Kostya Serebryany · 9 years ago
  60. 8f3d5a3 [libFuzzer] use a valid ASCII string for a dummy seed corpus by Kostya Serebryany · 9 years ago
  61. 4258590 [ORC] Add a WrappedHandlerReturn type to map handler return types onto error by Lang Hames · 9 years ago
  62. 8524467 Improve `git llvm push` to suggest `git pull` when applying patch fails by Mehdi Amini · 9 years ago
  63. 3978213 One more set of changes to fix formatv() on linux. by Zachary Turner · 9 years ago
  64. aec8332 Add missing #include. by Zachary Turner · 9 years ago
  65. 672f0a3 Fix another problem with formatv(). by Zachary Turner · 9 years ago
  66. 22480ff [libFuzzer] use less stack by Kostya Serebryany · 9 years ago
  67. 2b728d1 Remove extra semicolon. by Rui Ueyama · 9 years ago
  68. da5a5c7 AMDGPU/SI: Promote i16 = fp_[us]int f32 for VI by Tom Stellard · 9 years ago
  69. fb49289 Try to fix build after llvm::formatv() patch. by Zachary Turner · 9 years ago
  70. 005ec66 Fix -Werror build with clang-cl. by Zachary Turner · 9 years ago
  71. 97dac2b [Support] Introduce llvm::formatv() function. by Zachary Turner · 9 years ago
  72. cccd305 Define DbiStreamBuilder::addSectionContribs. by Rui Ueyama · 9 years ago
  73. 6687aab AMDGPU/SI: Fix visit order assumption in SIFixSGPRCopies by Tom Stellard · 9 years ago
  74. d085da5 Print correct directory in merge script. by Richard Trieu · 9 years ago
  75. a8a96a9 [InstCombine] use dyn_cast rather isa+cast; NFC by Sanjay Patel · 9 years ago
  76. 8d3ad73 [InstCombine] update test to use FileCheck; NFC by Sanjay Patel · 9 years ago
  77. 04777c4 [libFuzzer] do not initialize parts of TracePC -- let them be initialized by the linker. Add no-msan attribute to the memcmp hook. by Kostya Serebryany · 9 years ago
  78. 9728332 [InstCombine] clean up foldSelectOpOp(); NFC by Sanjay Patel · 9 years ago
  79. 1a26404 [tsan][llvm] Implement the function attribute to disable TSan checking at run time by Anna Zaks · 9 years ago
  80. 7f0fc37 [LV] Stop saying "use -Rpass-analysis=loop-vectorize" by Adam Nemet · 9 years ago
  81. e923c84 [RPC] Add const qualifier to MemberFnWrapper to make buildbots happy. by Lang Hames · 9 years ago
  82. 6d8b101 Fix typo in comment. by Rui Ueyama · 9 years ago
  83. dc2310f Revert "(origin/master, origin/HEAD) MachineScheduler/ScheduleDAG: Add support to skipping a node." by Matthias Braun · 9 years ago
  84. 59a5edd MachineScheduler/ScheduleDAG: Add support to skipping a node. by Matthias Braun · 9 years ago
  85. 97c4b7a ScheduleDAGInstrs: Move VRegUses to ScheduleDAGMILive; NFCI by Matthias Braun · 9 years ago
  86. e9923d3 MachineScheduler: Dump EntrySU/ExitSU if possible by Matthias Braun · 9 years ago
  87. 9755e15 ScheduleDAG: Identify EntrySU/ExitSU when dumping node ids by Matthias Braun · 9 years ago
  88. eec5bf7 FunctionComparator: don't rely on argument evaluation order. by Erik Eckstein · 9 years ago
  89. aa2b11d Fix static initialization order fiasco in MCTests by Mehdi Amini · 9 years ago
  90. 823ac75 [ORC] Temporarily fix the RPCUtils unit test by explicitly specifying a handler by Lang Hames · 9 years ago
  91. 797e9cd NFC ProgrammersManual fix by Piotr Padlewski · 9 years ago
  92. feb16c8 Simplify code and address review comments (NFC) by Adrian Prantl · 9 years ago
  93. 2322de6 [Orc] Update the BuildingAJIT Chapter 5 server class for the recent RPC changes. by Lang Hames · 9 years ago
  94. cd5b334 Fix a reference-to-temporary introduced in r286607. by Adrian Prantl · 9 years ago
  95. 085827f [ORC] Re-apply 286620 with fixes for the ErrorSuccess class. by Lang Hames · 9 years ago
  96. 13e440e [PowerPC] Add remaining vector permute builtins in altivec.h - LLVM portion by Nemanja Ivanovic · 9 years ago
  97. 06f9b86 [cfi] Fix weak functions handling. by Evgeniy Stepanov · 9 years ago
  98. 345d21c Make the FunctionComparator of the MergeFunctions pass a stand-alone utility. by Erik Eckstein · 9 years ago
  99. 6b8a078 Fix -Wpessimizing-move warning. by Rui Ueyama · 9 years ago
  100. 35cecc3 Fixed the lost FastMathFlags for FCmp operations in SLPVectorizer. by Vyacheslav Klochkov · 9 years ago