1. a79a418 [X86][AVX512] add intrinsics of Scalar FP to integer conversion with rounding mode by Asaf Badouh · 10 years ago
  2. de35fd0 [X86][SSE] Pulled out repeated target shuffle decodes into helper functions. NFCI. by Simon Pilgrim · 10 years ago
  3. 8ca9284 Fix typo in default getNoPreservedMask implementation by Jeroen Ketema · 10 years ago
  4. ae83a11 AVX512: VPBROADCASTB/W/D/Q from GPR intrinsics implementation. by Igor Breger · 10 years ago
  5. e7a916a LangRef: Fix example code for cmpxchg by Duncan P. N. Exon Smith · 10 years ago
  6. f71914f Don't use module context here. It's unnecessary and makes it harder to write unittests by Daniel Berlin · 10 years ago
  7. 539e9b9 Compute live-in for MemorySSA by Daniel Berlin · 10 years ago
  8. 6d8a11a Only insert into definingblocks once per block by Daniel Berlin · 10 years ago
  9. f21f097 [X86][AVX2] Regenerated broadcast domain tests by Simon Pilgrim · 10 years ago
  10. 6536138 [X86][SSE] Add tests for MOVHLPS/MOVLHPS shuffle lowering. by Simon Pilgrim · 10 years ago
  11. e647051 [X86][AVX512] Added support for VPMOVZX shuffle decoding. by Simon Pilgrim · 10 years ago
  12. 3e299e1 [docs] Warn against slow serial builds by Philip Reames · 10 years ago
  13. d98b810 [NVPTX] Mark nvvm synchronizing intrinsics as convergent. by Justin Lebar · 10 years ago
  14. d14beda [docs] Redirect new contributors to the right starting point by Philip Reames · 10 years ago
  15. 79a6578 [docs] Clarify a couple of getting started issues identified during Sprint by Philip Reames · 10 years ago
  16. 934dab4 [X86][AVX512] Fixed prefix ordering for lzcnt tests. by Simon Pilgrim · 10 years ago
  17. a532117 [X86][SSE] Regenerate vector shift tests by Simon Pilgrim · 10 years ago
  18. 14ac2af [X86][SSE] Moved shuffle decode CASE macros earlier. NFC. by Simon Pilgrim · 10 years ago
  19. 36f69d6 [X86][SSE] Refactored PMOVZX shuffle decoding to use scalar input types by Simon Pilgrim · 10 years ago
  20. 74409a0 [ThinLTO] Include linkage type in function summary by Teresa Johnson · 10 years ago
  21. 6c6df98 line endings fix by Simon Pilgrim · 10 years ago
  22. e4e555f [X86][SSE] Don't replace an existing 32-bit load with its duplicate by Simon Pilgrim · 10 years ago
  23. bb25a33 Comment fix by Simon Pilgrim · 10 years ago
  24. 5e04a0b Corrected tests for Loop Versioning LICM, by adding “REQUIRES: asserts”. by Ashutosh Nema · 10 years ago
  25. 393c3c6 Fixed short underline error in LangRef.rst for recently added by Ashutosh Nema · 10 years ago
  26. 9feccf4 New Loop Versioning LICM Pass by Ashutosh Nema · 10 years ago
  27. e56d199 Relax assertion in ReplaceableMetadataImpl::replaceAllUsesWith(). by Adrian Prantl · 10 years ago
  28. 2060375 [llvm-dwp] Merge cu_index from DWPs by David Blaikie · 10 years ago
  29. 8192ebb [Orc] Slightly improve the x86-64 resolver block machine code. by Lang Hames · 10 years ago
  30. 0f73f7a llvm-bcanalyzer: Produce summary information for the BLOCKINFO block, it can be by Richard Smith · 10 years ago
  31. 04de74c Add note of suboptimal behavior in MemorySSA. NFC. by George Burgess IV · 10 years ago
  32. 57346be [AArch64] Add the scheduling model for Exynos-M1 by Evandro Menezes · 10 years ago
  33. 0ba13f5 [StatepointLower] Use None instead of Optional<int>() by Sanjoy Das · 10 years ago
  34. db58ab3 Make the OCaml tests temporarily unsupported until they can be updated. by Eric Christopher · 10 years ago
  35. 88ea047 [Orc] Fix a typo in the comments for the x86_64 resolver block. by Lang Hames · 10 years ago
  36. 412cc8a Variable naming style fix /nfc by Xinliang David Li · 10 years ago
  37. 8ed60ab Attempt#2 to work around MSVC rejects-valid. by Richard Smith · 10 years ago
  38. 6085858 Attempt to work around an MSVC rejects-valid. Apparently it gets the access by Richard Smith · 10 years ago
  39. 2597d07 More workarounds for undefined behavior exposed when compiling in C++14 with by Richard Smith · 10 years ago
  40. 165b22a [PGO] Speed up name tab reading by Xinliang David Li · 10 years ago
  41. b9f7c71 [llvm-nm] Prefer empty() over size() == 0. by Davide Italiano · 10 years ago
  42. 48d378b [llvm-nm] Transform a switch() statement in a pair of if(s). by Davide Italiano · 10 years ago
  43. 409c554 [llvm-nm] Simplify code logic. NFCI. by Davide Italiano · 10 years ago
  44. a1b7852 CallAnalyzer::analyzeCall: change the condition back to "Cost < Threshold" by Hans Wennborg · 10 years ago
  45. e1451a3 [AArch64] Refactoring aarch64-ldst-opt. NCF. by Jun Bum Lim · 10 years ago
  46. 25257d8 TableGen: Add IsOptional field to AsmOperandClass by Tom Stellard · 10 years ago
  47. c0410c6 AMDGPU: Account for LDS alignment by Matt Arsenault · 10 years ago
  48. d1d0a1a AMDGPU: Preserve alignments on new created globals by Matt Arsenault · 10 years ago
  49. 47b3c23 [codeview] Dump a missing field and change its signedness by Reid Kleckner · 10 years ago
  50. d794d16 AMDGPU: Remove some purely R600 functions from AMDGPUInstrInfo by Tom Stellard · 10 years ago
  51. 739e22c AMDGPU: Fix ordering of CPU and FS parameters in TargetMachine constructors by Tom Stellard · 10 years ago
  52. 2a628aa Fix echo.ll test failing due to DOS line endings by Reid Kleckner · 10 years ago
  53. f2ca031 Some stackslots are allocated to vregs which have no real reference. by Wei Mi · 10 years ago
  54. 35cb73c AMDGPU/SI: Correctly initialize SIInsertWaits pass by Tom Stellard · 10 years ago
  55. 3798444 [WebAssembly] Update the select instructions' operand orders to match the spec. by Dan Gohman · 10 years ago
  56. 9a3ee36 Add the missing test case for PR26193 by Nemanja Ivanovic · 10 years ago
  57. 591a727 Fix for PR 26193 by Nemanja Ivanovic · 10 years ago
  58. 4ab360d Move classes defined in a cpp file into an anonymous namespace. by Benjamin Kramer · 10 years ago
  59. 2e13053 Prefix external symbols in llvm-c-test. by Benjamin Kramer · 10 years ago
  60. 7849210 Revert "[AArch64] Improve load/store optimizer to handle LDUR + LDR (take 3)." by Renato Golin · 10 years ago
  61. f5861b0 [DebugInfo] Eliminate compilation warning about used variable LSDA by Dmitry Polukhin · 10 years ago
  62. 60daf2a [LoopUnrolling] Try harder to avoid rebuilding LCSSA when possible. by Michael Zolotukhin · 10 years ago
  63. 7ddc547 [MC] Add support for encoding CodeView variable definition ranges by David Majnemer · 10 years ago
  64. 419c3d8 [RS4GC] Pass DenseMap by reference, NFC by Joseph Tremoulet · 10 years ago
  65. 5386703 Add various binary operations in the LLVM C API echo test by Amaury Sechet · 10 years ago
  66. a8e7588 [LoopLoadElim] Don't allow versioning when optForSize by Adam Nemet · 10 years ago
  67. 2107b40 Fix typo in comment by Adam Nemet · 10 years ago
  68. 4b9655d Fix printing of f16 machine operands by Matt Arsenault · 10 years ago
  69. 99c3bc5 Fix build breakage introduced by r259846. by Easwaran Raman · 10 years ago
  70. 8114867 Add a test for MemorySSA. NFC. by George Burgess IV · 10 years ago
  71. 12e138e Add Support to llvm-c-test dependancies by Amaury Sechet · 10 years ago
  72. 51000e3 Function name change /NFC by Xinliang David Li · 10 years ago
  73. 4bf45e8 Refactor profile summary support code. NFC. by Easwaran Raman · 10 years ago
  74. 8824280 Improve testing for the C API by Amaury Sechet · 10 years ago
  75. e0a5f73 Fix for PR 26356 by Nemanja Ivanovic · 10 years ago
  76. cb8e306 Fix typo and test commit by Evandro Menezes · 10 years ago
  77. 4141af9 Provide a test case for rl259798 by Nemanja Ivanovic · 10 years ago
  78. 6f9d229 [AArch64] Bound the number of instructions we scan when searching for updates. by Chad Rosier · 10 years ago
  79. 2cf81c9 [docs] Fix typo in YamlIO.rst by Vedant Kumar · 10 years ago
  80. 891198c Install cmake files to lib/cmake/llvm by Niels Ole Salscheider · 10 years ago
  81. 7042dc4 [X86][SSE] Select domain for 32/64-bit partial loads for EltsFromConsecutiveLoads by Simon Pilgrim · 10 years ago
  82. f611841 Fix a regression for r259736. by Wei Mi · 10 years ago
  83. 0e7060e Fix format in comment by Xinliang David Li · 10 years ago
  84. f45c13d [PGO] Add interfaces to annotate instr with VP data by Xinliang David Li · 10 years ago
  85. 6cced9c [AArch64] Improve load/store optimizer to handle LDUR + LDR (take 3). by Chad Rosier · 10 years ago
  86. ae47d9e [SCEV] Add boolean accessors for NSW, NUW and NW; NFC by Sanjoy Das · 10 years ago
  87. b4612d8 Correctly handle {Always,Never}StepIntoLine by David Majnemer · 10 years ago
  88. 75a2a42 Add support for S_DEFRANGE and S_DEFRANGE_SUBFIELD by David Majnemer · 10 years ago
  89. cae51a8 Make the dumper's output for variable ranges easier to read by David Majnemer · 10 years ago
  90. 1268fa4 use 'auto' for iterators; NFCI by Sanjay Patel · 10 years ago
  91. 9223f15 [AArch64] Multiply extended 32-bit ints with `[U|S]MADDL' by Silviu Baranga · 10 years ago
  92. 67256b8 The canonical way to XFAIL a test for all targets is XFAIL: *, not XFAIL: by Benjamin Kramer · 10 years ago
  93. 60f6cd1 Enable the %s modifier in inline asm template string by Nemanja Ivanovic · 10 years ago
  94. 1f5cad4 [PPC] Move PPC test to a PPC-specific dir by Renato Golin · 10 years ago
  95. 3024052 [X86][SSE] Add general 32-bit LOAD + VZEXT_MOVL support to EltsFromConsecutiveLoads by Simon Pilgrim · 10 years ago
  96. 954ec75 Revert "[AArch64] Improve load/store optimizer to handle LDUR + LDR." by Chad Rosier · 10 years ago
  97. eb525ad [X86][SSE] Added i686 target tests to make sure we are correctly loading consecutive entries as 64-bit integers by Simon Pilgrim · 10 years ago
  98. 0358bb5 AVX-512: Fixed a bug in FMA instruction selection on KNL by Elena Demikhovsky · 10 years ago
  99. 8ed0526 [Power PC] softening long double type by Petar Jovanovic · 10 years ago
  100. 1f06a18 [AArch64] Improve load/store optimizer to handle LDUR + LDR. by Chad Rosier · 10 years ago