summaryrefslogtreecommitdiff
path: root/test/CodeGen/XCore
AgeCommit message (Expand)AuthorFilesLines
2016-06-22IR: Introduce Module::global_objects().Peter Collingbourne1-3/+2
2016-04-15[PR27284] Reverse the ownership between DICompileUnit and DISubprogram.Adrian Prantl1-3/+2
2016-04-01testcase gardening: update the emissionKind enum to the new syntax. (NFC)Adrian Prantl1-1/+1
2016-01-26[MC] Use .p2align instead of .alignDan Gohman3-5/+5
2016-01-22[SelectionDAG] Fold more offsets into GlobalAddressesDan Gohman1-2/+2
2016-01-22Revert "[SelectionDAG] Fold more offsets into GlobalAddresses"Reid Kleckner1-2/+2
2016-01-20[SelectionDAG] Fold more offsets into GlobalAddressesDan Gohman1-2/+2
2015-11-19Revert "Change memcpy/memset/memmove to have dest and source alignments."Pete Cooper1-4/+4
2015-11-18Change memcpy/memset/memmove to have dest and source alignments.Pete Cooper1-4/+4
2015-11-05DI: Reverse direction of subprogram -> function edge.Peter Collingbourne1-2/+2
2015-09-11[opaque pointer type] Add textual IR support for explicit type parameter for ...David Blaikie1-3/+3
2015-08-28DI: Require subprogram definitions to be distinctDuncan P. N. Exon Smith1-1/+1
2015-08-03DI: Disallow uniquable DICompileUnitsDuncan P. N. Exon Smith1-1/+1
2015-07-31DI: Remove DW_TAG_arg_variable and DW_TAG_auto_variableDuncan P. N. Exon Smith1-1/+1
2015-06-17Move the personality function from LandingPadInst to FunctionDavid Majnemer1-2/+2
2015-04-29IR: Give 'DI' prefix to debug info metadataDuncan P. N. Exon Smith1-8/+8
2015-04-16[opaque pointer type] Add textual IR support for explicit type parameter to t...David Blaikie1-3/+3
2015-03-16DebugInfo: Fix testcases that fail -verify-debug-info=trueDuncan P. N. Exon Smith1-5/+4
2015-03-13[opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie4-17/+17
2015-03-09Reland r229944: EH: Prune unreachable resume instructions during Dwarf EH pre...Reid Kleckner1-2/+4
2015-03-03DebugInfo: Move new hierarchy into placeDuncan P. N. Exon Smith1-9/+9
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie16-51/+51
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie10-32/+32
2015-02-27Centralize handling of the eh_begin and eh_end labels.Rafael Espindola1-3/+3
2015-02-20Revert r229944: EH: Prune unreachable resume instructions during Dwarf EH pre...Chandler Carruth1-4/+2
2015-02-20EH: Prune unreachable resume instructions during Dwarf EH preparationReid Kleckner1-2/+4
2015-01-14IR: Move MDLocation into placeDuncan P. N. Exon Smith1-1/+1
2014-12-15IR: Make metadata typeless in assemblyDuncan P. N. Exon Smith1-14/+14
2014-10-21Fix a bit of confusion about .set and produce more readable assembly.Rafael Espindola1-10/+5
2014-10-16Erase fence insertion from SelectionDAGBuilder.cpp (NFC)Robin Morisset1-3/+2
2014-10-03Revert "Revert "DI: Fold constant arguments into a single MDString""Duncan P. N. Exon Smith1-8/+8
2014-10-02Revert "DI: Fold constant arguments into a single MDString"Duncan P. N. Exon Smith1-8/+8
2014-10-02DI: Fold constant arguments into a single MDStringDuncan P. N. Exon Smith1-8/+8
2014-10-01Move the complex address expression out of DIVariable and into an extraAdrian Prantl1-2/+2
2014-10-01Revert r218778 while investigating buldbot breakage.Adrian Prantl1-2/+2
2014-10-01Move the complex address expression out of DIVariable and into an extraAdrian Prantl1-2/+2
2014-07-04llvm/test/CodeGen/XCore/dwarf_debug.ll: Fix not to be affected by *-win32.NAKAMURA Takumi1-1/+1
2014-07-04XCore target: remove incorrect DebugLoc entries from prologueRobert Lytton1-0/+39
2014-06-09Reduce verbiage of lit.local.cfg filesAlp Toker1-2/+1
2014-04-21Reapply "blockfreq: Rewrite BlockFrequencyInfoImpl"Duncan P. N. Exon Smith1-4/+2
2014-04-19Revert "blockfreq: Rewrite BlockFrequencyInfoImpl"Duncan P. N. Exon Smith1-2/+4
2014-04-19Reapply "blockfreq: Rewrite BlockFrequencyInfoImpl"Duncan P. N. Exon Smith1-4/+2
2014-04-19Revert "blockfreq: Rewrite BlockFrequencyInfoImpl" (#2)Duncan P. N. Exon Smith1-2/+4
2014-04-18Reapply "blockfreq: Rewrite BlockFrequencyInfoImpl" (#2)Duncan P. N. Exon Smith1-4/+2
2014-04-18Revert "blockfreq: Rewrite BlockFrequencyInfoImpl" (#2)Duncan P. N. Exon Smith1-2/+4
2014-04-18Reapply "blockfreq: Rewrite BlockFrequencyInfoImpl"Duncan P. N. Exon Smith1-4/+2
2014-04-18Revert "blockfreq: Rewrite BlockFrequencyInfoImpl"Duncan P. N. Exon Smith1-2/+4
2014-04-18blockfreq: Rewrite BlockFrequencyInfoImplDuncan P. N. Exon Smith1-4/+2
2014-04-14[XCore] Don't create invalid MKMSK instructions inside loadImmediate().Richard Osborne1-5/+32
2014-03-06[XCore] Add support for the "m" inline asm constraint.Richard Osborne1-0/+21