2013-06-07 |
Ian Lynagh | Improve the version numbers generated by the build...
|
commit | commitdiff | tree |
2013-06-06 |
Ian Lynagh | Remove old representation of CSEnv; part of #5996
|
commit | commitdiff | tree |
2013-06-06 |
Ian Lynagh | Whitespace only in compiler/simplCore/CSE.lhs
|
commit | commitdiff | tree |
2013-06-04 |
Ian Lynagh | Update docs for "set prompt2"
|
commit | commitdiff | tree |
2013-06-04 |
Andrew Farmer | Fix thunk leak in CoreM's CoreWriter
|
commit | commitdiff | tree |
2013-06-04 |
Ian Lynagh | Whitespace only
|
commit | commitdiff | tree |
2013-06-04 |
usrbincc | Reformat help message for `:show` to fit into 80 cols...
|
commit | commitdiff | tree |
2013-06-04 |
usrbincc | Formatting only: fix alignment.
|
commit | commitdiff | tree |
2013-06-04 |
usrbincc | Add the ability to customize the continuation prompt.
|
commit | commitdiff | tree |
2013-06-02 |
Ian Lynagh | Fix a comment
|
commit | commitdiff | tree |
2013-06-01 |
Ian Lynagh | Add a comment
|
commit | commitdiff | tree |
2013-05-30 |
Karel Gardas | add arm-unknown-linux to platforms which do not support...
|
commit | commitdiff | tree |
2013-05-30 |
Karel Gardas | set DYNAMIC_GHC_PROGRAMS to NO if platform does not...
|
commit | commitdiff | tree |
2013-05-30 |
Ian Lynagh | Merge branch 'master' of http://darcs.haskell.org/ghc
|
commit | commitdiff | tree |
2013-05-30 |
Ian Lynagh | Run ghc-pkg check during validate
|
commit | commitdiff | tree |
2013-05-30 |
Ian Lynagh | When verbose, give more information about cache status
|
commit | commitdiff | tree |
2013-05-30 |
Ian Lynagh | Remove an out-of-date comment
|
commit | commitdiff | tree |
2013-05-25 |
Ian Lynagh | Don't try to use -dynamic-too on Windows
|
commit | commitdiff | tree |
2013-05-25 |
Ian Lynagh | Revert "Fix -dynamic-too on Windows"
|
commit | commitdiff | tree |
2013-05-25 |
Ian Lynagh | Add an echo target to the build system
|
commit | commitdiff | tree |
2013-05-20 |
Ian Lynagh | Fix -dynamic-too on Windows
|
commit | commitdiff | tree |
2013-05-20 |
Ian Lynagh | Need to work around #7799 on all i386 platforms, not...
|
commit | commitdiff | tree |
2013-05-19 |
Ian Lynagh | Refer to the wiki page in the "Make has restarted itself...
|
commit | commitdiff | tree |
2013-05-19 |
Ian Lynagh | We can't use Integer literals when compiling the integer...
|
commit | commitdiff | tree |
2013-05-19 |
Ian Lynagh | Fix build problem: Error: junk `.get_pc_thunk.bx' after...
|
commit | commitdiff | tree |
2013-05-19 |
Ian Lynagh | Fix a build problem with integer-simple
|
commit | commitdiff | tree |
2013-05-19 |
Ian Lynagh | Add some extra debugging info
|
commit | commitdiff | tree |
2013-05-19 |
Ian Lynagh | Expose __word_encode{Float,Double}; fixes integer-simple...
|
commit | commitdiff | tree |
2013-05-19 |
Ian Lynagh | Remove unused __2Int_encodeDouble
|
commit | commitdiff | tree |
2013-05-19 |
Ian Lynagh | Fix parsing export lists
|
commit | commitdiff | tree |
2013-05-18 |
Ian Lynagh | Update a comment; spotted by Carter Schonwald
|
commit | commitdiff | tree |
2013-05-18 |
Ian Lynagh | Don't try to make windows-installer
|
commit | commitdiff | tree |
2013-05-17 |
Ian Lynagh | Move the genSym stuff from rts into compiler
|
commit | commitdiff | tree |
2013-05-16 |
Ian Lynagh | Don't link base/rts/... into C wrapper programs
|
commit | commitdiff | tree |
2013-05-16 |
Ian Lynagh | Make dynamic GHC no Windows installable too
|
commit | commitdiff | tree |
2013-05-15 |
Ian Lynagh | Merge branch 'master' of http://darcs.haskell.org/ghc
|
commit | commitdiff | tree |
2013-05-15 |
Ian Lynagh | Don't try to build bindist wrappers on Windows
|
commit | commitdiff | tree |
2013-05-15 |
Ian Lynagh | Link to the right RTS whenever we build a .dll on Windows
|
commit | commitdiff | tree |
2013-05-14 |
Ian Lynagh | Define the right RTS config in the Windows dyn wrapper...
|
commit | commitdiff | tree |
2013-05-14 |
Ian Lynagh | Stop excluding the dyn way for the dph packages on...
|
commit | commitdiff | tree |
2013-05-14 |
Ian Lynagh | Fix ghci on Windows when GHC is dynamically linked
|
commit | commitdiff | tree |
2013-05-14 |
Ian Lynagh | Merge branch 'master' of http://darcs.haskell.org/ghc
|
commit | commitdiff | tree |
2013-05-14 |
Ian Lynagh | Fix the GHC package DLL-splitting
|
commit | commitdiff | tree |
2013-05-14 |
Ian Lynagh | Simplify ghc-cabal
|
commit | commitdiff | tree |
2013-05-13 |
Ian Lynagh | Make the current module available to labelDynamic
|
commit | commitdiff | tree |
2013-05-13 |
Ian Lynagh | Use NatM_State record fields, rather than matching...
|
commit | commitdiff | tree |
2013-05-13 |
Ian Lynagh | Refactor cmmMakeDynamicReference
|
commit | commitdiff | tree |
2013-05-13 |
Ian Lynagh | Remove redundant cmmMakeDynamicReference' wrapper
|
commit | commitdiff | tree |
2013-05-12 |
Ian Lynagh | Merge branch 'master' of http://darcs.haskell.org/ghc
|
commit | commitdiff | tree |
2013-05-12 |
Ian Lynagh | Merge win:/cygdrive/c/ghc/git/dt
|
commit | commitdiff | tree |
2013-05-12 |
Ian Lynagh | Modernise some code
|
commit | commitdiff | tree |
2013-05-12 |
Ian Lynagh | Remove a "returnM = return" wrapper in typecheck/TcHsSyn.lhs
|
commit | commitdiff | tree |
2013-05-12 |
Ian Lynagh | Remove a "mappM = mapM" wrapper in typecheck/TcHsSyn.lhs
|
commit | commitdiff | tree |
2013-05-12 |
Ian Lynagh | Whitespace only in typecheck/TcHsSyn.lhs
|
commit | commitdiff | tree |
2013-05-12 |
Ian Lynagh | Remove an old commented out import
|
commit | commitdiff | tree |
2013-05-12 |
Ian Lynagh | Modernise code in rename/RnEnv.lhs
|
commit | commitdiff | tree |
2013-05-10 |
Ian Lynagh | Some build system tweaks
|
commit | commitdiff | tree |
2013-05-10 |
Ian Lynagh | Fix an all-target call in the build system
|
commit | commitdiff | tree |
2013-05-10 |
Ian Lynagh | Make sure the RTS is built, even when no programs are...
|
commit | commitdiff | tree |
2013-05-10 |
Ian Lynagh | Remove a redundant wrapper function
|
commit | commitdiff | tree |
2013-05-10 |
Ian Lynagh | Make -fno-flat-cache use a dynamic, rather than static...
|
commit | commitdiff | tree |
2013-05-09 |
Ian Lynagh | Generate dependencies for .cmm files properly
|
commit | commitdiff | tree |
2013-05-09 |
Ian Lynagh | Fix the name of libffi
|
commit | commitdiff | tree |
2013-05-09 |
Ian Lynagh | Fix dynamically linked GHC on Windows
|
commit | commitdiff | tree |
2013-05-09 |
Ian Lynagh | Treat foreign imported things in CMM as being in this...
|
commit | commitdiff | tree |
2013-04-29 |
Ian Lynagh | Fix build on OS X
|
commit | commitdiff | tree |
2013-04-28 |
Ian Lynagh | Fix build
|
commit | commitdiff | tree |
2013-04-28 |
Ian Lynagh | Add -L flags to libs.depend (fixes #7465)
|
commit | commitdiff | tree |
2013-04-28 |
Ian Lynagh | Tidy up some build system code
|
commit | commitdiff | tree |
2013-04-28 |
Ian Lynagh | Small refactoring in ghc-pkg
|
commit | commitdiff | tree |
2013-04-28 |
Ian Lynagh | Update Cabal
|
commit | commitdiff | tree |
2013-04-28 |
Ian Lynagh | Remove some old "backwards compatibility" code
|
commit | commitdiff | tree |
2013-04-28 |
Ian Lynagh | Make "ghc-pkg field pkg field --simple-output" do something...
|
commit | commitdiff | tree |
2013-04-28 |
Ian Lynagh | Record libffi directory in rts package conf; trac ...
|
commit | commitdiff | tree |
2013-04-27 |
Ian Lynagh | Merge branch 'master' of darcs.haskell.org:/srv/darcs...
|
commit | commitdiff | tree |
2013-04-27 |
Ian Lynagh | Don't use getPackageLinkOpts on iOS; fixes #7720.
|
commit | commitdiff | tree |
2013-04-27 |
Ian Lynagh | Fix mismatched visibility of assembler impls of StgRun
|
commit | commitdiff | tree |
2013-04-26 |
Colin Watson | Handle sign bit when generating veneer for ARM Thumb...
|
commit | commitdiff | tree |
2013-04-26 |
Ian Lynagh | Use -rpath flags on all Elf OSes, not just Linux
|
commit | commitdiff | tree |
2013-04-26 |
Ian Lynagh | When linking with $ORIGIN rpaths, use the "-z origin...
|
commit | commitdiff | tree |
2013-04-26 |
Ian Lynagh | Update Cabal
|
commit | commitdiff | tree |
2013-04-26 |
Ian Lynagh | Remove extCoreName from DynFlags
|
commit | commitdiff | tree |
2013-04-26 |
Ian Lynagh | Whitespace only in MkExternalCore
|
commit | commitdiff | tree |
2013-04-26 |
Ian Lynagh | Remove DynFlags's hscOutName field
|
commit | commitdiff | tree |
2013-04-26 |
Ian Lynagh | "ghc --info" now claims has "Support dynamic-too" as...
|
commit | commitdiff | tree |
2013-04-26 |
Ian Lynagh | Fix "-dynamic-too --make"; fixes #7864
|
commit | commitdiff | tree |
2013-04-26 |
Ian Lynagh | We need to setModLocation in the HscOut phase, not...
|
commit | commitdiff | tree |
2013-04-26 |
Ian Lynagh | Update Cabal
|
commit | commitdiff | tree |
2013-04-26 |
Ian Lynagh | Mark -dynamic-too as unsupported for now
|
commit | commitdiff | tree |
2013-04-25 |
Ian Lynagh | Update the isStaticFlag predicate
|
commit | commitdiff | tree |
2013-04-25 |
Ian Lynagh | Remove some old commented-out code in StaticFlags
|
commit | commitdiff | tree |
2013-04-25 |
Ian Lynagh | Update Cabal
|
commit | commitdiff | tree |
2013-04-25 |
Ian Lynagh | Whitespace only in StaticFlags
|
commit | commitdiff | tree |
2013-04-25 |
Ian Lynagh | Add a "Support dynamic-too" field to the --info output
|
commit | commitdiff | tree |
2013-04-25 |
Ian Lynagh | Fix the inplace name of ghc-cabal
|
commit | commitdiff | tree |
2013-04-24 |
Ian Lynagh | In CMM, only allow foreign calls to labels, not arbitrary...
|
commit | commitdiff | tree |
2013-04-23 |
Ian Lynagh | Small refactoring in StgCmmExtCode
|
commit | commitdiff | tree |
2013-04-23 |
Ian Lynagh | Don't duplicate decls unnecessarily in the environment
|
commit | commitdiff | tree |
2013-04-23 |
Ian Lynagh | Make CmmParse abstract
|
commit | commitdiff | tree |
2013-04-21 |
Ian Lynagh | Update error message text; spotted bu Sergei Trofimovich
|
commit | commitdiff | tree |
next |