summaryrefslogtreecommitdiff
path: root/compiler/main
Commit message (Expand)AuthorAgeFilesLines
* Implement -XConstraintKindMax Bolingbroke2011-09-066-42/+28
* Merge branch 'master' of http://darcs.haskell.org/ghcSimon Peyton Jones2011-09-021-0/+3
|\
| * Add a flag -fno-ghci-historyIan Lynagh2011-09-011-0/+3
* | Some minor wibbling in printing source locationsSimon Peyton Jones2011-09-022-4/+3
|/
* export HscEnvSimon Marlow2011-08-261-1/+1
* refactoring and fixing the stage 2 compilationSimon Marlow2011-08-251-5/+1
* Renaming onlySimon Peyton Jones2011-08-252-7/+7
* Snapshot of codegen refactoring to share with simonpjSimon Marlow2011-08-253-48/+9
* Fixed reading and generating VectInfo as well as naming of vectorised version...Manuel M T Chakravarty2011-08-242-43/+63
* Minor wibbles to pretty-printing HsSynSimon Peyton Jones2011-08-231-11/+13
* Merge branch 'master' of http://darcs.haskell.org/ghcSimon Peyton Jones2011-08-221-3/+15
|\
| * on ARMv7 with VFPv3[D16] support pass appropriate -mattr value to LLVM llcKarel Gardas2011-08-211-3/+15
* | Make pprTyThingInContenxt handle associated types rightSimon Peyton Jones2011-08-223-57/+81
|/
* Improve import and export of vectorisation informationManuel M T Chakravarty2011-08-192-9/+13
* Add popCnt# primopJohan Tibell2011-08-161-0/+2
* Major improvement to pattern bindingsSimon Peyton Jones2011-08-161-8/+5
* default to using @note for saving the linker opts (someone mentionedSimon Marlow2011-08-101-6/+1
* Disable saving the linker options in the binary on Solaris (#5382).Simon Marlow2011-08-101-4/+9
* Make the free variable finder in TidyPgm work properlySimon Peyton Jones2011-08-091-13/+25
* With -v, we now print the commandlines that get run by askCcIan Lynagh2011-08-061-7/+13
* Teach GHC to compile objective-c++ files as well (trac #5150)Peter Wortmann2011-08-062-2/+9
* Stop using -Wl,-no_pie on OS XIan Lynagh2011-08-031-4/+2
* Refactor to replace hscGetModuleExports by hscGetModuleInterfaceSimon Peyton Jones2011-08-033-46/+25
* tiny cleanupSimon Marlow2011-08-031-3/+5
* Fix #5289 (loading libstdc++.so in GHCi), and also fix some otherSimon Marlow2011-08-032-26/+79
* Merge branch 'master' of http://darcs.haskell.org/ghcSimon Peyton Jones2011-08-026-50/+63
|\
| * Merge branch 'master' of http://darcs.haskell.org/ghcSimon Peyton Jones2011-08-021-11/+16
| |\
| * | Refactor the imports of InteractiveContextSimon Peyton Jones2011-08-026-50/+63
* | | Merge branch 'master' of http://darcs.haskell.org/ghcSimon Peyton Jones2011-08-021-11/+16
|\ \ \ | | |/ | |/|
| * | Merge branch 'master' of ssh://darcs.haskell.org/home/darcs/ghcDavid Terei2011-08-015-53/+72
| |\ \ | | |/
| * | SafeHaskell: Fix bug with safe import checkDavid Terei2011-08-011-11/+16
* | | Change the representation of export lists in .hi filesSimon Peyton Jones2011-08-021-22/+28
| |/ |/|
* | Add CoreMonad.reinitializeGlobals so plugins can work around linker issuesMax Bolingbroke2011-07-291-1/+23
* | Merge branch 'master' of http://darcs.haskell.org/ghcSimon Peyton Jones2011-07-271-0/+11
|\ \
| * | On OS X x86_64, use "-Wl,-no_pie" and "-Wl,-no_compact_unwind" to avoid linke...Manuel M T Chakravarty2011-07-271-0/+11
* | | Merge branch 'master' of http://darcs.haskell.org/ghcSimon Peyton Jones2011-07-2712-337/+380
|\ \ \ | |/ /
| * | Implement a findCycle function in Digraph,Simon Peyton Jones2011-07-221-42/+25
| |/
| * Change loop breaker terminologySimon Peyton Jones2011-07-211-1/+1
| * Comments and white spaceSimon Peyton Jones2011-07-211-1/+0
| * Fix #481: use a safe recompilation check when Template Haskell isSimon Marlow2011-07-205-52/+125
| * note that we don't understand a comment (#5249)Simon Marlow2011-07-201-0/+2
| * Merge branch 'master' of http://darcs.haskell.org/ghcSimon Peyton Jones2011-07-181-2/+10
| |\
| | * Remove more defaultTargetPlatform usesIan Lynagh2011-07-151-1/+1
| | * An example of failure:Sergei Trofimovich2011-07-151-1/+9
| * | Spelling error in commentSimon Peyton Jones2011-07-151-1/+1
| |/
| * More work towards cross-compilationIan Lynagh2011-07-152-8/+11
| * Separate the warning flags into their own datatypeIan Lynagh2011-07-143-71/+88
| * Remove SafeLanguage from safe haskellDavid Terei2011-07-123-34/+7
| * derive Typeable (eliminate deprecation warnings for mkTyCon)Simon Marlow2011-07-121-16/+5
| * Make an extension for interruptible FFI callsIan Lynagh2011-07-111-0/+2