summaryrefslogtreecommitdiff
path: root/dragonegg/test
AgeCommit message (Expand)Author
2014-10-27Prune CRLF.NAKAMURA Takumi
2014-10-18Remove a bad test. The GEP has nothing to do with devirtualization, itChandler Carruth
2014-10-13dragonegg/test/validator/c++: Update a couple of testcases corresponding to L...NAKAMURA Takumi
2014-07-30Update for llvm change.Rafael Espindola
2014-06-04Fix alias generation and bring back the tests for it.Rafael Espindola
2014-03-30Disable a couple of tests for now, corresponding to r204934.NAKAMURA Takumi
2014-02-13Update a couple of dragoneg-compilator tests corresponding to r201333.NAKAMURA Takumi
2014-02-04[CMake] check-dragonegg-validator: Add dependencies to llvm tools.NAKAMURA Takumi
2014-01-24dragonegg: [CMake] Introduce CMake. It just works.NAKAMURA Takumi
2013-11-14Handle weakref in cases where target is not an IDENTIFIER_NODE.Rafael Espindola
2013-11-14Allow for a bitcast that shows up in some versions of gcc.Rafael Espindola
2013-11-14Handle weakref the clang way.Rafael Espindola
2013-11-14One more attempt at matching the output on the multiple gcc versions.Rafael Espindola
2013-11-13Relax the test further to pass in the last bot that is red.Rafael Espindola
2013-11-13Relax CHECK to try to fix the gcc 4.5 buildbot.Rafael Espindola
2013-11-13Change test to check the IR.Rafael Espindola
2013-09-19Some linux distributions have patched their system gcc to turn on theDuncan Sands
2013-08-09[tests] Update to use lit_config and lit package, as appropriate.Daniel Dunbar
2013-08-08[tests] Import lit modules properly (via its package).Daniel Dunbar
2013-08-08[tests] Find local test utilities relative to config files.Daniel Dunbar
2013-08-08[tests] Import executeCommand() from lit.Daniel Dunbar
2013-07-24Fix the build after removal of the SSPBufferSize codegen option.Duncan Sands
2013-07-15GCC doesn't generate FMA_EXPR on 32 bit x86.Duncan Sands
2013-06-28Implement __builtin_signbit.Peter Collingbourne
2013-06-27Fix debug info for std::nullptr_t.Peter Collingbourne
2013-06-27Implement support for FMA_EXPR.Peter Collingbourne
2013-06-26Prevent validator tests from writing to the current directory.Peter Collingbourne
2013-06-07Add test with inline asm rejected by GCC but accepted by us because the asmDuncan Sands
2013-06-06When LLVM optimization is explicitly turned off, don't run the always-inlinerDuncan Sands
2013-06-06Don't run the full inliner when passed -O3 -fplugin-arg-dragonegg-ir-optimize=0.Duncan Sands
2013-05-25Force SSE on so that the vectorizer will do something on 32 bit platforms.Duncan Sands
2013-05-25Add support for __builtin_init_heap_trampoline, fixing PR16015. While there,Duncan Sands
2013-05-24Enable fast math IR optimizations when passed -ffast-math.Duncan Sands
2013-05-24Enable the loop vectorizer.Duncan Sands
2013-05-24Yet another IEEE 128 bit floating point test that now passes.Duncan Sands
2013-05-24Mark these tests as XFAIL while waiting for SROA to be fixed.Duncan Sands
2013-05-24More IEEE 128 bit floating point tests that now pass.Duncan Sands
2013-05-23Add support for the iround builtin, which gfortran-4.8 generates.Duncan Sands
2013-05-23In very obscure circumstances GCC creates a basic type with no name. Just makeDuncan Sands
2013-05-22More IEEE 128 floating point testcases that now pass.Duncan Sands
2013-05-20Like for gcc-4.7, this test is not relevant to gcc-4.8.Duncan Sands
2013-05-20Like gcc-4.7, gcc-4.8 uses the optimal alignment rather than the maximalDuncan Sands
2013-05-20Functions are no longer allowed to alias globals (and vice versa) in gcc-4.8.Duncan Sands
2013-05-18When creating subprogram metadata, DIBuilder doesn't want a derived type of anyDuncan Sands
2013-05-17Don't create a volatile derived type metadatum from a function type then try toDuncan Sands
2013-05-17Tests that we don't crash belong in the compilator testsuite.Duncan Sands
2013-05-17Support for writing to bitfields of arbitrary scalar type. Tweak the code forDuncan Sands
2013-05-15Fix PR15984: add support for loading from bitfields with a non-integer (butDuncan Sands
2013-05-13More IEEE 128 bit float tests that now pass.Duncan Sands
2013-04-17If the user gave an alignment explicitly, keep it as an explicit alignment evenDuncan Sands