summaryrefslogtreecommitdiff
path: root/dragonegg/README
AgeCommit message (Expand)Author
2013-05-18Claim to support gcc-4.8 even though this isn't true yet.Duncan Sands
2013-03-29Add support for using the integrated assembler.Peter Collingbourne
2012-09-04Clarify that the gcc executable itself should be specified in the GCCDuncan Sands
2012-07-17Add a build time option enabling the loading of LLVM plugins. This requiresDuncan Sands
2012-04-29The plugin no longer piggybacks on top of GCC's LTO infrastructure. MentionDuncan Sands
2012-04-06Make it possible to pass multiple space separated options in one hit.Duncan Sands
2012-04-04Make it possible to pass LLVM options containing an equals signs (GCC doesn'tDuncan Sands
2012-02-03Make it possible to pass an LLVM command line argument straight through to LLVM.Duncan Sands
2011-10-20Dragonegg no longer contains any C source files.Duncan Sands
2011-10-14Polyhedron 2005 benchmark results show that when GCC optimizationsDuncan Sands
2011-09-23When GCC optimizations are enabled, by default we were doing almost no LLVMDuncan Sands
2011-08-18Explain that enabling the GCC optimizers disables the most LLVM IR optimizersDuncan Sands
2011-06-20I worked out how to build dragonegg against debian's gcc 4.5.Duncan Sands
2011-06-20Dragonegg no longer requires a patched version of gcc. Update the docsDuncan Sands
2011-05-04Remove the -fplugin-arg-dragonegg-disable-llvm-optzns option, and insteadDuncan Sands
2011-04-25Fix a few spelling errors.Duncan Sands
2011-04-21Test commit to check git mirroringroot
2011-04-08Add a description of a (probably) common problem and the solution.Duncan Sands
2010-05-31Try to clarify the role of libelf when building gcc.Duncan Sands
2010-04-23Add some hopefully helpful comments about building the plugin.Duncan Sands
2010-04-15Tweak the build instructions.Duncan Sands
2010-04-10Make clear that gcc should be configured with --enable-plugin. If youDuncan Sands
2010-04-02Add a note about gcc with --enable-lto requiring libelf.Duncan Sands
2010-03-02Don't require the reader of this document to work out justDuncan Sands
2010-02-09Add a note about only early optimizations being run.Duncan Sands
2010-02-06Implement support for debugging the set of passes being run,Duncan Sands
2010-01-26Note that gcc needs to be configured with --enable-lto.Duncan Sands
2010-01-08Note that -flto is the same as -fplugin-arg-dragonegg-emit-irDuncan Sands
2010-01-07Update the build instructions now that the build usesDuncan Sands
2009-12-07Pretend to be GCC's LTO pass, and convert gimple to IR in much theDuncan Sands
2009-10-12Rename the plugin dragonegg.so.Duncan Sands