1. cab2a09 [gcov] Move formatBranchInfo into an anonymous namespace. by Benjamin Kramer · 10 years ago
  2. bd8e1b1 Move private classes into anonymous namespaces by Benjamin Kramer · 10 years ago
  3. 15863e5 Fix sign extension for MIPS64 in makeLibCall function by Petar Jovanovic · 10 years ago
  4. eb7e9cc [aarch64] Distinguish the 'Q' and 'm' inline assembly memory constraints. by Daniel Sanders · 10 years ago
  5. e86dbbf [SDAG] Don't widen VSETCC during type legalization for split operands by Hal Finkel · 10 years ago
  6. 858c62e [Orc] Add missing -use-orcmcjit flag to a number of Orc regression tests. by Lang Hames · 10 years ago
  7. 38d5f48 Fix typo 'AVX too' instead of 'AVX2' by Craig Topper · 10 years ago
  8. da740f1 [X86] Add one stepping of Broadwell to the CPU name autodetection for march=native. by Craig Topper · 10 years ago
  9. a36668c Silence a GCC warning by David Majnemer · 10 years ago
  10. 00edfae FoldingSet: Make FoldingSetImpl's dtor protected and non-virtual by Benjamin Kramer · 10 years ago
  11. 031fbae Prevent CHECK-NOTs from matching file paths by Duncan P. N. Exon Smith · 10 years ago
  12. 3445d7b Fixed MSVC compile warning issue introduced in r232837 by Simon Pilgrim · 10 years ago
  13. 42a84b5 [SimplifyLibCalls] Fix negative shifts being produced by the memchr -> bitfield transform. by Benjamin Kramer · 10 years ago
  14. fd48a80 [SimplifyLibCalls] Turn memchr(const, C, const) into a bitfield check. by Benjamin Kramer · 10 years ago
  15. 2bb644f R600: Cleanup test with multiple check prefixes by Matt Arsenault · 10 years ago
  16. b1c9f1f StringRef: Just forward StringRef::find to libc's memchr. by Benjamin Kramer · 10 years ago
  17. f85c601 Revert accidental commit. by Benjamin Kramer · 10 years ago
  18. 4b74df7 SimplifyLibCalls: Add basic optimization of memchr calls. by Benjamin Kramer · 10 years ago
  19. 046c58a ValueTracking: Forward getConstantStringInfo's TrimAtNul param into recursive invocation by Benjamin Kramer · 10 years ago
  20. c58f32d Tidied up vec_zero_cse.ll test. NFCI. by Simon Pilgrim · 10 years ago
  21. ac5b42c MemoryDependenceAnalysis: Don't miscompile atomics by David Majnemer · 10 years ago
  22. 048ca17 AArch64: simplify test case by Tim Northover · 10 years ago
  23. 4638c99 Remove the target independent TargetMachine::getSubtarget and by Eric Christopher · 10 years ago
  24. ae6fc14 Remove the bare getSubtargetImpl call from the AArch64 port. As part by Eric Christopher · 10 years ago
  25. bc473ed Remove the bare getSubtargetImpl call from the PPC port. As part by Eric Christopher · 10 years ago
  26. f2b4a7f Forward the Function based getSubtarget call to the appropriate Impl call. by Eric Christopher · 10 years ago
  27. b793348 Grab a subtarget off of an AMDGPUTargetMachine rather than a by Eric Christopher · 10 years ago
  28. 6f125f5 Cache the Function dependent subtarget on the MachineFunction. by Eric Christopher · 10 years ago
  29. 773e661 Grab the cached subtarget off of the MachineFunction. by Eric Christopher · 10 years ago
  30. fac8953 Grab a subtarget off of a MipsTargetMachine rather than a by Eric Christopher · 10 years ago
  31. 1154706 Simplify the query for a subtarget in the NVPTX pass manager. by Eric Christopher · 10 years ago
  32. ba617ac Change getISAEncoding to use the target triple to determine by Eric Christopher · 10 years ago
  33. 4ced9d4 Make the Hexagon ISelDAGToDAG pass set the subtarget dynamically by Eric Christopher · 10 years ago
  34. a1ea57a [sanitizer] experimental tracing for cmp instructions by Kostya Serebryany · 10 years ago
  35. 995f4f8 [CodeGen][IfCvt] Don't re-ifcvt blocks with unanalyzable terminators. by Ahmed Bougacha · 10 years ago
  36. 165bd17 [AArch64] Prefer UZP for concat_vector of illegal truncs. by Ahmed Bougacha · 10 years ago
  37. e3f2e6f Make getLastArgNoClaim work for up to 4 arguments. by Filipe Cabecinhas · 10 years ago
  38. 2c11db2 Tell lit.cfg about more Windows triples. by Yunzhong Gao · 10 years ago
  39. be9ee96 [X86, AVX] instcombine common cases of vperm2* intrinsics into shuffles by Sanjay Patel · 10 years ago
  40. e0e1c1d Fixing a bug with WinEH PHI handling by Andrew Kaylor · 10 years ago
  41. 39110ec [X86] Prefer blendps over insertps codegen for one special case by Sanjay Patel · 10 years ago
  42. 5155a78 X86: Make helper functions static. NFC. by Benjamin Kramer · 10 years ago
  43. aaca69b Remove dead calls and function arguments dealing with TRI in StackMaps. by Eric Christopher · 10 years ago
  44. e2305f7 DebugInfo: Require valid DIDescriptors by Duncan P. N. Exon Smith · 10 years ago
  45. d80979b Don't declare all text sections at the start of the .s by Rafael Espindola · 10 years ago
  46. e9994ab Bugpoint: Fix invalid 'inlinedAt:' references in testcase by Duncan P. N. Exon Smith · 10 years ago
  47. 2145388 AsmPrinter: Check subprogram before using it by Duncan P. N. Exon Smith · 10 years ago
  48. 82759c6 Reorganize the x86 ELF relocation selection logic. by Rafael Espindola · 10 years ago
  49. c128839 DwarfDebug: Check for null DebugLocs by Duncan P. N. Exon Smith · 10 years ago
  50. d94d5bb Verifier: Check that !dbg attachments have the right type by Duncan P. N. Exon Smith · 10 years ago
  51. c867853 DebugInfoFinder: Check for null imported entities by Duncan P. N. Exon Smith · 10 years ago
  52. 14d8dbd SanitizerCoverage: Check for null DebugLocs by Duncan P. N. Exon Smith · 10 years ago
  53. 11053bd SelectionDAGBuilder: Rangeify a loop. NFC. by Hans Wennborg · 10 years ago
  54. 13e18d9 SelectionDAGBuilder::handleJTSwitchCase, simplify loop; NFC by Hans Wennborg · 10 years ago
  55. 1188480 Rewrite test/Feature/md_on_instruction.ll by Duncan P. N. Exon Smith · 10 years ago
  56. 8979e3f Correctly estimate SROA savings for store operands in inline cost analysis. by Wei Mi · 10 years ago
  57. e7cec1e Small optimization to avoid getting pass info when we will not run loop by Daniel Berlin · 10 years ago
  58. 151a5da [ARM] Fix handling of thumb1 out-of-range frame offsets by John Brawn · 10 years ago
  59. 45f61bf Stripped trailing whitespace. NFC. by Simon Pilgrim · 10 years ago
  60. aa6604c Rewrite StackMap location handling to pre-compute the dwarf register by Eric Christopher · 10 years ago
  61. abc546a At the beginning of doFinalization set the MachineFunction to by Eric Christopher · 10 years ago
  62. dda7fcb Typo. by Chad Rosier · 10 years ago
  63. 18e8ab1 R600/SI: Refactor VOP2 instruction defs by Tom Stellard · 10 years ago
  64. fb9cd4b R600/SI: Refactor VOP1 instruction defs by Tom Stellard · 10 years ago
  65. c2c5c09 Reduce indentation after return. NFC. by Rafael Espindola · 10 years ago
  66. 6ee46c4 Use early returns. NFC. by Rafael Espindola · 10 years ago
  67. c09121b Fold a llvm_unreachable into an assert. NFC. by Rafael Espindola · 10 years ago
  68. ddcc06d clang-format a function. NFC. by Rafael Espindola · 10 years ago
  69. 70b146b [MBP] Don't outline short optional branches by Daniel Jasper · 10 years ago
  70. 3220d11 [Tablegen] Attempt to add support for patterns containing nodes with multiple results. by Craig Topper · 10 years ago
  71. 4aee931 R600/SI: Add missing CHECK-LABEL lines to a test by Tom Stellard · 10 years ago
  72. 9478751 Fix comment from r232794. NFC by Nick Lewycky · 10 years ago
  73. 2611a42 [bpf] fix build by Alexei Starovoitov · 10 years ago
  74. bea9b06 When simplifying a SCEV truncate by distributing, consider it a simplification to replace a cast, even if we end up with a trunc around the term. Fixes PR22960! by Nick Lewycky · 10 years ago
  75. 67934e4 SampleProfile: Check for missing debug locations by Duncan P. N. Exon Smith · 10 years ago
  76. e48bd55 Verifier: Remove the separate DebugInfoVerifier class by Duncan P. N. Exon Smith · 10 years ago
  77. ffe6f0f Rewrite SelectionDAGBuilder::Clusterify to run in linear time. NFC. by Hans Wennborg · 10 years ago
  78. aa01400 test: Make a start on a test suite for libLTO. by Peter Collingbourne · 10 years ago
  79. 8d5dd67 Use the cached subtarget on the MachineFunction when the AsmPrinter by Eric Christopher · 10 years ago
  80. 051c9e7 Use the cached subtarget off of the machine function. by Eric Christopher · 10 years ago
  81. 2326d50 move insert, extract, concat helper functions closer to related helper functions; NFCI by Sanjay Patel · 10 years ago
  82. 8154ef7 Fix a nasty bug in DAGCombine of STORE nodes. by Owen Anderson · 10 years ago
  83. 53f7887 Remove unused headers. by Eric Christopher · 10 years ago
  84. 0d6199b Add an MCSubtargetInfo variable to the TargetMachine. by Eric Christopher · 10 years ago
  85. d802a47 Add a TargetMachine local MCRegisterInfo and MCInstrInfo so that by Eric Christopher · 10 years ago
  86. c39212a WinEH: Make llvm.eh.actions emission match the EH docs by Reid Kleckner · 10 years ago
  87. 11d7722 [X86, AVX] use blends instead of insert128 with index 0 by Sanjay Patel · 10 years ago
  88. a60d430 Verifier: Remove the separate -verify-di pass by Duncan P. N. Exon Smith · 10 years ago
  89. 10f24ca Fix build failure. by Peter Collingbourne · 10 years ago
  90. 58e8e35 LowerBitSets: Avoid reusing byte set addresses. by Peter Collingbourne · 10 years ago
  91. 416d8ec libLTO, llvm-lto, gold: Introduce flag for controlling optimization level. by Peter Collingbourne · 10 years ago
  92. 0dda07a PassManagerBuilder: Remove effectively dead 'StripDebug' option by Duncan P. N. Exon Smith · 10 years ago
  93. 3d930d4 Switch lowering: extract NextBlock function. NFC. by Hans Wennborg · 10 years ago
  94. 8962c01 Unxfail test/CodeGen/Generic/vector.ll now passing on Hexagon by Krzysztof Parzyszek · 10 years ago
  95. 5e86804 gold: Make powerpc support optional for the tests. by Peter Collingbourne · 10 years ago
  96. c226d9f GlobalDCE: Improve performance for large modules containing comdats. by Peter Collingbourne · 10 years ago
  97. 6e2749c docs: Update llvm-cov docs for the -use-color flag by Justin Bogner · 10 years ago
  98. 97f4d01 Add support for __nvvm_reflect changes in libdevice in CUDA-7.0 by Artem Belevich · 10 years ago
  99. a7c5163 Fixing dependencies for native tablegen. by Chris Bieneman · 10 years ago
  100. cd7ece1 Switch lowering: remove unnecessary ConstantInt casts. NFC. by Hans Wennborg · 10 years ago