1. 393c3c6 Fixed short underline error in LangRef.rst for recently added by Ashutosh Nema · 10 years ago
  2. 9feccf4 New Loop Versioning LICM Pass by Ashutosh Nema · 10 years ago
  3. e56d199 Relax assertion in ReplaceableMetadataImpl::replaceAllUsesWith(). by Adrian Prantl · 10 years ago
  4. 2060375 [llvm-dwp] Merge cu_index from DWPs by David Blaikie · 10 years ago
  5. 8192ebb [Orc] Slightly improve the x86-64 resolver block machine code. by Lang Hames · 10 years ago
  6. 0f73f7a llvm-bcanalyzer: Produce summary information for the BLOCKINFO block, it can be by Richard Smith · 10 years ago
  7. 04de74c Add note of suboptimal behavior in MemorySSA. NFC. by George Burgess IV · 10 years ago
  8. 57346be [AArch64] Add the scheduling model for Exynos-M1 by Evandro Menezes · 10 years ago
  9. 0ba13f5 [StatepointLower] Use None instead of Optional<int>() by Sanjoy Das · 10 years ago
  10. db58ab3 Make the OCaml tests temporarily unsupported until they can be updated. by Eric Christopher · 10 years ago
  11. 88ea047 [Orc] Fix a typo in the comments for the x86_64 resolver block. by Lang Hames · 10 years ago
  12. 412cc8a Variable naming style fix /nfc by Xinliang David Li · 10 years ago
  13. 8ed60ab Attempt#2 to work around MSVC rejects-valid. by Richard Smith · 10 years ago
  14. 6085858 Attempt to work around an MSVC rejects-valid. Apparently it gets the access by Richard Smith · 10 years ago
  15. 2597d07 More workarounds for undefined behavior exposed when compiling in C++14 with by Richard Smith · 10 years ago
  16. 165b22a [PGO] Speed up name tab reading by Xinliang David Li · 10 years ago
  17. b9f7c71 [llvm-nm] Prefer empty() over size() == 0. by Davide Italiano · 10 years ago
  18. 48d378b [llvm-nm] Transform a switch() statement in a pair of if(s). by Davide Italiano · 10 years ago
  19. 409c554 [llvm-nm] Simplify code logic. NFCI. by Davide Italiano · 10 years ago
  20. a1b7852 CallAnalyzer::analyzeCall: change the condition back to "Cost < Threshold" by Hans Wennborg · 10 years ago
  21. e1451a3 [AArch64] Refactoring aarch64-ldst-opt. NCF. by Jun Bum Lim · 10 years ago
  22. 25257d8 TableGen: Add IsOptional field to AsmOperandClass by Tom Stellard · 10 years ago
  23. c0410c6 AMDGPU: Account for LDS alignment by Matt Arsenault · 10 years ago
  24. d1d0a1a AMDGPU: Preserve alignments on new created globals by Matt Arsenault · 10 years ago
  25. 47b3c23 [codeview] Dump a missing field and change its signedness by Reid Kleckner · 10 years ago
  26. d794d16 AMDGPU: Remove some purely R600 functions from AMDGPUInstrInfo by Tom Stellard · 10 years ago
  27. 739e22c AMDGPU: Fix ordering of CPU and FS parameters in TargetMachine constructors by Tom Stellard · 10 years ago
  28. 2a628aa Fix echo.ll test failing due to DOS line endings by Reid Kleckner · 10 years ago
  29. f2ca031 Some stackslots are allocated to vregs which have no real reference. by Wei Mi · 10 years ago
  30. 35cb73c AMDGPU/SI: Correctly initialize SIInsertWaits pass by Tom Stellard · 10 years ago
  31. 3798444 [WebAssembly] Update the select instructions' operand orders to match the spec. by Dan Gohman · 10 years ago
  32. 9a3ee36 Add the missing test case for PR26193 by Nemanja Ivanovic · 10 years ago
  33. 591a727 Fix for PR 26193 by Nemanja Ivanovic · 10 years ago
  34. 4ab360d Move classes defined in a cpp file into an anonymous namespace. by Benjamin Kramer · 10 years ago
  35. 2e13053 Prefix external symbols in llvm-c-test. by Benjamin Kramer · 10 years ago
  36. 7849210 Revert "[AArch64] Improve load/store optimizer to handle LDUR + LDR (take 3)." by Renato Golin · 10 years ago
  37. f5861b0 [DebugInfo] Eliminate compilation warning about used variable LSDA by Dmitry Polukhin · 10 years ago
  38. 60daf2a [LoopUnrolling] Try harder to avoid rebuilding LCSSA when possible. by Michael Zolotukhin · 10 years ago
  39. 7ddc547 [MC] Add support for encoding CodeView variable definition ranges by David Majnemer · 10 years ago
  40. 419c3d8 [RS4GC] Pass DenseMap by reference, NFC by Joseph Tremoulet · 10 years ago
  41. 5386703 Add various binary operations in the LLVM C API echo test by Amaury Sechet · 10 years ago
  42. a8e7588 [LoopLoadElim] Don't allow versioning when optForSize by Adam Nemet · 10 years ago
  43. 2107b40 Fix typo in comment by Adam Nemet · 10 years ago
  44. 4b9655d Fix printing of f16 machine operands by Matt Arsenault · 10 years ago
  45. 99c3bc5 Fix build breakage introduced by r259846. by Easwaran Raman · 10 years ago
  46. 8114867 Add a test for MemorySSA. NFC. by George Burgess IV · 10 years ago
  47. 12e138e Add Support to llvm-c-test dependancies by Amaury Sechet · 10 years ago
  48. 51000e3 Function name change /NFC by Xinliang David Li · 10 years ago
  49. 4bf45e8 Refactor profile summary support code. NFC. by Easwaran Raman · 10 years ago
  50. 8824280 Improve testing for the C API by Amaury Sechet · 10 years ago
  51. e0a5f73 Fix for PR 26356 by Nemanja Ivanovic · 10 years ago
  52. cb8e306 Fix typo and test commit by Evandro Menezes · 10 years ago
  53. 4141af9 Provide a test case for rl259798 by Nemanja Ivanovic · 10 years ago
  54. 6f9d229 [AArch64] Bound the number of instructions we scan when searching for updates. by Chad Rosier · 10 years ago
  55. 2cf81c9 [docs] Fix typo in YamlIO.rst by Vedant Kumar · 10 years ago
  56. 891198c Install cmake files to lib/cmake/llvm by Niels Ole Salscheider · 10 years ago
  57. 7042dc4 [X86][SSE] Select domain for 32/64-bit partial loads for EltsFromConsecutiveLoads by Simon Pilgrim · 10 years ago
  58. f611841 Fix a regression for r259736. by Wei Mi · 10 years ago
  59. 0e7060e Fix format in comment by Xinliang David Li · 10 years ago
  60. f45c13d [PGO] Add interfaces to annotate instr with VP data by Xinliang David Li · 10 years ago
  61. 6cced9c [AArch64] Improve load/store optimizer to handle LDUR + LDR (take 3). by Chad Rosier · 10 years ago
  62. ae47d9e [SCEV] Add boolean accessors for NSW, NUW and NW; NFC by Sanjoy Das · 10 years ago
  63. b4612d8 Correctly handle {Always,Never}StepIntoLine by David Majnemer · 10 years ago
  64. 75a2a42 Add support for S_DEFRANGE and S_DEFRANGE_SUBFIELD by David Majnemer · 10 years ago
  65. cae51a8 Make the dumper's output for variable ranges easier to read by David Majnemer · 10 years ago
  66. 1268fa4 use 'auto' for iterators; NFCI by Sanjay Patel · 10 years ago
  67. 9223f15 [AArch64] Multiply extended 32-bit ints with `[U|S]MADDL' by Silviu Baranga · 10 years ago
  68. 67256b8 The canonical way to XFAIL a test for all targets is XFAIL: *, not XFAIL: by Benjamin Kramer · 10 years ago
  69. 60f6cd1 Enable the %s modifier in inline asm template string by Nemanja Ivanovic · 10 years ago
  70. 1f5cad4 [PPC] Move PPC test to a PPC-specific dir by Renato Golin · 10 years ago
  71. 3024052 [X86][SSE] Add general 32-bit LOAD + VZEXT_MOVL support to EltsFromConsecutiveLoads by Simon Pilgrim · 10 years ago
  72. 954ec75 Revert "[AArch64] Improve load/store optimizer to handle LDUR + LDR." by Chad Rosier · 10 years ago
  73. 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
  74. 0358bb5 AVX-512: Fixed a bug in FMA instruction selection on KNL by Elena Demikhovsky · 10 years ago
  75. 8ed0526 [Power PC] softening long double type by Petar Jovanovic · 10 years ago
  76. 1f06a18 [AArch64] Improve load/store optimizer to handle LDUR + LDR. by Chad Rosier · 10 years ago
  77. 2fcbaf1 [AVX512] add vfmadd132ss and vfmadd132sd Intrinsic by Michael Zuckerman · 10 years ago
  78. 0906424 [X86] Add AVX512 vector zext tests by Simon Pilgrim · 10 years ago
  79. ebc5f75 [ScheduleDagInstrs] Improved comments by Jonas Paulsson · 10 years ago
  80. 2dc44be [X86] Moved SEXT -> SIGN_EXTEND_VECTOR_INREG combine into helper. NFC. by Simon Pilgrim · 10 years ago
  81. be1b2fc [X86] Use hash table in LEA optimization pass. by Andrey Turetskiy · 10 years ago
  82. 125c546 cmake: Add a flag to enable LTO by Justin Bogner · 10 years ago
  83. 50db127 [Support] Use range-based for loop. NFC by Craig Topper · 10 years ago
  84. a7bacb7 [Support] Use hexdigit instead of manually coding the same thing. NFC by Craig Topper · 10 years ago
  85. 730d934 [PGO] Profile interface cleanup by Xinliang David Li · 10 years ago
  86. fb3aa17 [NVPTX] Disable performance optimizations when OptLevel==None by Jingyue Wu · 10 years ago
  87. 0e71de1 Test case for PR 26381 by Nemanja Ivanovic · 10 years ago
  88. eafb39b [SCEV] Try to reuse existing value during SCEV expansion by Wei Mi · 10 years ago
  89. 21c303e Fix undefined behavior when compiling in C++14 mode (with sized deletion by Richard Smith · 10 years ago
  90. 65ece99 [codeview] Don't attempt a cross-section label diff by Reid Kleckner · 10 years ago
  91. 5a91878 [libFuzzer] hot fix a test by Kostya Serebryany · 10 years ago
  92. 598f701 [libFuzzer] don't write the test unit when a leak is detected (since we don't know which unit causes the leak) by Kostya Serebryany · 10 years ago
  93. 8a70ce2 [SimplifyCFG] Fix for "endless" loop after dead code removal (Alternative to by Gerolf Hoflehner · 10 years ago
  94. f12e85d [InstrProfiling] Fix a comment (NFC) by Vedant Kumar · 10 years ago
  95. af50aac Unify the target opcode enum in TargetOpcodes.h and the FixedInstrs array in by David L Kreitzer · 10 years ago
  96. f38d8c9 Minor code cleanups. NFC. by Junmo Park · 10 years ago
  97. ca504cc Print the OffsetStart field's relocation by David Majnemer · 10 years ago
  98. 4b77eeb rangify; NFCI by Sanjay Patel · 10 years ago
  99. c06488e clean up; NFC by Sanjay Patel · 10 years ago
  100. 62dc24c [llvm-readobj] Add support for dumping S_DEFRANGE symbols by David Majnemer · 10 years ago