- f66532b [CodeGen] Unify the syntax of MBB successors in MIR and -debug output by Francis Visoiu Mistrih · 8 years ago
- 331b6f3 [CodeGen] Move printing '\n' from MachineInstr::print to MachineBasicBlock::print by Francis Visoiu Mistrih · 8 years ago
- 5c4660b [Lanai] Code model dictates section selection. by Jacques Pienaar · 8 years ago
- cde943d [x86] consolidate and add tests for undef binop folds; NFC by Sanjay Patel · 8 years ago
- 980f103 Use a stable topological sort in DwarfCompileUnit::createScopeChildrenDIE() by Adrian Prantl · 8 years ago
- 7fa9b1f Minor tweak to test case. by Dmitry Mikulin · 8 years ago
- f0574ca [DWARFv5] Fix dumper to show the file table starts at index 0. by Paul Robinson · 8 years ago
- c9ae4f9 AMDGPU: Process SDWA block at a time by Matt Arsenault · 8 years ago
- 7913bcd AMDGPU: Minor cleanups by Matt Arsenault · 8 years ago
- cbd9100 [GlobalISel][X86] Fixing failures after https://reviews.llvm.org/D37775 by Alexander Ivchenko · 8 years ago
- 6a919aa [GlobalIsel][X86] Making {G_IMPLICIT_DEF, s128} legal by Alexander Ivchenko · 8 years ago
- 1a2742d [X86] Improve combineCastedMaskArithmetic to fold (bitcast (vXi1 (and/or/xor X, C)))->(vXi1 (and/or/xor (bitcast X), (bitcast C)) where C is a constant build_vector. by Craig Topper · 8 years ago
- e4e4fc4 [X86] Add DAG combine to constant fold a bitcast of a vXi1 constant build_vector into a scalar integer. by Craig Topper · 8 years ago
- f7664e8 CMake: Explicitly #undef LLVM_REVISION rather than using a blank file by Justin Bogner · 8 years ago
- 1d564e0 [ThinLTO] Skip BlockAddresses while replacing uses in function import. by Dmitry Mikulin · 8 years ago
- e5fa4fc Parameterize a test. by Paul Robinson · 8 years ago
- 0745d95 [DSan] Update uses of memory intrinsic get/setAlignment to new API (NFC) by Daniel Neilson · 8 years ago
- 66bf8e6 [ASan] Update uses of IRBuilder::CreateMemCpy to new API (NFC) by Daniel Neilson · 8 years ago
- 5309a7b Revert "WIP: [DAGCombiner] Assert that debug info is preserved" by Vedant Kumar · 8 years ago
- 0f1e6f8 [bugpoint] Simplify the global initializer reducer, NFC by Vedant Kumar · 8 years ago
- deeff3d WIP: [DAGCombiner] Assert that debug info is preserved by Vedant Kumar · 8 years ago
- 2206986 [X86] Remove kortest intrinsics and replace with native IR. by Craig Topper · 8 years ago
- 43849be [X86] Support 'V' register operand modifier by David Woodhouse · 8 years ago
- fa797f4 Fix missing field initializer warning in TableGen SubtargetEmitter by David Blaikie · 8 years ago
- 3c8d6c5 [MSan] Update uses of IRBuilder::CreateMemCpy to new API (NFC) by Daniel Neilson · 8 years ago
- 16273d2 Regenerate test by Simon Pilgrim · 8 years ago
- 3a4a268 [X86] Add common CHECK prefix to shift combine tests by Simon Pilgrim · 8 years ago
- 7fa8106 [X86] Add shift undef, %X tests by Simon Pilgrim · 8 years ago
- 7adf52c [InstCombine] visitSRem - use m_Negative(APInt) helper. NFCI. by Simon Pilgrim · 8 years ago
- a5944e5 [InstCombine] Add vector udiv tests by Simon Pilgrim · 8 years ago
- d366385 [SelectionDAG] Add a helper function for creating a boolean constant based on the target's boolean content by Craig Topper · 8 years ago
- 2675789 Simplify function prototypes in bugpoint, NFC by Vedant Kumar · 8 years ago
- cc227f8 Change "UNSUPPORTED: windows" to be "UNSUPPORTED: system-windows" so that test is actually skipped on Windows. by Douglas Yung · 8 years ago
- 28a96ee [InstCombine] Add m_Negative pattern matching by Simon Pilgrim · 8 years ago
- 90222ff [X86] Add a few new test cases for shrunkblend combine by Craig Topper · 8 years ago
- 934bc50 [InstCombine] Add vector urem tests. by Simon Pilgrim · 8 years ago
- 74894cd Use ranged for loops in TypeFinder.cpp, NFC by Vedant Kumar · 8 years ago
- 0ec6e0c [InstCombine] Regenerate vector mul tests. by Simon Pilgrim · 8 years ago
- b9a5c1a [LoopIdiom] Be more aggressive when setting alignment in memcpy by Daniel Neilson · 8 years ago
- 3d5f329 Fix signed/unsigned compare warning I introduced by Erich Keane · 8 years ago
- da8116f [ARM] Add 'fillValidCPUArchList' to ARM targets by Erich Keane · 8 years ago
- 0648dd9 [dsymutil] Use llvm::sys::path to join bundle path. by Jonas Devlieghere · 8 years ago
- f1567ab [dwarfdump] Normalize input path. by Jonas Devlieghere · 8 years ago
- a43548c [AMDGPU] Updae documentation about address space by Yaxun Liu · 8 years ago
- 86517c4 [SLPVectorizer] auto-generate complete checks; NFC by Sanjay Patel · 8 years ago
- 6412c37 [SLPVectorizer] auto-generate complete checks; NFC by Sanjay Patel · 8 years ago
- 306ada1 [SLPVectorizer] move RUN line to top-of-file; NFC by Sanjay Patel · 8 years ago
- 0a5886c [InstCombine] Fix issue with X udiv (POW2_C1 << N) for non-splat constant vectors by Simon Pilgrim · 8 years ago
- 24f7956 [SLPVectorizer] auto-generate complete checks; NFC by Sanjay Patel · 8 years ago
- a69986c [LoopVectorize] auto-generate complete checks; NFC by Sanjay Patel · 8 years ago
- ce8aaf3 [ValueTracking] don't crash when assumptions conflict (PR36270) by Sanjay Patel · 8 years ago
- a53fc2e [InstCombine] Fix issue with X udiv 2^C -> X >> C for non-splat constant vectors by Simon Pilgrim · 8 years ago
- 75f7e7d [ARM] Re-commit r324600 with fixed LLVMBuild.txt by Oliver Stannard · 8 years ago
- 78c0953 Fix unused variable warning. by Simon Pilgrim · 8 years ago
- 35aa696 Revert r324600 as it breaks a buildbot by Oliver Stannard · 8 years ago
- 879372e [InstCombine] Improve mul(x, pow2) -> shl combine for vector constants by Simon Pilgrim · 8 years ago
- 03662ff [x86] Add test/CodeGen/X86/vmaskmov-offset.ll. NFC. by Alexander Ivchenko · 8 years ago
- 8cc6281 [ARM] Fix disassembly of invalid banked register moves by Oliver Stannard · 8 years ago
- fd8aee0 [test][dsymutil] Fix tests for Windows bots. by Jonas Devlieghere · 8 years ago
- aca8af8 Add missed PostDominatorTree analysis dependency to GVN hoist pass. by Alexander Ivchenko · 8 years ago
- fad5733 [X86][MC]: Adding test coverage of MC encoding for several small extensions.<NFC> by Gadi Haber · 8 years ago
- 6169346 Re-land [dsymutil] Upstream update feature by Jonas Devlieghere · 8 years ago
- 91a90a2 [Loop Predication] Teach LP about reverse loops with uge and sge latch conditions by Serguei Katkov · 8 years ago
- 6656160 [X86] Fix compilation of r324580. by Clement Courbet · 8 years ago
- 33f35fb Revert accidental changes that snuck in r324584 by Stefan Maksimovic · 8 years ago
- c61c2f0 [mips] Define certain instructions in microMIPS32r3 by Stefan Maksimovic · 8 years ago
- 80d11db [AVR] Fix the testsuite after '%' changed to '$' in MIR by Dylan McKay · 8 years ago
- ee765a1 [TargetSchedule] Expose sub-units of a ProcResGroup in MCProcResourceDesc. by Clement Courbet · 8 years ago
- ca1a7d0 [AArch64] Don't materialize 0 with "fmov h0, .." when FullFP16 is not supported by Sjoerd Meijer · 8 years ago
- cf087c1 [X86] Support folding in a k-register OR when creating KORTEST from scalar compare of a bitcast from vXi1. by Craig Topper · 8 years ago
- 3b77e6e [X86] Allow KORTEST instruction to be used for testing if a mask is all ones by Craig Topper · 8 years ago
- 181057e [X86] Don't emit KTEST instructions unless only the Z flag is being used by Craig Topper · 8 years ago
- 97f86a9 Recommit r324455 "[ThinLTO] - Simplify code in ThinLTOBitcodeWriter." by George Rimar · 8 years ago
- 4c64dfe [SimplifyCFG] Re-apply Relax restriction for folding unconditional branches by Serguei Katkov · 8 years ago
- 62cd19d CMAKE: apply -O3 for mingw clang by Martell Malone · 8 years ago
- f198033 [DAGCombiner] Fix a couple mistakes from r324311 by really passing the original load to ExtendSetCCUses. by Craig Topper · 8 years ago
- d758b76 [DAGCombiner] Don't create truncate nodes in (aext (zextload x)) -> (zextload x) and similar folds. NFCI by Craig Topper · 8 years ago
- 3328d97 ARM: Remove dead code. NFCI. by Peter Collingbourne · 8 years ago
- 530107f [CodeGen] Print MachineBasicBlock labels using MIR syntax in -debug output by Francis Visoiu Mistrih · 8 years ago
- 1176aed [DAGCombiner] Avoid creating truncate nodes in (zext (and (load)))->(and (zextload)) fold until we know for sure we're going to need it. NFCI by Craig Topper · 8 years ago
- 4892373 [DAGCombiner] Rename variable to be slightly better. NFC by Craig Topper · 8 years ago
- 37962a3 bpf: Improve expanding logic in LowerSELECT_CC by Yonghong Song · 8 years ago
- b07c392 gold-plugin: Do not set codegen opt level based on LTO opt level. by Peter Collingbourne · 8 years ago
- 6879e4b AMDGPU: Fix incorrect reordering when inline asm defines LDS address by Matt Arsenault · 8 years ago
- ba4bd09 Fix PR36268. by Rafael Espindola · 8 years ago
- 0bd3ade AMDGPU: Don't crash when trying to fold implicit operands by Matt Arsenault · 8 years ago
- b712efa [NVPTX] When dying due to a bad address space value, print out the value. by Justin Lebar · 8 years ago
- 84f9e04 [AMDGPU] Fixed wait count reuse by Stanislav Mekhanoshin · 8 years ago
- 6e5a650 [x86] Fix nasty bug in the x86 backend that is essentially impossible to by Chandler Carruth · 8 years ago
- 19265c9 Verify profile data confirms large loop trip counts. by Mircea Trofin · 8 years ago
- 4777e1f [X86] Prune some unreachable 'return SDValue()' paths from LowerSIGN_EXTEND/LowerZERO_EXTEND/LowerANY_EXTEND. by Craig Topper · 8 years ago
- 49ae5ea [X86] Remove dead code from EmitTest that looked for an i1 type which should have already been type legalized away. NFC by Craig Topper · 8 years ago
- fb775f9 [X86] When doing callee save/restore for k-registers make sure we don't use KMOVQ on non-BWI targets by Craig Topper · 8 years ago
- cb2b332 [X86] Auto-generate complete checks. NFC by Craig Topper · 8 years ago
- 0b268d6 Revert "[DebugInfo] Improvements to representation of enumeration types (PR36168)" by Momchil Velikov · 8 years ago
- 3750e6f [SLP] Add a tests for PR36280, NFC. by Alexey Bataev · 8 years ago
- f45b60f Generate PDB files for profiling even in Release build. by Zachary Turner · 8 years ago
- 00812da [X86] Regenerate test using update_mir_test_checks.py. NFC by Craig Topper · 8 years ago
- c952538 Revert "AMDGPU: Add 32-bit constant address space" by Rafael Espindola · 8 years ago
- 6bac809 Revert dsymutil -update commits by Jonas Devlieghere · 8 years ago