| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | [SelectionDAG] Fold more offsets into GlobalAddresses | Dan Gohman | 2016-01-20 | 1 | -2/+2 |
* | Revert "Change memcpy/memset/memmove to have dest and source alignments." | Pete Cooper | 2015-11-19 | 1 | -4/+4 |
* | Change memcpy/memset/memmove to have dest and source alignments. | Pete Cooper | 2015-11-18 | 1 | -4/+4 |
* | DI: Reverse direction of subprogram -> function edge. | Peter Collingbourne | 2015-11-05 | 1 | -2/+2 |
* | [opaque pointer type] Add textual IR support for explicit type parameter for ... | David Blaikie | 2015-09-11 | 1 | -3/+3 |
* | DI: Require subprogram definitions to be distinct | Duncan P. N. Exon Smith | 2015-08-28 | 1 | -1/+1 |
* | DI: Disallow uniquable DICompileUnits | Duncan P. N. Exon Smith | 2015-08-03 | 1 | -1/+1 |
* | DI: Remove DW_TAG_arg_variable and DW_TAG_auto_variable | Duncan P. N. Exon Smith | 2015-07-31 | 1 | -1/+1 |
* | Move the personality function from LandingPadInst to Function | David Majnemer | 2015-06-17 | 1 | -2/+2 |
* | IR: Give 'DI' prefix to debug info metadata | Duncan P. N. Exon Smith | 2015-04-29 | 1 | -8/+8 |
* | [opaque pointer type] Add textual IR support for explicit type parameter to t... | David Blaikie | 2015-04-16 | 1 | -3/+3 |
* | DebugInfo: Fix testcases that fail -verify-debug-info=true | Duncan P. N. Exon Smith | 2015-03-16 | 1 | -5/+4 |
* | [opaque pointer type] Add textual IR support for explicit type parameter to g... | David Blaikie | 2015-03-13 | 4 | -17/+17 |
* | Reland r229944: EH: Prune unreachable resume instructions during Dwarf EH pre... | Reid Kleckner | 2015-03-09 | 1 | -2/+4 |
* | DebugInfo: Move new hierarchy into place | Duncan P. N. Exon Smith | 2015-03-03 | 1 | -9/+9 |
* | [opaque pointer type] Add textual IR support for explicit type parameter to l... | David Blaikie | 2015-02-27 | 16 | -51/+51 |
* | [opaque pointer type] Add textual IR support for explicit type parameter to g... | David Blaikie | 2015-02-27 | 10 | -32/+32 |
* | Centralize handling of the eh_begin and eh_end labels. | Rafael Espindola | 2015-02-27 | 1 | -3/+3 |
* | Revert r229944: EH: Prune unreachable resume instructions during Dwarf EH pre... | Chandler Carruth | 2015-02-20 | 1 | -4/+2 |
* | EH: Prune unreachable resume instructions during Dwarf EH preparation | Reid Kleckner | 2015-02-20 | 1 | -2/+4 |
* | IR: Move MDLocation into place | Duncan P. N. Exon Smith | 2015-01-14 | 1 | -1/+1 |
* | IR: Make metadata typeless in assembly | Duncan P. N. Exon Smith | 2014-12-15 | 1 | -14/+14 |
* | Fix a bit of confusion about .set and produce more readable assembly. | Rafael Espindola | 2014-10-21 | 1 | -10/+5 |