aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/PIC16
AgeCommit message (Expand)Author
2010-10-11Per discussion with Sanjiv, remove the PIC16 target from mainline. When/ifChris Lattner
2010-04-07Remove XFAIL for vg_leak as the leaks are fixed by 100601.Sanjiv Gupta
2010-03-30XFAIL some PIC16 tests when running under valgrind-leaks. I don't expect theseBenjamin Kramer
2010-03-02this testcase is failing because pic16 doesn't define a reg/reg Chris Lattner
2010-03-02xfail this for now.Chris Lattner
2010-02-26Reapply things reverted back in 97220, with the fixed test case.Sanjiv Gupta
2010-01-20emit integer and fp zeros as (e.g.) .byte 0 instead of .space 1,Chris Lattner
2009-12-29Extern declaration for unordered.f32 libcall was not being emitted. Fixed that.Sanjiv Gupta
2009-12-28Fixed llc crash for zext (i1 -> i8) loads.Sanjiv Gupta
2009-12-23Reapply 91904.Sanjiv Gupta
2009-12-23deleting empty file.Sanjiv Gupta
2009-12-23Reverting back 91904.Sanjiv Gupta
2009-12-22While converting one of the operands to a memory operand, we need to check if...Sanjiv Gupta
2009-12-19Emit direction operand in binary insns that stores in memory.Sanjiv Gupta
2009-12-19Test cases for changes done in 91768.Sanjiv Gupta
2009-11-27While this test is testing a problem in the generic part of codegen,Duncan Sands
2009-11-22Convert a few tests to FileCheck for PR5307.Edward O'Callaghan
2009-10-15Re-apply 84180 with the fixed test case.Sanjiv Gupta
2009-09-09Eliminate more uses of llvm-as and llvm-dis.Dan Gohman
2009-08-06this passes.Chris Lattner
2009-08-06XFAIL it while it is being worked on.Sanjiv Gupta
2009-08-05Fix a bug in the PIC16 backend.Dan Gohman
2009-08-05checking in broken testcases is not such a good idea.Chris Lattner
2009-08-05Quite a few tests crashed in llc after 78142. This is just one of them. I hop...Sanjiv Gupta
2009-07-27Test case to check that separate section is created for a global variable spe...Sanjiv Gupta
2009-07-21add a testcase for the pic16 section handling stuff.Chris Lattner
2009-07-20Re-apply 75490, 75806 and 76177 with fixes and tests. Efficiency comesDavid Greene