- 1615d17 [DAGCombiner] Fix the type used in canFoldInAddressingMode to account for the by Quentin Colombet · 10 years ago
- eb71378 LLParser: Split out ParseMetadataAttachment(), NFC by Duncan P. N. Exon Smith · 10 years ago
- 2bf0f6fd [opaque pointer type] Verifier/AutoUpgrade: Remove a few uses of PointerType::getElementType by David Blaikie · 10 years ago
- 3be4147 AsmWriter: Parameterize the syntactic separator for attachments by Duncan P. N. Exon Smith · 10 years ago
- c8be244 AsmWriter: Only collect attachment names once per module by Duncan P. N. Exon Smith · 10 years ago
- 5f10af2 Remove an unused variable to prevent -Werror build failures. by Kaelyn Takata · 10 years ago
- 61317d5 AsmWriter: Split out code for printing Metadata attachments, NFC by Duncan P. N. Exon Smith · 10 years ago
- 7a301c1 SimplifyCFG: Correctly handle switch lookup tables which fully cover the input type and use bit tests to check for holes by Hans Wennborg · 10 years ago
- af8df39 IR: Use a bitmask to access GlobalObject subclass data by Duncan P. N. Exon Smith · 10 years ago
- 223d9cf IR: Extract set logic from Instruction attachments, NFC by Duncan P. N. Exon Smith · 10 years ago
- 39789f8 [SEH] Implement GetExceptionCode in __except blocks by Reid Kleckner · 10 years ago
- 9cd7a4b IR: Use remove_if for Instruction::dropUnknownMetadata() by Duncan P. N. Exon Smith · 10 years ago
- d8c574a IR: Remove MDMapTy and MDPairTy typedefs, NFC by Duncan P. N. Exon Smith · 10 years ago
- 4eae7e0 IR: Rename LLVMContextImpl::MetadataStore to InstructionMetadata by Duncan P. N. Exon Smith · 10 years ago
- e41f384 [opaque pointer type] Add textual IR support for explicit type parameter to the invoke instruction by David Blaikie · 10 years ago
- 9cb570c [PATCH] [Hexagon] Adding a test case for calling convention. by Sundeep Kushwaha · 10 years ago
- 579cebf [AsmPrinter] Make AsmPrinter's OutStreamer member a unique_ptr. by Lang Hames · 10 years ago
- b5365ee Revert changes to LTO test case since llvm-lto can't handle textual IR inputs by David Blaikie · 10 years ago
- 8b6356c Skip extra LLVM IR assemble/disassemble steps in some tests by David Blaikie · 10 years ago
- c5b1f0a [opaque pointer type] bitcode: add explicit callee type to invoke instructions by David Blaikie · 10 years ago
- 1dd6b02 Fix LoopInterchange/reductions.ll test for debug builds by Andrew Kaylor · 10 years ago
- d5df7d3 Teach AArch64\lit.local.cfg the new triple names windows-gnu and windows-msvc. by Yaron Keren · 10 years ago
- eb3bc0b [CMake] Fix for PR 23328: LLVM_OPTIMIZED_TABLEGEN broken by Chris Bieneman · 10 years ago
- 956b1ff Linker: Update -override testcase to check callers by Duncan P. N. Exon Smith · 10 years ago
- 794cd34 Switch lowering: fix APInt overflow causing infinite loop / OOM by Hans Wennborg · 10 years ago
- 8410b22 [WinEH] Split the landingpad BB instead of cloning it by Reid Kleckner · 10 years ago
- dafe3a5 Fix typo in comment. by Diego Novillo · 10 years ago
- 83bbd19 Use the cleaner syntx value initialization to zero initialize POD structs. by Yaron Keren · 10 years ago
- cf64c3d Silence clang warning: private field 'data_' is not used. by Yaron Keren · 10 years ago
- bedcd1f Silence clang warning: missing field 'Dr0' initializer. by Yaron Keren · 10 years ago
- 7739394 [mips][FastISel] Specify which types we handle for integer extension. by Vasileios Kalintiris · 10 years ago
- c195a0c Removing dead code; NFC. This code was triggering a C4718 warning (recursive call has no side effects, deleting) with MSVC. by Aaron Ballman · 10 years ago
- 45a6961 [BitcodeReader] Fix asserts when we read a non-vector type for insert/extract/shuffle by Filipe Cabecinhas · 10 years ago
- 8d00f2a Correct extractelement constant folding by Pawel Bylica · 10 years ago
- 9ee9f1a Fix APInt long division algorithm by Pawel Bylica · 10 years ago
- a9a01d9 [TableGen] Don't leak Expanders and Operators in SetTheory. by Craig Topper · 10 years ago
- 7cc4f07 [TableGen] Fix all remaining memory leaks of Init and RecTy objects. by Craig Topper · 10 years ago
- 728ad01 Resurrect r235688 by Jingyue Wu · 10 years ago
- f42450a Revert r235688 by Jingyue Wu · 10 years ago
- b55e954 [NVPTX] Emits "generic()" depending on the original address space by Jingyue Wu · 10 years ago
- d83b3b1 [NVPTX] enable NaryReassociate in NVPTX by Jingyue Wu · 10 years ago
- 9dd5b1f R600/SI: Fix verifier error when producing v_madmk_f32 by Matt Arsenault · 10 years ago
- d32beab Improve isTriviallyReMaterializable() documentation. by Matthias Braun · 10 years ago
- bd112c2 R600/RegisterCoalescer: Enable more rematerialization/add missing testcase by Matthias Braun · 10 years ago
- 0683161 Fix a couple of typos in comments. by Michael Zolotukhin · 10 years ago
- 37f93d4 RegisterCoalescer: implicit phsreg uses are fine when rematerializing by Matthias Braun · 10 years ago
- b638e14 Revert accidentally committed "MC: Allow targets to stop symbol name quoting" by Matt Arsenault · 10 years ago
- 784f737 R600/SI: Special case v_mov_b32 as really rematerializable by Matt Arsenault · 10 years ago
- 6ec2992 MC: Allow targets to stop symbol name quoting by Matt Arsenault · 10 years ago
- 589d8fd RegisterCoalescer: Avoid unnecessary register class widening for some rematerializations by Matthias Braun · 10 years ago
- f871658 Re-commit "[SEH] Remove the old __C_specific_handler code now that WinEHPrepare works" by Reid Kleckner · 10 years ago
- 04df402 Fix modules build post-r235612. by Richard Smith · 10 years ago
- 100eab8 [PowerPC] Support register name prefixes for vector registers by Hal Finkel · 10 years ago
- ba03f54 [PowerPC] Use sync inst alias when printing by Hal Finkel · 10 years ago
- 6d49b02 R600: Correctly lower CONCAT_VECTOR nodes with more than 2 operands by Tom Stellard · 10 years ago
- 9c0fb94 Fix comment for NoCommonBits. by Michael Zolotukhin · 10 years ago
- 79f43b2 [PowerPC] Add asm/disasm support for dcbt with hint by Hal Finkel · 10 years ago
- 3ad4bc1 [WinEH] Ignore filter clauses while mapping landing pad blocks. by Andrew Kaylor · 10 years ago
- 173a68d Remove trivial assert to fix NDEBUG Werror builds by Reid Kleckner · 10 years ago
- 93a23a3 Recommit r235458: [opaque pointer type] Avoid using PointerType::getElementType for a few cases of CallInst by David Blaikie · 10 years ago
- d1807ff [WinEH] Replace more lpad value uses with undef by Reid Kleckner · 10 years ago
- c364314 [MachineCopyPropagation] Handle undef flags conservatively so that we do not by Quentin Colombet · 10 years ago
- 9ed816a Unbreak build by Krzysztof Parzyszek · 10 years ago
- b5ce56f [Hexagon] Minor cleanup in HexagonFrameLowering by Krzysztof Parzyszek · 10 years ago
- 2aab32c R600/SI: Fix indirect addressing with a negative constant offset by Tom Stellard · 10 years ago
- 391b2c3 Thumb2: When applying branch optimizations, visit branches in reverse order. by Peter Collingbourne · 10 years ago
- 1ad0f74 ARM: When re-creating a branch via InsertBranch, preserve CPSR flags. by Peter Collingbourne · 10 years ago
- d9a479e Thumb2: When optimizing for size, do not if-convert branches involving comparisons with zero. by Peter Collingbourne · 10 years ago
- f86c29e ARM: When spilling extra registers for alignment, prefer low registers on all Thumb targets. by Peter Collingbourne · 10 years ago
- b28abbf ARM: Only enforce 4-byte alignment on Thumb-2 functions with constant pools. by Peter Collingbourne · 10 years ago
- ab740d1 [Hexagon] Fix compiler warnings in release build by Krzysztof Parzyszek · 10 years ago
- 50b9e7f [getUnderlyingOjbects] Analyze loop PHIs further to remove false positives by Adam Nemet · 10 years ago
- 12f3416 [NVPTX] run SeparateConstOffsetFromGEP before SLSR by Jingyue Wu · 10 years ago
- e32631c R600/SI: Add missing -mcpu=SI to assembler test by Tom Stellard · 10 years ago
- 59edae9 R600/SI: Add assembler support for all CI and VI VOP1 instructions by Tom Stellard · 10 years ago
- f092455 R600/SI: v_mov_fed_b32 does not exist on VI by Tom Stellard · 10 years ago
- bf02414 R600/SI: Use a better error message for unsupported instructions in the assembler by Tom Stellard · 10 years ago
- 95081f5 R600/SI: Improve AsmParser support for forced e64 encoding by Tom Stellard · 10 years ago
- 71ed98d [WinEH] Handle stubs for outlined functions that have only unreached terminators. by Andrew Kaylor · 10 years ago
- 70e56ae Revert "[SEH] Remove the old __C_specific_handler code now that WinEHPrepare works" by Reid Kleckner · 10 years ago
- 184f8f7 [PowerPC] Enable printing instructions using aliases by Hal Finkel · 10 years ago
- 45e7e93 Move DIContext.h to common DebugInfo location. by Zachary Turner · 10 years ago
- 1aa9710 Move Value.isDereferenceablePointer to ValueTracking [NFC] by Philip Reames · 10 years ago
- dab5145 [AArch64] Add nvcast patterns for v4f16 and v8f16 by Pirama Arumuga Nainar · 10 years ago
- b7db5f2 [AArch64] Handle vec4, vec8, vec16 *itofp for half by Pirama Arumuga Nainar · 10 years ago
- defaf83 Re-commit r235560: Switch lowering: extract jump tables and bit tests before building binary tree (PR22262) by Hans Wennborg · 10 years ago
- 08aea0a use update_llc_test_checks.py to tighten checking; remove unnecessary CPU param by Sanjay Patel · 10 years ago
- de0d4bf [Hexagon] Shrink-wrap stack frame (Hexagon-specific) by Krzysztof Parzyszek · 10 years ago
- 69c69df [Hexagon] Add testcases for stack alignment and variable-sized objects by Krzysztof Parzyszek · 10 years ago
- b685acf [mips] [IAS] Move NOP emission after pseudo-instruction expansion. NFC. by Toma Tabacu · 10 years ago
- 5d538f7 Revert r235560; this commit was causing several failed assertions in Debug builds using MSVC's STL. The iterator is being used outside of its valid range. by Aaron Ballman · 10 years ago
- 0236022 Be more strict about the operand for the array type in BitcodeReader by Filipe Cabecinhas · 10 years ago
- 81f9bd3 Verify sizes when trying to read a BitcodeAbbrevOp by Filipe Cabecinhas · 10 years ago
- 77aa4a8 [DAGCombiner] Remove extra bitcasts surrounding vector shuffles by Simon Pilgrim · 10 years ago
- 9311f5b Move common loop utility function isInductionPHI into LoopUtils.cpp by Karthik Bhat · 10 years ago
- 7ab8b55 Add support to interchange loops with reductions. by Karthik Bhat · 10 years ago
- de625b6 [WinEH] Removing seh-filter.ll until I can determine its validity by Andrew Kaylor · 10 years ago
- a1df0a3 [WinEH] Don't skip landing pads that end with an unreachable instruction. by Andrew Kaylor · 10 years ago
- 395f4f4 Switch lowering: extract jump tables and bit tests before building binary tree (PR22262) by Hans Wennborg · 10 years ago
- f9c92b0 [InstCombine] Use a more targeted fix instead of r235544 by David Majnemer · 10 years ago