| Commit message (Expand) | Author | Age | Files | Lines |
* | [lit] Delete empty lines at the end of lit.local.cfg NFC | Fangrui Song | 2019-06-17 | 1 | -1/+0 |
* | Revert "[NFC][CodeGen] Add unary FNeg tests to some X86/ and XCore/ tests." | Cameron McInally | 2019-06-13 | 1 | -10/+0 |
* | [NFC][CodeGen] Add unary FNeg tests to some X86/ and XCore/ tests. | Cameron McInally | 2019-06-10 | 1 | -0/+10 |
* | [AsmPrinter] refactor to support %c w/ GlobalAddress' | Nick Desaulniers | 2019-04-26 | 1 | -0/+26 |
* | [DAGCombiner] If a TokenFactor would be merged into its user, consider the us... | Nirav Dave | 2019-03-13 | 1 | -2/+2 |
* | Replace "no-frame-pointer-*" function attributes with "frame-pointer" | Francis Visoiu Mistrih | 2019-01-14 | 2 | -2/+2 |
* | [Targets] Add errors for tiny and kernel codemodel on targets that don't supp... | David Green | 2018-12-07 | 1 | -0/+1 |
* | Relax fast register allocator related test cases; NFC | Matthias Braun | 2018-10-29 | 1 | -2/+2 |
* | [DAGCombiner] extend(ifpositive(X)) -> shift-right (not X) | Sanjay Patel | 2018-07-15 | 1 | -2/+3 |
* | [DebugInfo] Add DILabel metadata and intrinsic llvm.dbg.label. | Shiva Chen | 2018-05-09 | 1 | -1/+1 |
* | Use .set instead of = when printing assignment in assembly output | Krzysztof Parzyszek | 2018-03-27 | 2 | -3/+3 |
* | [XCore] Return true in enableMultipleCopyHints(). | Jonas Paulsson | 2018-02-26 | 1 | -3/+3 |
* | Emit smaller exception tables for non-SJLJ mode. | Rafael Espindola | 2018-02-09 | 1 | -7/+7 |
* | Use assembler expressions to lay out the EH LSDA. | Rafael Espindola | 2018-02-09 | 1 | -2/+8 |
* | Remove alignment argument from memcpy/memmove/memset in favour of alignment a... | Daniel Neilson | 2018-01-19 | 1 | -4/+4 |
* | [MC] Suppress .Lcfi labels when emitting textual assembly | Reid Kleckner | 2017-10-10 | 1 | -22/+0 |
* | Delete Default and JITDefault code models | Rafael Espindola | 2017-08-03 | 1 | -1/+1 |
* | [DAG] Improve Aliasing of operations to static alloca | Nirav Dave | 2017-07-18 | 1 | -4/+4 |
* | Revert r308025 due to uncovering a crash in SelectionDAG. This is filed | Chandler Carruth | 2017-07-18 | 1 | -4/+4 |
* | Improve Aliasing of operations to static alloca | Nirav Dave | 2017-07-14 | 1 | -4/+4 |
* | Revert "[DAG] Improve Aliasing of operations to static alloca" | Matthias Braun | 2017-07-10 | 1 | -4/+4 |
* | [DAG] Improve Aliasing of operations to static alloca | Nirav Dave | 2017-07-10 | 1 | -4/+4 |
* | AsmPrinter: mark the beginning and the end of a function in verbose mode | Francis Visoiu Mistrih | 2017-05-23 | 1 | -12/+12 |
* | In visitSTORE, always use FindBetterChain, rather than only when UseAA is ena... | Nirav Dave | 2017-03-14 | 1 | -1/+1 |
* | [SDAG] Revert r296476 (and r296486, r296668, r296690). | Chandler Carruth | 2017-03-03 | 1 | -1/+1 |
* | In visitSTORE, always use FindBetterChain, rather than only when UseAA is ena... | Nirav Dave | 2017-02-28 | 1 | -1/+1 |
* | Revert "In visitSTORE, always use FindBetterChain, rather than only when UseA... | Nirav Dave | 2017-02-26 | 1 | -1/+1 |
* | In visitSTORE, always use FindBetterChain, rather than only when UseAA is ena... | Nirav Dave | 2017-02-25 | 1 | -1/+1 |
* | Disallow redefinition of section symbols. | Evgeniy Stepanov | 2017-02-24 | 1 | -2/+3 |
* | Move some error handling down to MCStreamer. | Rafael Espindola | 2017-02-10 | 1 | -0/+8 |
* | Revert "In visitSTORE, always use FindBetterChain, rather than only when UseA... | Nirav Dave | 2017-02-02 | 1 | -1/+1 |
* | In visitSTORE, always use FindBetterChain, rather than only when UseAA is ena... | Nirav Dave | 2017-02-02 | 1 | -1/+1 |
* | DAG: Fold fneg into compare with constant into the constant | Matt Arsenault | 2017-01-30 | 1 | -2/+2 |
* | Revert "In visitSTORE, always use FindBetterChain, rather than only when UseA... | Nirav Dave | 2017-01-26 | 1 | -1/+1 |
* | In visitSTORE, always use FindBetterChain, rather than only when UseAA is ena... | Nirav Dave | 2017-01-26 | 1 | -1/+1 |
* | Revert "In visitSTORE, always use FindBetterChain, rather than only when UseA... | Nirav Dave | 2016-12-14 | 1 | -1/+1 |
* | In visitSTORE, always use FindBetterChain, rather than only when UseAA is ena... | Nirav Dave | 2016-12-14 | 1 | -1/+1 |
* | Revert "In visitSTORE, always use FindBetterChain, rather than only when UseA... | Nirav Dave | 2016-12-09 | 1 | -1/+1 |
* | In visitSTORE, always use FindBetterChain, rather than only when UseAA is ena... | Nirav Dave | 2016-12-09 | 1 | -1/+1 |
* | MCStreamer: Use "cfi" for CFI related temp labels. | Matthias Braun | 2016-11-30 | 1 | -22/+22 |
* | Revert "In visitSTORE, always use FindBetterChain, rather than only when UseA... | Nirav Dave | 2016-10-13 | 1 | -1/+1 |
* | In visitSTORE, always use FindBetterChain, rather than only when UseAA is ena... | Nirav Dave | 2016-10-13 | 1 | -1/+1 |
* | Revert "In visitSTORE, always use FindBetterChain, rather than only when UseA... | Nirav Dave | 2016-09-28 | 1 | -1/+1 |
* | In visitSTORE, always use FindBetterChain, rather than only when UseAA is ena... | Nirav Dave | 2016-09-28 | 1 | -1/+1 |
* | IR: Introduce Module::global_objects(). | Peter Collingbourne | 2016-06-22 | 1 | -3/+2 |
* | [PR27284] Reverse the ownership between DICompileUnit and DISubprogram. | Adrian Prantl | 2016-04-15 | 1 | -3/+2 |
* | testcase gardening: update the emissionKind enum to the new syntax. (NFC) | Adrian Prantl | 2016-04-01 | 1 | -1/+1 |
* | [MC] Use .p2align instead of .align | Dan Gohman | 2016-01-26 | 3 | -5/+5 |
* | [SelectionDAG] Fold more offsets into GlobalAddresses | Dan Gohman | 2016-01-22 | 1 | -2/+2 |
* | Revert "[SelectionDAG] Fold more offsets into GlobalAddresses" | Reid Kleckner | 2016-01-22 | 1 | -2/+2 |