1. 0c9684c Raising minimum required CMake version to 2.8.12.2. by Chris Bieneman · 10 years ago
  2. 16ff2da Refactor: Simplify boolean expressions in llvm IR by David Blaikie · 10 years ago
  3. b370250 Refactor: Simplify boolean expressions in llvm Support by David Blaikie · 10 years ago
  4. 3fb6269 Refactor: Simplify boolean expressions in x86 target by David Blaikie · 10 years ago
  5. 1bfcd1f Re-sort includes with sort-includes.py and insert raw_ostream.h where it's used. by Benjamin Kramer · 10 years ago
  6. 848b1ce [ctorutils] Update and sort includes. NFC. by Benjamin Kramer · 10 years ago
  7. 16ee53b [winehprepare] Update and sort includes. NFC. by Benjamin Kramer · 10 years ago
  8. eef4a33 Another set of missing raw_ostream.h. Still no functional change. by Benjamin Kramer · 10 years ago
  9. a9da1ce R600/SI: Merge tables for commuting by Matt Arsenault · 10 years ago
  10. 16ef363 R600/SI: Only use one range of isCommutable for compares by Matt Arsenault · 10 years ago
  11. 88ed640 R600/SI: Remove redundant unsetting of hasSideEffects by Matt Arsenault · 10 years ago
  12. 7ec044c R600/SI: Move hasSideEffects setting into VOPCX classes by Matt Arsenault · 10 years ago
  13. 59a5e97 R600/SI: Allow commuting compares by Matt Arsenault · 10 years ago
  14. b53594d R600/SI: Use right class for cmpsx f64 instructions by Matt Arsenault · 10 years ago
  15. 3aaa554 R600/SI: Remove cond operand to VOPCX classes by Matt Arsenault · 10 years ago
  16. c71d3d4 Refactor: simplify boolean expressions in llvm-objdump by David Blaikie · 10 years ago
  17. 8b9cc2d Add missing ELFObjectWriter::reset() override, like other MC classes. by Yaron Keren · 10 years ago
  18. ebe8742 More missing includes only visible to MSVC. by Benjamin Kramer · 10 years ago
  19. 2fa206d Add missing include that MSVC complains about. by Benjamin Kramer · 10 years ago
  20. df93f4b Purge unused includes throughout libSupport. by Benjamin Kramer · 10 years ago
  21. c1813d8 [AArch64] Enable rematerialization of float 0 values. by Chad Rosier · 10 years ago
  22. a75fecc Revert "[ARM] Add more pattern matching for f16 <-> f64 conversions" by Bradley Smith · 10 years ago
  23. 437c286 Simplify boolean expressions with true and false using clang-tidy by Eli Bendersky · 10 years ago
  24. 2f72983 [ARM] Remove target-specific ITOFP/FPTOI nodes by James Molloy · 10 years ago
  25. fd58f22 R600/SI: Fix crash in SIInstrInfo::areLoadsFromSameBasePtr() by Tom Stellard · 10 years ago
  26. fdfad96 [Hexagon] Simplify boolean expression by Colin LeMahieu · 10 years ago
  27. de5be46 [ARM] Add more pattern matching for f16 <-> f64 conversions by Bradley Smith · 10 years ago
  28. cab2a09 [gcov] Move formatBranchInfo into an anonymous namespace. by Benjamin Kramer · 10 years ago
  29. bd8e1b1 Move private classes into anonymous namespaces by Benjamin Kramer · 10 years ago
  30. 15863e5 Fix sign extension for MIPS64 in makeLibCall function by Petar Jovanovic · 10 years ago
  31. eb7e9cc [aarch64] Distinguish the 'Q' and 'm' inline assembly memory constraints. by Daniel Sanders · 10 years ago
  32. e86dbbf [SDAG] Don't widen VSETCC during type legalization for split operands by Hal Finkel · 10 years ago
  33. 858c62e [Orc] Add missing -use-orcmcjit flag to a number of Orc regression tests. by Lang Hames · 10 years ago
  34. 38d5f48 Fix typo 'AVX too' instead of 'AVX2' by Craig Topper · 10 years ago
  35. da740f1 [X86] Add one stepping of Broadwell to the CPU name autodetection for march=native. by Craig Topper · 10 years ago
  36. a36668c Silence a GCC warning by David Majnemer · 10 years ago
  37. 00edfae FoldingSet: Make FoldingSetImpl's dtor protected and non-virtual by Benjamin Kramer · 10 years ago
  38. 031fbae Prevent CHECK-NOTs from matching file paths by Duncan P. N. Exon Smith · 10 years ago
  39. 3445d7b Fixed MSVC compile warning issue introduced in r232837 by Simon Pilgrim · 10 years ago
  40. 42a84b5 [SimplifyLibCalls] Fix negative shifts being produced by the memchr -> bitfield transform. by Benjamin Kramer · 10 years ago
  41. fd48a80 [SimplifyLibCalls] Turn memchr(const, C, const) into a bitfield check. by Benjamin Kramer · 10 years ago
  42. 2bb644f R600: Cleanup test with multiple check prefixes by Matt Arsenault · 10 years ago
  43. b1c9f1f StringRef: Just forward StringRef::find to libc's memchr. by Benjamin Kramer · 10 years ago
  44. f85c601 Revert accidental commit. by Benjamin Kramer · 10 years ago
  45. 4b74df7 SimplifyLibCalls: Add basic optimization of memchr calls. by Benjamin Kramer · 10 years ago
  46. 046c58a ValueTracking: Forward getConstantStringInfo's TrimAtNul param into recursive invocation by Benjamin Kramer · 10 years ago
  47. c58f32d Tidied up vec_zero_cse.ll test. NFCI. by Simon Pilgrim · 10 years ago
  48. ac5b42c MemoryDependenceAnalysis: Don't miscompile atomics by David Majnemer · 10 years ago
  49. 048ca17 AArch64: simplify test case by Tim Northover · 10 years ago
  50. 4638c99 Remove the target independent TargetMachine::getSubtarget and by Eric Christopher · 10 years ago
  51. ae6fc14 Remove the bare getSubtargetImpl call from the AArch64 port. As part by Eric Christopher · 10 years ago
  52. bc473ed Remove the bare getSubtargetImpl call from the PPC port. As part by Eric Christopher · 10 years ago
  53. f2b4a7f Forward the Function based getSubtarget call to the appropriate Impl call. by Eric Christopher · 10 years ago
  54. b793348 Grab a subtarget off of an AMDGPUTargetMachine rather than a by Eric Christopher · 10 years ago
  55. 6f125f5 Cache the Function dependent subtarget on the MachineFunction. by Eric Christopher · 10 years ago
  56. 773e661 Grab the cached subtarget off of the MachineFunction. by Eric Christopher · 10 years ago
  57. fac8953 Grab a subtarget off of a MipsTargetMachine rather than a by Eric Christopher · 10 years ago
  58. 1154706 Simplify the query for a subtarget in the NVPTX pass manager. by Eric Christopher · 10 years ago
  59. ba617ac Change getISAEncoding to use the target triple to determine by Eric Christopher · 10 years ago
  60. 4ced9d4 Make the Hexagon ISelDAGToDAG pass set the subtarget dynamically by Eric Christopher · 10 years ago
  61. a1ea57a [sanitizer] experimental tracing for cmp instructions by Kostya Serebryany · 10 years ago
  62. 995f4f8 [CodeGen][IfCvt] Don't re-ifcvt blocks with unanalyzable terminators. by Ahmed Bougacha · 10 years ago
  63. 165bd17 [AArch64] Prefer UZP for concat_vector of illegal truncs. by Ahmed Bougacha · 10 years ago
  64. e3f2e6f Make getLastArgNoClaim work for up to 4 arguments. by Filipe Cabecinhas · 10 years ago
  65. 2c11db2 Tell lit.cfg about more Windows triples. by Yunzhong Gao · 10 years ago
  66. be9ee96 [X86, AVX] instcombine common cases of vperm2* intrinsics into shuffles by Sanjay Patel · 10 years ago
  67. e0e1c1d Fixing a bug with WinEH PHI handling by Andrew Kaylor · 10 years ago
  68. 39110ec [X86] Prefer blendps over insertps codegen for one special case by Sanjay Patel · 10 years ago
  69. 5155a78 X86: Make helper functions static. NFC. by Benjamin Kramer · 10 years ago
  70. aaca69b Remove dead calls and function arguments dealing with TRI in StackMaps. by Eric Christopher · 10 years ago
  71. e2305f7 DebugInfo: Require valid DIDescriptors by Duncan P. N. Exon Smith · 10 years ago
  72. d80979b Don't declare all text sections at the start of the .s by Rafael Espindola · 10 years ago
  73. e9994ab Bugpoint: Fix invalid 'inlinedAt:' references in testcase by Duncan P. N. Exon Smith · 10 years ago
  74. 2145388 AsmPrinter: Check subprogram before using it by Duncan P. N. Exon Smith · 10 years ago
  75. 82759c6 Reorganize the x86 ELF relocation selection logic. by Rafael Espindola · 10 years ago
  76. c128839 DwarfDebug: Check for null DebugLocs by Duncan P. N. Exon Smith · 10 years ago
  77. d94d5bb Verifier: Check that !dbg attachments have the right type by Duncan P. N. Exon Smith · 10 years ago
  78. c867853 DebugInfoFinder: Check for null imported entities by Duncan P. N. Exon Smith · 10 years ago
  79. 14d8dbd SanitizerCoverage: Check for null DebugLocs by Duncan P. N. Exon Smith · 10 years ago
  80. 11053bd SelectionDAGBuilder: Rangeify a loop. NFC. by Hans Wennborg · 10 years ago
  81. 13e18d9 SelectionDAGBuilder::handleJTSwitchCase, simplify loop; NFC by Hans Wennborg · 10 years ago
  82. 1188480 Rewrite test/Feature/md_on_instruction.ll by Duncan P. N. Exon Smith · 10 years ago
  83. 8979e3f Correctly estimate SROA savings for store operands in inline cost analysis. by Wei Mi · 10 years ago
  84. e7cec1e Small optimization to avoid getting pass info when we will not run loop by Daniel Berlin · 10 years ago
  85. 151a5da [ARM] Fix handling of thumb1 out-of-range frame offsets by John Brawn · 10 years ago
  86. 45f61bf Stripped trailing whitespace. NFC. by Simon Pilgrim · 10 years ago
  87. aa6604c Rewrite StackMap location handling to pre-compute the dwarf register by Eric Christopher · 10 years ago
  88. abc546a At the beginning of doFinalization set the MachineFunction to by Eric Christopher · 10 years ago
  89. dda7fcb Typo. by Chad Rosier · 10 years ago
  90. 18e8ab1 R600/SI: Refactor VOP2 instruction defs by Tom Stellard · 10 years ago
  91. fb9cd4b R600/SI: Refactor VOP1 instruction defs by Tom Stellard · 10 years ago
  92. c2c5c09 Reduce indentation after return. NFC. by Rafael Espindola · 10 years ago
  93. 6ee46c4 Use early returns. NFC. by Rafael Espindola · 10 years ago
  94. c09121b Fold a llvm_unreachable into an assert. NFC. by Rafael Espindola · 10 years ago
  95. ddcc06d clang-format a function. NFC. by Rafael Espindola · 10 years ago
  96. 70b146b [MBP] Don't outline short optional branches by Daniel Jasper · 10 years ago
  97. 3220d11 [Tablegen] Attempt to add support for patterns containing nodes with multiple results. by Craig Topper · 10 years ago
  98. 4aee931 R600/SI: Add missing CHECK-LABEL lines to a test by Tom Stellard · 10 years ago
  99. 9478751 Fix comment from r232794. NFC by Nick Lewycky · 10 years ago
  100. 2611a42 [bpf] fix build by Alexei Starovoitov · 10 years ago