summaryrefslogtreecommitdiff
path: root/compiler/llvmGen
Commit message (Expand)AuthorAgeFilesLines
* Allow CmmLabelDiffOff with different widthsSimon Marlow2018-05-163-8/+18
* Add 'addWordC#' PrimOpSebastian Graf2018-05-051-0/+6
* Add new mbmi and mbmi2 compiler flagsJohn Ky2018-01-211-20/+77
* Revert "Add new mbmi and mbmi2 compiler flags"Ben Gamari2017-11-221-6/+0
* Add new mbmi and mbmi2 compiler flagsJohn Ky2017-11-151-0/+6
* Turn `compareByteArrays#` out-of-line primop into inline primopalexbiehl2017-10-291-0/+1
* Add -falignment-sanitization flagBen Gamari2017-10-291-0/+4
* A bunch of typofixesGabor Greif2017-09-261-2/+2
* compiler: introduce custom "GhcPrelude" PreludeHerbert Valerio Riedel2017-09-1911-0/+22
* Canonicalise Monoid instances in GHCHerbert Valerio Riedel2017-09-091-2/+1
* Clean up opt and llcMoritz Angermann2017-09-062-63/+11
* Drop GHC 7.10 compatibilityRyan Scott2017-08-011-4/+0
* Fix note references and some typosGabor Greif2017-07-262-3/+3
* Implement split-sections support for windows.Tamar Christina2017-07-081-5/+15
* Hoopl: remove dependency on Hoopl packageMichal Terepeta2017-06-232-2/+5
* Typos [ci skip]Gabor Greif2017-06-131-1/+1
* Revert "Make LLVM output robust to -dead_strip on mach-o platforms"Ben Gamari2017-06-082-72/+12
* Typos in comments [ci skip]Gabor Greif2017-05-261-1/+1
* Typos in comments [ci skip]Gabor Greif2017-05-051-2/+2
* Make LLVM output robust to -dead_strip on mach-o platformsMoritz Angermann2017-05-012-12/+71
* Prefer #if defined to #ifdefBen Gamari2017-04-282-2/+2
* compiler/cmm/PprC.hs: constify labels in .rodataSergei Trofimovich2017-04-241-12/+0
* Typos in comments [ci skip]Gabor Greif2017-04-051-1/+1
* llvm backend: Put string constants in .rodata.str.* sections (#13265)Reid Barton2017-03-091-5/+12
* Generate better fp abs for X86 and llvm with default cmm otherwiseDominic Steinitz2017-03-071-0/+2
* Mangle .subsections_via_symbols away.Moritz Angermann2017-03-061-1/+10
* Upgrade UniqSet to a newtypeDavid Feuer2017-03-011-1/+1
* Honour -dsuppress-uniques more thoroughlySimon Peyton Jones2017-02-171-1/+1
* Ditch static flagsSylvain Henry2017-02-021-2/+2
* Spelling fixes in comments [ci skip]Gabor Greif2017-01-182-2/+2
* LLVM: Tweak TBAA metadata codegenErik de Castro Lopo2017-01-162-8/+14
* Typos in manual, comments and testsGabor Greif2017-01-121-1/+1
* Fix terminal corruption bug and clean up SDoc interface.Phil Ruffwind2017-01-101-3/+2
* Typos in commentsGabor Greif2016-12-161-1/+1
* Fix LLVM TBAA metadataDemi Obenour2016-12-092-12/+8
* Reduce the size of string literals in binaries.Thijs Alkemade2016-12-061-0/+2
* LLVM generate llvm.expect for conditional branchesAlex Biehl2016-11-171-7/+28
* Switch to LLVM version 3.8Erik de Castro Lopo2016-07-072-1/+9
* Adds x86_64-apple-darwin14 target.Moritz Angermann2016-07-051-7/+10
* Remove uniqSetToListBartosz Nitka2016-07-011-1/+4
* llvmGen: Add strictness to metadata fieldsBen Gamari2016-06-191-5/+5
* llvmGen: Consolidate MetaExpr pretty-printingBen Gamari2016-06-182-13/+5
* llvmGen: Make metadata ids a newtypeBen Gamari2016-06-185-20/+30
* ErrUtils: Add timings to compiler phasesBen Gamari2016-03-242-4/+6
* LlvmCodeGen: Fix generation of malformed LLVM blocksErik de Castro Lopo2016-03-121-1/+33
* Add MonadUnique instance for LlvmMBen Gamari2016-03-112-9/+16
* Test for undef bugs in the LLVM backend when validatingReid Barton2016-01-271-1/+25
* Typos in commentsGabor Greif2016-01-271-1/+1
* Remove some redundant definitions/constraintsHerbert Valerio Riedel2015-12-311-1/+0
* Drop pre-AMP compatibility CPP conditionalsHerbert Valerio Riedel2015-12-312-7/+0