summaryrefslogtreecommitdiff
path: root/dragonegg/test/validator
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
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] Find local test utilities relative to config files.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-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-23Add support for the iround builtin, which gfortran-4.8 generates.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-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-04-17If the user gave an alignment explicitly, keep it as an explicit alignment evenDuncan Sands
2013-04-17Turn off libcall simplification when -fno-builtin is specified. Patch by PeterDuncan Sands
2013-03-31For gcc 4.7, use gimple_call_fntype to extract a GIMPLE_CALL function type.Peter Collingbourne
2013-03-28Fix a crash due to recent extra sanity checking of debug info. Note that theDuncan Sands
2013-03-26Fix dragonegg compilation after recent debug info changes. Fix a test case thatDuncan Sands
2013-03-18Set TLS model on external variables.Peter Collingbourne
2013-03-18File names in debug info get an extra layer of indirection since dblaikie'sDuncan Sands
2013-03-16Fix assertion failure when compiling stdin with debug info.Peter Collingbourne
2013-02-28Debug info for OFFSET_TYPE was completely not working due to a "typo". ThisDuncan Sands
2013-02-24Remove testcase that was checking that llvm-gcc set DECL_IGNORED_P on an objcDuncan Sands
2013-02-23Rather than basing the list of supported languages on how gcc was configured,Duncan Sands
2013-02-15Update so that they match how the attributes are sorted.Bill Wendling
2013-02-06It is normal that this test fails on x86-32. What is unclear is why itDuncan Sands
2013-02-01Update test so that it gets the attribute before 'byval'.Bill Wendling
2013-01-17Revert the previous commit. It didn't help because the compilator testsuiteDuncan Sands
2013-01-16This test crashes gcc-4.6 on x86-32, but passes with dragonegg. Arrange for theDuncan Sands