summaryrefslogtreecommitdiff
path: root/test/CodeGen/XCore
AgeCommit message (Expand)Author
2018-07-15[DAGCombiner] extend(ifpositive(X)) -> shift-right (not X)Sanjay Patel
2018-05-09[DebugInfo] Add DILabel metadata and intrinsic llvm.dbg.label.Shiva Chen
2018-03-27Use .set instead of = when printing assignment in assembly outputKrzysztof Parzyszek
2018-02-26[XCore] Return true in enableMultipleCopyHints().Jonas Paulsson
2018-02-09Emit smaller exception tables for non-SJLJ mode.Rafael Espindola
2018-02-09Use assembler expressions to lay out the EH LSDA.Rafael Espindola
2018-01-19Remove alignment argument from memcpy/memmove/memset in favour of alignment a...Daniel Neilson
2017-10-10[MC] Suppress .Lcfi labels when emitting textual assemblyReid Kleckner
2017-08-03Delete Default and JITDefault code modelsRafael Espindola
2017-07-18[DAG] Improve Aliasing of operations to static allocaNirav Dave
2017-07-18Revert r308025 due to uncovering a crash in SelectionDAG. This is filedChandler Carruth
2017-07-14Improve Aliasing of operations to static allocaNirav Dave
2017-07-10Revert "[DAG] Improve Aliasing of operations to static alloca"Matthias Braun
2017-07-10[DAG] Improve Aliasing of operations to static allocaNirav Dave
2017-05-23AsmPrinter: mark the beginning and the end of a function in verbose modeFrancis Visoiu Mistrih
2017-03-14In visitSTORE, always use FindBetterChain, rather than only when UseAA is ena...Nirav Dave
2017-03-03[SDAG] Revert r296476 (and r296486, r296668, r296690).Chandler Carruth
2017-02-28In visitSTORE, always use FindBetterChain, rather than only when UseAA is ena...Nirav Dave
2017-02-26Revert "In visitSTORE, always use FindBetterChain, rather than only when UseA...Nirav Dave
2017-02-25In visitSTORE, always use FindBetterChain, rather than only when UseAA is ena...Nirav Dave
2017-02-24Disallow redefinition of section symbols.Evgeniy Stepanov
2017-02-10Move some error handling down to MCStreamer.Rafael Espindola
2017-02-02Revert "In visitSTORE, always use FindBetterChain, rather than only when UseA...Nirav Dave
2017-02-02In visitSTORE, always use FindBetterChain, rather than only when UseAA is ena...Nirav Dave
2017-01-30DAG: Fold fneg into compare with constant into the constantMatt Arsenault
2017-01-26Revert "In visitSTORE, always use FindBetterChain, rather than only when UseA...Nirav Dave
2017-01-26In visitSTORE, always use FindBetterChain, rather than only when UseAA is ena...Nirav Dave
2016-12-14Revert "In visitSTORE, always use FindBetterChain, rather than only when UseA...Nirav Dave
2016-12-14In visitSTORE, always use FindBetterChain, rather than only when UseAA is ena...Nirav Dave
2016-12-09Revert "In visitSTORE, always use FindBetterChain, rather than only when UseA...Nirav Dave
2016-12-09In visitSTORE, always use FindBetterChain, rather than only when UseAA is ena...Nirav Dave
2016-11-30MCStreamer: Use "cfi" for CFI related temp labels.Matthias Braun
2016-10-13Revert "In visitSTORE, always use FindBetterChain, rather than only when UseA...Nirav Dave
2016-10-13In visitSTORE, always use FindBetterChain, rather than only when UseAA is ena...Nirav Dave
2016-09-28Revert "In visitSTORE, always use FindBetterChain, rather than only when UseA...Nirav Dave
2016-09-28In visitSTORE, always use FindBetterChain, rather than only when UseAA is ena...Nirav Dave
2016-06-22IR: Introduce Module::global_objects().Peter Collingbourne
2016-04-15[PR27284] Reverse the ownership between DICompileUnit and DISubprogram.Adrian Prantl
2016-04-01testcase gardening: update the emissionKind enum to the new syntax. (NFC)Adrian Prantl
2016-01-26[MC] Use .p2align instead of .alignDan Gohman
2016-01-22[SelectionDAG] Fold more offsets into GlobalAddressesDan Gohman
2016-01-22Revert "[SelectionDAG] Fold more offsets into GlobalAddresses"Reid Kleckner
2016-01-20[SelectionDAG] Fold more offsets into GlobalAddressesDan Gohman
2015-11-19Revert "Change memcpy/memset/memmove to have dest and source alignments."Pete Cooper
2015-11-18Change memcpy/memset/memmove to have dest and source alignments.Pete Cooper
2015-11-05DI: Reverse direction of subprogram -> function edge.Peter Collingbourne
2015-09-11[opaque pointer type] Add textual IR support for explicit type parameter for ...David Blaikie
2015-08-28DI: Require subprogram definitions to be distinctDuncan P. N. Exon Smith
2015-08-03DI: Disallow uniquable DICompileUnitsDuncan P. N. Exon Smith
2015-07-31DI: Remove DW_TAG_arg_variable and DW_TAG_auto_variableDuncan P. N. Exon Smith