summaryrefslogtreecommitdiff
path: root/compiler/main
Commit message (Expand)AuthorAgeFilesLines
* ErrUtils: split withTiming into withTiming and withTimingSilentAlp Mestanogullari2019-09-192-28/+79
* Do not throw away backpack instantiations for module lookup cacheJohn Ericson2019-09-121-1/+1
* linker: Move -optl flags to end of linker invocation.Niklas Hambüchen2019-09-111-2/+6
* Module hierarchy: StgToCmm (#13009)Sylvain Henry2019-09-101-4/+4
* Replace queryCygwinTerminal with Win32's isMinTTYHandleRyan Scott2019-09-091-61/+11
* Add a new flag -dno-typeable-binds for debuggingÖmer Sinan Ağacan2019-09-081-2/+5
* Fix LLVM version check yet againÖmer Sinan Ağacan2019-08-292-18/+10
* Remove Unused flag -ddump-shape [skip ci]luca2019-08-281-4/+0
* Return results of Cmm streams in backendsÖmer Sinan Ağacan2019-08-282-20/+19
* Make non-streaming LLVM and C backends streamingÖmer Sinan Ağacan2019-08-231-8/+5
* Remove special case in SRT generation with -split-sectionsÖmer Sinan Ağacan2019-08-221-26/+5
* expose ModuleInfo.minf_rdr_env for tooling authorsSam Halliday2019-08-181-0/+4
* Remove unused imports of the form 'import foo ()' (Fixes #17065)James Foster2019-08-151-1/+0
* Consolidate `TablesNextToCode` and `GhcUnreigsterised` in configure (#15548)Joachim Breitner2019-08-101-10/+4
* Fix bug preventing information about patterns from being serialized in .hie f...Zubin Duggal2019-08-071-2/+3
* Add a -fprint-axiom-incomps option (#15546)mniip2019-08-071-0/+2
* Introduce a type for "platform word size", use it instead of IntÖmer Sinan Ağacan2019-08-062-12/+10
* Packages: Add timing for package database initializationBen Gamari2019-08-021-2/+7
* Add Note [withTiming] in compiler/main/ErrUtils.hsAlp Mestanogullari2019-08-021-0/+95
* compiler: emit finer grained codegen events to eventlogAlp Mestanogullari2019-08-021-22/+23
* Change behaviour of -ddump-cmm-verbose to dump each Cmm pass output to a sepa...nineonine2019-07-262-3/+8
* Make sure to load interfaces when running :instancesXavier Denis2019-07-231-1/+3
* Fix #8487: Debugger confuses variablesRoland Senn2019-07-211-9/+54
* Add module doc for Plugins.Richard Eisenberg2019-07-191-0/+5
* Hide "Loading package environment" message with -v0 (fix #16879)Artem Pelenitsyn2019-07-192-169/+170
* Fix formatting of --info's "Debug on" fieldBen Gamari2019-07-181-1/+1
* Revert "Add support for SIMD operations in the NCG"Ben Gamari2019-07-161-3/+0
* Expunge #ifdef and #ifndef from the codebaseJohn Ericson2019-07-142-3/+3
* Remove LLVM_TARGET platform macrosJohn Ericson2019-07-142-1/+4
* compiler: trace SysTools commands to emit start/stop eventlog markersAlp Mestanogullari2019-07-131-18/+31
* Allow reusing temporary object files generated by GHCi by writing to -odir in...nineonine2019-07-111-5/+7
* Deduplicate "unique subdir" code between GHC and CabalJohn Ericson2019-07-091-10/+2
* Remove most uses of TARGET platform macrosJohn Ericson2019-07-092-7/+11
* Fix #16511: changes in interface dependencies should trigger recompilationPhuong Trinh2019-07-092-23/+24
* Use an empty data type in TTG extension constructors (#15247)Ryan Scott2019-07-094-8/+10
* Add support for SIMD operations in the NCGAbhiroop Sarkar2019-07-031-0/+3
* Fix stage 1 warningsÖmer Sinan Ağacan2019-07-021-1/+2
* typo in the docs for DynFlags.hsArtem Pelenitsyn2019-06-271-1/+1
* Fix #16805 by formatting warning messagenineonine2019-06-271-6/+6
* Add -Wmissing-safe-haskell-mode warningOleg Grenrus2019-06-251-0/+10
* Add -Winferred-safe-imports warningOleg Grenrus2019-06-253-9/+33
* Don't eta-expand unsaturated primopsBen Gamari2019-06-251-1/+42
* Fixes for LLVM 7Erik de Castro Lopo2019-06-242-6/+9
* Add HoleFitPlugins and RawHoleFitswip/D5373Matthías Páll Gissurarson2019-06-211-2/+12
* ghc-pkg needs settings file to un-hardcode target platformJohn Ericson2019-06-192-53/+19
* Move 'Platform' to ghc-bootJohn Ericson2019-06-1914-14/+14
* Properly trim IdInfos of DFunIds and PatSyns in TidyPgmÖmer Sinan Ağacan2019-06-191-124/+108
* SafeHaskell: Don't throw -Wsafe warning if module is declared SafeBen Gamari2019-06-181-1/+3
* Remove duplicates from 'ghc --info' outputAlp Mestanogullari2019-06-141-5/+0
* Implement the -XUnliftedNewtypes extension.Andrew Martin2019-06-142-1/+4