summaryrefslogtreecommitdiff
path: root/compiler/nativeGen/SPARC
Commit message (Expand)AuthorAgeFilesLines
* A bunch of typofixesGabor Greif2017-09-261-1/+1
* compiler: introduce custom "GhcPrelude" PreludeHerbert Valerio Riedel2017-09-1917-0/+34
* nativeGen: Consistently use blockLbl to generate CLabels from BlockIdsBen Gamari2017-09-193-9/+7
* Fix typos in diagnostics, testsuite and commentsGabor Greif2017-09-071-1/+1
* Typo fixedGabor Greif2017-08-241-1/+1
* Add support for producing position-independent executablesBen Gamari2017-08-221-1/+1
* Hoopl: remove dependency on Hoopl packageMichal Terepeta2017-06-232-2/+4
* Generate better fp abs for X86 and llvm with default cmm otherwiseDominic Steinitz2017-03-071-0/+2
* Honour -dsuppress-uniques more thoroughlySimon Peyton Jones2017-02-171-6/+6
* Nix typo and redundant where-clausesRyan Scott2017-01-251-2/+0
* BlockId: remove BlockMap and BlockSet synonymsMichal Terepeta2016-12-081-2/+2
* Reduce the size of string literals in binaries.Thijs Alkemade2016-12-061-0/+3
* Inline compiler/NOTES into X86/Ppr.hsMatthew Pickering2016-11-161-1/+1
* Restore original alignment for info tablesSimon Brenner2016-01-271-1/+6
* Replace calls to `ptext . sLit` with `text`Jan Stolarek2016-01-181-36/+36
* Add kind equalities to GHC.Richard Eisenberg2015-12-111-34/+31
* Fix inconsistent pretty-printing of type familiesMichał Sośnicki2015-11-181-1/+1
* Implement function-sections for Haskell code, #8405Simon Brenner2015-11-123-31/+35
* Add subWordC# on x86ishNikita Karetnikov2015-10-311-0/+1
* Annotate CmmBranch with an optional likely targetSimon Marlow2015-09-231-3/+4
* Refactor: delete most of the module FastTypesThomas Miedema2015-08-211-23/+22
* Delete FastBoolThomas Miedema2015-08-212-11/+4
* Fix todo in compiler/nativeGen: Rename Size to Formatmarkus2015-07-0710-135/+136
* Encode alignment in MO_Memcpy and friendsBen Gamari2015-06-161-16/+5
* Refactor the story around switches (#10137)Joachim Breitner2015-03-301-5/+7
* Remove redundant constraints in the compiler itself, found by -fwarn-redundan...Simon Peyton Jones2015-01-061-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
* Allow -dead_strip linking on platforms with .subsections_via_symbolsMoritz Angermann2014-11-191-6/+1
* Revert "Place static closures in their own section."Edward Z. Yang2014-10-201-1/+0
* Indentation and non-semantic changes only.Edward Z. Yang2014-10-191-10/+10
* Place static closures in their own section.Edward Z. Yang2014-10-011-0/+1
* 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
* nativeGen: detabify/dewhitespace SPARC/CodeGen/BaseAustin Seipp2014-07-201-53/+41
* nativeGen: detabify/dewhitespace SPARC/CodeGen/Gen32Austin Seipp2014-07-201-373/+361
* nativeGen: detabify/dewhitespace SPARC/CodeGen/SanityAustin Seipp2014-07-201-53/+42
* nativeGen: detabify/dewhitespace SPARC/CodeGen/ExpandAustin Seipp2014-07-201-106/+91
* nativeGen: detabify/dewhitespace SPARC/CodeGen/AmodeAustin Seipp2014-07-201-23/+15
* nativeGen: detabify/dewhitespace SPARC/CodeGen/CondCodeAustin Seipp2014-07-201-29/+21
* nativeGen: detabify/dewhitespace SPARC/CondAustin Seipp2014-07-201-29/+21
* nativeGen: detabify/dewhitespace SPARC/RegsAustin Seipp2014-07-201-145/+137
* nativeGen: detabify/dewhitespace SPARC/InstrAustin Seipp2014-07-201-311/+302
* nativeGen: detabify/dewhitespace SPARC/ShortcutJumpAustin Seipp2014-07-201-21/+10
* nativeGen: detabify/dewhitespace SPARC/ImmAustin Seipp2014-07-201-42/+32
* nativeGen: detabify/dewhitespace SPARC/StackAustin Seipp2014-07-201-29/+20
* Re-add more primops for atomic ops on byte arraysJohan Tibell2014-06-301-0/+4
* Revert "Add more primops for atomic ops on byte arrays"Johan Tibell2014-06-261-4/+0
* Add more primops for atomic ops on byte arraysJohan Tibell2014-06-241-0/+4