summaryrefslogtreecommitdiff
path: root/compiler/prelude
Commit message (Expand)AuthorAgeFilesLines
* PR is an explicit record, not a classRoman Leshchinskiy2007-08-221-4/+3
* Add vectorisation-related built-inRoman Leshchinskiy2007-08-221-1/+4
* Use NDP's own (:*:) and (:+:)Roman Leshchinskiy2007-08-221-1/+6
* Rename vectorisation-related stuffRoman Leshchinskiy2007-08-221-3/+3
* Add NDP-related PrelNamesRoman Leshchinskiy2007-08-211-1/+6
* Use lookupOrig to find built-in NDP-related namesRoman Leshchinskiy2007-08-151-0/+1
* Implicitly import NDP stuff when vectorisingRoman Leshchinskiy2007-08-071-2/+0
* Add more NDP functions to PrelNamesRoman Leshchinskiy2007-08-081-1/+9
* PA functions are no longer methodsRoman Leshchinskiy2007-08-081-6/+6
* PA is now an explicit record instead of a typeclassRoman Leshchinskiy2007-08-071-4/+3
* Implicitly import NDP stuff when vectorisingRoman Leshchinskiy2007-08-071-0/+2
* Add emptyPA to PrelNamesRoman Leshchinskiy2007-07-251-1/+3
* Get NDP prelnames from the right modulesRoman Leshchinskiy2007-07-161-10/+11
* Stoping constant folding of calls to chr# that are invalidandy@galois.com2007-07-111-2/+7
* PA is now a class instead of a recordRoman Leshchinskiy2007-07-101-10/+9
* Add NDP-related PrelNamesRoman Leshchinskiy2007-06-291-0/+41
* Added "C--" foreign calling conventionMichael D. Adams2007-05-161-1/+2
* remove accidentally-committed changeSimon Marlow2007-05-141-5/+0
* Store a SrcSpan instead of a SrcLoc inside a NameSimon Marlow2007-05-112-11/+11
* remove now-unused usage information (#1003)Simon Marlow2007-05-101-57/+6
* Make -frewrite-rules into a dynamic flag; off for -O0simonpj@microsoft.com2007-05-041-3/+28
* Use a primop for getting the fields of the AP_STACK rather than an FFI callSimon Marlow2007-05-031-0/+4
* the Unknown types aren't required nowSimon Marlow2007-04-251-6/+1
* Generating synonym instance representation tyconsManuel M T Chakravarty2007-04-251-1/+1
* Fix the GHC.Base.inline builtin rulesimonpj@microsoft.com2007-04-202-6/+18
* Re-working of the breakpoint supportSimon Marlow2007-04-171-7/+2
* Remove code that is dead, as we require __GLASGOW_HASKELL__ >= 504Ian Lynagh2007-04-061-18/+0
* Fixed desugaring of parallel array comprehensionsManuel M T Chakravarty2007-04-021-3/+3
* Fix typo "lazy y x" -> "lazy y"Ian Lynagh2007-03-171-1/+1
* Unbreak Haddock markupsven.panne@aedion.de2007-03-141-1/+1
* Fixed LaTeX markupsven.panne@aedion.de2007-03-141-5/+6
* Update the wired-in name for Data.String.IsStringBrian Alliet2007-03-141-1/+1
* add noDuplicate#Simon Marlow2007-03-061-0/+5
* Use Data.String rather than GHC.Base for IsString/fromStringIan Lynagh2007-03-031-1/+2
* Fix typo in primops docsIan Lynagh2007-03-011-3/+3
* Fix #839 (Generate documentation for built-in types and primitve operations)Simon Marlow2007-02-281-50/+184
* Remove the itbls field of BCO, put itbls in with the literalsSimon Marlow2007-02-271-1/+1
* Add support for overloaded string literals.lennart@augustsson.net2006-12-211-4/+22
* Fix an overlapping of uniques in PrelNamesPepe Iborra2006-12-161-4/+4
* Closure inspection in GHCiPepe Iborra2006-12-101-1/+11
* The breakpoint primitivePepe Iborra2006-12-101-3/+15
* Retrieving the datacon of an arbitrary closurePepe Iborra2006-12-101-0/+2
* Two new prim ops to access the Info Table and Payload of a closure:Pepe Iborra2006-12-091-0/+10
* restore compilation with 5.04Simon Marlow2006-11-151-1/+2
* Add literal-shift rewrite rulessimonpj@microsoft.com2006-11-131-1/+25
* Fixups to PelRules (esp using intResult, wordResult)simonpj@microsoft.com2006-11-131-6/+12
* Cosmetics onlysimonpj@microsoft.com2006-11-101-1/+1
* Major overhaul of the Simplifiersimonpj@microsoft.com2006-11-011-117/+128
* Add the primitive type Any, and use it for Dynamicssimonpj@microsoft.com2006-10-183-22/+60
* Add comments about primop rulessimonpj@microsoft.com2006-10-111-0/+19