Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
I
integer-gmp
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Glasgow Haskell Compiler
Packages
integer-gmp
Graph
master
Select Git revision
Branches
6
ghc-7.2
ghc-7.4
ghc-7.6
ghc-7.8
master
default
protected
wip/T8647
Tags
17
integer-gmp-0.5.1.0-release
ghc-7.8.1-release
ghc-7.8.2-release
ghc-7.6.1-release
ghc-7.6.2-release
ghc-7.6.3-release
integer-gmp-0.5.0.0-release
ghc-7.4.2-release
ghc-7.4.1-release
integer-gmp-0.4.0.0-release
ghc-7.2.1-release
ghc-7.2.2-release
ghc-darcs-git-switchover
Haskell_2010_report_generated
2009-06-25
6_10_branch_has_been_forked
2008-05-28
23 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
3
Jun
26
Feb
2
1
31
Jan
17
16
14
13
11
10
8
7
4
3
2
24
Nov
8
7
5
28
Oct
27
24
29
Sep
16
11
19
Aug
19
Jul
3
22
Jun
9
May
28
Apr
20
17
Mar
1
9
Feb
26
Jan
24
1
14
Dec
30
Nov
22
Oct
4
7
Aug
5
19
Jul
18
13
27
Jun
20
19
3
May
16
Apr
28
Mar
16
15
6
3
Feb
26
Jan
11
Dec
2
1
29
Nov
19
1
Oct
17
Sep
13
26
Aug
25
10
5
2
30
Jul
28
27
24
23
22
6
23
Apr
22
5
6
Feb
22
Jan
17
11
4
Dec
12
Nov
26
Oct
23
16
Sep
17
Aug
13
23
Jul
23
Jun
19
1
Jan
16
Jun
10
19
Apr
15
Feb
14
18
Jan
2
17
Dec
16
15
2
24
Nov
21
12
Oct
20
Sep
17
1
Aug
23
Jul
22
21
18
6
25
Jun
23
22
23
21
17
16
15
14
13
11
2
24
Apr
12
Mar
11
Feb
22
Jan
21
20
Nov
25
Sep
20
27
Jun
16
12
Apr
25
Mar
23
integer-gmp: do not confuse ./configure (#8783)
ghc-7.8
ghc-7.8
Fix GMP v4 compatibility.
ghc-7.8.1-relea…
ghc-7.8.1-release ghc-7.8.2-release integer-gmp-0.5.1.0-release
Fix GMP v4 compatibility.
master
master
Fix negation of `divMod`/`quotRem` results (fixes #8726)
Fix a popular typo
Add Hackage-supported `changelog.md`
Improve documentation of `integer-gmp`
Dont use big/small-int primops on IL32P64 (i.e. Win/x86_64) for now
Introduce new SIZEOF_MP_LIMB_T derived constant
Use correct package id for `stg_INTLIKE_closure` import
Fix in-tree GMP build (#8497) on OS X Mavericks
Wrap `gmpz_fdiv_{q,r,qr}_ui` to optimize `div`/`mod`
Allocate initial 1-limb mpz_t on the Stack and introduce MPZ# type
Add more notes regarding the MPZ# hack
wip/T8647
wip/T8647
Allocate initial 1-limb mpz_t on the Stack and introduce MPZ# type
Drop redundant formal parameter from TAKE1_UL1_RET2
Follow-up to a3878d17
Temporary disable `mpz_gmpz_tdiv_qr_ui` to workaround #8661
Manually float out `int2Integer# INT_MINBOUND`
Wrap `gmpz_tdiv_{q,r,qr}_ui` to optimize `quot`/`rem`
Hackishly fix parallel build failure with in-tree GMP
Add new `mpz_{sub,add}_ui`-based primop (re #8647)
Add new `mpz_mul_si`-based primop (re #8647)
Refactor C-- wrappers to use macros for mpz_t access
Refactor `stgReallocForGMP` to use `memcpy`
Make use of `quotRemInt#` primop in `quotRemInteger`
Refactor and comment the smartJ# changes (re Trac #8638)
Try harder to demote results from `J#` to `S#` (re #8638)
Update Autoconf tests for recent GMP version
Improve Haddock documentation
Optimize order of pattern matches for export operations
Add `Addr#` based `{import,export}Integer` variants
Rename `{import,export}Integer`
Clean-up Cmm of import/export primitives
Add primitives to write/read Integers to/from bytearrays
Expose two GMP primality operations
Add side-channel attack resilient `powModSecInteger`
Add overlooked files created by `configure` to `extra-tmp-files`
Refactor & modernize `.cabal` to `cabal-version>=1.10`
Add aux files `config.{guess,sub}` and `install-sh`
Loading