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