summaryrefslogtreecommitdiff
path: root/compiler/nativeGen/X86/Ppr.hs
Commit message (Expand)AuthorAgeFilesLines
* Move 'Platform' to ghc-bootJohn Ericson2019-06-191-1/+1
* asm-emit-time IND_STATIC eliminationGabor Greif2019-04-151-0/+12
* removing x87 register support from native code genCarter Schonwald2019-04-101-390/+22
* codegen: use newtype for Alignment in BasicTypesArtem Pyanykh2019-04-091-8/+9
* Update Wiki URLs to point to GitLabTakenobu Tani2019-03-251-1/+1
* Update Trac ticket URLs to point to GitLabRyan Scott2019-03-151-1/+1
* Rip out object splittingBen Gamari2019-03-051-11/+8
* NCG: fast compilation of very large strings (#16190)Sylvain Henry2019-02-141-3/+1
* Compile count{Leading,Trailing}Zeros to corresponding x86_64 instructions und...Dmitry Ivanov2019-01-301-0/+2
* Revert "Batch merge"Ben Gamari2019-01-301-2/+0
* Batch mergeBen Gamari2019-01-301-0/+2
* PPC NCG: Reduce memory consumption emitting string literalsPeter Trommler2019-01-131-41/+0
* Rename literal constructorsSylvain Henry2018-11-221-23/+23
* Add Int8# and Word8#Michal Terepeta2018-11-021-5/+5
* Fix rare undefined asm temp end label error in x86Zejun Wu2018-10-281-7/+8
* Revert "Add Int8# and Word8#"Ben Gamari2018-10-091-5/+5
* Add Int8# and Word8#Michal Terepeta2018-10-071-5/+5
* Mark code related symbols as @function not @objectSergei Azovskov2018-09-141-5/+64
* Allow aligning of cmm procs at specific boundryklebinger.andreas@gmx.at2018-06-031-0/+7
* Allow CmmLabelDiffOff with different widthsSimon Marlow2018-05-161-1/+1
* Improve X86CodeGen's pprASCII.HE, Tao2018-02-061-13/+34
* Add new mbmi and mbmi2 compiler flagsJohn Ky2018-01-211-0/+13
* Revert "Add new mbmi and mbmi2 compiler flags"Ben Gamari2017-11-221-13/+0
* Add new mbmi and mbmi2 compiler flagsJohn Ky2017-11-151-0/+13
* compiler: introduce custom "GhcPrelude" PreludeHerbert Valerio Riedel2017-09-191-0/+2
* nativeGen: Consistently use blockLbl to generate CLabels from BlockIdsBen Gamari2017-09-191-3/+4
* Add debugPprTypeSimon Peyton Jones2017-08-311-1/+1
* Hoopl: remove dependency on Hoopl packageMichal Terepeta2017-06-231-1/+2
* nativeGen: Use SSE2 SQRT instructionBen Gamari2017-04-281-0/+1
* x86 nativeGen: Fix test with mask in range [128,255] (#13425)Reid Barton2017-03-241-1/+5
* 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
* Generalize CmmUnwind and pass unwind information through NCGBen Gamari2017-02-081-5/+9
* BlockId: remove BlockMap and BlockSet synonymsMichal Terepeta2016-12-081-2/+2
* Reduce the size of string literals in binaries.Thijs Alkemade2016-12-061-5/+21
* Correct spelling of command-line option in commentGabor Greif2016-11-171-1/+1
* Inline compiler/NOTES into X86/Ppr.hsMatthew Pickering2016-11-161-0/+18
* Revert "codeGen: Remove binutils<2.17 hack, fixes T11758"Simon Peyton Jones2016-08-191-2/+21
* codeGen: Remove binutils<2.17 hack, fixes T11758Alex Dzyoba2016-08-051-21/+2
* Restore original alignment for info tablesSimon Brenner2016-01-271-0/+9
* Replace calls to `ptext . sLit` with `text`Jan Stolarek2016-01-181-49/+49
* Support multiple debug output levelsBen Gamari2015-11-231-3/+3
* Implement function-sections for Haskell code, #8405Simon Brenner2015-11-121-69/+42
* x86 codegen: don't generate location commentsSergei Trofimovich2015-10-291-3/+2
* Fix todo in compiler/nativeGen: Rename Size to Formatmarkus2015-07-071-219/+217
* Generate DWARF unwind informationPeter Wortmann2014-12-161-0/+6
* Generate DWARF info sectionPeter Wortmann2014-12-161-3/+12
* Generate .loc/.file directives from source ticksPeter Wortmann2014-12-161-0/+5
* Allow -dead_strip linking on platforms with .subsections_via_symbolsMoritz Angermann2014-11-191-6/+1
* Per-thread allocation counters and limitsSimon Marlow2014-11-121-4/+3