summaryrefslogtreecommitdiff
path: root/driver/mangler
Commit message (Expand)AuthorAgeFilesLines
* Avoid using the new ~~ perl operator in the manglerIan Lynagh2010-06-151-2/+2
* Add new LLVM code generator to GHC. (Version 2)David Terei2010-06-151-2/+4
* Change how perl scripts get installed; partially fixes #3863Ian Lynagh2010-03-241-1/+1
* Support for DragonFly BSDSimon Marlow2009-11-111-3/+3
* Build fixesIan Lynagh2009-08-161-2/+2
* Add a header to all build system files:Simon Marlow2009-04-282-0/+24
* GHC new build system megapatchIan Lynagh2009-04-262-26/+10
* Tweak the mangler; fixes trac #2871Ian Lynagh2009-02-111-1/+1
* Comment fixes; trac #2468Ian Lynagh2008-08-161-2/+2
* bindists are now some way towards workingIan Lynagh2008-08-101-4/+2
* Enable the mangler for netbsd/amd64; fixes trac #2347Ian Lynagh2008-06-061-1/+1
* Tell the mangler how to mangle for amd64/freebsd; fixes trac #2072Ian Lynagh2008-05-111-1/+1
* FIX #2047: Windows (and older Unixes): align info tables to 4 bytes, not 2Simon Marlow2008-02-051-7/+7
* Use INSTALL_SCRIPT, not INSTALL_PROGRAM, when installing scripts; fixes #1858Ian Lynagh2007-11-101-3/+3
* comment-out "use vars" in 3 places (see #1739)Simon Marlow2007-10-081-3/+3
* * ghc-asm: Finally did away with $* in a way that works with Perl 5.6~5.10+, ...audreyt@audreyt.org2007-07-301-397/+385
* Revert the $* patch for earlier Perls as it breaks the build. Sorry. :/audreyt@audreyt.org2007-07-121-1/+4
* In mangler, lift the multiline-match pragma to toplevel and document it better.audreyt@audreyt.org2007-07-111-6/+12
* * Evil Mangler broke under Perl 5.9+ because $* is gone; this fixes it.audreyt@audreyt.org2007-07-111-2/+5
* workaround for #1421 (Solaris linker being picky about .size)Simon Marlow2007-06-141-1/+7
* Fix bindist creationIan Lynagh2007-06-011-0/+5
* Rework the build system a bitIan Lynagh2007-05-311-9/+10
* improve comments about x86-64 relative-offset hackerySimon Marlow2007-05-101-0/+2
* FIX #1343: regex bug in the x86_64 mangler settingsSimon Marlow2007-05-101-2/+2
* save two more FP registers on ia64red5_2@hotmail.com2007-03-271-4/+5
* mangler and runtime updates for gcc 4 on ia64red5_2@hotmail.com2007-03-181-114/+239
* Make constructor names in info tables position independentwolfgang.thaller@gmx.net2007-03-081-0/+1
* Fixes for the mangler on IA64Ian Lynagh2007-02-271-13/+104
* Have the mangler keep .note.GNU-stackIan Lynagh2007-01-081-7/+19
* Fix the pattern for _hpc symbols: it incorrectly matched the _hp suffix tooSimon Marlow2006-12-121-1/+1
* Fix _module_registered bug for sparc linux.Simon Marlow2006-10-061-2/+2
* Initial support for x86_64-darwinwolfgang.thaller@gmx.net2006-11-271-0/+40
* Mac OS X mangler: follow some minor gcc changeswolfgang.thaller@gmx.net2006-11-201-4/+4
* Haskell Program Coverageandy@galois.com2006-10-241-0/+6
* Reorganisation of the source treeSimon Marlow2006-04-072-0/+1797