summaryrefslogtreecommitdiff
path: root/compiler/llvmGen/LlvmCodeGen/CodeGen.hs
Commit message (Expand)AuthorAgeFilesLines
* Remove LlvmCodeGen panic variants.Edward Z. Yang2015-04-141-10/+1
* Refactor the story around switches (#10137)Joachim Breitner2015-03-301-8/+7
* 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
* Stop exporting, and stop using, functions marked as deprecatedThomas Miedema2014-09-271-1/+1
* `M-x delete-trailing-whitespace` & `M-x untabify`...Herbert Valerio Riedel2014-08-311-7/+7
* 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-1/+8
* Re-add more primops for atomic ops on byte arraysJohan Tibell2014-06-301-24/+47
* Revert "Add more primops for atomic ops on byte arrays"Johan Tibell2014-06-261-47/+24
* Add more primops for atomic ops on byte arraysJohan Tibell2014-06-241-24/+47
* Some typos in commentsGabor Greif2014-06-111-1/+1
* Add LANGUAGE pragmas to compiler/ source filesHerbert Valerio Riedel2014-05-151-3/+2
* Avoid trivial cases of NondecreasingIndentationHerbert Valerio Riedel2014-05-151-2/+2
* Add support for prefetch with locality levels.Austin Seipp2013-10-011-4/+7
* Pass 512-bit-wide vectors in registers.Geoffrey Mainland2013-09-221-0/+1
* Pass 256-bit-wide vectors in registers.Geoffrey Mainland2013-09-221-0/+1
* SIMD primops are now generated using schemas that are polymorphic inGeoffrey Mainland2013-09-221-0/+6
* TyposKrzysztof Gogolewski2013-09-201-2/+2
* Add basic support for GHCJSAustin Seipp2013-09-061-0/+1
* Add support for byte endian swapping for Word 16/32/64.Austin Seipp2013-07-171-26/+35
* Fix llvm.prefetch instrinct for old LLVM versionsPeter Wortmann2013-07-051-3/+6
* Major Llvm refactoringPeter Wortmann2013-06-271-547/+558
* Extend globals to aliasesPeter Wortmann2013-06-271-9/+9
* Use SDoc for all LLVM pretty-printingPeter Wortmann2013-06-271-13/+14
* Iteration on dterei's metadata designPeter Wortmann2013-06-271-2/+2
* Rework LLVM metadata representation to be more accurate.David Terei2013-06-271-4/+4
* Comment out function; consequence of reverting a553f18Simon Peyton Jones2013-06-111-2/+2
* Revert "Add support for byte endian swapping for Word 16/32/64."Simon Peyton Jones2013-06-111-36/+24
* Fix warningsIan Lynagh2013-06-091-0/+3
* Add support for byte endian swapping for Word 16/32/64.Ian Lynagh2013-06-091-24/+36
* Mimic OldCmm basic block ordering in the LLVM backend.Geoffrey Mainland2013-02-011-1/+1
* Add prefetch primops.Geoffrey Mainland2013-02-011-0/+21
* Add support for passing SSE vectors in registers.Geoffrey Mainland2013-02-011-32/+89
* Add the Int32X4# primitive type and associated primops.Paul Monday2013-02-011-0/+23
* Add the Float32X4# primitive type and associated primops.Geoffrey Mainland2013-02-011-0/+43
* Always pass vector values on the stack.Geoffrey Mainland2013-02-011-0/+11
* fix validate-breaking warningSimon Marlow2013-01-231-1/+0
* Fix our handling of literals and types in LLVM (#7575).David Terei2013-01-231-35/+29
* Ensure the LLVM codegen correctly handles literals in a branch. #7571Austin Seipp2013-01-221-16/+70
* Fix LLVM code generated for word2Float# and word2Double#.Geoffrey Mainland2013-01-031-2/+6
* Implement word2Float# and word2Double#Johan Tibell2012-12-131-0/+12
* handle MO_Touch, and generate no code for it.Simon Marlow2012-11-121-0/+3
* Fix warningsSimon Marlow2012-11-121-2/+3
* Remove OldCmm, convert backends to consume new CmmSimon Marlow2012-11-121-95/+102
* Generate correct LLVM for the new register allocation scheme.Geoffrey Mainland2012-10-301-32/+31
* Attach global register liveness info to Cmm procedures.Geoffrey Mainland2012-10-301-2/+2
* Cmm jumps always have live register information.Geoffrey Mainland2012-10-301-3/+3
* Remove the old codegenSimon Marlow2012-10-191-1/+1