ghc-hetmet.git
2010-07-21 Anton NikishaevFix numeric escape sequences parsing
2010-07-28 Ian LynaghExplicitly give the right path to perl when making...
2010-07-28 Ian LynaghSet -fno-stack-protector in extra-gcc-opts; fixes ...
2010-07-27 Ian LynaghMake PersistentLinkerState fields strict; fixes #4208
2010-07-26 Ian LynaghDon't rebuild dependency files unnecessarily when doing...
2010-07-26 David TereiLLVM: If user specifies optlo, don't use '-O' levels
2010-07-25 Ian LynaghFlatten flags for ghci's :show
2010-07-24 Ian LynaghAdd support for Haskell98 and Haskell2010 "languages"
2010-07-24 Ian LynaghRename "language" varibles etc to "extension", and...
2010-07-24 Ian LynaghSeparate language option handling into 2 phases
2010-07-24 Ian LynaghSeparate the language flags from the other DynFlag's
2010-07-24 Ian LynaghSet stage-specific CC/LD opts in the bindist configure.ac
2010-07-23 Ian LynaghUse different CC/LD options for different stages
2010-07-23 Ian LynaghAdd some error belchs to the linker, when we find bad...
2010-07-23 Ian LynaghAdd some more linker debugging prints
2010-07-23 Ian LynaghWhen (un)loading an object fails, say which object...
2010-07-21 Ian LynaghAdd a release note: GHCi import syntax
2010-07-19 Ian LynaghDeprecate NewQualifiedOperators extension (rejected...
2010-07-22 David TereiLLVM: Allow optlc and optlo to override default params...
2010-07-21 David TereiLLVM: Code and speed improvement to dominateAllocs...
2010-07-21 simonpj@microsoft.comComments only
2010-07-21 simonpj@microsoft.comFix inlining for default methods
2010-07-21 simonpj@microsoft.comAllow reification of existentials and GADTs
2010-07-20 Simon Marlowadd numSparks# primop (#4167)
2010-07-20 David TereiLLVM: Decrease max opt level used under OSX to avoid bug
2010-07-20 David TereiLLVM: Fix OSX to work again with TNTC disabled.
2010-07-20 David TereiLLVM: Fix printing of local vars so LLVM works with...
2010-07-16 Simon MarlowUse a separate mutex to protect all_tasks, avoiding...
2010-07-15 Simon Marlow'make fast' in a package does not build any compilers
2010-07-19 David TereiLLVM: Fix up botched last commit
2010-07-19 David TereiLLVM: Fix warning introduce in last commit.
2010-07-18 David TereiLLVM: Use mangler to fix up stack alignment issues...
2010-07-15 illissius@gmail.comFix #4195 (isGadtSyntaxTyCon returns opposite result)
2010-07-17 Ian LynaghUpdate to time 1.2.0.3
2010-07-17 Ian LynaghReorder RTS --info output
2010-07-17 Ian LynaghFix unreg prof build: Define CCS_SYSTEM in stg/MiscClos...
2010-07-17 Ian LynaghMake mkDerivedConstants as a stage 1 program
2010-07-17 Ian LynaghDon't generate Haskell dependencies if we don't have...
2010-07-16 Ian LynaghLink programs that have no Haskell objects with gcc...
2010-07-16 Ian LynaghUse gcc to build C programs for stages >= 1
2010-07-16 Ian LynaghAdd platform info to "ghc --info" output
2010-07-16 Ian LynaghTidy up Config.hs generation
2010-07-16 Ian LynaghFix HC porting test in makefiles
2010-07-16 Ian LynaghChange a BUILD var to a HOST var
2010-07-15 Ian LynaghRemove an unnecessary #include
2010-07-15 Ian LynaghSplit up some make commands, so that errors aren't...
2010-07-15 Ian LynaghRemove an unnecessary #include
2010-07-15 Ian LynaghSimplify some more CPP __GLASGOW_HASKELL__ tests
2010-07-15 Ian LynaghRemove some code only used with GHC 6.11.*
2010-07-15 Ian Lynagh__GLASGOW_HASKELL__ >= 609 is now always true
2010-07-14 Ian LynaghCorrect the values in ghc_boot_platform.h
2010-07-14 Ian LynaghChange some TARGET checks to HOST checks
2010-07-14 David TereiLLVM: Add inline assembly to binding.
2010-07-14 David TereiLLVM: Fix mistype in last commit which broke TNTC under...
2010-07-13 Ian LynaghRemove unnecessary #include
2010-07-13 Ian LynaghChange some TARGET tests to HOST tests in the RTS
2010-07-13 David TereiLLVM: Add in new LLVM mangler for implementing TNTC...
2010-07-13 simonpj@microsoft.comRefactor where an error message is generated
2010-07-13 simonpj@microsoft.comComments only
2010-07-13 simonpj@microsoft.comComments on data type families
2010-07-07 simonpj@microsoft.comFix Trac #T4136: take care with nullary symbol constructors
2010-07-07 simonpj@microsoft.comFix Trac #4127 (and hence #4173)
2010-07-01 simonpj@microsoft.comFix second bug in Trac #4127
2010-07-09 Sergei Trofimovichia64: switch handling of 'foreign import wrapper' ...
2010-07-09 Sergei Trofimovich* storage manager: preserve upper address bits on 64bit...
2010-07-08 Sergei TrofimovichFixing link failure of compiler on ia64 ('-Wl,' prefixe...
2010-07-12 David TereiLLVM: Allow getelementptr to use LlvmVar for indexes.
2010-07-10 Ian LynaghMove all the warning workarounds to one place
2010-07-10 Ian Lynaghxhtml is now warning-free
2010-07-09 Ian LynaghMove a bit of build system code
2010-07-09 Simon Marlowadapt to the new async exceptions API
2010-07-09 Simon Marlowquiet some new spewage
2010-07-08 Simon MarlowNew asynchronous exception control API (ghc parts)
2010-07-08 Simon Marlowremove outdated comment
2010-07-08 Simon Marlowremove 'mode: xml' emacs settings (#2208)
2010-06-16 Simon Marlowtypo in comment
2010-07-08 Simon MarlowWin32 getProcessElapsedTime: use a higher-resolution...
2010-07-08 Sergei Trofimovichalpha: switch handling of 'foreign import wrapper'...
2010-07-08 Ian LynaghReorder the CPP flags so -optP can override the platfor...
2010-07-07 Ian LynaghAdd docs for DatatypeContexts extension
2010-07-07 Ian LynaghMake datatype contexts an extension (on by default...
2010-07-07 David TereiLLVM: Fix various typos in comments
2010-07-07 Ian LynaghHandle haddock headers when looking for LANGUAGE/OPTION...
2010-07-06 Ian LynaghMake pragState call mkPState, rather than duplicating...
2010-07-07 David TereiLLVM: Add alias type defenitions to LlvmModule.
2010-07-07 David TereiLLVM: Use packed structure type instead of structure...
2010-07-06 Ian LynaghMake mkPState and pragState take their arguments in...
2010-07-06 Ian LynaghRemove an out-of-date comment
2010-07-05 David TereiLLVM: Stop llvm saving stg caller-save regs across...
2010-07-05 David TereiLLVM: Add in literal undefined value to binding
2010-07-05 David TereiLLVM: Add a literal NULL value to binding
2010-07-05 Simon Marlowrefactor import declaration support (#2362)
2010-07-05 Simon MarlowDisable dynamic linking optimisations on OS X
2010-06-25 amsay@amsay.nettrac #2362 (full import syntax in ghci)
2010-07-04 Ian LynaghSimplify ghc-pkg's Cabal dependencies
2010-07-04 Ian LynaghUse Cabal to configure the dist-install ghc-pkg; fixes...
2010-07-01 Ian LynaghRemove dead code (standalone deriving flag no longer...
2010-07-02 David TereiLLVM: Use the inbounds keyword for getelementptr instru...
2010-07-01 Simon MarlowthreadPaused: fix pointer arithmetic
2010-07-01 David TereiLLVM: Change more operations to use getelementptr
next