summaryrefslogtreecommitdiff
path: root/test/CodeGen/XCore
Commit message (Expand)AuthorAge
* [XCore] Fix call of absolute address.Richard Osborne2014-03-04
* [XCore] Support functions returning more than 4 words.Richard Osborne2014-02-27
* Revert r202396, r202397.Richard Osborne2014-02-27
* [XCore] Support functions returning more than 4 words.Richard Osborne2014-02-27
* [XCore] Target optimized library function __memcpy_4()Richard Osborne2014-02-27
* [XCore] Add dag combines for instructions that ignore some input bits.Richard Osborne2014-02-27
* [XCore] Provide information about known zero bits of resource instructions.Richard Osborne2014-02-27
* Use regnum regex in an XCore test case.Andrew Trick2014-02-26
* Very temporarily XFAILing a test. Will be fixed shortly.Andrew Trick2014-02-26
* [XCore] Add intrinsic for CLRPT (clear port time) instruction.Richard Osborne2014-02-25
* [XCore] Add intrinsic for EDU (event disable unconditional) instruction.Richard Osborne2014-02-25
* [XCore] Prefer to word align functions.Richard Osborne2014-02-25
* XCore target: Handle common linkageRobert Lytton2014-02-18
* XCore target: Fix llvm.eh.return and EH info register handlingRobert Lytton2014-02-18
* XCore target: fix const section handlingRobert Lytton2014-02-11
* XCore target: Lower ATOMIC_LOAD & ATOMIC_STORERobert Lytton2014-02-11
* Fix broken CHECK lines.Benjamin Kramer2014-01-11
* XCore Target: correct callee save register spilling when callsUnwindInit is t...Robert Lytton2014-01-06
* XCore target: Lower EH_RETURNRobert Lytton2014-01-06
* XCore target: Lower FRAME_TO_ARGS_OFFSETRobert Lytton2014-01-06
* XCore target: Lower RETURNADDRRobert Lytton2014-01-06
* XCore target: Optimise entsp / retsp selectionRobert Lytton2014-01-06
* XCore target: fix handling of unsized global arrays in large code modelRobert Lytton2014-01-06
* XCore target: Make handling of large frames not dependent upon an FP.Robert Lytton2013-12-02
* XCore target: fix large code model 'select' indirect address handling.Robert Lytton2013-12-02
* XCore target: Add large code modelRobert Lytton2013-12-02
* XCore target: extend tests in preparationRobert Lytton2013-12-02
* XCore target: Fix eliminateFrameIndex() to handle large framesRobert Lytton2013-12-02
* XCore target: Enable frames larger than 65535 to be loweredRobert Lytton2013-12-02
* Error if we see an alias to a declaration.Rafael Espindola2013-11-14
* XCore target: implement exception handlingRobert Lytton2013-11-13
* XCore target: fix bug in aligning 'byval i8*' on the stackRobert Lytton2013-11-12
* XCore target test for hidden declarationRobert Lytton2013-11-12
* Add XCore support for ATOMIC_FENCE.Robert Lytton2013-11-12
* XCore target: return error for unsupported alignmentRobert Lytton2013-11-12
* XCore target fix bug in emitArrayBound() causing segmentation faultRobert Lytton2013-10-11
* XCore target does not emit '.hidden' or '.protected' attributesRobert Lytton2013-10-11
* XCore target: fix bug in XCoreLowerThreadLocal.cppRobert Lytton2013-10-11
* XCore target: add XCoreTargetLowering::isZExtFree()Robert Lytton2013-10-11
* XCore handling of thread local loweringRobert Lytton2013-09-09
* XCore target: change to Sched::SourceRobert Lytton2013-09-09
* XCore target: fix weak linkage attribute handlingRobert Lytton2013-09-09
* [tests] Cleanup initialization of test suffixes.Daniel Dunbar2013-08-16
* XCore target: Fix Vararg handlingRobert Lytton2013-08-01
* XCore target: Add byval handlingRobert Lytton2013-08-01
* Xcore targetRobert Lytton2013-08-01
* Disambiguate function names in some CodeGen tests. (Some tests were using fun...Stephen Lin2013-07-18
* [XCore] Ensure implicit operands aren't lost on the return instruction.Richard Osborne2013-07-17
* [XCore] Fix printing of inline asm operands.Richard Osborne2013-07-16
* Mass update to CodeGen tests to use CHECK-LABEL for labels corresponding to f...Stephen Lin2013-07-14