- b841963 Make IPDBSession::getGlobalScope a non-const method by Adrian McCarthy · 8 years ago
- dc0e67d [x86] add/sub (X==0) --> sbb(neg X) by Sanjay Patel · 8 years ago
- ff51fde MC: Fix dumping of MCFragment values by Sam Clegg · 8 years ago
- d980234 Silence warnings about hidden virtual methods. by Zachary Turner · 8 years ago
- 96e8b4c Updated llvm-objdump symbolic disassembly with x86_64 Mach-O MH_KEXT_BUNDLE by Kevin Enderby · 8 years ago
- 6f1c76b Add a common error checking for some invalid expressions. by Rafael Espindola · 8 years ago
- 9066575 [AMDGPU] Add intrinsics for tbuffer load and store - build error fix by David Stuttard · 8 years ago
- ea114fd [x86] add tests for select --> sbb transform; NFC by Sanjay Patel · 8 years ago
- dad6e61 [AMDGPU] Add intrinsics for tbuffer load and store by David Stuttard · 8 years ago
- 5715184 [Hexagon] Fix typo in a testcase by Krzysztof Parzyszek · 8 years ago
- bba5503 [InstCombine] Teach foldSelectICmpAndOr to recognize (select (icmp slt (trunc (X)), 0), Y, (or Y, C2)) by Craig Topper · 8 years ago
- 8c8509b [ThinLTO] Remove unnecessary include of Linker.h (NFC) by Teresa Johnson · 8 years ago
- b776efa [InstCombine] Add one use checks to or/and->xnor folding by Craig Topper · 8 years ago
- 52e7347 [Hexagon] Handle a global operand to A2_addi when creating duplexes by Krzysztof Parzyszek · 8 years ago
- 4c45e36 [InstCombine] reverse bitcast + bitwise-logic canonicalization (PR33138) by Sanjay Patel · 8 years ago
- 3a93e4a [X86] Add support for "probe-stack" attribute by whitequark · 8 years ago
- bd91b7f [ARM] Create relocations for beq.w branches to ARM function syms. by Florian Hahn · 8 years ago
- e8033d7 [InstCombine] add peekThroughBitcast() helper; NFC by Sanjay Patel · 8 years ago
- 27bff24 [mips] Allow $AT to be used as a register name by Petar Jovanovic · 8 years ago
- 9bd0f56 [DAG] Add Target Store Merge pass ordering function by Nirav Dave · 8 years ago
- 2dfb7e4 Revert "[Support] Add RetryAfterSignal helper function" and subsequent fix by Pavel Labath · 8 years ago
- 7e5eff0 [Hexagon] Recognize potential offset overflow for store-imm to stack by Krzysztof Parzyszek · 8 years ago
- fc01a4a [Support] Fix return type deduction in RetryAfterSignal by Pavel Labath · 8 years ago
- fb1808c [Solaris] replace Solaris.h hack with a set of better hacks by Kamil Rytarowski · 8 years ago
- 841b888 [Testing/Support] Remove the const_cast in TakeExpected by Pavel Labath · 8 years ago
- 7cbb839 Revert [mips] Adds support for R_MIPS_26, HIGHER, HIGHEST relocations in RuntimeDyld by Sagar Thakur · 8 years ago
- 1f2bcd7 [AMDGPU] SDWA: remove support for VOP2 instructions that have only 64-bit encoding by Sam Kolton · 8 years ago
- bfafbd5 Don't conditionalize Neon instructions, even in IT blocks. by Kristof Beyls · 8 years ago
- 9410186 [mips] Adds support for R_MIPS_26, HIGHER, HIGHEST relocations in RuntimeDyld by Sagar Thakur · 8 years ago
- 0061994 [mips] Implement the ".rdata" MIPS assembly directive. by Simon Dardis · 8 years ago
- 5ffaf3e Test commit by Ekaterina Vaartis · 8 years ago
- e001a15 [ARM] Add .w aliases of MOV with shifted operand by John Brawn · 8 years ago
- 943dd9a [ARM] Clean up choice of narrow instructions in ARMAsmParser, NFC by John Brawn · 8 years ago
- e36adbda Revert "Enable vectorizer-maximize-bandwidth by default." by Diana Picus · 8 years ago
- 54b8b99 [GlobalISel][X86] Support vector type G_INSERT legalization/selection. by Igor Breger · 8 years ago
- 7ebe2a2 [ARM] Add macro fusion for AES instructions. by Florian Hahn · 8 years ago
- 347e991 AVX-512: Lowering Masked Gather intrinsic - fixed a bug by Elena Demikhovsky · 8 years ago
- e88fc40 [AMDGPU] SDWA: add support for GFX9 in peephole pass by Sam Kolton · 8 years ago
- e696366 [InstCombine] Add test cases to demonstrate that and->xnor and or->xnor folding can create more instructions than it removed when there are multiple uses. NFC by Craig Topper · 8 years ago
- 9afae17 [PowerPC] fix potential verification errors by Hiroshi Inoue · 8 years ago
- 367f21d [llvm-readobj] Dump the COFF image load config by Reid Kleckner · 8 years ago
- 42bbb7f [wasm] Fix WebAssembly asm backend after r305968 by Reid Kleckner · 8 years ago
- 2eeaae3 Also test thumb. by Rafael Espindola · 8 years ago
- 05a4b44 Revert "[Target] Implement the ".rdata" MIPS assembly directive." by Davide Italiano · 8 years ago
- 4f724ef [WebAssembly] Cleanup WasmObjectWriter.cpp. NFC by Sam Clegg · 8 years ago
- 91cd127 [AMDGPU] Add FP_CLASS to the add/setcc combine by Stanislav Mekhanoshin · 8 years ago
- dfaebc4 [ProfileData, Support] Fix some Clang-tidy modernize-use-using and Include What You Use warnings; other minor fixes (NFC). by Eugene Zelenko · 8 years ago
- bb561ec Use a MutableArrayRef. NFC. by Rafael Espindola · 8 years ago
- 91f6675 Fix build. by Rafael Espindola · 8 years ago
- d0b66db [codeview] respect signedness of APSInts when printing to YAML by Bob Haarman · 8 years ago
- 6189e64 [AMDGPU] Combine add and adde, sub and sube by Stanislav Mekhanoshin · 8 years ago
- b209206 Mark dump() methods as const. NFC by Sam Clegg · 8 years ago
- 1a1f544 [AMDGPU] simplify add x, *ext (setcc) => addc|subb x, 0, setcc by Stanislav Mekhanoshin · 8 years ago
- 52c6452 TableGen.cmake: Use DEPFILE for Ninja Generator with CMake>=3.7. by NAKAMURA Takumi · 8 years ago
- 998914d Enable vectorizer-maximize-bandwidth by default. by Dehao Chen · 8 years ago
- 225f28a [Hexagon] Use MachineInstrBuilder instead of changing instruction in place by Krzysztof Parzyszek · 8 years ago
- 5a11c67 Rename WinCOFFStreamer.cpp -> MCWinCOFFStreamer.cpp by Sam Clegg · 8 years ago
- a625ee4 Add Aarch64 ldst-opt test. by Nirav Dave · 8 years ago
- 9500616 [Target/Mips] Add test associated with r305949. by Davide Italiano · 8 years ago
- 267d13e [Target] Implement the ".rdata" MIPS assembly directive. by Davide Italiano · 8 years ago
- 7c6b474 [Solaris] emit .init_array instead of .ctors on Solaris (Sparc/x86) by Davide Italiano · 8 years ago
- eef2a1e [Reassociate] Use early returns in a couple places to reduce indentation and improve readability. NFC by Craig Topper · 8 years ago
- 19b0aab [Reassociate] Const correct a helper function. NFC by Craig Topper · 8 years ago
- b9c4ad2 [DWARF] Support for DW_FORM_strx3 and complete support for DW_FORM_strx{1,2,4} by Wolfgang Pieb · 8 years ago
- 0773a82 [Hexagon] Handle more types of immediate operands in expand-condsets by Krzysztof Parzyszek · 8 years ago
- 0adc85d [InstCombine] Cleanup using commutable matchers. Make a couple helper methods standalone static functions. Put 'if' around variable declaration instead of after. NFC by Craig Topper · 8 years ago
- 4c34d0af Add a "probe-stack" attribute by whitequark · 8 years ago
- 52ebe03 [BasicAA] Use MayAlias instead of PartialAlias for fallback. by Michael Kruse · 8 years ago
- dc07e63 Object: Have the irsymtab builder take a string table builder. NFCI. by Peter Collingbourne · 8 years ago
- d8cbb8e [CGP, memcmp] replace CreateZextOrTrunc with CreateZext because it can never trunc by Sanjay Patel · 8 years ago
- 8c9101f [CGP] fix variables to be unsigned in memcmp expansion by Sanjay Patel · 8 years ago
- 5f67a41 Do not inline recursive direct calls in sample loader pass. by Dehao Chen · 8 years ago
- 41428eb [PDB] Add symbols to the PDB by Reid Kleckner · 8 years ago
- acaf791 [PowerPC] define target hook isReallyTriviallyReMaterializable() by Lei Huang · 8 years ago
- 2c60ba8 [x86] set the datalayout to match the RUN line triple; NFC by Sanjay Patel · 8 years ago
- ebc007d [InstCombine] Add range metadata to cttz/ctlz/ctpop intrinsic calls based on known bits by Craig Topper · 8 years ago
- f2fe26d [InstCombine] Don't let folding (select (icmp eq (and X, C1), 0), Y, (or Y, C2)) create more instructions than it removes by Craig Topper · 8 years ago
- e44557f [Reassociate] Support xor reassociating for splat vectors by Craig Topper · 8 years ago
- 8051421 [AMDGPU][MC][GFX9] Corrected VOP3P relevant code to fix disassembler failures by Dmitry Preobrazhensky · 8 years ago
- 34e56f0 [DAG] Move BaseIndexOffset into separate Libarary. NFC. by Nirav Dave · 8 years ago
- 833be19 ClangFormat some changes from r305226 by David Blaikie · 8 years ago
- 6c84300 [AARCH64][LSE] Preliminary support for ARMv8.1 LSE Atomics. by Christof Douma · 8 years ago
- 24058c7 [DAG] Remove Node csonstruction from BaseIndexOffset match. NFCI. by Nirav Dave · 8 years ago
- a110a35 [X86][SSE] Dropped -mcpu from 256-bit vector shuffle tests by Simon Pilgrim · 8 years ago
- a03e767 [AMDGPU][MC] Corrected V_*QSAD* instructions to check that dest register is different than any of the src by Dmitry Preobrazhensky · 8 years ago
- e5be7e3 [x86] fix formatting; NFC by Sanjay Patel · 8 years ago
- 2f102b0 [X86][SSE] Dropped -mcpu from 128-bit vector shuffle tests by Simon Pilgrim · 8 years ago
- 8b6d662 [X86][SSE] Regenerate merge store tests by Simon Pilgrim · 8 years ago
- 158809e [X86][SSE] Dropped -mcpu from vector blend shuffle tests and regenerate by Simon Pilgrim · 8 years ago
- 5313649 [X86][SSE] Dropped -mcpu from vector shuffle tests by Simon Pilgrim · 8 years ago
- 01a84a7 [X86][SSE] Dropped -mcpu from vector zero extend tests by Simon Pilgrim · 8 years ago
- 1c0fdaa [X86][SSE] Dropped -mcpu from variable shuffle tests by Simon Pilgrim · 8 years ago
- 9bb1718 [X86][AVX] Add AVX1 shuffle truncation tests by Simon Pilgrim · 8 years ago
- 1fa0c45 [X86][SSE] Add SSE2/SSE42 shuffle truncation tests by Simon Pilgrim · 8 years ago
- f2d422d [X86] Rerun the update_llc_test_checks tool on test. NFC. by Zvi Rackover · 8 years ago
- 7ce729b Fix build after r305892 by Pavel Labath · 8 years ago
- 39ca2ef [AARCH64][LSE] Preliminary support for ARMv8.1 LSE Atomics. by Christof Douma · 8 years ago
- 84aab6f [Support] Add RetryAfterSignal helper function by Pavel Labath · 8 years ago
- 3b3d0f0 [AArch64] Add early exit to promoteLoadFromStore. by Florian Hahn · 8 years ago
- 1f16590 [MIPS] Fix for selecting of DINS/INS instruction by Strahinja Petrovic · 8 years ago