1. 2a393a5 FunctionImport: missed one occurence of ImportListForModule to rename (NFC) by Mehdi Amini · 9 years ago
  2. 22277af FunctionImport: rename ImportsForModule to ImportList for consistency (NFC) by Mehdi Amini · 9 years ago
  3. 055f556 [LTO] Simplify APIs and constify (NFC) by Mehdi Amini · 9 years ago
  4. 8454221 [InstCombine] add tests for missing vector icmp folds by Sanjay Patel · 9 years ago
  5. cbcae43 [LTO] Rename variables with meaningul names, i.e. more than one character (NFC) by Mehdi Amini · 9 years ago
  6. 8e443cd [InstCombine] add tests for missing vector icmp folds by Sanjay Patel · 9 years ago
  7. ca77873 [AMDGPU] Give enum an explicit 64-bit type to fix MSVC 2013 failures by Reid Kleckner · 9 years ago
  8. 3d6b718 [ThinLTO] Fix temp file dumping, enable via llvm-lto and test it by Teresa Johnson · 9 years ago
  9. d7f4d11 Don't use %llc_dwarf with -mtriple, they don't combine by Reid Kleckner · 9 years ago
  10. dfacb43 [InstCombine] add tests for missing vector icmp folds by Sanjay Patel · 9 years ago
  11. d6a48b1 Linker: Avoid some ridiculous indentation by using a temporary. NFC by Justin Bogner · 9 years ago
  12. 5912e9a Adding the triple for test comitted with r278703. by Wolfgang Pieb · 9 years ago
  13. f514d2f [sancov] extracting AArch64 test to a separate file. by Mike Aizatsky · 9 years ago
  14. eeadbe0 [ADT] Fix DepthFirstIterator's std::iterator base to have normal typedefs by Tim Shen · 9 years ago
  15. 36b7d78 [ADT] Change PostOrderIterator to use NodeRef. NFC. by Tim Shen · 9 years ago
  16. caa3105 [InstCombine] add tests for missing vector icmp folds by Sanjay Patel · 9 years ago
  17. 29e5e14 Fix typo in lowering for fp128 ueq. by Eli Friedman · 9 years ago
  18. fc94e66 AMDGPU/R600: Convert buffer id to VTX_READ input by Jan Vesely · 9 years ago
  19. 072a33f Really fix the issue with 502957cc9cf805dc6093950e8cdcd0db4969d933. Windows %p and FileCheck limitations makes the test linux only by Hemant Kulkarni · 9 years ago
  20. 72159af [InstCombine] add tests for missing vector icmp folds by Sanjay Patel · 9 years ago
  21. b430a4a GlobalISel: support loads and stores of strange types. by Tim Northover · 9 years ago
  22. 889162f Remove unnecessary flag from new test by Teresa Johnson · 9 years ago
  23. 70fd49b update tests to use FileCheck and exact checking by Sanjay Patel · 9 years ago
  24. b4ca813 Revert "[ValueTracking] Improve ValueTracking on left shift with nsw flag" by Sanjoy Das · 9 years ago
  25. d73e134 [ThinLTO] Remove functions resolved to available_externally from comdats by Teresa Johnson · 9 years ago
  26. f9b2472 [InstCombine] add tests for missing vector icmp folds by Sanjay Patel · 9 years ago
  27. 3928f27 Fix a test that failed due to: by Hemant Kulkarni · 9 years ago
  28. 1e230bc Enhance SCEV to compute the trip count for some loops with unknown stride. by David L Kreitzer · 9 years ago
  29. fa85d67 [InstCombine] add test for missing vector icmp fold by Sanjay Patel · 9 years ago
  30. f7714c1 [InstCombine] add tests for vector icmp folds by Sanjay Patel · 9 years ago
  31. 502957c llvm-objdump: Implement source[line numbers] interleaving by Hemant Kulkarni · 9 years ago
  32. e286c13 [libFuzzer] print a verbose message after executing inputs in non-fuzzing mode by Kostya Serebryany · 9 years ago
  33. 0347ebc [libFuzzer] fix the bot by Kostya Serebryany · 9 years ago
  34. 7016f85 [InstCombine] add tests for missing vector icmp folds by Sanjay Patel · 9 years ago
  35. bb8ab1a update test to use FileCheck and autogenerated checks by Sanjay Patel · 9 years ago
  36. ade7edf Fix WAsm test after LSR change in r278658 by Reid Kleckner · 9 years ago
  37. 1741b5a Revert "[Thumb] Validate branch target for CBZ/CBNZ instructions." by Matthias Braun · 9 years ago
  38. 66842c07 [InstCombine] add tests for missing vector icmp folds by Sanjay Patel · 9 years ago
  39. a451d6b [InstCombine] add test for missing vector icmp fold by Sanjay Patel · 9 years ago
  40. 3d09ca2 minimize test by Sanjay Patel · 9 years ago
  41. cc96a8c remove unnecessary IR comments about uses by Sanjay Patel · 9 years ago
  42. 8b850ac [InstCombine] add tests for missing vector icmp folds by Sanjay Patel · 9 years ago
  43. 1bb8cbf Local variables whose address is taken and passed on to a call are described by Wolfgang Pieb · 9 years ago
  44. f5c5c7d [InstCombine] add tests for missing vector icmp folds by Sanjay Patel · 9 years ago
  45. 137c395 [libFuzzer] add InsertRepeatedBytes and EraseBytes. by Kostya Serebryany · 9 years ago
  46. 12b2b51 [InstCombine] auto-generate exact checks by Sanjay Patel · 9 years ago
  47. e0a314c [InstCombine] add tests for missing vector icmp folds by Sanjay Patel · 9 years ago
  48. 93a7ad2 AMDGPU: Update AMDGPURuntimeMetadata.h for enums of address space qualifiers by Yaxun Liu · 9 years ago
  49. 8f1b18b AMDGPU: Don't fold subregister extracts into tied operands by Matt Arsenault · 9 years ago
  50. 5154970 Revert "[SimplifyCFG] Rewrite SinkThenElseCodeToEnd" by Reid Kleckner · 9 years ago
  51. 9364829 [AMDGPU] fix failure on printing of non-existing instruction operands. by Valery Pykhtin · 9 years ago
  52. 47a3de7 MachineLoop: add methods findLoopControlBlock and findLoopPreheader by Sjoerd Meijer · 9 years ago
  53. 7bc6001 [SimplifyCFG] Rewrite SinkThenElseCodeToEnd by James Molloy · 9 years ago
  54. 91c19fb [Thumb] Validate branch target for CBZ/CBNZ instructions. by Prakhar Bahuguna · 9 years ago
  55. bd7c3fb [LSR] Don't try and create post-inc expressions on non-rotated loops by James Molloy · 9 years ago
  56. 24088ba [X86] PADDUSB/W instructions should be commutable. by Craig Topper · 9 years ago
  57. d1a8c19 [X86] Mark some of the X86 SDNodes as commutative. by Craig Topper · 9 years ago
  58. ed1f4b6 [X86] X86ISD::FANDN is not commutative or associative. by Craig Topper · 9 years ago
  59. 937229d [ScopedNoAliasAA] collectMDInDomain should be a free function by David Majnemer · 9 years ago
  60. 24f7cd8 [ScopedNoAliasAA] Only collect noalias nodes if we have alias.scope nodes by David Majnemer · 9 years ago
  61. a727375 [ScopedNoAliasAA] Replace !ScopeNodes.size() with ScopeNodes.empty() by David Majnemer · 9 years ago
  62. 28873d7 Revert "[ScopedNoAliasAA] Remove an unneccesary set" by David Majnemer · 9 years ago
  63. 6bd5c84 [ScopedNoAliasAA] Remove an unneccesary set by David Majnemer · 9 years ago
  64. b3d14d2 [InstCombine] add test for missing vector icmp fold by Sanjay Patel · 9 years ago
  65. 93591d1 [InstCombine] add tests for vector icmp folds by Sanjay Patel · 9 years ago
  66. aafbbf8 [InstCombine] add test for potentially missing vector icmp fold by Sanjay Patel · 9 years ago
  67. bc87c37 [InstCombine] add test for missing vector icmp fold by Sanjay Patel · 9 years ago
  68. 411c4db [InstCombine] add tests for missing vector icmp folds by Sanjay Patel · 9 years ago
  69. 9e679db [InstCombine] remove unnecessary function attributes from tests by Sanjay Patel · 9 years ago
  70. 6eea5bd [InstCombine] add tests for missing vector icmp folds by Sanjay Patel · 9 years ago
  71. 4865e7b [InstCombine] add test for missing vector icmp fold by Sanjay Patel · 9 years ago
  72. 3bf3ce9 [InstCombine] add test for missing vector icmp fold by Sanjay Patel · 9 years ago
  73. 98df2b1 [AVX-512] Mark VPMADDWD as commutable to match SSE/AVX version. by Craig Topper · 9 years ago
  74. 8cbb186 [AVX-512] Add masked commutable floating point max/min instructions to folding tables. by Craig Topper · 9 years ago
  75. 4889469 [AVX-512] Add masked logical operations to memory folding tables. by Craig Topper · 9 years ago
  76. 1a3669b [AVX512] Fix VFPCLASSSD/VFPCLASSSS intrinsic lowering. The i1 result should be zero extended according to SPEC. by Igor Breger · 9 years ago
  77. 96cefd6 autogenerate checks by Igor Breger · 9 years ago
  78. bf57b01 [AVX512] Fix insertelement i1 lowering. by Igor Breger · 9 years ago
  79. 5724bf57 Revert "gold: add a cast to appease std::max NFC" by Saleem Abdulrasool · 9 years ago
  80. 12fc232 Revert "CodeGen: If Convert blocks that would form a diamond when tail-merged." by Diana Picus · 9 years ago
  81. 281da4f Revert "Codegen: Don't tail-duplicate blocks with un-analyzable fallthrough." by Diana Picus · 9 years ago
  82. d330744 [IRCE] Change variable grouping; NFC by Sanjoy Das · 9 years ago
  83. 39b5545 [IRCE] Create llvm::Loop instances for cloned out loops by Sanjoy Das · 9 years ago
  84. 300cd13 [IRCE] Don't iterate on loops that were cloned out by Sanjoy Das · 9 years ago
  85. abf7d54 [IRCE] Add better DEBUG diagnostic; NFC by Sanjoy Das · 9 years ago
  86. 2c1c0b4 Fix bitcode auto-upgrade when using bitcode lazy loading by Mehdi Amini · 9 years ago
  87. 26d2a23 Fix unsupported relocation type R_HEX_6_X' for symbol .rodata by Ron Lieberman · 9 years ago
  88. 4510860 Revert "Fix bitcode auto-upgrade when using bitcode lazy loading" by Mehdi Amini · 9 years ago
  89. 3e63425 [IRCE] Fix test case; NFC by Sanjoy Das · 9 years ago
  90. c56bea6 [IRCE] Be resilient in the face of non-simplified loops by Sanjoy Das · 9 years ago
  91. c5432bd Fix bitcode auto-upgrade when using bitcode lazy loading by Mehdi Amini · 9 years ago
  92. 804c815 Revert "Revert "Invariant start/end intrinsics overloaded for address space"" by Mehdi Amini · 9 years ago
  93. 2eb84a5 Revert "Invariant start/end intrinsics overloaded for address space" by Mehdi Amini · 9 years ago
  94. d2e55b6 [IRCE] Use dyn_cast instead of explicit isa/cast; NFC by Sanjoy Das · 9 years ago
  95. 81232a9 [IRCE] Use range-for; NFC by Sanjoy Das · 9 years ago
  96. 568382f [ADT] Add a reserve() method to DenseSet as well as an insert() for R-value by Mehdi Amini · 9 years ago
  97. 80f0510 Revert "[ADT] Add a reserve method to DenseSet as well as an insert() for R-value" by Mehdi Amini · 9 years ago
  98. 663c3ce Limit DenseMap::setNumEntries input to 1<<31, in accordance with the 31 bits allocated to NumEntries. by Yaron Keren · 9 years ago
  99. 5ac928f Add missing REQUIRES in sancov/print_coverage_pcs.test: it requires aarch64 as well now by Mehdi Amini · 9 years ago
  100. 762481d [ADT] Add a reserve method to DenseSet as well as an insert() for R-value by Mehdi Amini · 9 years ago