2013-02-01 |
Simon Marlow | add $(CrossCompilePrefix) to hp2ps (#7639)
|
commit | commitdiff | tree |
2013-01-30 |
Simon Marlow | include "stg/MachRegs.h" -> include "MachRegs.h"
|
commit | commitdiff | tree |
2013-01-30 |
Simon Marlow | \#undef REG_R[1-10] as a precaution
|
commit | commitdiff | tree |
2013-01-30 |
Simon Marlow | We should be including HaskellMachRegs.h here, not...
|
commit | commitdiff | tree |
2013-01-30 |
Simon Marlow | remove old cross-compilation stuff
|
commit | commitdiff | tree |
2013-01-30 |
Simon Marlow | Detect hard/soft float in the same way as other ARM...
|
commit | commitdiff | tree |
2013-01-30 |
Simon Marlow | Fix to 02c4ab049: use a weak pointer to the sandbox...
|
commit | commitdiff | tree |
2013-01-30 |
Simon Marlow | fix warnings
|
commit | commitdiff | tree |
2013-01-30 |
Ben Gamari | STM: Only wake up once
|
commit | commitdiff | tree |
2013-01-30 |
Ben Gamari | Schedule.h: Fix path of include file in comment
|
commit | commitdiff | tree |
2013-01-29 |
Simon Marlow | Disable any packages built with stage 2 when cross...
|
commit | commitdiff | tree |
2013-01-29 |
Simon Marlow | use GhcRtsHcOpts and GhcRtsCcOpts for the debug way too
|
commit | commitdiff | tree |
2013-01-29 |
Simon Marlow | ARM: infer VFPv2 presence from the C compiler
|
commit | commitdiff | tree |
2013-01-29 |
Simon Marlow | hopefully fix #7620
|
commit | commitdiff | tree |
2013-01-25 |
Simon Marlow | fix ARM hard float "detection"
|
commit | commitdiff | tree |
2013-01-25 |
Simon Marlow | Improve LLVM options for ARMv6
|
commit | commitdiff | tree |
2013-01-25 |
Simon Marlow | Allow -fllvm to be used when compiling unregisterised...
|
commit | commitdiff | tree |
2013-01-25 |
Simon Marlow | Fix various issues with a Stage1Only=NO cross-compile
|
commit | commitdiff | tree |
2013-01-24 |
Sergei Trofimovich | ghc: mkGmpDerivedConstants binary gone away
|
commit | commitdiff | tree |
2013-01-23 |
Simon Marlow | fix rts/Linker compilation issues on AMD64/Solaris...
|
commit | commitdiff | tree |
2013-01-23 |
Simon Marlow | Solaris: do not use timer_create
|
commit | commitdiff | tree |
2013-01-23 |
Simon Marlow | Tidy up: move info-table related stuff to CmmInfo
|
commit | commitdiff | tree |
2013-01-23 |
Simon Marlow | fix validate-breaking warning
|
commit | commitdiff | tree |
2013-01-23 |
Simon Marlow | Add support for nto-qnx (BlackBerry 10)
|
commit | commitdiff | tree |
2013-01-18 |
Simon Marlow | Restore the primitive and vector submodules
|
commit | commitdiff | tree |
2013-01-17 |
Simon Marlow | Hopefully fix breakage on OS X w/ LLVM
|
commit | commitdiff | tree |
2013-01-17 |
Simon Marlow | Tidy up cross-compiling
|
commit | commitdiff | tree |
2013-01-17 |
Simon Marlow | make it safe to include this after GCTDecl.h
|
commit | commitdiff | tree |
2013-01-17 |
Simon Marlow | Rearrange includes to avoid a clash on ARM/Linux
|
commit | commitdiff | tree |
2013-01-16 |
Simon Marlow | When cross-compiling, pass --host to package configure...
|
commit | commitdiff | tree |
2013-01-16 |
Simon Marlow | Pass --with-ld=$(LD) to ghc-cabal when configuring...
|
commit | commitdiff | tree |
2013-01-09 |
Simon Marlow | Fix some incorrect narrowing rules (#7361)
|
commit | commitdiff | tree |
2013-01-09 |
Simon Marlow | fix disassembler after removal of size field in bco...
|
commit | commitdiff | tree |
2013-01-09 |
Simon Marlow | remove unnecessary size field in BCO (#7518)
|
commit | commitdiff | tree |
2013-01-09 |
Simon Marlow | add docs for ":showi language" (#7501)
|
commit | commitdiff | tree |
2013-01-07 |
Simon Marlow | Fix bugs in allocMoreStack (#7498, #7510)
|
commit | commitdiff | tree |
2013-01-07 |
Simon Marlow | make "./sync-all -r <path> remote set-url origin" work
|
commit | commitdiff | tree |
2012-12-20 |
Simon Marlow | Redirect asynchronous exceptions to the sandbox thread...
|
commit | commitdiff | tree |
2012-12-20 |
Simon Marlow | 'sync-all get -q' also passes -q to 'git submodule'
|
commit | commitdiff | tree |
2012-12-18 |
Simon Marlow | A better fix for #7493 (see comment for details)
|
commit | commitdiff | tree |
2012-12-18 |
Simon Marlow | Revert "Fix a bug in the handling of nested orElse"
|
commit | commitdiff | tree |
2012-12-13 |
Simon Marlow | Make enabled_capabilities visible (fixes dynamic linking)
|
commit | commitdiff | tree |
2012-12-13 |
Simon Marlow | Remove most of TailCalls.h
|
commit | commitdiff | tree |
2012-12-11 |
Simon Marlow | add enabled_capabilities (#7491)
|
commit | commitdiff | tree |
2012-12-11 |
Simon Marlow | document special "this" syntax for PackageImports ...
|
commit | commitdiff | tree |
2012-12-10 |
Simon Marlow | Fix a bug in the handling of nested orElse
|
commit | commitdiff | tree |
2012-12-07 |
Simon Marlow | Invalidate the ModSummary cache in setSessionDynFlags...
|
commit | commitdiff | tree |
2012-12-07 |
Simon Marlow | fix code in library initialisation example (#7471)
|
commit | commitdiff | tree |
2012-12-07 |
Simon Marlow | fix description of ghci instance env bug
|
commit | commitdiff | tree |
2012-12-03 |
Simon Marlow | Make "sync-all pull --rebase" work
|
commit | commitdiff | tree |
2012-11-27 |
Simon Marlow | Fix #7231: don't unload stable modules when there is...
|
commit | commitdiff | tree |
2012-11-19 |
Simon Marlow | C backend: put the entry block first
|
commit | commitdiff | tree |
2012-11-19 |
Simon Marlow | Code-size optimisation for top-level indirections ...
|
commit | commitdiff | tree |
2012-11-16 |
Simon Marlow | C backend: ignore MO_Touch
|
commit | commitdiff | tree |
2012-11-16 |
Simon Marlow | fix syntax error in generated C (#7407)
|
commit | commitdiff | tree |
2012-11-16 |
Simon Marlow | Add a write barrier for TVAR closures
|
commit | commitdiff | tree |
2012-11-16 |
Simon Marlow | fix bug in previous commit, 65e46f144f3d8b18de7264b0b0990861...
|
commit | commitdiff | tree |
2012-11-13 |
Simon Marlow | Fix the Slow calling convention (#7192)
|
commit | commitdiff | tree |
2012-11-12 |
Simon Marlow | ASSERT(HpAlloc==0) in the update code, to catch HpAlloc...
|
commit | commitdiff | tree |
2012-11-12 |
Simon Marlow | remove some unused variables
|
commit | commitdiff | tree |
2012-11-12 |
Simon Marlow | a fix for checkTSO(): the TSO could be a WHITEHOLE
|
commit | commitdiff | tree |
2012-11-12 |
Simon Marlow | assert HpAlloc == 0
|
commit | commitdiff | tree |
2012-11-12 |
Simon Marlow | some W_s should be P_s
|
commit | commitdiff | tree |
2012-11-12 |
Simon Marlow | handle MO_Touch, and generate no code for it.
|
commit | commitdiff | tree |
2012-11-12 |
Simon Marlow | replaceLabels: null out the cml_cont field of CmmCall
|
commit | commitdiff | tree |
2012-11-12 |
Simon Marlow | Fix warnings
|
commit | commitdiff | tree |
2012-11-12 |
Simon Marlow | Remove OldCmm, convert backends to consume new Cmm
|
commit | commitdiff | tree |
2012-11-05 |
Simon Marlow | loadThreadState should set HpAlloc=0
|
commit | commitdiff | tree |
2012-11-05 |
Simon Marlow | small optimisation: inline stmNewTVar()
|
commit | commitdiff | tree |
2012-11-05 |
Simon Marlow | fix 'return' in cmm code when tablesNextToCode==False
|
commit | commitdiff | tree |
2012-11-05 |
Simon Marlow | Save R1/R2/.. across foreign calls
|
commit | commitdiff | tree |
2012-11-01 |
Simon Marlow | Fix bug in stg_enter_checkbh
|
commit | commitdiff | tree |
2012-11-01 |
Simon Marlow | The shape of StgTVar should not depend on THREADED_RTS
|
commit | commitdiff | tree |
2012-11-01 |
Simon Marlow | Add -fghci-hist-size=N to set the number of previous...
|
commit | commitdiff | tree |
2012-11-01 |
Simon Marlow | Turn on -O2 for the RTS by default
|
commit | commitdiff | tree |
2012-11-01 |
Simon Marlow | turn off cmm optimisation for the debug way
|
commit | commitdiff | tree |
2012-11-01 |
Simon Marlow | Fix bug in stg_ctoi_R1n (could cause GHCi crashes)
|
commit | commitdiff | tree |
2012-11-01 |
Simon Marlow | A couple of W_s should be P_s (not an actual bug, I...
|
commit | commitdiff | tree |
2012-11-01 |
Simon Marlow | Don't clearNurseries() in parallel with -debug
|
commit | commitdiff | tree |
2012-10-31 |
Simon Marlow | Fix C macro bug that was causing some stack checks...
|
commit | commitdiff | tree |
2012-10-31 |
Simon Marlow | Retainer prof: immutable arrays are not retainers,...
|
commit | commitdiff | tree |
2012-10-30 |
Simon Marlow | Make DYNAMIC_BY_DEFAULT=NO when GhcUnregisterised
|
commit | commitdiff | tree |
2012-10-30 |
Simon Marlow | INFO_TABLE_RET should generate a CmmRetInfoLabel, not...
|
commit | commitdiff | tree |
2012-10-25 |
Simon Marlow | Fix a bug in CmmSink exposed by a recent optimisation...
|
commit | commitdiff | tree |
2012-10-25 |
Simon Marlow | fprintCCS_stderr: untag the exception (#7319)
|
commit | commitdiff | tree |
2012-10-25 |
Simon Marlow | fix off-by-one-column in showRichTokenStream (#7351)
|
commit | commitdiff | tree |
2012-10-25 |
Simon Marlow | declare stg_gc_prim and stg_killMyself (#7350)
|
commit | commitdiff | tree |
2012-10-25 |
Simon Marlow | Fix bug in 88a6f863d9f127fc1b03a1e2f068fd20ecbe096c...
|
commit | commitdiff | tree |
2012-10-25 |
Simon Marlow | delete old comments
|
commit | commitdiff | tree |
2012-10-25 |
Simon Marlow | remove unused sched_shutting_down
|
commit | commitdiff | tree |
2012-10-24 |
Simon Marlow | fix bug in heap check in putMVar#
|
commit | commitdiff | tree |
2012-10-24 |
Simon Marlow | Comment to explain why we need to split proc points...
|
commit | commitdiff | tree |
2012-10-24 |
Simon Marlow | Add a case for CmmLabelDiffOff to cmmOffsetLit
|
commit | commitdiff | tree |
2012-10-23 |
Simon Marlow | Small optimisation: always sink/inline reg1 = reg2...
|
commit | commitdiff | tree |
2012-10-23 |
Simon Marlow | a small -fPIC optimisation
|
commit | commitdiff | tree |
2012-10-23 |
Simon Marlow | removeWay should also unset the wayGeneralFlags
|
commit | commitdiff | tree |
2012-10-23 |
Simon Marlow | Avoid calling toInfoLbl on the entry label (#7313)
|
commit | commitdiff | tree |
2012-10-23 |
Simon Marlow | Use canned heap checks to save a few bytes of code
|
commit | commitdiff | tree |
2012-10-23 |
Simon Marlow | fix a warning
|
commit | commitdiff | tree |
2012-10-23 |
Simon Marlow | Fix a silly bug that would cause -xc to print less...
|
commit | commitdiff | tree |
next |