Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | GHC 7.4 is now required for building HEAD | Ian Lynagh | 2012-07-20 | 1 | -5/+0 |
| | |||||
* | Use SDoc rather than Doc in the native gens | Ian Lynagh | 2012-06-12 | 1 | -17/+0 |
| | | | | This avoid lots of converting back and forth between the two types. | ||||
* | Use -fwarn-tabs when validating | Ian Lynagh | 2011-11-04 | 1 | -0/+7 |
| | | | | | We only use it for "compiler" sources, i.e. not for libraries. Many modules have a -fno-warn-tabs kludge for now. | ||||
* | More CPP removal: pprDynamicLinkerAsmLabel in CLabel | Ian Lynagh | 2011-10-02 | 1 | -3/+4 |
| | | | | And some knock-on changes | ||||
* | fix some #ifdefs that were making compilation with 7.2.1 fail - the | Simon Marlow | 2011-08-14 | 1 | -1/+1 |
| | | | | safified array package is not in 7.2.1 | ||||
* | Fix import DEPRECATE failures for castSTUArray | Simon Peyton Jones | 2011-08-02 | 1 | -0/+7 |
| | |||||
* | NCG: Split PprMach into arch specific modules | Ben.Lippmeier@anu.edu.au | 2009-02-05 | 1 | -0/+86 |
- There are still some #ifdefs for choosing between i386, x86_64, linux, darwin and other OS's. - Also reformat SPARC.RegInfo to remove some of the visual noise. |