Link with hpc even if GhcWithInterpreter is not set
[ghc-hetmet.git] / compiler /
2007-07-26 Ian LynaghLink with hpc even if GhcWithInterpreter is not set
2007-07-26 Roman LeshchinskiyMark PA dictionaries as __inline_me
2007-07-26 Roman LeshchinskiyAdd missing coercion
2007-07-26 Roman LeshchinskiyMake sure DEFAULT always comes first in generated PA...
2007-07-26 Roman LeshchinskiyFix generation of lengthPA
2007-07-26 Roman LeshchinskiyModify generation of PA dictionaries to match GHC's...
2007-07-26 Roman LeshchinskiyUse the right dictionary when calling lengthPA
2007-07-26 Roman LeshchinskiyAutomatically derive PA for vectorised tycons
2007-07-26 Roman LeshchinskiyPA instance generation code (not used yet)
2007-07-26 Roman LeshchinskiyCreate exported names in vectorisation monads
2007-07-26 Roman LeshchinskiyAdd vectorisation-related OccName derivation scheme
2007-07-25 Roman LeshchinskiyPA dictionary generation
2007-07-25 Roman LeshchinskiyMove code
2007-07-25 Roman LeshchinskiyGenerate replicatePA
2007-07-25 Roman LeshchinskiyGenerate lengthPA method
2007-07-25 Roman LeshchinskiyUse emptyPA in vectorisation
2007-07-25 Roman LeshchinskiyAdd emptyPA to PrelNames
2007-07-25 Roman LeshchinskiyMore refactoring
2007-07-25 Roman LeshchinskiyRefactoring
2007-07-24 Simon MarlowFIX #1215: GHC fails to respect the maximal munch rule...
2007-07-23 Simon MarlowFIX #1555: Remove "exp -> pat" production in stmts
2007-07-19 Ian LynaghCreate .hi-boot and .o-boot files in --make mode; fixes...
2007-07-06 Clemens FruhwirthFix -split-obj on Mac OS via -fasm
2007-07-18 Michael D. AdamsMade the label generation in the Cmm parser more direct
2007-07-16 Michael D. AdamsTypo fix in comment
2007-07-18 Ian LynaghFixes for the unreg build
2007-07-17 Michael D. AdamsFactor 'callerSaveVolatileRegs' out of the NCG and...
2007-07-18 Roman LeshchinskiyRefactoring
2007-07-18 Roman LeshchinskiyBetter names for PArray instance coercions
2007-07-18 Roman LeshchinskiyAdd generated PArray instances to instance environments
2007-07-18 Roman LeshchinskiyNicer names for generated PArray instances
2007-07-18 Roman LeshchinskiyGenerate PArray instances of vectorised tycons
2007-07-18 Roman LeshchinskiyGeneration of DataCons for implicit PArray instances
2007-07-18 Roman LeshchinskiyFix two typos
2007-07-18 Roman LeshchinskiyMore vectorisation-related OccNames
2007-07-17 Ian LynaghImplement the RTS side of GHC.Environment.getFullArgs
2007-07-16 Ian Lynagh-w should turn off /all/ options, not just the -Wall...
2007-07-16 Ian LynaghImplement -fwarn-dodgy-imports
2007-07-16 Ian LynaghFix alphabetical ordering in :? output
2007-07-17 andy@galois.comAdding pushing of hpc translation status through hi...
2007-07-17 Roman LeshchinskiyHandle unlifted tycons and tuples correctly during...
2007-07-17 Roman LeshchinskiyInitialise global vectorisation environment properly
2007-07-17 Roman LeshchinskiyVectorise type declarations
2007-07-17 Roman LeshchinskiyVectorisation of data declarations (incomplete)
2007-07-17 Roman LeshchinskiyAdd vectorisation environment transformers
2007-07-17 Roman LeshchinskiyRefactor
2007-07-17 Roman LeshchinskiyRemove mapping from tycons to PA dictionaries from...
2007-07-17 Roman LeshchinskiyAdd datacons to vectorisation environment
2007-07-17 Roman LeshchinskiyAdd fixV
2007-07-17 Roman LeshchinskiyClassification of tycons for vectorisation
2007-07-17 Roman LeshchinskiyClean up
2007-07-17 Roman LeshchinskiyMove type vectorisation code to a separate module
2007-07-16 Roman LeshchinskiyPass correct dictionary to lengthPA for single-element...
2007-07-16 Roman LeshchinskiyAbstract over all in-scope type variables when creating...
2007-07-16 Roman LeshchinskiyPass PA dictionaries after all type arguments
2007-07-16 Roman LeshchinskiyFix bug in lifted environment inspection code
2007-07-16 Roman LeshchinskiyLifting contexts have type Int#
2007-07-16 Roman LeshchinskiyFix bug in vectorisation
2007-07-16 Roman LeshchinskiyFix bad bug in type vectorisation
2007-07-16 Roman LeshchinskiyMake vectorisation part of the optimiser pipeline
2007-07-16 Roman LeshchinskiyGet NDP prelnames from the right modules
2007-07-16 Roman LeshchinskiyVectorise top-level bindings of a module
2007-07-16 Roman LeshchinskiyVectorisation of top-level bindings
2007-07-16 Roman LeshchinskiyStore hoisted bindings in the global environment during...
2007-07-16 Roman LeshchinskiyAdd support for name cloning to vectorisation monad
2007-07-16 Roman LeshchinskiyRefactoring
2007-07-16 Roman LeshchinskiyAdapt interface file code for vectorisation
2007-07-16 Roman LeshchinskiyCollect hoisted vectorised functions
2007-07-13 Roman LeshchinskiyFirst incomplete version of closure vectorisation
2007-07-13 Roman LeshchinskiyRefactor slightly
2007-07-13 Roman LeshchinskiyAdd utility function for vectorisation
2007-07-13 Roman LeshchinskiyAdd closedV
2007-07-12 Roman LeshchinskiyExport wrapFamInstBody and unwrapFamInstScrut
2007-07-11 Roman LeshchinskiyRefactoring
2007-07-11 Roman LeshchinskiyAdd whitespace
2007-07-11 Roman LeshchinskiyOnly vectorise rank-1 expressions
2007-07-10 Roman LeshchinskiyMove some vectorisation utility functions
2007-07-10 Roman LeshchinskiyModify PA dictionary computation to work with the class...
2007-07-10 Roman LeshchinskiyClean up handling of PA dictionaries
2007-07-15 Michael D. AdamsProperly parse GC blocks for functions with info tables
2007-07-15 Michael D. AdamsRemoved 'allow_header_set' argument from 'pack_continua...
2007-07-15 Michael D. AdamsFixed conditional branches to proc points
2007-07-15 Michael D. AdamsRemoved unused variable from compiler/cmm/CmmCPS.hs
2007-07-15 Michael D. AdamsRemoved unused import from compiler/cmm/CmmCPS.hs
2007-07-15 Michael D. AdamsKeep the CPS pass from creating proc points due to...
2007-07-15 Michael D. AdamsFixed CPS to account for info tables not being next...
2007-07-14 Michael D. AdamsFix the CPS pass to pack the continuation with correct...
2007-07-14 Ian LynaghFix for print022 (round up when dividing type size...
2007-07-12 Ian LynaghMerge *UnboxedTuples flags
2007-07-14 Pepe IborraAutomatic RTTI for ghci bindings
2007-07-12 Pepe IborraTeach :print to not panic when the DataCon for a closur...
2007-07-12 Pepe IborraFix an array indexing bug in getClosureData (used by...
2007-07-11 Pepe Iborraremove some leftovers of the first ghci debugger prototype
2007-07-11 Pepe IborraFix imports & add missing type signatures
2007-07-11 Pepe IborraAsk for a HscEnv instead of a Session in InteractiveEva...
2007-07-11 Pepe IborraAdd a max depth bound to the bfs implementation in...
2007-07-14 David WaernFIX panic from the GHC API
2007-07-13 Manuel M T Chakravartyinit mg_inst_env when reading ext core
2007-07-13 Michael D. AdamsWarning Police: Unused imports
2007-07-12 andy@galois.comFixing Hpc SrcSpan usage; rejecting SrcSpans that are...
next