summaryrefslogtreecommitdiff
path: root/compiler/nativeGen/PPC/CodeGen.hs
Commit message (Expand)AuthorAgeFilesLines
* Modules: CmmToAsm (#13009)Sylvain Henry2020-02-241-2453/+0
* Modules: Driver (#13009)Sylvain Henry2020-02-211-1/+1
* Do CafInfo/SRT analysis in CmmÖmer Sinan Ağacan2020-01-311-7/+7
* Module hierarchy: Cmm (cf #13009)Sylvain Henry2020-01-251-8/+8
* Fix typos, via a Levenshtein-style correctorBrian Wignall2020-01-041-1/+1
* Add `timesInt2#` primopSylvain Henry2019-12-021-0/+1
* Fix more typosBrian Wignall2019-12-021-1/+1
* Fix typos, using Wikipedia list of common typosBrian Wignall2019-11-281-1/+1
* Clean up `#include`s in the compilerJohn Ericson2019-10-051-1/+0
* Remove empty NCG.hJohn Ericson2019-09-131-1/+0
* Module hierarchy: StgToCmm (#13009)Sylvain Henry2019-09-101-1/+1
* Revert "Add support for SIMD operations in the NCG"Ben Gamari2019-07-161-6/+0
* Add support for SIMD operations in the NCGAbhiroop Sarkar2019-07-031-0/+6
* Correct closure observation, construction, and mutation on weak memory machines.Travis Whitaker2019-06-281-0/+3
* Move 'Platform' to ghc-bootJohn Ericson2019-06-191-1/+1
* Introduce log1p and expm1 primopschessai2019-06-091-0/+4
* powerpc32: fix 64-bit comparison (#16465)Sergei Trofimovich2019-05-311-0/+1
* removing x87 register support from native code genCarter Schonwald2019-04-101-4/+2
* Add support for bitreverse primopAlexandre2019-04-011-0/+1
* PPC NCG: Use liveness information in CmmCallPeter Trommler2019-03-151-17/+23
* PPC NCG: Promote integers to word size in C callsPeter Trommler2019-01-311-13/+23
* PPC NCG: Rename constructorsPeter Trommler2019-01-171-28/+29
* Fix tab and improve whitespacePeter Trommler2019-01-171-7/+8
* PPC NCG: Make calling convention more generalPeter Trommler2019-01-171-6/+5
* PPC NCG: Remove Darwin supportPeter Trommler2019-01-011-65/+29
* PPC NCG: Simple 64-bit condition code on 32-bitPeter Trommler2018-12-301-3/+48
* PPC NCG: Generate MO_?_QuotRem for subword sizesPeter Trommler2018-12-111-21/+24
* PPC NCG: Implement MachOps for smaller sizesPeter Trommler2018-12-111-161/+146
* NCG: New code layout algorithm.Andreas Klebinger2018-11-171-1/+3
* Fix precision of asinh/acosh/atanh by making them primopsArtem Pelenitsyn2018-08-211-0/+8
* Allow CmmLabelDiffOff with different widthsSimon Marlow2018-05-161-1/+2
* Add 'addWordC#' PrimOpSebastian Graf2018-05-051-0/+7
* PPC nativeGen: Add support for MO_SS_Conv_W32_W64Peter Trommler2018-03-191-0/+8
* Add new mbmi and mbmi2 compiler flagsJohn Ky2018-01-211-0/+2
* Revert "Add new mbmi and mbmi2 compiler flags"Ben Gamari2017-11-221-2/+0
* Add new mbmi and mbmi2 compiler flagsJohn Ky2017-11-151-0/+2
* Fix PPC NCG after blockID patchPeter Trommler2017-11-091-2/+12
* PPC NCG: Impl branch prediction, atomic ops.Peter Trommler2017-11-021-32/+117
* Turn `compareByteArrays#` out-of-line primop into inline primopalexbiehl2017-10-291-0/+1
* A bunch of typofixesGabor Greif2017-09-261-1/+1
* compiler: introduce custom "GhcPrelude" PreludeHerbert Valerio Riedel2017-09-191-0/+2
* nativeGen: Consistently use blockLbl to generate CLabels from BlockIdsBen Gamari2017-09-191-3/+2
* Add support for producing position-independent executablesBen Gamari2017-08-221-3/+3
* Hoopl: remove dependency on Hoopl packageMichal Terepeta2017-06-231-1/+2
* PPC NCG: Lower MO_*_Fabs as PowerPC fabs instructionPeter Trommler2017-05-011-0/+8
* PPC NCG: Implement callish prim opsPeter Trommler2017-04-251-64/+400
* Generate better fp abs for X86 and llvm with default cmm otherwiseDominic Steinitz2017-03-071-0/+2
* Typos in commentsGabor Greif2016-10-171-1/+1
* PPC/CodeGen: fix lwa instruction generationPeter Trommler2016-10-011-4/+12
* PPC NCG: Implement minimal stack frame header.Peter Trommler2016-08-311-2/+3