summaryrefslogtreecommitdiff
path: root/compiler/ghci/DebuggerUtils.hs
Commit message (Expand)AuthorAgeFilesLines
* Remote GHCi, -fexternal-interpreterSimon Marlow2015-12-171-1/+1
* Add kind equalities to GHC.Richard Eisenberg2015-12-111-16/+16
* Fix breakage in the GHCi debuggerSimon Marlow2015-10-211-10/+3
* Rename package key to unit ID, and installed package ID to component ID.Edward Z. Yang2015-10-141-1/+1
* Fix a couple of bugs in the way info tables are generated for 64-bit platformsSimon Marlow2014-11-051-1/+1
* Rename PackageId to PackageKey, distinguishing it from Cabal's PackageId.Edward Z. Yang2014-07-211-1/+1
* Add LANGUAGE pragmas to compiler/ source filesHerbert Valerio Riedel2014-05-151-0/+2
* Fix many ASSERT uses under Clang.Austin Seipp2013-06-181-2/+2
* Tidy up: move info-table related stuff to CmmInfoSimon Marlow2013-01-231-1/+1
* Remove the old codegenSimon Marlow2012-10-191-1/+1
* Make StgWord a portable type tooIan Lynagh2012-09-181-3/+12
* Remove unused importIan Lynagh2012-09-171-1/+0
* Move wORD_SIZE into platformConstantsIan Lynagh2012-09-161-2/+1
* Make -fscc-profiling a dynamic flagIan Lynagh2012-07-241-7/+6
* Pass DynFlags down to showSDocIan Lynagh2012-06-121-1/+3
* Fix #5289 (loading libstdc++.so in GHCi), and also fix some otherSimon Marlow2011-08-031-0/+129