1. 2e073f5 [LLE] Fix SingleSource/Benchmarks/Polybench/stencils/jacobi-2d-imper with Polly by Adam Nemet · 10 years ago
  2. 912dbc9 Simplify some boolean conditional return statements in AArch64. by Eric Christopher · 10 years ago
  3. 388c01f Improve the debug output of DwarfDebug::buildLocationList(). by Adrian Prantl · 10 years ago
  4. 692e80b Document an anomaly in this testcase. by Adrian Prantl · 10 years ago
  5. 5dc46f5 Reapply r262092: [FileCheck] Abort if -NOT is combined with another suffix. by Paul Robinson · 10 years ago
  6. bfc5df0 [Verifier] Minor fix to error message; NFC by Sanjoy Das · 10 years ago
  7. 6e4a4d8 [Hexagon] As a size optimization, not lazy extending TPREL or DTPREL variants since they're usually in range. by Colin LeMahieu · 10 years ago
  8. adaa70a [Hexagon] Missed member initialization causing ubsan failure. by Colin LeMahieu · 10 years ago
  9. 7ff3ae6 Enable LoopLoadElimination by default by Adam Nemet · 10 years ago
  10. 30c4a7d Fixup MIPS testcase after r262247 and make it a little more robust. by Adrian Prantl · 10 years ago
  11. 049269d [AArch64] Fix isLegalAddImmediate() to return true for valid negative values. by Geoff Berry · 10 years ago
  12. be45c68 Fix PR26585 by improving the promotion of DBG_VALUEs to DW_AT_locations. by Adrian Prantl · 10 years ago
  13. b9de197 Rename embedded bitcode section in MachO by Steven Wu · 10 years ago
  14. 462318c [X86] Move the ATOMIC_LOAD_OP ISel from DAGToDAG to ISelLowering. NFCI. by Ahmed Bougacha · 10 years ago
  15. 4a487ec [Hexagon] Setting sign mismatch flag on expression instead of using bit tricks. by Colin LeMahieu · 10 years ago
  16. 0158e00 Minor code cleanup. NFC by Rong Xu · 10 years ago
  17. ace061b [WinEH] Make setjmp work correctly with EH by David Majnemer · 10 years ago
  18. eb295ed Move discriminator assignment to the right place. by Dehao Chen · 10 years ago
  19. 45a6a62 [Hexagon] Using MustExtend flag on expression instead of passing around bools. by Colin LeMahieu · 10 years ago
  20. 66fcf8f fix typo in comment by Adrian Prantl · 10 years ago
  21. 9411e53 Fix for PR26180 by Nemanja Ivanovic · 10 years ago
  22. e4011df [mips] Range check uimm20 and fixed a bug this revealed. by Daniel Sanders · 10 years ago
  23. 0b84c67 [mips] Do not use SLL for ANY_EXTEND nodes as the high bits are undefined. by Vasileios Kalintiris · 10 years ago
  24. 0178bec [mips] Make isel select the correct DEXT variant up front. by Daniel Sanders · 10 years ago
  25. 78ddd2d IRObject: Mark extern_weak as weak. by Rafael Espindola · 10 years ago
  26. cb7bae1 [InstSimplify] Restore fsub 0.0, (fsub 0.0, X) ==> X optzn by Benjamin Kramer · 10 years ago
  27. e2fd561 [mips] Make symbols an acceptable branch target when expanding compare-to-immediate-and-branch macros. by Daniel Sanders · 10 years ago
  28. e8af9d9 [InstSimplify] fsub 0.0, (fsub -0.0, X) ==> X is only safe if signed zeros are ignored. by Benjamin Kramer · 10 years ago
  29. 0562fb3 [test-release.sh] Add lldb to list of projects (disabled by default) by Daniel Sanders · 10 years ago
  30. f7ae2f5 [PM] Wire up optimization levels and default pipeline construction APIs by Chandler Carruth · 10 years ago
  31. d9b6afb [PM] Appease mingw32's auto-import DLL build with minimal tweaks, with fix for clang. by NAKAMURA Takumi · 10 years ago
  32. fe64ace [mips] Remove unused function declarations from MipsRegisterInfo.h. NFC. by Vasileios Kalintiris · 10 years ago
  33. bebf4a6 Revert r262185, "[PM] Appease mingw32's auto-import DLL build with minimal tweaks." by NAKAMURA Takumi · 10 years ago
  34. fd32a56 [PM] Appease mingw32's auto-import DLL build with minimal tweaks. by NAKAMURA Takumi · 10 years ago
  35. f65b510 WebAssembly: fix test by JF Bastien · 10 years ago
  36. df4c0fa WebAssembly: fix build by JF Bastien · 10 years ago
  37. f4f0450 [AVX512][PSLLW ][PSLLV] Change imm8 to int by Michael Zuckerman · 10 years ago
  38. cbdb39c [PGO] Remove redundant counter copies for avail_extern functions. by Xinliang David Li · 10 years ago
  39. 88bff1c CodeGen: Remove an iterator => pointer conversion, NFC by Duncan P. N. Exon Smith · 10 years ago
  40. 26419a1 AMDGPU: More bits of frame index are known to be zero by Matt Arsenault · 10 years ago
  41. cc3610d CodeGen: Use MachineInstr& in InlineSpiller::rematerializeFor() by Duncan P. N. Exon Smith · 10 years ago
  42. 5144d35 CodeGen: Update LiveIntervalAnalysis API to use MachineInstr&, NFC by Duncan P. N. Exon Smith · 10 years ago
  43. 1d75c8d CodeGen: Change MachineInstr to use MachineInstr&, NFC by Duncan P. N. Exon Smith · 10 years ago
  44. 2bc40a1 DAGCombiner: Don't unnecessarily swap operands in ReassociateOps by Matt Arsenault · 10 years ago
  45. 7dd408d CodeGen: Use MachineInstr& in HashMachineInstr, NFC by Duncan P. N. Exon Smith · 10 years ago
  46. a26cd9c CodeGen: Use MachineInstr& in AntiDepBreaker API, NFC by Duncan P. N. Exon Smith · 10 years ago
  47. d7b3cd7 CodeGen: Assert valid MI in AntiDepBreaker::UpdateDbgValue by Duncan P. N. Exon Smith · 10 years ago
  48. 6666292 AArch64: Use MachineInstr& in guaranteesZeroRegInBlock(), NFC by Duncan P. N. Exon Smith · 10 years ago
  49. 0ce039d CodeGen: Update DFAPacketizer API to take MachineInstr&, NFC by Duncan P. N. Exon Smith · 10 years ago
  50. 63ec7f0 WIP: CodeGen: Use MachineInstr& in MachineInstrBundle.h, NFC by Duncan P. N. Exon Smith · 10 years ago
  51. cb7b2cb WebAssembly: fix build by JF Bastien · 10 years ago
  52. 751381e Revert "[sancov] do not instrument nodes that are full pre-dominators" by Renato Golin · 10 years ago
  53. 620d1ab Tidyup for loops - don't repeat upper limit evaluation if you don't have to. NFCI. by Simon Pilgrim · 10 years ago
  54. bb0f911 Addition of tests to previous check-in. Tests for coprocessor register usage in Sparc. by Chris Dewhurst · 10 years ago
  55. 7312b15 [X86][AVX] vpermilvar.pd mask element indices only use bit1 by Simon Pilgrim · 10 years ago
  56. 97e51db The patch adds missing registers and instructions to complete all the registers supported by the Sparc v8 manual. by Chris Dewhurst · 10 years ago
  57. 8668f33 [X86][AVX] Added AVX1 target shuffle combine tests by Simon Pilgrim · 10 years ago
  58. b3cc919 Strip trailing whitespace. NFCI. by Simon Pilgrim · 10 years ago
  59. eb61965 [PM] Loosen the regex for the proxy template name even further to cope by Chandler Carruth · 10 years ago
  60. a39fe8a [PM] Use a boring regex instead of explicitly naming the analysis by Chandler Carruth · 10 years ago
  61. a36b27d [PM] Provide explicit instantiation declarations and definitions for the by Chandler Carruth · 10 years ago
  62. 500af85 [PM] Provide two templates for the two directionalities of analysis by Chandler Carruth · 10 years ago
  63. f51a219 DAGCombiner: Relax sqrt NaN folding check by Matt Arsenault · 10 years ago
  64. 8dfc553 AMDGPU: Split vi-insts subtarget feature by Matt Arsenault · 10 years ago
  65. 788be52 AMDGPU: Add s_sleep intrinsic by Matt Arsenault · 10 years ago
  66. a164276 AMDGPU: Implement readcyclecounter by Matt Arsenault · 10 years ago
  67. 6667d85 CodeGen: Avoid implicit conversion in MachineInstrBuilder, NFC by Duncan P. N. Exon Smith · 10 years ago
  68. e71d87d CodeGen: Remove implicit iterator to pointer conversions, NFC by Duncan P. N. Exon Smith · 10 years ago
  69. 42e1835 CodeGen: Take MachineInstr& in SlotIndexes and LiveIntervals, NFC by Duncan P. N. Exon Smith · 10 years ago
  70. e82b9c2 [instrprof] Use __{start,stop}_SECNAME on PS4 too. by Sean Silva · 10 years ago
  71. fd676b1 [sancov] properly initializing pass. by Mike Aizatsky · 10 years ago
  72. e01ce57 [libFuzzer] don't emit callbacks to sanitizer run-time in -fsanitize-coverage=trace-pc mode; update libFuzzer doc for previous commit by Kostya Serebryany · 10 years ago
  73. 8173717 Suppress an uncovered switch warning [NFC] by Philip Reames · 10 years ago
  74. 32bf008 [LICM] Teach LICM how to handle cases where the alias set tracker was by Chandler Carruth · 10 years ago
  75. 0b3b8cb [libFuzzer] fixing the bot by Kostya Serebryany · 10 years ago
  76. 4470c27 [sancov] print_coverage_points command. by Mike Aizatsky · 10 years ago
  77. 9672e36 [sancov] do not instrument nodes that are full pre-dominators by Mike Aizatsky · 10 years ago
  78. a6b4efd [libFuzzer] speedup path coverage handling by Kostya Serebryany · 10 years ago
  79. fbd6d6e Minor code cleanup. NFC. by Junmo Park · 10 years ago
  80. 07f7a28 [InstCombine] Be more conservative about removing stackrestore by Reid Kleckner · 10 years ago
  81. 05af933 Revert r262092, caught LLD tests by Paul Robinson · 10 years ago
  82. ede28b7 [FileCheck] Abort if -NOT is combined with another suffix. by Paul Robinson · 10 years ago
  83. e2e3f26 Fix a bug in isVectorReductionOp() in SelectionDAGBuilder.cpp that may cause assertion failure on AArch64. by Cong Hou · 10 years ago
  84. 5811aa7 [X86] Move an encoding test from CodeGen to MC. NFC. by Ahmed Bougacha · 10 years ago
  85. b1a7fb8 [X86] Delete old redundant test. NFC. by Ahmed Bougacha · 10 years ago
  86. 0b51670 [X86] Fix a stale comment. NFC. by Ahmed Bougacha · 10 years ago
  87. 8634d27 [X86] Remove the unused SDTX86atomicBinary. NFC. by Ahmed Bougacha · 10 years ago
  88. edac10e [LVI] Extend select handling to catch min/max/clamp idioms by Philip Reames · 10 years ago
  89. 86b1b67 [libFuzzer] add -print_final_stats=1 flag by Kostya Serebryany · 10 years ago
  90. c7dcd6a Strip trailing whitespace. NFCI. by Simon Pilgrim · 10 years ago
  91. fcd97cc [ConstantRange] Add umin/smin operators by Philip Reames · 10 years ago
  92. 5b4af7f [PPC] Legalize FNEG on PPC when possible by Kit Barton · 10 years ago
  93. dd18dd4 Fix spelling. NFCI. by Simon Pilgrim · 10 years ago
  94. 41453a1 [x86, InstCombine] transform x86 AVX2 masked stores to LLVM intrinsics by Sanjay Patel · 10 years ago
  95. 1ff29eb [libFuzzer] initial implementation of path coverage based on -fsanitize-coverage=trace-pc. This does not scale well yet, but already cracks FullCoverageSetTest in seconds by Kostya Serebryany · 10 years ago
  96. 98e3cc3 [CMake] Allow LLVM_TARGETS_TO_BUILD to accept "Native" by Chris Bieneman · 10 years ago
  97. 46e8be6 Reapply r262054 with triple fix. by Paul Robinson · 10 years ago
  98. 2178c71 Power9] Implement new vsx instructions: compare and conversion by Kit Barton · 10 years ago
  99. b9c9a29 [CMake] Add the gold plugin before clang by Chris Bieneman · 10 years ago
  100. 995ce72 [CMake] Assigning the LTO component to lto.h by Chris Bieneman · 10 years ago