summaryrefslogtreecommitdiff
path: root/dragonegg/Makefile
AgeCommit message (Expand)Author
2013-12-19Take LLVM_TOOLS_DIR from not based on --obj-root, but from --bindir directly....NAKAMURA Takumi
2013-12-19Fix dragonegg/Makefile to add --system-libs corresponding to llvm-config's ch...NAKAMURA Takumi
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-05-18The "was gcc built with C++" flag is no longer set by gcc-4.8 as it is alwaysDuncan Sands
2013-02-23Rather than basing the list of supported languages on how gcc was configured,Duncan Sands
2013-02-21Behave correctly if no languages were configured. C is always configured.Duncan Sands
2013-02-20If a command fails, make sure the target is deleted. This came up with failureDuncan Sands
2013-01-25Forgot to commit the Makefile changes.Duncan Sands
2013-01-18Makefile: Corresponding to r172787, "Backend.cpp: s/TARGET_NAME/TARGET_TRIPLE...NAKAMURA Takumi
2013-01-09The testsuite expects a C compiler, so don't default to g++.Duncan Sands
2013-01-07Only execute llvm-config when needed, previously it was being executed always inDuncan Sands
2012-11-07Add -fno-rtti info explicitly, fixing PR14198, while waiting for PR14200 to beDuncan Sands
2012-09-06The extra sanity checks I recently added caused the plugin to be completelyDuncan Sands
2012-09-05Bail out early with an error if the GCC or LLVM_CONFIG variables areDuncan Sands
2012-07-17Add a build time option enabling the loading of LLVM plugins. This requiresDuncan Sands
2012-06-25When building with cmake, FileCheck isn't in the same place as when usingDuncan Sands
2012-06-22By default target the compiler used to build the plugin, rather than "gcc".Duncan Sands
2012-06-09Make it possible to XFAIL tests for specific GCC versions. Add a gcc-4.7Duncan Sands
2012-06-04Rename Types.cpp to TypeConversion.cpp, Constants.cpp to ConstantConversion.cppDuncan Sands
2012-05-04Use different names for LIT configuration files in the two test subsuites.Duncan Sands
2012-04-18Revert commit 154925: Pax Team told me about a better way of doing this.Duncan Sands
2012-04-17GCC-4.7 may be built with either a C or a C++ compiler. If it was with a CDuncan Sands
2012-04-01Forgot to commit the Makefile changes along with the TBAA logic.Duncan Sands
2012-03-18Rename the correctness suite to validator, continuing the terminator themeDuncan Sands
2012-03-16Begin porting the old LLVM Frontend testsuites.Duncan Sands
2012-03-07Get the current working directory from CURDIR (filled in by make)Duncan Sands
2012-03-03Inform the user that the test suite is being run. That's because it can take...Duncan Sands
2012-03-02When cleaning, remove the generated local site testing configuration.Duncan Sands
2012-02-17Make it possible to pass arguments for lit in from the environment.Duncan Sands
2012-02-17Make lit look for files called dragonegg-lit.cfg etc. That way it doesn'tDuncan Sands
2012-02-16Rename Compilator to compilator (lower case) to be consistent withDuncan Sands
2012-02-16Run the testsuite verbosely if VERBOSE is defined.Duncan Sands
2012-02-16The testsuite can be run using "make check".Duncan Sands
2012-02-12Consider GCC headers to be system headers so as not to get warningsDuncan Sands
2012-01-27Store the LLVM version rather than the dragonegg svn revisionDuncan Sands
2012-01-18Add a way of not compiling in version checking code at all. TheDuncan Sands
2011-10-20If there is no micro version (i.e. gcc reports itself to be version 4.6 ratherDuncan Sands
2011-10-11Workaround a missing sanity check in array_type_nelts in some versions of GCC.Duncan Sands
2011-08-09Fix an obscure use-after-free coming from the tree to constant map: if aDuncan Sands
2011-06-20Dragonegg no longer requires a patched version of gcc. Update the docsDuncan Sands
2011-06-19Uniformize the name of the garbage collector root between gcc-4.5 and gcc-4.6.Duncan Sands
2011-06-17Sort out final garbage collector differences between gcc-4.5 and gcc-4.6.Duncan Sands
2011-06-17Get the garbage collector header target working with gcc-4.6 and newer.Duncan Sands
2011-04-12Move target source files under the src directory.Duncan Sands
2011-04-12Move target headers under the include directory.Duncan Sands
2011-04-12Move platform headers to an appropriate place under include/. Add directoriesDuncan Sands
2011-04-12Move most source files to the src subdirectory.Duncan Sands
2011-04-08On case insensitive filesystems dragonegg's Target.h can get confused withDuncan Sands
2011-04-08Make sure that headers are searched for in the dragonegg sourcesDuncan Sands