summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/PIC16
Commit message (Collapse)AuthorAgeFilesLines
* Per discussion with Sanjiv, remove the PIC16 target from mainline. When/ifChris Lattner2010-10-1112-242/+0
| | | | | | | it comes back, it will be largely a rewrite, so keeping the old codebase in tree isn't helping anyone. llvm-svn: 116190
* Remove XFAIL for vg_leak as the leaks are fixed by 100601.Sanjiv Gupta2010-04-071-1/+0
| | | | llvm-svn: 100612
* XFAIL some PIC16 tests when running under valgrind-leaks. I don't expect theseBenjamin Kramer2010-03-306-0/+6
| | | | | | to be fixed any time soon. llvm-svn: 99888
* this testcase is failing because pic16 doesn't define a reg/reg Chris Lattner2010-03-021-1/+3
| | | | | | xor pattern. I have no plans to fix this XFAIL. llvm-svn: 97587
* xfail this for now.Chris Lattner2010-03-021-0/+1
| | | | llvm-svn: 97584
* Reapply things reverted back in 97220, with the fixed test case.Sanjiv Gupta2010-02-261-1/+1
| | | | llvm-svn: 97228
* emit integer and fp zeros as (e.g.) .byte 0 instead of .space 1,Chris Lattner2010-01-201-2/+4
| | | | | | for tidiness. llvm-svn: 93992
* Extern declaration for unordered.f32 libcall was not being emitted. Fixed that.Sanjiv Gupta2009-12-291-0/+44
| | | | llvm-svn: 92242
* Fixed llc crash for zext (i1 -> i8) loads.Sanjiv Gupta2009-12-281-0/+37
| | | | llvm-svn: 92201
* Reapply 91904.Sanjiv Gupta2009-12-231-0/+15
| | | | llvm-svn: 91996
* deleting empty file.Sanjiv Gupta2009-12-231-0/+0
| | | | llvm-svn: 91994
* Reverting back 91904.Sanjiv Gupta2009-12-231-15/+0
| | | | llvm-svn: 91993
* While converting one of the operands to a memory operand, we need to check ↵Sanjiv Gupta2009-12-221-0/+15
| | | | | | if it is Legal and does not result into a cyclic dep. llvm-svn: 91904
* Emit direction operand in binary insns that stores in memory.Sanjiv Gupta2009-12-191-0/+13
| | | | llvm-svn: 91777
* Test cases for changes done in 91768.Sanjiv Gupta2009-12-192-0/+21
| | | | llvm-svn: 91773
* While this test is testing a problem in the generic part of codegen,Duncan Sands2009-11-271-0/+36
| | | | | | | | | the problem only shows for msp430 and pic16 which is why it specifies them using -march. But it is wrong to put such tests in CodeGen/Generic, since not everyone builds these targets. Put a copy of the test in each of the target test directories. llvm-svn: 90005
* Convert a few tests to FileCheck for PR5307.Edward O'Callaghan2009-11-221-1/+3
| | | | llvm-svn: 89584
* Re-apply 84180 with the fixed test case.Sanjiv Gupta2009-10-151-3/+3
| | | | llvm-svn: 84195
* Eliminate more uses of llvm-as and llvm-dis.Dan Gohman2009-09-094-4/+4
| | | | llvm-svn: 81293
* this passes.Chris Lattner2009-08-061-1/+0
| | | | llvm-svn: 78281
* XFAIL it while it is being worked on.Sanjiv Gupta2009-08-061-0/+1
| | | | llvm-svn: 78275
* Fix a bug in the PIC16 backend.Dan Gohman2009-08-051-1/+0
| | | | llvm-svn: 78211
* checking in broken testcases is not such a good idea.Chris Lattner2009-08-051-0/+1
| | | | llvm-svn: 78201
* Quite a few tests crashed in llc after 78142. This is just one of them. I ↵Sanjiv Gupta2009-08-051-0/+10
| | | | | | hope to add a few more. llvm-svn: 78198
* Test case to check that separate section is created for a global variable ↵Sanjiv Gupta2009-07-271-0/+5
| | | | | | specified with section attribute. llvm-svn: 77195
* add a testcase for the pic16 section handling stuff.Chris Lattner2009-07-211-0/+15
| | | | llvm-svn: 76579
* Re-apply 75490, 75806 and 76177 with fixes and tests. Efficiency comesDavid Greene2009-07-202-0/+34
next. llvm-svn: 76486
OpenPOWER on IntegriCloud