summaryrefslogtreecommitdiff
path: root/compiler/utils
Commit message (Expand)AuthorAgeFilesLines
* Add a case for kfreebsdgnu in Platforms.hsIan Lynagh2011-08-071-0/+2
* Add ListSetOps.removeRedundantSimon Peyton Jones2011-08-021-1/+20
* Merge branch 'master' of http://darcs.haskell.org/ghcSimon Peyton Jones2011-07-291-7/+3
|\
| * Add CoreMonad.reinitializeGlobals so plugins can work around linker issuesMax Bolingbroke2011-07-291-7/+3
* | Merge branch 'master' of http://darcs.haskell.org/ghcSimon Peyton Jones2011-07-281-1/+4
|\ \ | |/
| * Merge branch 'master' of http://darcs.haskell.org/ghcSimon Peyton Jones2011-07-279-35/+179
| |\
| * | White space and commentsSimon Peyton Jones2011-07-271-1/+4
* | | Add "alter" functions to UniqFM, VarEnv, NameEnvSimon Peyton Jones2011-07-281-2/+9
| |/ |/|
* | Sync the typeable fingerprinting with baseIan Lynagh2011-07-221-2/+18
* | Comments onlySimon Peyton Jones2011-07-221-0/+1
* | Implement a findCycle function in Digraph,Simon Peyton Jones2011-07-222-9/+82
* | More work towards cross-compilationIan Lynagh2011-07-152-0/+21
* | omit the local MD5 implementation if we can get it fromSimon Marlow2011-07-122-15/+27
* | derive Typeable (eliminate deprecation warnings for mkTyCon)Simon Marlow2011-07-122-9/+4
* | fix Binary instance for TyCon following Typeable implementationSimon Marlow2011-07-121-0/+12
* | move computeFingerprint from MkIface to BinarySimon Marlow2011-07-121-0/+14
|/
* New functionality required for the supercompiler pluginMax Bolingbroke2011-06-292-1/+34
* Fix to use %note instead of @note as an ELF section note on ARM architectureKarel Gardas2011-06-271-0/+4
* SafeHaskell: Make base GHC.* modules untrustedDavid Terei2011-06-177-44/+6
* SafeHaskell: Fix imports of base when base unsafeDavid Terei2011-06-172-4/+9
* SafeHaskell: Fix validation errors when unsafe base usedDavid Terei2011-06-172-2/+4
* SafeHaskell: Fix validation errors when Safe base used.David Terei2011-06-173-4/+16
* SafeHaskell: Even more fixing to work with safe baseDavid Terei2011-06-172-1/+2
* SafeHaskell: More fixing to work with safe baseDavid Terei2011-06-172-7/+8
* SafeHaskell: Update to work with safe baseDavid Terei2011-06-176-4/+30
* SafeHaskell: Fix recompilation avoidance to take Safe into account.David Terei2011-06-171-0/+9
* Fill out the osElfTarget definitionIan Lynagh2011-06-081-4/+7
* Add a target32Bit function to PlatformIan Lynagh2011-06-081-0/+13
* Remove out-of-date commentIan Lynagh2011-06-081-1/+0
* Whitespace only in utils/Platform.hsIan Lynagh2011-06-081-46/+46
* Add an ArchUnknown constructor to the arch typeIan Lynagh2011-05-311-2/+3
* Unix line endings for Pair.lhsSimon Peyton Jones2011-05-121-46/+46
* Merge ghc-new-co into master branchSimon Peyton Jones2011-05-091-0/+47
|\
| * Merge remote branch 'origin/master' into ghc-new-coSimon Peyton Jones2011-04-305-11/+49
| |\
| * | This BIG PATCH contains most of the work for the New Coercion RepresentationSimon Peyton Jones2011-04-191-0/+47
* | | Merge branch 'coloured-core' of https://github.com/nominolo/ghc into coloured...coloured-coreIan Lynagh2011-05-082-99/+189
|\ \ \
| * | | Make SDoc an abstract type.Thomas Schilling2011-04-101-110/+118
| * | | Start support for coloured SDoc output.Thomas Schilling2011-04-071-36/+113
| * | | Add zeroWidthText to Pretty.Thomas Schilling2011-04-031-1/+6
* | | | Move Platform from compiler/nativeGen to compiler/utilsIan Lynagh2011-05-071-0/+104
| |_|/ |/| |
* | | Derive some Typeable instancesIan Lynagh2011-04-241-2/+1
* | | Rename "extra-gcc-opts" to "settings", and start generalising itIan Lynagh2011-04-211-0/+14
* | | Add pprDefiniteTrace and use itSimon Peyton Jones2011-04-201-1/+4
* | | Add adjustUFM, adjustUFM_Directly and joinUFM to UniqFM.Edward Z. Yang2011-04-132-8/+30
| |/ |/|
* | Implement mapUFM_Directly.Edward Z. Yang2011-04-111-1/+3
* | Force re-linking if the options have changed (#4451)Simon Marlow2011-04-081-2/+24
|/
* Added a VECTORISE pragmaManuel M T Chakravarty2011-02-201-1/+7
* Bleat a bit more informatively in unionListssimonpj@microsoft.com2011-01-261-2/+6
* Major refactoring of the type inference enginesimonpj@microsoft.com2011-01-121-1/+14
* Make fuzzy matching a little less eager for short identifierssimonpj@microsoft.com2011-01-071-3/+12