summaryrefslogtreecommitdiff
path: root/compiler/GHC/Cmm
Commit message (Expand)AuthorAgeFilesLines
* Make Logger independent of DynFlagsSylvain Henry2021-06-074-57/+53
* Adds AArch64 Native Code GeneratorMoritz Angermann2021-06-055-18/+58
* Work around LLVM backend overlapping register limitationsLuite Stegeman2021-05-292-1/+16
* Support new parser types in GHCAlfredo Di Napoli2021-05-263-13/+26
* Cmm: fix sinking after suspendThreadSylvain Henry2021-05-194-20/+31
* Remove useless {-# LANGUAGE CPP #-} pragmasSylvain Henry2021-05-122-2/+1
* Fully remove HsVersions.hSylvain Henry2021-05-123-6/+0
* Replace CPP assertions with Haskell functionsSylvain Henry2021-05-124-7/+9
* 19486 Nearly all uses of `uniqCompareFS` are dubious and lack a non-determini...Sasha Bogicevic2021-05-061-1/+3
* Replace (ptext .. sLit) with `text`Sylvain Henry2021-04-293-50/+45
* codeGen: Teach unboxed sum rep logic about levityBen Gamari2021-04-261-10/+12
* Allow C-- to scrutinize non-native-size wordsJohn Ericson2021-04-103-10/+17
* Enhance pretty-printing perfSylvain Henry2021-04-101-11/+20
* Re-export GHC.Bits from GHC.Prelude with custom shift implementation.Andreas Klebinger2021-04-095-5/+0
* Rubbish literals for all representations (#18983)Sebastian Graf2021-03-262-1/+3
* Generate GHCi bytecode from STG instead of Core and support unboxedLuite Stegeman2021-03-201-0/+2
* Transfer tickish things to GHC.Types.TickishLuite Stegeman2021-03-203-4/+3
* remove superfluous 'id' type parameter from GenTickishLuite Stegeman2021-03-201-4/+1
* Save the type of breakpoints in the Breakpoint tick in STGLuite Stegeman2021-03-201-1/+1
* Fix some warnings when bootstrapping with GHC 9.0Ryan Scott2021-03-091-1/+1
* Add option to give each usage of a data constructor its own info tableMatthew Pickering2021-03-031-15/+55
* Add -finfo-table-map which maps info tables to source positionsMatthew Pickering2021-03-032-7/+64
* Reimplement Stream in "yoneda" style for efficiencyMatthew Pickering2021-02-261-9/+10
* Make CmmType field of LocalReg strictMatthew Pickering2021-02-221-1/+1
* Make Width field in CmmType strictMatthew Pickering2021-02-221-1/+1
* Force gcp in assignArgumentsPosMatthew Pickering2021-02-221-2/+2
* Refactor LoggerSylvain Henry2021-02-132-32/+31
* Fix typosBrian Wignall2021-02-062-2/+2
* Add explicit import lists to Data.List importsOleg Grenrus2021-01-291-1/+1
* C-- shift amount is always native size, not shiftee sizeJohn Ericson2021-01-221-2/+2
* Rename parser Error and Warning typesAlfredo Di Napoli2020-12-183-9/+9
* Move Unit related fields from DynFlags to HscEnvSylvain Henry2020-12-143-15/+14
* GHC.Cmm.Opt: Be stricter in results.Andreas Klebinger2020-12-081-51/+51
* Cmm.Sink: Optimize retaining of assignments, live sets.Andreas Klebinger2020-12-083-52/+169
* Cmm: Make a few types and utility function slightly stricter.Andreas Klebinger2020-12-082-9/+11
* CmmSink: Force inlining of foldRegsDefdAndreas Klebinger2020-12-081-6/+45
* CodeGen: Make folds User/DefinerOfRegs INLINEABLE.Andreas Klebinger2020-12-082-0/+7
* Remove flattening variablesRichard Eisenberg2020-12-011-0/+1
* Move core flattening algorithm to Core.UnifyRichard Eisenberg2020-12-011-1/+1
* Small optimization to CmmSink.Andreas Klebinger2020-11-281-4/+11
* [Sized Cmm] properly retain sizes.Moritz Angermann2020-11-261-0/+11
* nativeGen/dwarf: Fix procedure end addressesBen Gamari2020-11-151-0/+5
* codeGen: Produce local symbols for module-internal functionsBen Gamari2020-11-111-0/+34
* Move this_module into NCGConfigBen Gamari2020-11-112-6/+6
* Add the proper HLint rules and remove redundant keywords from compilerHécate2020-11-014-263/+262
* Split GHC.Driver.TypesSylvain Henry2020-10-291-1/+1
* cmm: Add Note reference to ForeignHintBen Gamari2020-10-231-0/+2
* Remove pdocPrecSylvain Henry2020-10-191-12/+17
* Implement -Woperator-whitespace (#18834)Vladislav Zavialov2020-10-191-2/+2
* Parser: don't require the HomeUnitIdSylvain Henry2020-10-133-82/+109