summaryrefslogtreecommitdiff
path: root/compiler/GHC/Cmm
Commit message (Expand)AuthorAgeFilesLines
* 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
* Lint the compiler for extraneous LANGUAGE pragmasHécate2020-10-105-15/+7
* Use UnitId in the backend instead of UnitSylvain Henry2020-10-091-6/+6
* Don't import GHC.Unit to reduce the number of dependenciesSylvain Henry2020-10-011-1/+1
* Use ADTs for parser errors/warningsSylvain Henry2020-10-013-18/+23
* Make the parser module less dependent on DynFlagsSylvain Henry2020-09-291-1/+3
* Refactor CLabel pretty-printingSylvain Henry2020-09-231-192/+167
* Generalize OutputablePSylvain Henry2020-09-178-62/+97
* Introduce OutputablePSylvain Henry2020-09-1712-222/+232
* DynFlags: don't pass DynFlags to cmmImplementSwitchPlansSylvain Henry2020-09-042-6/+6
* DynFlags: use Platform in foldRegs*Sylvain Henry2020-09-048-151/+137
* Don't rely on CLabel's Outputable instance in CmmToCSylvain Henry2020-09-041-11/+12
* Remove "Ord FastString" instanceSylvain Henry2020-09-011-10/+8
* Import qualified Prelude in Cmm/Parser.yVladislav Zavialov2020-08-211-0/+1
* Put CFG weights into their own module (#17957)Sylvain Henry2020-08-211-2/+2
* PmCheck: Better long-distance info for where bindings (#18533)Sebastian Graf2020-08-131-0/+3
* DynFlags: disentangle OutputableSylvain Henry2020-08-1216-4/+19
* nativeGen: One approach to fix #18527Ben Gamari2020-08-071-0/+3
* CmmLint: Check foreign call argument register invariantBen Gamari2020-08-071-5/+35
* cmm: Clean up Notes a bitBen Gamari2020-08-072-6/+8
* Refactor CLabel pretty-printingSylvain Henry2020-07-315-169/+190
* Remove platform constant wrappersSylvain Henry2020-07-2510-339/+375
* Put PlatformConstants into PlatformSylvain Henry2020-07-252-5/+5
* Replace HscTarget with BackendSylvain Henry2020-07-224-11/+13
* Replace ghcWithNativeCodeGen with a proper Backend datatypeSylvain Henry2020-07-221-1/+1
* Give Uniq[D]FM a phantom type for its key.Andreas Klebinger2020-07-123-6/+6
* Replace Opt_SccProfilingOn flag with sccProfilingEnabled helper functionSylvain Henry2020-07-022-3/+3
* Fix duplicated words and typos in comments and user guideJan Hrček2020-06-282-2/+2