summaryrefslogtreecommitdiff
path: root/asmcomp
Commit message (Expand)AuthorAgeFilesLines
* PR#4892: non-strict behavior in Array.setXavier Leroy2012-03-141-9/+12
* merge version 3.12 from 3.12.1 to r12205Damien Doligez2012-03-083-4/+5
* #5527: absolute filenames for more error messages.Alain Frisch2012-03-073-9/+14
* #5527: absolute filenames for more error messages.Alain Frisch2012-03-071-11/+20
* PR#5513: protect against min_int / -1 crashing on x86Xavier Leroy2012-02-246-8/+60
* refactoring the "read n bytes from a channel into a new string" idiomDamien Doligez2012-02-231-4/+2
* Forgot to add new filesXavier Leroy2012-02-222-0/+148
* PR#5487: addition of CFI directives and a few filename/linenumber info to gen...Xavier Leroy2012-02-2124-83/+247
* PR#5504: Fix. Patch proposed by Stephane Glondu, thanks.Wojciech Meyer2012-02-191-1/+1
* - PR#5509: misclassification of statically-allocated empty array thatXavier Leroy2012-02-181-0/+1
* More renaming to OCamlDamien Doligez2012-02-103-6/+6
* [arm] Update copyright notices as suggested by Xavier.Benedikt Meurer2012-02-055-15/+20
* Merge the new ARM backend into trunk (PR#5433).Benedikt Meurer2012-02-046-494/+1090
* [i386] Don't override insert_op.Benedikt Meurer2012-02-041-3/+0
* [amd64] Don't override insert_op.Benedikt Meurer2012-02-041-3/+0
* Implement insert_op using insert_op_debug in Selectgen.Benedikt Meurer2012-02-041-2/+1
* Also pass Cmm.memory_chunk to select_addressing.Benedikt Meurer2012-02-047-21/+21
* Backported '%apply' and '%revapply' from 3.12.1+dev to 3.13+devFabrice Le Fessant2012-01-231-0/+3
* Reverting bad commit.Alain Frisch2012-01-208-58/+58
* Fix #5490.Alain Frisch2012-01-208-58/+58
* Fix bug #5476: native code compilation of let rec on float arraysFabrice Le Fessant2012-01-131-8/+15
* PR#5345: optimize checkbound for constant indices.Xavier Leroy2011-12-221-15/+22
* PR#5360: on 64-bit platforms, generate more compact code for Parrayrefs and P...Xavier Leroy2011-12-221-18/+31
* PR#5179: giant steps towards a Mingw64 port.Xavier Leroy2011-12-211-16/+21
* PR#4869: rare collisions between assembly labels for code and dataXavier Leroy2011-12-187-14/+35
* Removed the obsolete native-code generators for Alpha, HPPA, IA64 and MIPS.Xavier Leroy2011-12-1725-5688/+0
* Merged proc_nt.ml into proc.ml in directories asmcomp/i386 and asmcomp/amd64.Xavier Leroy2011-12-165-452/+141
* Reverted most of previous change re: local labels in AMD64/MacOSX.Xavier Leroy2011-10-151-6/+1
* AMD64/MacOSX code generator: make local asm labels really local. (L100 inste...Xavier Leroy2011-10-151-1/+6
* PR#5336: add .type directives in ARM codeXavier Leroy2011-09-181-0/+1
* PR#5319: Lswitch compilation for Win64 / MSVC. (Untested.)Xavier Leroy2011-09-182-10/+17
* renaming of Objective Caml to OCaml and cleanup of copyright headersDamien Doligez2011-07-27118-118/+118
* uniform .ignore systemDamien Doligez2011-07-201-2/+0
* merge changes from 3.12.0 to 3.12.1Damien Doligez2011-07-208-41/+63
* PR#5287: Optimized handling of partially-applied functionsXavier Leroy2011-06-122-10/+91
* Support inlining of functions containing structured constants.Xavier Leroy2011-03-296-48/+85
* Ignoring compiled files.Pierre Weis2011-03-171-0/+2
* add option -runtime-variantDamien Doligez2011-03-171-1/+1
* PR#5237: incorrect .size directives generated for x86-32 and x86-64Xavier Leroy2011-03-132-9/+10
* AMD64/MacOS X: wrong symbol names for caml_negf_mask and caml_absf_mask in -s...Xavier Leroy2010-06-021-12/+7
* Slightly better code generated for floating-point comparisons.Xavier Leroy2010-05-243-67/+93
* PR#4975: spelling mistakes "overriden" and "informations"Damien Doligez2010-05-215-18/+18
* PR#5033: tools/objinfo made more general.Xavier Leroy2010-05-199-94/+86
* PR#5027: method! for overridingXavier Leroy2010-04-225-8/+8
* PR#5029: typo in names of lib functions for float32<->float64 conversion.Xavier Leroy2010-04-221-6/+6
* PR#5030: start data labels higher. Also, use emit_floatNN_directive.Xavier Leroy2010-04-221-8/+4
* PR#4971: wrong variable name in alpha/proc.ml; cleanups in lex/cset.mli and b...Xavier Leroy2010-04-181-2/+2
* merge branches/overrideJacques Garrigue2010-04-084-15/+15
* mistake in the size of allocated integers (again)Damien Doligez2010-01-291-9/+19
* mistake in the size of allocated integersDamien Doligez2010-01-291-1/+1