ghc-hetmet.git
2011-04-22 Ian LynaghRename FP_HAVE_GCC to FP_GCC_VERSION
2011-04-22 Ian LynaghRemove HaveGcc (it was always YES)
2011-04-22 Ian LynaghRemove redundant tests for whether we're in a GHC tree
2011-04-22 Ian LynaghRevert "Output ELF .size directives for functions"
2011-04-22 Ian LynaghMove gcc's and perl's location to the settings file
2011-04-22 Johan TibellOutput ELF .size directives for functions
2011-04-22 Ian LynaghMove the opt* fields from DynFlags into the Settings...
2011-04-22 Ian LynaghTweak build rules for libffi
2011-04-22 Mark Lentcznerno need to set --build when configuring libffi
2011-04-22 Mark Lentcznerfix documentation of FP_ARG_WITH_PATH_GNU_PROG
2011-04-21 Ian LynaghInitialise Settings before DynFlags
2011-04-21 Lennart KolmodinFix typo in shared libraries documentation.
2011-04-21 Ian LynaghSplit off a Settings type from DynFlags
2011-04-21 Ian LynaghRename "extra-gcc-opts" to "settings", and start genera...
2011-04-21 Ian LynaghFix typo in comment
2011-04-21 Simon Peyton... Merge branch 'master' of darcs.haskell.org/ghc
2011-04-20 Matthias Kiliando not use sed for version date processing but rather...
2011-04-20 CJ van den... For very short linker scripts dlopen may return 'file...
2011-04-20 CJ van den... This is required to successfully load terminfo into...
2011-04-20 Matthias KilianAdd "./sync-all clean" command
2011-04-20 Simon Peyton... Tidy up SigTv
2011-04-20 Simon Peyton... Fix Trac #5130: missed error report
2011-04-20 Simon Peyton... Dont print "Constraint solver steps = n" if -dno-debug...
2011-04-20 Simon Peyton... Add pprDefiniteTrace and use it
2011-04-20 Simon Peyton... Fix Trac #5126: generate correct usage info in TH decla...
2011-04-20 Simon Peyton... Merge branch 'master' of darcs.haskell.org/ghc
2011-04-20 Simon Peyton... Ignore .rej files
2011-04-20 Simon Peyton... Pretty-print type variables that are operators correctly
2011-04-19 Ian LynaghDon't generate a prototype for cas
2011-04-19 Ian LynaghMake the compiler depend on unlit existing
2011-04-19 Ian LynaghRemove use of -fno-asm-mangling flag; fixes #5134
2011-04-19 David TereiLLVM: Fix #5131. Add support for missing stg regs
2011-04-19 simonpjSlightly better tracing in the constraint solver
2011-04-19 simonpjFix Trac #5038 (missing free variable in ifThenElse...
2011-04-19 simonpjSimplify treatement of pragmas slightly
2011-04-19 simonpjFix typo in comment
2011-04-19 simonpjRemove unused function sigForThisGroup
2011-04-19 simonpjFix Trac #5045: add ticks to HsArrForms
2011-04-19 simonpjFix Trac #5041: parse the trailing '#'
2011-04-19 Simon Peyton... Merge branch 'master' of darcs.haskell.org/ghc
2011-04-19 Simon Peyton... Add more ignorance
2011-04-17 Ian LynaghMake ghc less keen to pass -v to gcc and friends
2011-04-17 Ian LynaghSet stdout to use line buffering in ghc-cabal
2011-04-16 Ian LynaghDocument -fwarn-missing-local-sigs; part of #4817
2011-04-15 Ian LynaghMake sure the main git repo is case-insensitive too
2011-04-15 Ian LynaghTidy sync-all up a bit, and turn on ignorecase for...
2011-04-15 Ian LynaghMore sync-all refactoring
2011-04-15 Ian LynaghRefactor sync-all a bit
2011-04-15 Simon Marlowadd --no-<tag>, so e.g. we can omit DPH with --no-dph
2011-04-15 Simon MarlowThe hash table implementation had some static free...
2011-04-15 Simon Marlowfix a shutdown memory leak
2011-04-15 Edward Z. YangRevert "Generalized assignment rewriting pass."
2011-04-15 Edward Z. YangGeneralized assignment rewriting pass.
2011-04-15 Edward Z. YangDisable check word address lint check, due to inlined...
2011-04-15 Edward Z. YangAdd GenCmmGraph, which is a generic version of CmmGraph.
2011-04-14 Ian LynaghCheck for ^M in packages file when booting
2011-04-14 Ian LynaghFix typo in docs; spotted by Rustom Mody in beginners@
2011-04-14 Ian LynaghMake the boot script complain if mk/build.mk doesn...
2011-04-14 Ian LynaghRefactor how dependencies are included; fixes #5109
2011-04-14 Simon MarlowAdd a final newline to the link-time C file that we...
2011-04-14 Simon MarlowAvoid accumulating slop in the pinned_object_block.
2011-04-13 Edward Z. YangAdmonish the user to read the wiki page!
2011-04-13 Edward Z. YangFor BC labels, emit empty data section instead of empty...
2011-04-13 Ian LynaghMerge branch 'master' of darcs.haskell.org/ghc
2011-04-13 Ian LynaghNow that -fvia-C is gone, we don't need -march=i686...
2011-04-13 Edward Z. YangAdd adjustUFM, adjustUFM_Directly and joinUFM to UniqFM.
2011-04-13 Edward Z. YangAlways support optimization fuel.
2011-04-13 Edward Z. YangUpdate CmmRegOff shorthand for CmmMachOp.
2011-04-13 Simon Marlowfix a bug introduced in 1fb38442d3a55ac92795aa6c5ed4df8...
2011-04-12 Erik de Castro... Fix compiling on linux-powerpc.
2011-04-12 Simon MarlowChange the way module initialisation is done (#3252...
2011-04-12 Simon MarlowCleanup sweep and fix a bug in RTS flag processing.
2011-04-12 Simon MarlowisAlive: re-apply the tag if we find a forwarding point...
2011-04-11 Edward Z. YangRemove debugging CmmComment from old code generator.
2011-04-11 Edward Z. YangFlag for defaulting the codegen GhcStageXDefaultNewCodegen.
2011-04-11 Edward Z. YangImplement mapUFM_Directly.
2011-04-11 Edward Z. YangUnsafe foreign calls (fat machine instructions) do...
2011-04-11 Simon MarlowRefactoring and tidy up
2011-04-11 Simon Marlowghc-pkg dependency on ghc-cabal should be an order...
2011-04-11 Simon Marlowtweak to cleanTempFilesExcept
2011-04-11 Simon Marlowadd casMutVar#
2011-04-09 Ian LynaghWhitespace only in main/Finder.lhs
2011-04-09 Ian LynaghAdd "./sync-all reset" command
2011-04-09 Ian LynaghSupport fat archives on OS X
2011-04-09 Ian LynaghAdd "./sync-all config" command
2011-04-08 Ian Lynaghrts/Linker.c tidyups and debug belches
2011-04-08 Ian Lynaghgen_contents_index: Improve parsing of packages file
2011-04-08 Karel Gardas- disable shared lib support on Solaris 10 and older...
2011-04-08 Simon MarlowForce re-linking if the options have changed (#4451)
2011-04-08 Ian LynaghHandle '\r's in boot-pkgs files
2011-04-08 Simon Marlowbugfix for stub generation: create the directory for...
2011-04-07 Ian Lynaghsync-all: Push doesn't take a repo path either
2011-04-07 Ian LynaghMerge remote branch 'origin/patch-4404'
2011-04-06 Ian LynaghMerge branch 'master' of darcs.haskell.org/ghc
2011-04-06 Ian Lynaghsync-all: Don't give remote repo paths and branches...
2011-04-06 Ian LynaghAdd "commit" to the list of commands sync-all supports
2011-04-06 Edward Z. YangFix bug in X86 codegen: use GMOV instead of MOV for...
2011-04-06 Simon MarlowMerge remote branch 'origin'
2011-04-06 Simon MarlowMerge branch 'trac_5025' of https://github.com/thoughtp...
2011-04-06 Edward Z. YangRevert "Suppress dumpTcRn when -dno-debug-output is...
next