1. e495920 [X86] Add scalar (abs (abs x)) -> (abs x) combine test. by Simon Pilgrim · 8 years ago
  2. 1437cc9 [RISCV] Prepare for the use of variable-sized register classes by Alex Bradbury · 8 years ago
  3. c6c4c8b Revert rL316156 due to failure on APFloatTest.fromToStringSpecials by Max Kazantsev · 8 years ago
  4. 90ee44d Fix APFloat from string conversion for Inf by Serguei Katkov · 8 years ago
  5. 24177b8 [ARM GlobalISel] Fix liveins in test. NFC by Diana Picus · 8 years ago
  6. d83cc4f [ARM GlobalISel] Remove redundant tests by Diana Picus · 8 years ago
  7. 2f9c707 Revert 316150 which reinstated r316025. by Vassil Vassilev · 8 years ago
  8. 5f54970 Const fix for YAMLParser. by Sam McCall · 8 years ago
  9. 4c329eb Reinstate r316025, reverted in r316029. by Vassil Vassilev · 8 years ago
  10. 120c3be [Coverage] Simplify r316141. NFC. by Vedant Kumar · 8 years ago
  11. 8801482 [NFC][IRCE] Filter out empty ranges early by Max Kazantsev · 8 years ago
  12. 1fd7e8c [MergeFunctions] Don't blindly RAUW a GlobalValue with a ConstantExpr. by whitequark · 8 years ago
  13. 9db44d0 Simplify. by Rafael Espindola · 8 years ago
  14. 4179daa Fix buffer overflow. by Rafael Espindola · 8 years ago
  15. f3ed528 [CMake] Allow parent projects to use in-source builds by Chris Bieneman · 8 years ago
  16. 2ce33a5 [llvm-cov] Move LineCoverageIterator to libCoverage. NFC. by Vedant Kumar · 8 years ago
  17. 34ea0de [llvm-cov] Use the coverage namespace. NFC. by Vedant Kumar · 8 years ago
  18. e03fc7c GISel: Canonicalize select tests using update_mir_test_checks by Justin Bogner · 8 years ago
  19. fcd3a22 AArch64/GISel: Modernize the localizer test by Justin Bogner · 8 years ago
  20. ba2fa17 Canonicalize a large number of mir tests using update_mir_test_checks by Justin Bogner · 8 years ago
  21. 7121c76 [PM] Refactor the bounds checking pass to remove a method only called in by Chandler Carruth · 8 years ago
  22. d0f1843 update_mir_test_checks: Support adding checks for vreg classes by Justin Bogner · 8 years ago
  23. 0ee6442 update_mir_test_checks: Improve message when updating fails by Justin Bogner · 8 years ago
  24. 0a09220 [AMDGPU] Corrections to memory model description. by Tony Tye · 8 years ago
  25. b5cb868 Revert "[ScalarEvolution] Handling for ICmp occuring in the evolution chain." by Sanjoy Das · 8 years ago
  26. e77c212 [Transforms] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). by Eugene Zelenko · 8 years ago
  27. 1691560 Fix lit.site.cfg.py.in after rL316123 by Sam Clegg · 8 years ago
  28. a7b3e22 [AVR] Fix the select_mbb_placement_bug.ll test by Dylan McKay · 8 years ago
  29. 88d22be Don't set static-libs test feature when using LLVM_LINK_LLVM_DYLIB by Sam Clegg · 8 years ago
  30. 4a5c81f [llvm-cov] Suppress sub-line highlights in simple cases by Vedant Kumar · 8 years ago
  31. d35bb38 [llvm-cov] Pass LineCoverageStats in SourceCoverageView. NFC. by Vedant Kumar · 8 years ago
  32. 55fff37 [llvm-cov] Highlight gaps in consecutive uncovered regions by Vedant Kumar · 8 years ago
  33. 7a600d3 [Hexagon] New HVX target features. by Sumanth Gundapaneni · 8 years ago
  34. a05cf7b AMDGPU/Docs: Make target naming consistent by Konstantin Zhuravlyov · 8 years ago
  35. fba2bb4 [Hexagon] Update Hexagon ArchEnum and sync some downstream changes(NFC) by Sumanth Gundapaneni · 8 years ago
  36. 31ba2a2 [Hexagon] Mark vector loads as predicable, update instruction mappings by Krzysztof Parzyszek · 8 years ago
  37. 28cb790 AMDGPU: Rename MaxFlatWorkgroupSize to MaxFlatWorkGroupSize for consistency by Konstantin Zhuravlyov · 8 years ago
  38. afea6f4 [RISCV] Bugfix createRISCVELFObjectWriter by Alex Bradbury · 8 years ago
  39. ad73a3d update_mir_test_checks: Handle empty liveins by Justin Bogner · 8 years ago
  40. 2457f45 update_mir_test_checks: Do a better job of disambiguating names by Justin Bogner · 8 years ago
  41. 9e42e54 AArch64/GISel: Fix a couple of tests that were testing the wrong thing by Justin Bogner · 8 years ago
  42. 6340009 [ARM] Fix disassembly for conditional VMRS and VMSR instructions in ARM mode by Andre Vieira · 8 years ago
  43. 4eeab93 [mips] Fix analyzeBranch to handle debug data by Simon Dardis · 8 years ago
  44. 429594f Fixup patch for revision rL316070. by Nikolai Bozhenov · 8 years ago
  45. cd3c4f3 [mips] Move test to correct directory. NFCI by Simon Dardis · 8 years ago
  46. 9635ecd Adding new test for bug fix 316067 https://bugs.llvm.org/show_bug.cgi?id=34978 by Michael Zuckerman · 8 years ago
  47. d8ff2f4 Untabify. by NAKAMURA Takumi · 8 years ago
  48. cfa7d5f [AVR] Update to current LLVM API by Dylan McKay · 8 years ago
  49. a631f93 [AVX512][AVX2]Cost calculation for interleave load/store patterns {v8i8,v16i8,v32i8,v64i8} by Michael Zuckerman · 8 years ago
  50. cbd850f [PowerPC] Use helper functions to check sign-/zero-extended value by Hiroshi Inoue · 8 years ago
  51. 42759c2 Improve lookThroughCast function. by Nikolai Bozhenov · 8 years ago
  52. 788af5a Fixing bug issue https://bugs.llvm.org/show_bug.cgi?id=34978 by Michael Zuckerman · 8 years ago
  53. eb8a5a3 Fix the incorrect detection of ICONV_LIBRARY_PATH by Serguei Katkov · 8 years ago
  54. f501032 update_mir_test_checks: Support '-' in function names by Justin Bogner · 8 years ago
  55. 4f42787 update_mir_test_checks: Fix a typo I made while preparing for commit by Justin Bogner · 8 years ago
  56. 61b2fae Statically link llvm-cfi-verify's libraries. by Vlad Tsyrklevich · 8 years ago
  57. ae96b7f Add a utility to update MIR checks, similar to update_llc_test_checks by Justin Bogner · 8 years ago
  58. b8354dd [ScalarEvolution] Handling for ICmp occuring in the evolution chain. by Jatin Bhateja · 8 years ago
  59. 2b48886 Verifier: Ignore CUs pulled in by ODR-uniqued types. by Adrian Prantl · 8 years ago
  60. fd8ae0e Revert "Verifier: Ignore CUs pulled in by ODR-uniqued types." by Adrian Prantl · 8 years ago
  61. 0d97649 Verifier: Ignore CUs pulled in by ODR-uniqued types. by Adrian Prantl · 8 years ago
  62. 55cde5f [aarch64][globalisel] Register banks and classes should have distinct names. by Daniel Sanders · 8 years ago
  63. 082d7c4 [GlobalDCE] Use DenseMap instead of unordered_multimap for GVDependencies. by Michael Zolotukhin · 8 years ago
  64. 1eb5c71 lit: Improve %: normalization. by Peter Collingbourne · 8 years ago
  65. 607acf3 AMDGPU : Fix an error for the llvm.cttz implementation. by Wei Ding · 8 years ago
  66. 37790cc AArch64: Enable AES instruction fusion on Cyclone. by Matthias Braun · 8 years ago
  67. 2f17a1b AArch64: account for possible frame index operand in compares. by Tim Northover · 8 years ago
  68. 1c51fab [Transforms] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). by Eugene Zelenko · 8 years ago
  69. ae2eae7 [X86][SSE] Tests packuswb/truncation codegen from PR34773 by Simon Pilgrim · 8 years ago
  70. 6c9a284 [MachineOutliner][NFC] Clean up prune logic a bit by Jessica Paquette · 8 years ago
  71. 33287ae Revert "[cmake] Use find_package to discover zlib" by Vassil Vassilev · 8 years ago
  72. b545957 Fix typo in checkTwoLevelHintsCommand by Jessica Paquette · 8 years ago
  73. 1c1c256 [cmake] Use find_package to discover zlib by Vassil Vassilev · 8 years ago
  74. cecf102 AMDGPU: Start generating metadata for MaxFlatWorkGroupSize by Konstantin Zhuravlyov · 8 years ago
  75. 3b848cf [MachineOutliner][NFC] Move decrement logic to OutlinedFunction by Jessica Paquette · 8 years ago
  76. 6f0af48 [MachineOutliner][NFC] Move end index calculation into Candidate by Jessica Paquette · 8 years ago
  77. a1dafe0 Fix signed overflow detected by ubsan by Vitaly Buka · 8 years ago
  78. f87901f [DAGCombine] Add SCALAR_TO_VECTOR undef handling to simplifyShuffleMask. by Simon Pilgrim · 8 years ago
  79. d0a8230 [llvm-special-case-list-fuzzer] Add fuzz target. by Matt Morehouse · 8 years ago
  80. eb90eda [ARM, AArch64] adjust tests trying to maintain their objective; NFC by Sanjay Patel · 8 years ago
  81. 0d8a696 [SimplifyCFG] add test for part of PR34471 (switch squashing); NFC by Sanjay Patel · 8 years ago
  82. 1faba64 [SimplifyCFG] update test to use auto-generated FileCheck asserts; NFC by Sanjay Patel · 8 years ago
  83. e1c4343 Fix pthread_[gs]etname_np detection by Sam McCall · 8 years ago
  84. bb8aaf8 [X86][Broadwell] Added the broadwell cpu to the scheduling regression tests.<NFC> by Gadi Haber · 8 years ago
  85. 12367d9 Improve clamp recognition in ValueTracking. by Nikolai Bozhenov · 8 years ago
  86. e60981b Fix implicit null check with negative offset by Yichao Yu · 8 years ago
  87. f500b96 Fix `FaultMaps` crash when the out streamer is reused by Yichao Yu · 8 years ago
  88. 0782a95 [X86][Skylake] fixed/updated regression test mmx-schedule.ll which failed after r315978. by Gadi Haber · 8 years ago
  89. 51e3e44 More tests with x86 prefixes which work after rL315899 commit by Andrew V. Tischenko · 8 years ago
  90. 9e68191 [X86][SKL] Updated scheduling information for the SkylakeClient target by Gadi Haber · 8 years ago
  91. c596921 Remove a test after revert of rL315440 by Max Kazantsev · 8 years ago
  92. dd449b3 [NFC] Add test from bug 34937 by Max Kazantsev · 8 years ago
  93. 812e46f Revert 315440 on behalf of mkazantsev by Philip Reames · 8 years ago
  94. b22da5a [globalisel][tablegen] Add a GIM_CheckIsSameOperand test where OtherInsnID and OtherOpIdx differ by Daniel Sanders · 8 years ago
  95. f83df3d [X86] Add masked palignr tests to vector-shuffle-masked.ll by Craig Topper · 8 years ago
  96. 971d51c [X86] Add AVX512BW to the vector-shuffle-masked test to prepare for an upcoming commit. by Craig Topper · 8 years ago
  97. ead0ee4 [X86] Fix typo in comment. NFC by Craig Topper · 8 years ago
  98. 6ec40b1 FuzzMutate: Fix arch parsing in FuzzerCLI by Justin Bogner · 8 years ago
  99. d8da420 [ExecutionEngine] Correct the size of a write in a COFF i386 relocation by Shoaib Meenai · 8 years ago
  100. 5128bb3 [llvm-cov] Add one correction to r315960 (PR34962) by Vedant Kumar · 8 years ago