summaryrefslogtreecommitdiff
path: root/includes
Commit message (Expand)AuthorAgeFilesLines
* Remove LLVM_TARGET platform macrosJohn Ericson2019-07-141-0/+1
* Remove most uses of TARGET platform macrosJohn Ericson2019-07-092-12/+12
* Add support for SIMD operations in the NCGAbhiroop Sarkar2019-07-031-36/+36
* Correct closure observation, construction, and mutation on weak memory machines.Travis Whitaker2019-06-282-1/+156
* rts: Correct handling of LARGE ARR_WORDS in LDV profilerMatthew Pickering2019-06-272-6/+18
* Maintain separate flags for C++ compiler invocationsBen Gamari2019-06-131-0/+1
* Fix uses of #ifdef/#ifndefBen Gamari2019-06-121-3/+3
* Hadrian: teach the RTS that PROFILING implies TRACINGAlp Mestanogullari2019-06-111-2/+6
* Add HEAP_PROF_SAMPLE_END event to mark end of samplesMatthew Pickering2019-06-071-0/+1
* Inline `Settings` into `DynFlags`John Ericson2019-05-291-1/+1
* Add PlainPanic for throwing exceptions without depending on pprintMichael Sloan2019-05-241-1/+1
* rts: Explicit state that CONSTR tag field is zero-basedBen Gamari2019-05-161-1/+1
* Remove all target-specific portions of Config.hsJohn Ericson2019-05-141-1/+16
* Purge TargetPlatform_NAME and cTargetPlatformStringJohn Ericson2019-05-081-0/+1
* stg_floatToWord32zh: zero-extend the Word32 (#16617)Kevin Buhr2019-05-081-1/+6
* Remove cGhcEnableTablesNextToCodeJohn Ericson2019-05-061-0/+1
* Move cGHC_UNLIT_PGM to be "unlit command" in settingsJohn Ericson2019-04-301-0/+1
* Generate settings by make/hadrian instead of configureJohn Ericson2019-04-301-0/+46
* Minor RTS refactoring:Ömer Sinan Ağacan2019-04-251-2/+2
* removing x87 register support from native code genCarter Schonwald2019-04-101-54/+48
* Improve performance of newSmallArray#Michal Terepeta2019-04-011-1/+7
* Add support for bitreverse primopAlexandre2019-04-011-0/+8
* Update Wiki URLs to point to GitLabTakenobu Tani2019-03-2549-53/+53
* Fix specification of load_load_barrier [skip-ci]Peter Trommler2019-03-201-1/+1
* ghc-heap: Introduce closureSizeBen Gamari2019-03-171-0/+1
* PPC NCG: Use liveness information in CmmCallPeter Trommler2019-03-152-77/+8
* Update Trac ticket URLs to point to GitLabRyan Scott2019-03-152-3/+3
* Add a RTS option -xp to load PIC object anywhere in address spaceZejun Wu2019-01-301-0/+12
* Revert "Batch merge"Ben Gamari2019-01-301-12/+0
* Batch mergeBen Gamari2019-01-301-0/+12
* Documentation for StgRetFunÖmer Sinan Ağacan2019-01-161-0/+3
* Fix filename in comment againPeter Trommler2019-01-161-1/+1
* Fix reference to stack code in commentPeter Trommler2019-01-161-1/+1
* Documentation and refactoring in CCS related codeÖmer Sinan Ağacan2019-01-122-36/+0
* Minor refactoring and documentation in profiling RTS codeÖmer Sinan Ağacan2019-01-031-5/+9
* PPC NCG: Remove Darwin supportPeter Trommler2019-01-012-22/+3
* rts: Disable fallthrough attribute when compiling with ClangBen Gamari2018-12-111-1/+5
* Remove redundant include of Rts.h in EventLogWriter.hZejun Wu2018-12-071-2/+5
* More efficient, non-allocating unsafeLookupStaticPtrÖmer Sinan Ağacan2018-11-161-1/+1
* Add Int8# and Word8#Michal Terepeta2018-11-021-3/+4
* rts: Add FALLTHROUGH macroBen Gamari2018-11-021-0/+7
* rts: Allow output filename of eventlog to be given by command-lineBen Gamari2018-11-021-0/+1
* Revert "Add a RTS option -xp to load PIC object anywhere in address space"Ben Gamari2018-10-301-12/+0
* includes: Allow headers to be built with C++11 compilersBen Gamari2018-10-281-2/+2
* Add a RTS option -xp to load PIC object anywhere in address spaceZejun Wu2018-10-151-0/+12
* CodeGen: Teach CodeGen about aliasing of XMM/YMM/ZMM registersBen Gamari2018-10-011-32/+34
* Fix a MSG_BLACKHOLE sanity check, add some commentsÖmer Sinan Ağacan2018-09-241-1/+6
* Fix slop zeroing for AP_STACK eager blackholes in debug buildÖmer Sinan Ağacan2018-09-212-29/+23
* Finish stable splitDavid Feuer2018-08-295-19/+59
* Add traceBinaryEvent# primopMitsutoshi Aoe2018-08-212-1/+6