ghc-hetmet.git
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
2010-06-30 Simon MarlowAdd the haskell2010 package
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-28 Simon Marlowduring shutdown, only free the heap if we waited for...
2010-06-20 shelarcyFix typo in -ddump-pass's document.
2010-06-24 dmp@rice.eduAdd #undefs for posix source symbols when including...
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... NCG: Remember to keep the entry block first when erasin...
2009-09-17 Ben.Lippmeier... NCG: Refactor representation of code with liveness...
2009-09-17 Ben.Lippmeier... NCG: Add sanity checking to linear allocator
2009-09-17 Ben.Lippmeier... NCG: Refactor LiveCmmTop to hold a list of SCCs instead...
2009-09-17 Ben.Lippmeier... NCG: Allow the liveness map in a LiveInfo to be Nothing
2009-09-17 Ben.Lippmeier... 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 Simon MarlowCast some more nats to StgWord to be on the safe side
2010-06-24 Simon Marlowcomments only
2010-06-24 Simon MarlowFix an arithmetic overflow bug causing crashes with...
2010-06-22 dmp@rice.eduAdd support for collecting PAPI native events
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 Ian LynaghUse the standard C wrapper code for the ghc-$version...
2010-06-22 Ian LynaghDon't rely on "-packagefoo" working; use "-package...
2010-06-22 Ian LynaghRemove unnecessary C #includes
2010-06-22 Ian LynaghMake the ghci.exe wrapper call the right ghc.exe
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 LynaghCheck files are really created in libffi
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-06-20 Ian LynaghRemove some old commented out code
2010-06-19 Ian LynaghSET_ARR_HDR's last argument is now a number of bytes...
2010-06-19 Ian LynaghReplace an (incorrect) bytes-to-words calculation with...
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 Ian LynaghIn PosixSource.h, conditionally define things based...
2010-06-17 Simon Marlowdisable -fPIC for the GC for performance reasons
2010-06-17 Simon MarlowpicCCOpts: -dynamic should not entail -optc-fPIC
2010-06-17 Simon MarlowMake getAllocations() visible
2010-06-17 Simon MarlowFix the symbol visibility pragmas
2010-06-16 Simon Marlowpick up changes to $(GhcStage1HcOpts) without re-config...
2010-06-16 Ian LynaghFix bindisttest Makefile
2010-06-16 Ian LynaghRemove some more unused make variables
2010-06-16 Ian LynaghConvert some more variable names to FOO_CMD, for consis...
2010-06-16 Ian LynaghRename some variables from FOO to FOO_CMD
2010-06-16 Ian LynaghMake the "show" target work anywhere in the build tree
2010-06-15 Ian LynaghChange ghc-pwd's license to a string Cabal recognises
2010-06-04 Simon Marlowfix warning
next