[WebAssembly] Use the new offset syntax for memory operands in inline asm.
[oota-llvm.git] / test / CodeGen / XCore /
2015-11-19 Pete CooperRevert "Change memcpy/memset/memmove to have dest and...
2015-11-18 Pete CooperChange memcpy/memset/memmove to have dest and source...
2015-11-05 Peter CollingbourneDI: Reverse direction of subprogram -> function edge.
2015-09-11 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-08-28 Duncan P. N. Exon... DI: Require subprogram definitions to be distinct
2015-08-03 Duncan P. N. Exon... DI: Disallow uniquable DICompileUnits
2015-07-31 Duncan P. N. Exon... DI: Remove DW_TAG_arg_variable and DW_TAG_auto_variable
2015-06-17 David MajnemerMove the personality function from LandingPadInst to...
2015-04-29 Duncan P. N. Exon... IR: Give 'DI' prefix to debug info metadata
2015-04-16 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-03-16 Duncan P. N. Exon... DebugInfo: Fix testcases that fail -verify-debug-info...
2015-03-13 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-03-09 Reid KlecknerReland r229944: EH: Prune unreachable resume instructio...
2015-03-03 Duncan P. N. Exon... DebugInfo: Move new hierarchy into place
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-02-27 Rafael EspindolaCentralize handling of the eh_begin and eh_end labels.
2015-02-20 Chandler CarruthRevert r229944: EH: Prune unreachable resume instructio...
2015-02-20 Reid KlecknerEH: Prune unreachable resume instructions during Dwarf...
2015-01-14 Duncan P. N. Exon... IR: Move MDLocation into place
2014-12-15 Duncan P. N. Exon... IR: Make metadata typeless in assembly
2014-10-21 Rafael EspindolaFix a bit of confusion about .set and produce more...
2014-10-16 Robin MorissetErase fence insertion from SelectionDAGBuilder.cpp...
2014-10-03 Duncan P. N. Exon... Revert "Revert "DI: Fold constant arguments into a...
2014-10-02 Duncan P. N. Exon... Revert "DI: Fold constant arguments into a single MDString"
2014-10-02 Duncan P. N. Exon... DI: Fold constant arguments into a single MDString
2014-10-01 Adrian PrantlMove the complex address expression out of DIVariable...
2014-10-01 Adrian PrantlRevert r218778 while investigating buldbot breakage.
2014-10-01 Adrian PrantlMove the complex address expression out of DIVariable...
2014-07-04 NAKAMURA Takumillvm/test/CodeGen/XCore/dwarf_debug.ll: Fix not to...
2014-07-04 Robert LyttonXCore target: remove incorrect DebugLoc entries from...
2014-06-09 Alp TokerReduce verbiage of lit.local.cfg files
2014-04-21 Duncan P. N. Exon... Reapply "blockfreq: Rewrite BlockFrequencyInfoImpl"
2014-04-19 Duncan P. N. Exon... Revert "blockfreq: Rewrite BlockFrequencyInfoImpl"
2014-04-19 Duncan P. N. Exon... Reapply "blockfreq: Rewrite BlockFrequencyInfoImpl"
2014-04-19 Duncan P. N. Exon... Revert "blockfreq: Rewrite BlockFrequencyInfoImpl"...
2014-04-18 Duncan P. N. Exon... Reapply "blockfreq: Rewrite BlockFrequencyInfoImpl...
2014-04-18 Duncan P. N. Exon... Revert "blockfreq: Rewrite BlockFrequencyInfoImpl"...
2014-04-18 Duncan P. N. Exon... Reapply "blockfreq: Rewrite BlockFrequencyInfoImpl"
2014-04-18 Duncan P. N. Exon... Revert "blockfreq: Rewrite BlockFrequencyInfoImpl"
2014-04-18 Duncan P. N. Exon... blockfreq: Rewrite BlockFrequencyInfoImpl
2014-04-14 Richard Osborne[XCore] Don't create invalid MKMSK instructions inside...
2014-03-06 Richard Osborne[XCore] Add support for the "m" inline asm constraint.
2014-03-04 Richard Osborne[XCore] Fix call of absolute address.
2014-02-27 Richard Osborne[XCore] Support functions returning more than 4 words.
2014-02-27 Richard OsborneRevert r202396, r202397.
2014-02-27 Richard Osborne[XCore] Support functions returning more than 4 words.
2014-02-27 Richard Osborne[XCore] Target optimized library function __memcpy_4()
2014-02-27 Richard Osborne[XCore] Add dag combines for instructions that ignore...
2014-02-27 Richard Osborne[XCore] Provide information about known zero bits of...
2014-02-26 Andrew TrickUse regnum regex in an XCore test case.
2014-02-26 Andrew TrickVery temporarily XFAILing a test. Will be fixed shortly.
2014-02-25 Richard Osborne[XCore] Add intrinsic for CLRPT (clear port time) instr...
2014-02-25 Richard Osborne[XCore] Add intrinsic for EDU (event disable unconditio...
2014-02-25 Richard Osborne[XCore] Prefer to word align functions.
2014-02-18 Robert LyttonXCore target: Handle common linkage
2014-02-18 Robert LyttonXCore target: Fix llvm.eh.return and EH info register...
2014-02-11 Robert LyttonXCore target: fix const section handling
2014-02-11 Robert Lytton XCore target: Lower ATOMIC_LOAD & ATOMIC_STORE
2014-01-11 Benjamin KramerFix broken CHECK lines.
2014-01-06 Robert LyttonXCore Target: correct callee save register spilling...
2014-01-06 Robert LyttonXCore target: Lower EH_RETURN
2014-01-06 Robert LyttonXCore target: Lower FRAME_TO_ARGS_OFFSET
2014-01-06 Robert LyttonXCore target: Lower RETURNADDR
2014-01-06 Robert LyttonXCore target: Optimise entsp / retsp selection
2014-01-06 Robert LyttonXCore target: fix handling of unsized global arrays...
2013-12-02 Robert LyttonXCore target: Make handling of large frames not depende...
2013-12-02 Robert LyttonXCore target: fix large code model 'select' indirect...
2013-12-02 Robert LyttonXCore target: Add large code model
2013-12-02 Robert LyttonXCore target: extend tests in preparation
2013-12-02 Robert LyttonXCore target: Fix eliminateFrameIndex() to handle large...
2013-12-02 Robert LyttonXCore target: Enable frames larger than 65535 to be...
2013-11-14 Rafael EspindolaError if we see an alias to a declaration.
2013-11-13 Robert LyttonXCore target: implement exception handling
2013-11-12 Robert LyttonXCore target: fix bug in aligning 'byval i8*' on the...
2013-11-12 Robert LyttonXCore target test for hidden declaration
2013-11-12 Robert LyttonAdd XCore support for ATOMIC_FENCE.
2013-11-12 Robert LyttonXCore target: return error for unsupported alignment
2013-10-11 Robert LyttonXCore target fix bug in emitArrayBound() causing segmen...
2013-10-11 Robert LyttonXCore target does not emit '.hidden' or '.protected...
2013-10-11 Robert LyttonXCore target: fix bug in XCoreLowerThreadLocal.cpp
2013-10-11 Robert LyttonXCore target: add XCoreTargetLowering::isZExtFree()
2013-09-09 Robert LyttonXCore handling of thread local lowering
2013-09-09 Robert LyttonXCore target: change to Sched::Source
2013-09-09 Robert LyttonXCore target: fix weak linkage attribute handling
2013-08-16 Daniel Dunbar[tests] Cleanup initialization of test suffixes.
2013-08-01 Robert LyttonXCore target: Fix Vararg handling
2013-08-01 Robert LyttonXCore target: Add byval handling
2013-08-01 Robert LyttonXcore target
2013-07-18 Stephen LinDisambiguate function names in some CodeGen tests....
2013-07-17 Richard Osborne[XCore] Ensure implicit operands aren't lost on the...
2013-07-16 Richard Osborne[XCore] Fix printing of inline asm operands.
2013-07-14 Stephen LinMass update to CodeGen tests to use CHECK-LABEL for...
2013-07-13 Stephen LinConvert CodeGen/*/*.ll tests to use the new CHECK-LABEL...
2013-07-03 Richard Osborne[XCore] Add ISel pattern for LDWCP
2013-07-02 Richard Osborne[XCore] Fix instruction selection for zext, mkmsk instr...
2013-05-09 Richard Osborne[XCore] Fix handling of functions where only the LR...
2013-04-16 Richard Osborne[XCore] Extend test to check positve offsets are folded...
2013-04-16 Richard Osborne[XCore] Give test more generic name.
2013-04-16 Richard Osborne[XCore] Convert a couple of tests to FileCheck.
next