trac #2362 (full import syntax in ghci)
[ghc-hetmet.git] / compiler /
2010-06-25 amsay@amsay.nettrac #2362 (full import syntax in ghci)
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 David TereiLLVM: Change more operations to use getelementptr
2010-06-30 David TereiLLVM: Use getelementptr instruction for a lot of situations
2010-06-25 Simon Marlowremove out of date comments; point to the wiki
2010-06-29 benl@ouroborus.netNCG: allocatableRegs is only giving us 8 SSE regs to...
2010-06-28 David TereiLLVM: Use intrinsic functions for pow, sqrt, sin, cos
2010-06-28 David TereiLLVM: Fix test '2047' under linux-x64
2010-06-28 David TereiLLVM: Fix test 'ffi005' under linux-x64
2010-06-28 David TereiLLVM: Update to use new fp ops introduced in 2.7
2010-06-28 David TereiAdd noalias and nocapture attributes to pointer stg...
2010-06-25 Ian LynaghUse machdepCCOpts in runPhase_MoveBinary; fixes trac...
2010-06-25 David TereiLLVM: Fix bug with calling tail with empty list
2010-06-24 benl@ouroborus.netFix warnings
2010-06-24 benl@ouroborus.netNCG: Comments and formatting only
2010-06-24 benl@ouroborus.netNCG: Do the actual reversing of SCCs
2010-06-24 benl@ouroborus.netNCG: Fix dumping of graphs in regalloc stats for graph...
2010-06-24 benl@ouroborus.netNCG: Reverse SCCs after each round in the graph allocator
2010-06-24 benl@ouroborus.netNCG: Don't actually complain on unreachable code blocks
2010-06-24 benl@ouroborus.netNCG: Do explicit check for precondition of computeLiveness
2010-06-23 benl@ouroborus.netNCG: Fix off-by-one error in realRegSqueeze
2010-06-23 benl@ouroborus.netNCG: Handle stripping of liveness info from procs with...
2010-06-23 benl@ouroborus.netNCG: Emit a warning on unreachable code block instead...
2009-09-17 Ben.Lippmeier@anu... NCG: Remember to keep the entry block first when erasin...
2009-09-17 Ben.Lippmeier@anu... NCG: Refactor representation of code with liveness...
2009-09-17 Ben.Lippmeier@anu... NCG: Add sanity checking to linear allocator
2009-09-17 Ben.Lippmeier@anu... NCG: Refactor LiveCmmTop to hold a list of SCCs instead...
2009-09-17 Ben.Lippmeier@anu... NCG: Allow the liveness map in a LiveInfo to be Nothing
2009-09-17 Ben.Lippmeier.anu... NCG: Also show the result of applying coalesings with...
2010-06-24 Ian LynaghFix panic when running "ghc -H"; trac #3364
2010-06-21 David TereiAllow for stg registers to have pointer type in llvm BE.
2010-06-24 David TereiAdd support for parameter attributes to the llvm BE...
2010-06-24 Ian LynaghDon't warn about unused bindings with parents in .hs...
2010-06-21 Simon Marlowfix the home_imps filter to allow for 'import "this...
2010-06-22 David TereiMore updates to datalayout description in llvm BE
2010-06-22 David TereiRemove LlvmAs phase as the llvm opt tool now handles...
2010-06-22 David TereiUpdate datalayout info in llvm BE
2010-06-22 David TereiFix handling of float literals in llvm BE
2010-06-21 David TereiDeclare some top level globals to be constant when...
2010-06-21 David TereiReduce the number of passes over the cmm in llvm BE
2010-06-21 David TereiFix negate op not working for -0 in llvm backend
2010-06-21 Simon MarlowROLLBACK: picCCOpts: -dynamic should not entail -optc...
2010-06-20 Ian LynaghImprove the missing-import-list warning
2010-06-20 Ian LynaghTweak missing-import-list warning
2010-06-18 amsay@amsay.nettrac #1789 (warnings for missing import lists)
2010-06-20 Ian LynaghRefix docs for sizeofByteArray#/sizeofMutableByteArray...
2010-01-01 Antoine LatterFIX #38000 Store StgArrWords payload size in bytes
2010-06-18 David TereiAdd win32 datalayout support to llvm backend
2010-06-18 David TereiRemove unused 'ddump-opt-llvm' flag
2010-06-18 Simon Marlowgenerate "movl lbl(%reg1), %reg2" instructions, better...
2010-06-18 Simon MarlowjoinToTargets: fix a case of panic "handleComponent...
2010-06-18 Simon Marlowcomment typo
2010-06-18 David TereiAdd support of TNTC to llvm backend
2010-06-17 Ian LynaghDon't automatically insert a -fvia-C flag in an unregis...
2010-06-17 Simon MarlowpicCCOpts: -dynamic should not entail -optc-fPIC
2010-06-16 Simon Marlowpick up changes to $(GhcStage1HcOpts) without re-config...
2010-05-07 Simon Marlowfix -fforce-recomp setting: module is PrimOp, not PrimOps
2010-06-15 Ross Patersonfix #3822: desugaring case command in arrow notation
2010-06-15 Ian LynaghDeprecate the -fvia-C flag; trac #3232
2010-06-15 David TereiAdd new LLVM code generator to GHC. (Version 2)
2010-06-15 simonpj@microsoft.comFix Trac #4127: build GlobalRdrEnv in GHCi correctly
2010-06-15 simonpj@microsoft.comComments, and improvement to pretty-printing of HsGroup
2010-06-14 simonpj@microsoft.comDon't reverse bindings in rnMethodBinds (fix Trac ...
2010-06-14 simonpj@microsoft.comFix Trac #4120: generate a proper coercion when unifyin...
2010-06-14 simonpj@microsoft.comUse mkFunTy to ensure that invariants are respected
2010-06-01 simonpj@microsoft.comRemove redundant debug code
2010-05-31 simonpj@microsoft.comFix Trac #4099: better error message for type functions
2010-06-14 simonpj@microsoft.comGruesome fix in CorePrep to fix embarassing Trac #4121
2010-05-31 simonpj@microsoft.comFix a bug in CorePrep that meant output invariants...
2010-05-31 simonpj@microsoft.comRobustify the treatement of DFunUnfolding
2010-06-14 simonpj@microsoft.comFix spelling in comment
2010-06-13 Ian LynaghFix printing of splices; part of #4124
2010-06-12 Ian LynaghWhitespace only
2010-06-12 Ian LynaghWhitespace only
2010-06-07 Roman LeshchinskiyTrack changes to DPH libs
2010-06-07 Roman LeshchinskiyTrack changes to DPH libs
2010-06-04 simonpj@microsoft.comDon't use unnecessary parens when printing types (Fix...
2010-06-04 Roman LeshchinskiyTrack DPH library changes
2010-06-02 Simon Marlow__stg_EAGER_BLACKHOLE_INFO -> __stg_EAGER_BLACKHOLE_inf...
2010-06-02 Simon MarlowUse UserInterrupt rather than our own Interrupted excep...
2010-06-02 Simon MarlowAdd the global package DB to ghc --info (#4103)
2010-05-08 pho@cielonegro.orgPIC support for PowerPC
2010-06-01 Roman LeshchinskiyVectoriser: only treat a function as scalar if it actua...
2010-05-25 Simon MarlowIf you say 'make' or 'make stage=2' here, pretend we...
2010-05-25 simonpj@microsoft.comRefactor pretty printing of TyThings to fix Trac #4015
2010-05-25 simonpj@microsoft.comImprove printing of TyThings; fixes Trac #4087
2010-05-25 simonpj@microsoft.comSpelling in comments
2010-05-25 simonpj@microsoft.comRefactor (again) the handling of default methods
2010-05-25 simonpj@microsoft.comDon't do SpecConstr on NOINLINE things (Trac #4064)
2010-05-20 Simon Marlowthe 'stage=0' trick to disable all compiler builds...
2010-05-24 benl@ouroborus.netComments and formatting only
2010-05-22 Ian LynaghCore prettyprinter fixes. Patch from Tim Chevalier...
2010-05-20 Ian LynaghStop passing -Wl,-macosx_version_min to gcc
2010-05-19 Simon MarlowFix package shadowing order (#4072)
2010-05-18 Ian LynaghChange another / to </> to avoid building paths contain...
2010-05-13 Simon MarlowUndo part of #4003 patch
2010-05-10 Simon MarlowlooksLikeModuleName: allow apostrophe in module names...
2010-05-11 simonpj@microsoft.comFix Trac #4003: fix the knot-tying in checkHiBootIface
2010-05-10 simonpj@microsoft.comRe-engineer the derived Ord instance generation code...
next