summaryrefslogtreecommitdiff
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
* fix type tags for RTS-defined info tablesSimon Marlow2011-08-253-59/+65
* More refactoring (CgRep)Simon Peyton Jones2011-08-2517-179/+168
* Snapshot of codegen refactoring to share with simonpjSimon Marlow2011-08-2559-1975/+1537
* Formatting fixesDavid Terei2011-08-242-5/+5
* Use double method, not the hacked rational method.David Terei2011-08-242-4/+6
* Fix name generation for vectorised identifiersManuel M T Chakravarty2011-08-245-48/+60
* Fixed reading and generating VectInfo as well as naming of vectorised version...Manuel M T Chakravarty2011-08-2414-251/+320
* Remove a hack in the type checker (which is no longer needed)Manuel M T Chakravarty2011-08-241-3/+1
* Functions and types can now be post-hoc vectorised; i.e., in modules where th...Manuel M T Chakravarty2011-08-246-63/+79
* Implement lookupTypeName/lookupValueName, and reification of type family inst...Simon Peyton Jones2011-08-232-44/+121
* Comments onlySimon Peyton Jones2011-08-231-2/+3
* Minor wibbles to pretty-printing HsSynSimon Peyton Jones2011-08-233-25/+35
* Comments onlySimon Peyton Jones2011-08-221-0/+2
* Merge branch 'master' of http://darcs.haskell.org/ghcSimon Peyton Jones2011-08-2212-33/+123
|\
| * enable ARM specific target data layout and triple againKarel Gardas2011-08-211-5/+5
| * on ARMv7 with VFPv3[D16] support pass appropriate -mattr value to LLVM llcKarel Gardas2011-08-211-3/+15
| * enhance ArchARM with ISA and ISA extensionsKarel Gardas2011-08-217-15/+54
| * Add popcnt support to LLVM backendDavid Terei2011-08-201-0/+24
| * Until the type checker can use vectorised signatures, we restrict the RHS of ...Manuel M T Chakravarty2011-08-202-10/+25
* | More cmm-notesSimon Peyton Jones2011-08-221-14/+36
* | A batch of changes related to the handling of binders in instance declsSimon Peyton Jones2011-08-228-240/+241
* | Make pprTyThingInContenxt handle associated types rightSimon Peyton Jones2011-08-224-61/+88
* | Pretty-printing improvements in HsSynSimon Peyton Jones2011-08-222-29/+35
|/
* 'Fix' a validation problem when bootstrap is 7.2.1David Terei2011-08-193-3/+3
* fix 32-bit build breakageSimon Marlow2011-08-191-6/+1
* Improve import and export of vectorisation informationManuel M T Chakravarty2011-08-1917-211/+165
* Add VECTORISE [SCALAR] type pragmaManuel M T Chakravarty2011-08-1919-289/+449
* Add popCnt# primopJohan Tibell2011-08-1612-4/+109
* Major improvement to pattern bindingsSimon Peyton Jones2011-08-1619-306/+439
* Improve debug printing of Names (respect opt_SuppressModulePrefixes)Simon Peyton Jones2011-08-161-1/+4
* Fix Trac #5404: looking up signature binders in RnEnvSimon Peyton Jones2011-08-152-19/+50
* In instance declarations, the method names are *occurrences* not *binders*Simon Peyton Jones2011-08-151-28/+29
* Comments onlySimon Peyton Jones2011-08-151-0/+3
* fix some #ifdefs that were making compilation with 7.2.1 fail - theSimon Marlow2011-08-143-8/+2
* Warning policeManuel M T Chakravarty2011-08-101-1/+1
* ARMv5 compatibility for registerized runtime changes.Stephen Blackheath2011-08-101-0/+1
* disable for now ARM specific target data layout and tripleKarel Gardas2011-08-101-5/+5
* fix ARM/LLVM target data layout specification together with target tripleKarel Gardas2011-08-101-2/+2
* LLVM: set target data layout for arm-unknown-linux tripletKarel Gardas2011-08-101-1/+8
* Stephen Blackheath's GHC/ARM registerised portKarel Gardas2011-08-101-1/+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
* Fix an x86 code generation bug (#5393). In fact, there were two bugsSimon Marlow2011-08-091-2/+2
* Use parenSymOcc when displaying an export list in RnNames (fixes Trac #5385)Simon Peyton Jones2011-08-083-11/+10
* Add a case for kfreebsdgnu in Platforms.hsIan Lynagh2011-08-071-0/+2
* 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
* Wibble to "Fix a long-standing bug in HsUtils.hsTyClDeclBinders"Simon Peyton Jones2011-08-051-2/+3
* A little extra tracingSimon Peyton Jones2011-08-052-1/+3