summaryrefslogtreecommitdiff
path: root/compiler/GHC/StgToCmm
Commit message (Expand)AuthorAgeFilesLines
* StgToCmm: Get rid of GHC.Driver.Session importsJohn Ericson2022-02-084-6/+0
* Fix some notesMatthew Pickering2022-02-083-4/+4
* Fix array primop alignmentBen Gamari2022-02-042-21/+35
* Introduce alignment to CmmStoreBen Gamari2022-02-042-2/+3
* Introduce alignment in CmmLoadBen Gamari2022-02-046-21/+24
* cmm: Introduce cmmLoadBWord and cmmLoadGCWordBen Gamari2022-02-046-17/+16
* Add commentsBen Gamari2022-02-041-0/+2
* Fix a few Note inconsistenciesBen Gamari2022-02-016-12/+10
* Consistently upper-case "Note ["Ben Gamari2022-02-012-3/+3
* codeGen: Fix two buglets in -fbounds-check logicBen Gamari2022-01-311-10/+10
* StgToCmm: decouple DynFlags, add StgToCmmConfigdoyougnu2022-01-3117-526/+581
* Levity-polymorphic arrays and mutable variablessheaf2022-01-262-44/+4
* codeGen: Introduce flag to bounds-check array accessesBen Gamari2021-12-211-0/+118
* Change isUnliftedTyCon to marshalablePrimTyCon (#20401)Krzysztof Gogolewski2021-12-171-10/+11
* Require all dirty_MUT_VAR callers to do explicit stg_MUT_VAR_CLEAN_info compa...nineonine2021-12-021-4/+11
* Add specific optimization flag for fast PAP calls (#6084, #20500)Gergo ERDI2021-11-251-1/+1
* Increase type sharingBen Gamari2021-11-172-8/+8
* compiler: Fix racy ticker counter registrationBen Gamari2021-10-043-25/+47
* Use Info Table Provenances to decode cloned stack (#18163)Sven Tennie2021-09-233-5/+11
* Introduce stack snapshotting / cloning (#18741)Sven Tennie2021-09-231-0/+1
* Let LLVM and C handle > native size arithmeticJohn Ericson2021-09-081-0/+2
* AArch64 NCG: Emit FABS instructions for fabsFloat# and fabsDouble#ARATA Mizuki2021-08-281-2/+3
* Make Int64#/Word64# unconditionally availableJohn Ericson2021-08-191-9/+0
* StgToCmm: use correct bounds for switches on sized valueswip/byte-switchSylvain Henry2021-08-171-6/+13
* Optimize Info Table Provenance Entries (IPEs) Map creation and lookupSven Tennie2021-08-111-1/+1
* Move `/includes` to `/rts/include`, sort per package betterJohn Ericson2021-08-094-10/+10
* PrimOps: Add CAS op for all int sizesPeter Trommler2021-08-021-1/+17
* Generalise reallyUnsafePtrEquality# and use itsheaf2021-07-231-25/+2
* Add Word64#/Int64# primopsSylvain Henry2021-07-151-1/+67
* Support unlifted datatypes in GHCiLuite Stegeman2021-07-021-0/+4
* codeGen: Fix header size for array write barriersGHC GitLab CI2021-06-261-3/+3
* Put tracing functions into their own moduleSylvain Henry2021-06-222-14/+21
* Re-do rubbish literalsSimon Peyton Jones2021-06-051-3/+7
* Adds AArch64 Native Code GeneratorMoritz Angermann2021-06-051-0/+1
* Work around LLVM backend overlapping register limitationsLuite Stegeman2021-05-291-0/+59
* Remove useless {-# LANGUAGE CPP #-} pragmasSylvain Henry2021-05-128-8/+8
* Fully remove HsVersions.hSylvain Henry2021-05-129-18/+0
* Replace CPP assertions with Haskell functionsSylvain Henry2021-05-129-27/+35
* Re-introduce Note [keepAlive# magic]Ben Gamari2021-05-061-0/+1
* Re-export GHC.Bits from GHC.Prelude with custom shift implementation.Andreas Klebinger2021-04-091-1/+0
* Rubbish literals for all representations (#18983)Sebastian Graf2021-03-2613-89/+148
* Add compiler linting to CIHécate2021-03-252-4/+1
* compiler: Introduce mutableByteArrayContents# primopBen Gamari2021-03-221-0/+4
* Transfer tickish things to GHC.Types.TickishLuite Stegeman2021-03-202-1/+3
* remove superfluous 'id' type parameter from GenTickishLuite Stegeman2021-03-201-1/+1
* Save the type of breakpoints in the Breakpoint tick in STGLuite Stegeman2021-03-201-1/+1
* Implement the UnliftedDatatypes extensionSebastian Graf2021-03-141-4/+7
* Require GHC 8.10 as the minimum compiler for bootstrappingRyan Scott2021-03-091-6/+0
* IPE: Give all constructor and function tables locationswip/con-infoMatthew Pickering2021-03-031-2/+3
* Use a newtype for CHeader and CStub in ForeignStubsMatthew Pickering2021-03-032-2/+4