Don't build GHC with breakpoint support by default.
[ghc-hetmet.git] / ghc / compiler /
2006-04-06 LemmihDon't build GHC with breakpoint support by default.
2006-04-06 LemmihGHC.Base.breakpoint isn't vaporware anymore.
2006-04-06 LemmihBetter messages from HscTypes.showModMsg.
2006-04-05 Simon Marlowadd support for x86_64; foreign import is now supported...
2006-03-29 Simon Marlowin stage1, we should get isPrint and isUpper from Compa...
2006-03-29 wolfgang.thaller... Darwin/x86: correct stack alignment in ByteCodeFFI
2006-03-27 Simon MarlowAdd a new primitive forkOn#, for forking a thread on...
2006-03-27 LemmihAllow users of the GHC library to specify which package...
2006-03-24 Simon Marlowomit the __DISCARD__() call if unregisterised
2006-03-23 Simon Marlowgcc is getting smarter, so we need to hit it with a...
2006-03-18 Lemmih-fno-code shouldn't be a mode.
2006-03-18 LemmihDon't generate stub files when -fno-code is given.
2006-03-18 LemmihDon't generate stub files when -fno-code is given.
2006-03-18 Lemmih-fno-code shouldn't be a mode.
2006-03-12 LemmihCleanup after the OPTIONS parsing was moved.
2006-03-17 simonpj@microsoft.comMake -fliberate-case work for GADTs
2006-03-16 Simon Marlowsanity checking: make sure we don't mix registerised...
2006-03-14 Simon Marlowimprove panic messages a bit, with the GHC version...
2006-03-14 LemmihBug fixes in my refactored RnNames code.
2006-03-14 Simon MarlowFix a really nasty bug in SMP
2006-03-13 Simon MarlowLook for a package.conf.d directory containing per...
2006-03-10 LemmihWibble in HscMain.
2006-03-10 LemmihParse OPTIONS properly and cache the result.
2006-03-08 LemmihFix -ddump-if-trace
2006-03-08 LemmihBug fix in the new HscMain code.
2006-03-07 Simon Marlowx86_64: add -fno-builtin to gcc command line for .hc...
2006-03-07 LemmihMore work thrown at HscMain.
2006-03-06 LemmihMake it clear when the symbols are using by the interpr...
2006-03-06 LemmihImport symbols needed by the interpreter.
2006-03-05 LemmihThe parser needs a set of parentheses when we don't...
2006-03-04 Lemmih'have_object' isn't needed in a typed environment.
2006-03-04 LemmihFIXME's.
2006-03-04 LemmihWhy name a function 'getGhciMode' when it returns GhcMode?
2006-03-04 LemmihEnumerate imports and remove dead code.
2006-03-04 LemmihUse hscCodeGenNothing instead of hscCodeGenSimple.
2006-03-04 LemmihComments and esthetical changes.
2006-03-04 LemmihRemove the old HscMain code.
2006-03-04 LemmihUse the new HscMain API in DriverPipeline.
2006-03-04 LemmihExport the new HscMain API.
2006-03-04 LemmihAllow hscCompileMake to target HscNothing.
2006-03-04 LemmihDescription of the new HscMain.
2006-03-04 LemmihInitial hack on the new low-level compiler API.
2006-03-03 Simon MarlowcallerSaveVolatileRegs: fix the Nothing case
2006-02-05 wolfgang.thaller... Darwin/x86: Print 64-bit literals in a way Apple unders...
2006-03-02 simonpj@microsoft.comFix free-variable finder
2006-03-02 Simon MarlowMake -split-objs work with --make
2006-03-02 Simon Marlowfix for compiling the base package with --make
2006-03-02 Simon Marlowreplace several 'fromJust's with 'expectJust's
2006-03-02 Simon Marlowminor cleanup; remove one use of fromJust
2006-03-02 simonpj@microsoft.comSigh: one more fix to undoing the erroneous patch
2006-03-01 LemmihRemember the free vars in HsRule.
2006-03-01 simonpj@microsoft.comComplete undo of Simplify-the-IdInfo-before-any-RHSs
2006-03-01 simonpj@microsoft.comUndo patch Simplify-the-IdInfo-before-any-RHSs
2006-03-01 Simon Marlowfix parse error
2006-03-01 Simon Marlowfix compilation with older GHCs
2006-03-01 Simon Marlowadd comments
2006-03-01 Simon Marlowadd ':set prompt' command
2006-03-01 Simon MarlowAdd support for Data.Char.generalCategory to libcompat
2006-02-28 Simon Marlowfilter the messages generated by gcc
2006-02-28 Simon MarlowAllow C argument regs to be used as global regs (R1...
2006-02-28 Simon Marlowpass arguments to unknown function calls in registers
2006-02-28 simonpj@microsoft.com Simplify the IdInfo before any RHSs
2006-02-26 LemmihRemove comment about imports and exports not being...
2006-02-25 wolfgang.thaller... NCG: fix mkRegRegMoveInstr for x86-64
2006-02-25 wolfgang.thaller... NCG: Fix Typo in Register Allocator Loop Patch
2006-02-25 wolfgang.thaller... NCG: Handle loops in register allocator
2006-02-24 LemmihOops, I got a little trigger happy while trimming packa...
2006-02-24 LemmihPrettify parts of RnNames. No change of functionality.
2006-02-24 LemmihRemove duplicate code from RnNames.
2006-02-24 LemmihRemove non-existing modules from package.conf.in
2006-02-24 LemmihRemove some unused bindings frm RnNames.
2006-02-24 LemmihRather large refactoring of RnNames.
2006-02-24 Simon Marlowadd file to go with "extract some of the generic.....
2006-02-24 Simon Marlowturn off a trace
2006-02-24 Simon Marlowadd instance Outputable CLabel
2006-02-24 Simon Marlow-O2 implies -optc-O2 now
2006-02-24 Simon Marlowextract some of the generic C-- optimisations from...
2006-02-23 Simon Marlowfurther fix for floating point primitives
2006-02-23 simonpj@microsoft.comComment wibbles
2006-02-23 simonpj@microsoft.comWibbles to instance validity checking
2006-02-23 simonpj@microsoft.comFix comment
2006-02-23 simonpj@microsoft.comImprove error reporting for type-improvement errors
2006-02-23 simonpj@microsoft.comReject polytypes in instance declarations (for now...
2006-02-10 simonpj@microsoft.comRemove duplicate comment
2006-02-22 LemmihAdd renamed fixities to HsGroup.
2006-02-22 Simon Marlowfloating-point fix for x86_64
2006-02-21 LemmihMention the 'Encoding' module in package.conf.in
2006-02-13 Ross PatersonLoosen the rules for instance declarations (Part 3)
2006-02-12 kr.angelov@gmail.comIf we don't have libreadline then we need some dummy...
2006-02-10 LemmihBugfix in completion code for :set and :unset.
2006-02-10 LemmihCompletion for :set, :unset and :undef.
2006-02-10 LemmihSimplify the -B handling. The interface to the ghc...
2006-02-09 simonpj@microsoft.comFix desugaring of unboxed tuples
2006-02-09 Simon Marlowx86_64: fix case of out-of-range operands to leaq
2006-02-09 Simon MarlowMerge the smp and threaded RTS ways
2006-02-09 Simon Marlowchange dirty_MUT_VAR() to use recordMutableCap()
2006-02-09 simonpj@microsoft.comFix typo
2006-02-09 simonpj@microsoft.comFix instance rules for functional dependencies
2006-02-09 Simon Marlowfix for the unregisterised way
2006-02-09 Simon Marlowprof/smp combination probably doesn't work, disable it
next