summaryrefslogtreecommitdiff
path: root/compiler/nativeGen/PPC/CodeGen.hs
Commit message (Expand)AuthorAgeFilesLines
* 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
* PPC NCG: Fix and refactor TOC handling.Peter Trommler2016-06-191-28/+28
* PPC NCG: Fix float parameter passing on 64-bit.Peter Trommler2016-06-191-6/+18
* PPC NCG: Improve pointer de-tagging codePeter Trommler2016-04-291-5/+22
* Remove code-duplication in the PPC NCGHerbert Valerio Riedel2016-03-241-26/+19
* Add NCG support for AIX/ppc32Herbert Valerio Riedel2016-03-241-5/+99
* Implement function-sections for Haskell code, #8405Simon Brenner2015-11-121-6/+5
* Add subWordC# on x86ishNikita Karetnikov2015-10-311-0/+1
* Annotate CmmBranch with an optional likely targetSimon Marlow2015-09-231-3/+4
* Fix todo in compiler/nativeGen: Rename Size to Formatmarkus2015-07-071-94/+94
* Implement PowerPC 64-bit native code backend for LinuxPeter Trommler2015-07-031-154/+519
* Encode alignment in MO_Memcpy and friendsBen Gamari2015-06-161-15/+5
* Refactor the story around switches (#10137)Joachim Breitner2015-03-301-6/+8
* Replace .lhs with .hs in compiler commentsYuri de Wit2015-02-091-1/+1
* Add unwind information to CmmPeter Wortmann2014-12-161-0/+1
* Tick scopesPeter Wortmann2014-12-161-1/+2
* Source notes (Cmm support)Peter Wortmann2014-12-161-0/+1
* powerpc: fix and enable shared libraries by default on linuxSergei Trofimovich2014-12-141-3/+45
* Add MO_AddIntC, MO_SubIntC MachOps and implement in X86 backendReid Barton2014-08-231-0/+2
* Implement new CLZ and CTZ primops (re #9340)Herbert Valerio Riedel2014-08-141-0/+2
* remove SPARC related comment in PPC code generatorPeter Trommler2014-07-101-9/+0
* Re-add more primops for atomic ops on byte arraysJohan Tibell2014-06-301-0/+4