FIX #2976: fix buggy implementation of shadowing in GHC.getBindings
[ghc-hetmet.git] / compiler /
2009-03-11 Simon MarlowFIX #2976: fix buggy implementation of shadowing in...
2009-03-10 Ian LynaghDon't put a trailing / on the mingw include path
2009-03-06 Simon MarlowPartial fix for #2917
2009-03-06 Ian LynaghAdd CONTRACT to the pragmas that we recognise.
2009-03-07 Roman LeshchinskiyGenerate lots of __inline_me during vectorisation
2009-03-07 Roman LeshchinskiySpecial-case desugaring of simple parallel array compre...
2009-03-06 Roman LeshchinskiyFix warning
2009-03-06 Roman LeshchinskiyTry not to avoid vectorising purely scalar functions
2009-03-05 Simon Marlowadd final newlines
2009-03-05 Simon Marlowremove foo.exe.manifest when --embed-manifest is on
2009-03-05 Ian LynaghOn OS X/x86, tell gcc to generate instructions for...
2009-03-05 simonpj@microsoft.comMake -fdicts-cheap cope with implication constraints
2009-03-05 simonpj@microsoft.comFinally fix Trac #3066
2009-03-04 simonpj@microsoft.comLayout only
2009-03-04 simonpj@microsoft.comFix a long-standing latent bug (and the build): check...
2009-03-03 pepe iborraFix #3067: GHCi panics with 'initTc:LIE' while :steppin...
2009-03-03 simonpj@microsoft.comFix Trac #3066: checking argument types in foreign...
2009-03-03 simonpj@microsoft.comFix Trac #3057 in deriving Functor
2009-03-03 dias@eecs.harvard.eduA few bug fixes; some improvements spurred by paper...
2009-03-03 simonpj@microsoft.comComments only
2009-02-28 David WaernFilter out carriage returns in doc strings
2009-02-27 Ian Lynaghz-encode digits at the start of a symbol name; fixes...
2009-02-27 Ian LynaghWhitespace only
2009-02-23 simonpj@microsoft.comUse 'nonIOok' instead of 'True'; cosmetics only
2009-02-26 Ian LynaghIf we are given -Werror, then pass -Werror to cpp
2009-02-23 Ben.Lippmeier@anu... SPARC NCG: Split out sanity checking into its own module
2009-02-23 Ben.Lippmeier@anu... SPARC NCG: Add jumps to end of blocks when working...
2009-02-23 Ben.Lippmeier@anu... SPARC NCG: Enforce the invariant that each block ends...
2009-02-22 Peter Hercek:steplocal and :stepmodule should not polute trace...
2009-02-22 Peter HercekDo not print anything to stdout when stopping at a...
2009-02-21 Ian LynaghOnly use STAGE3_PACKAGE_CONF for building GHC itself
2009-02-17 Ben.Lippmeier@anu... SPARC NCG: Unsigned comparisons are unsigned
2009-02-17 Ben.Lippmeier@anu... SPARC NCG: Fix word size conversions
2009-02-16 Ben.Lippmeier@anu... SPARC NCG: Split up into chunks, and fix warnings.
2009-02-16 Ben.Lippmeier@anu... SPARC NCG: Reorganise Reg and RegInfo
2009-02-16 Ben.Lippmeier@anu... NCG: Cleanup old file
2009-02-15 Ben.Lippmeier@anu... NCG: validate fixes for ppc-darwin
2009-02-15 Ben.Lippmeier@anu... NCG: validate fixes for ghc-6.6
2009-02-15 Ben.Lippmeier@anu... NCG: validate fixes for i386-darwin
2009-02-15 Ben.Lippmeier@anu... NCG: validate fixes for x86_64-linux
2009-02-15 Ben.Lippmeier@anu... NCG: Haddock validate fix
2009-02-15 Ben.Lippmeier@anu... NCG: Validate fixes for x86-linux
2009-02-15 Ben.Lippmeier@anu... SPARC NCG: Don't release top half of f6 and f8
2009-02-15 Ben.Lippmeier@anu... NCG: Split up the native code generator into arch speci...
2009-02-11 Ben.Lippmeier@anu... SPARC NCG: Make linear allocator use info in SPARC...
2009-02-11 Ben.Lippmeier@anu... SPARC NCG: Enumerate freeRegs / globalRegMaybe instead...
2009-02-05 Ben.Lippmeier@anu... NCG: Split PprMach into arch specific modules
2009-02-13 Ian LynaghPut RelaxedPolyRec in the cabal file rather than a...
2009-02-13 Ben.Lippmeier@anu... NCG: Split block reorder thing in linear allocator...
2009-02-13 Ben.Lippmeier@anu... NCG: Validate fixes for powerpc
2009-02-13 Ben.Lippmeier@anu... NCG: Add missing ops to powerpc isJumpish
2009-02-11 simonpj@microsoft.comFix Trac #3017: ensure that we quantify over enough...
2009-02-11 Ian LynaghOn sparc, pass -mcpu=v9 when assembling with object...
2009-02-11 simonpj@microsoft.comTurn another ASSERT into a WARN (temproraily)
2009-02-06 Simon MarlowImprovements to the "can't find module" error message...
2009-02-07 Ian LynaghCorrect an IsFunction that should be IsData
2009-02-06 Ian LynaghFix calling maths functions when compiling via C
2009-02-06 Ian LynaghAdd a panic to fix the build on amd64/Linux; to be...
2009-02-06 Ian LynaghFix the build on OS X: only understands .space, not...
2009-02-06 Ian LynaghFix building with GHC 6.8
2009-02-06 Ian LynaghFix the build on amd64/Linux
2009-02-06 Ian LynaghWhen generating C, don't pretend functions are data
2009-02-05 Ben.Lippmeier@anu... NCG: Validate fixes
2009-02-04 Ben.Lippmeier@anu... NCG: Split RegAllocInfo into arch specific modules
2009-02-04 Ben.Lippmeier@anu... NCG: Move RegLiveness -> RegAlloc.Liveness
2009-02-04 Ben.Lippmeier@anu... NCG: Rename MachRegs, MachInstrs -> Regs, Instrs to...
2009-02-04 Ben.Lippmeier@anu... NCG: Split MachRegs.hs into arch specific modules
2009-02-05 Ben.Lippmeier@anu... NCG: Fix validate
2009-02-04 Ben.Lippmeier@anu... SPARC NCG: Fix some haddock problems.
2009-02-04 Ben.Lippmeier@anu... SPARC NCG: Add Pwr callish mach op
2009-02-03 Ben.Lippmeier@anu... NCG: Split MachInstrs into arch specific modules
2009-02-03 Ben.Lippmeier@anu... NCG: Move the graph allocator into its own dir
2009-02-03 Ben.Lippmeier@anu... SPARC NCG: Update cabal file
2009-02-03 Ben.Lippmeier@anu... SPARC NCG: Give regs o0-o5 back to the allocator
2009-02-03 Ben.Lippmeier@anu... NCG: Split out joinToTargets from linear alloctor into...
2009-02-02 Ben.Lippmeier@anu... NCG: Split linear allocator into separate modules.
2009-01-23 Ben.Lippmeier@anu... SPARC NCG: Keep track of destinations when doing a...
2009-01-23 Ben.Lippmeier@anu... SPARC NCG: Do general 64 bit addition and conversion
2009-01-23 Ben.Lippmeier@anu... SPARC NCG: Don't need a write barrier for store synchro...
2009-01-22 Ben.Lippmeier@anu... SPARC NCG: Use .skip instead of .space in assembler
2009-02-04 simonpj@microsoft.comCheck -XGADTs in (a) type family decls (b) pattern...
2009-02-04 simonpj@microsoft.comImprove error reports for kind checking (Trac #2994)
2009-02-04 simonpj@microsoft.comFurther wibbles to 'deriving' for functor-like things
2009-02-04 simonpj@microsoft.comFix Trac #2999: change an ASSERT to a WARN
2009-02-04 simonpj@microsoft.comImprove transferPolyIdInfo for value-arg abstraction
2009-02-04 simonpj@microsoft.comTwo small improvements to LiberateCase
2009-01-15 simonpj@microsoft.comRobustify lookupFamInstEnv, plus some refactoring
2009-01-14 simonpj@microsoft.comRobustify lookupFamInstEnv
2009-01-13 simonpj@microsoft.comImprove trace message
2009-02-02 Simon MarlowOptimise writing out the .s file
2009-01-23 Simon Marlowbetter error message for missing package-qualified...
2009-01-30 Simon MarlowForce the result of user-defined commands
2009-02-02 simonpj@microsoft.comImprove error reporting for precedence errors
2009-02-02 simonpj@microsoft.comAdd the ability to derive instances of Functor, Foldabl...
2009-01-30 simonpj@microsoft.comComments about injecting implicit bindings
2009-01-30 simonpj@microsoft.comFix Trac #2985: generating superclasses and recursive...
2009-01-30 simonpj@microsoft.comWhite space only
2009-01-29 simonpj@microsoft.comTwo more wibbles to CorePrep (fixes HTTP package and...
2009-01-27 Simon Marlow#2973: we should virtualise the CWD inside the GHC...
2009-01-27 Samuel BronsonImplement #2191 (traceCcs# -- prints CCS of a value...
next