| Commit message (Expand) | Author | Age | Files | Lines |
| * | [CodeGen] Fix sinking local values in lpads with phis | Reid Kleckner | 2020-04-13 | 1 | -1/+16 |
| * | Revert "[DebugInfo] Remove some users of DBG_VALUEs IsIndirect field" | Jeremy Morse | 2020-02-12 | 1 | -7/+5 |
| * | Move tail call disabling code to target independent code | Reid Kleckner | 2020-01-03 | 1 | -0/+4 |
| * | Add support for lowering 32-bit/64-bit pointers | Amy Huang | 2019-12-04 | 1 | -2/+2 |
| * | FastISel - fix uninitialized variable warnings in constructor. NFCI. | Simon Pilgrim | 2019-11-02 | 1 | -1/+2 |
| * | Recommit "Add a heap alloc site marker field to the ExtraInfo in MachineInstrs" | Amy Huang | 2019-10-28 | 1 | -4/+3 |
| * | Add Windows Control Flow Guard checks (/guard:cf). | Andrew Paverd | 2019-10-28 | 1 | -0/+2 |
| * | Revert "Add an instruction marker field to the ExtraInfo in MachineInstrs." | Amy Huang | 2019-10-25 | 1 | -3/+4 |
| * | Add an instruction marker field to the ExtraInfo in MachineInstrs. | Amy Huang | 2019-10-25 | 1 | -4/+3 |
| * | [Alignment][NFC] TargetCallingConv::setByValAlign | Guillaume Chatelet | 2019-10-21 | 1 | -1/+1 |
| * | [Alignment][NFC] TargetCallingConv::setOrigAlign and TargetLowering::getABIAl... | Guillaume Chatelet | 2019-10-21 | 1 | -2/+1 |
| * | [DebugInfo] Remove some users of DBG_VALUEs IsIndirect field | Jeremy Morse | 2019-10-15 | 1 | -5/+7 |
| * | Reapply r374743 with a fix for the ocaml binding | Joerg Sonnenberger | 2019-10-14 | 1 | -18/+6 |
| * | Revert "Add a pass to lower is.constant and objectsize intrinsics" | Dmitri Gribenko | 2019-10-14 | 1 | -6/+18 |
| * | Add a pass to lower is.constant and objectsize intrinsics | Joerg Sonnenberger | 2019-10-13 | 1 | -18/+6 |
| * | [FastISel] Copy the inline assembly dialect to the INLINEASM instruction. | Craig Topper | 2019-10-05 | 1 | -0/+1 |
| * | [FastISel] Fix insertion of unconditional branches during FastISel | David Tellenbach | 2019-09-20 | 1 | -4/+4 |
| * | Update CodeGen to use hasMetadata as appropriate [NFC] | Philip Reames | 2019-09-04 | 1 | -5/+4 |
| * | Finish moving TargetRegisterInfo::isVirtualRegister() and friends to llvm::Re... | Daniel Sanders | 2019-08-01 | 1 | -3/+3 |
| * | [COFF] Change a variable type to be const in the HeapAllocSite map. | Amy Huang | 2019-07-18 | 1 | -1/+1 |
| * | Fix parameter name comments using clang-tidy. NFC. | Rui Ueyama | 2019-07-16 | 1 | -15/+15 |
| * | [AIX] Implement function descriptor on SDAG | Jason Liu | 2019-06-06 | 1 | -0/+7 |
| * | Reapply: IR: add optional type to 'byval' function parameters | Tim Northover | 2019-05-30 | 1 | -3/+5 |
| * | Revert "IR: add optional type to 'byval' function parameters" | Tim Northover | 2019-05-29 | 1 | -5/+3 |
| * | IR: add optional type to 'byval' function parameters | Tim Northover | 2019-05-29 | 1 | -3/+5 |
| * | [FastISel][X86] Support FNeg instruction in target independent fast isel hand... | Craig Topper | 2019-05-08 | 1 | -0/+3 |
| * | [FastISel][X86] If selectFNeg fails, fall back to SelectionDAG not treating i... | Craig Topper | 2019-05-07 | 1 | -8/+9 |
| * | [FastISel] Pass the fneg input operand to hasTrivialKill in FastISel::selectF... | Craig Topper | 2019-05-06 | 1 | -1/+1 |
| * | Recommitting r358783 and r358786 "[MS] Emit S_HEAPALLOCSITE debug info" with ... | Amy Huang | 2019-04-24 | 1 | -0/+6 |
| * | Revert "[MS] Emit S_HEAPALLOCSITE debug info" because of ToTWin64(db) | Amy Huang | 2019-04-23 | 1 | -6/+0 |
| * | [MS] Emit S_HEAPALLOCSITE debug info | Amy Huang | 2019-04-19 | 1 | -0/+6 |
| * | Fix emission of _fltused for MSVC. | James Y Knight | 2019-01-24 | 1 | -3/+0 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | FastIsel: take care to update iterators when removing instructions. | Tim Northover | 2018-12-17 | 1 | -0/+9 |
| * | Add support for llvm.is.constant intrinsic (PR4898) | James Y Knight | 2018-11-07 | 1 | -0/+8 |
| * | [FPEnv] Last BinaryOperator::isFNeg(...) to m_FNeg(...) changes | Cameron McInally | 2018-10-25 | 1 | -5/+8 |
| * | [TI removal] Make variables declared as `TerminatorInst` and initialized | Chandler Carruth | 2018-10-15 | 1 | -1/+1 |
| * | [IR] Replace `isa<TerminatorInst>` with `isTerminator()`. | Chandler Carruth | 2018-08-26 | 1 | -2/+2 |
| * | [DebugInfo] In FastISel, convert llvm.dbg.label to DBG_LABEL MI. | Hsiangkai Wang | 2018-08-18 | 1 | -0/+12 |
| * | Remove trailing space | Fangrui Song | 2018-07-30 | 1 | -3/+3 |
| * | DAG: Add calling convention argument to calling convention funcs | Matt Arsenault | 2018-07-28 | 1 | -1/+1 |
| * | Implement strip.invariant.group | Piotr Padlewski | 2018-07-02 | 1 | -0/+1 |
| * | [DebugInfo] Make sure all DBG_VALUEs' reguse operands have IsDebug property | Mikael Holmen | 2018-06-21 | 1 | -14/+5 |
| * | Rename DEBUG macro to LLVM_DEBUG. | Nicola Zaghen | 2018-05-14 | 1 | -6/+7 |
| * | Rename invariant.group.barrier to launder.invariant.group | Piotr Padlewski | 2018-05-03 | 1 | -1/+1 |
| * | Remove \brief commands from doxygen comments. | Adrian Prantl | 2018-05-01 | 1 | -1/+1 |
| * | [FastISel] Actually enable local value sinking by default | Reid Kleckner | 2018-04-27 | 1 | -4/+2 |
| * | [FastISel] Fix local value sinking algorithmic complexity | Reid Kleckner | 2018-04-27 | 1 | -3/+12 |
| * | [XRay] Typed event logging intrinsic | Keith Wyss | 2018-04-17 | 1 | -0/+22 |
| * | [FastISel] Disable local value sinking by default | Reid Kleckner | 2018-04-11 | 1 | -1/+8 |