aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/XCore
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-181-3/+3
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-0920-106/+107
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-14/+14
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-023-22/+16
* Update LLVM for rebase to r212749.Stephen Hines2014-07-212-2/+40
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-292-9/+34
* Update to LLVM 3.5a.Stephen Hines2014-04-2417-26/+1215
* Error if we see an alias to a declaration.Rafael Espindola2013-11-141-3/+5
* XCore target: implement exception handlingRobert Lytton2013-11-132-8/+137
* XCore target: fix bug in aligning 'byval i8*' on the stackRobert Lytton2013-11-121-0/+15
* XCore target test for hidden declarationRobert Lytton2013-11-121-1/+5
* Add XCore support for ATOMIC_FENCE.Robert Lytton2013-11-121-0/+16
* XCore target: return error for unsupported alignmentRobert Lytton2013-11-121-0/+9
* XCore target fix bug in emitArrayBound() causing segmentation faultRobert Lytton2013-10-112-1/+8
* XCore target does not emit '.hidden' or '.protected' attributesRobert Lytton2013-10-111-0/+10
* XCore target: fix bug in XCoreLowerThreadLocal.cppRobert Lytton2013-10-111-0/+39
* XCore target: add XCoreTargetLowering::isZExtFree()Robert Lytton2013-10-111-0/+15
* XCore handling of thread local loweringRobert Lytton2013-09-091-16/+55
* XCore target: change to Sched::SourceRobert Lytton2013-09-091-0/+25
* XCore target: fix weak linkage attribute handlingRobert Lytton2013-09-091-0/+17
* [tests] Cleanup initialization of test suffixes.Daniel Dunbar2013-08-161-2/+0
* XCore target: Fix Vararg handlingRobert Lytton2013-08-012-17/+55
* XCore target: Add byval handlingRobert Lytton2013-08-011-0/+58
* Xcore targetRobert Lytton2013-08-011-0/+4
* Disambiguate function names in some CodeGen tests. (Some tests were using fun...Stephen Lin2013-07-181-16/+16
* [XCore] Ensure implicit operands aren't lost on the return instruction.Richard Osborne2013-07-171-1/+16
* [XCore] Fix printing of inline asm operands.Richard Osborne2013-07-161-0/+32
* Mass update to CodeGen tests to use CHECK-LABEL for labels corresponding to f...Stephen Lin2013-07-1430-132/+132
* Convert CodeGen/*/*.ll tests to use the new CHECK-LABEL for easier debugging....Stephen Lin2013-07-134-5/+5
* [XCore] Add ISel pattern for LDWCPRichard Osborne2013-07-031-0/+9
* [XCore] Fix instruction selection for zext, mkmsk instructions.Richard Osborne2013-07-022-0/+18
* [XCore] Fix handling of functions where only the LR is spilled.Richard Osborne2013-05-091-0/+11
* [XCore] Extend test to check positve offsets are folded into addresses.Richard Osborne2013-04-161-7/+24
* [XCore] Give test more generic name.Richard Osborne2013-04-161-0/+0
* [XCore] Convert a couple of tests to FileCheck.Richard Osborne2013-04-162-17/+22
* Remove unnecessary leading comment characters in lit-only fileDavid Blaikie2013-03-181-1/+1
* Include '.test' suffix in target specific lit configs that need itDavid Blaikie2013-03-181-1/+1
* Remove duplicate test contents.David Blaikie2013-03-112-28/+1
* Fix handling of aliases to functions.Richard Osborne2012-11-161-0/+32
* Fix pattern for MKMSK instruction.Richard Osborne2012-06-131-0/+11
* Flip the new block-placement pass to be on by default.Chandler Carruth2012-04-161-7/+7
* No need to run llvm-as.Rafael Espindola2012-04-021-1/+1
* Continue cleanup of LIT, getting rid of the remaining artifacts from dejagnuEli Bendersky2012-03-251-8/+1
* Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...Eli Bendersky2012-02-162-5/+13
* FileCheck hygiene.Benjamin Kramer2012-01-051-2/+2
* Upgrade syntax of tests using volatile instructions to use 'load volatile' in...Chris Lattner2011-11-272-25/+25
* Don't fold negative offsets into cp / dp accesses to avoid relocation errors.Richard Osborne2011-11-011-0/+25
* Combine various XCore tests for floating point intrinsic support into a singl...Richard Osborne2011-11-0111-180/+171
* Move various XCore tests to FileCheckRichard Osborne2011-11-0117-60/+92
* Associate a MemOperand with LDWCP nodes introduced during ISel.Richard Osborne2011-09-121-0/+18