summaryrefslogtreecommitdiff
path: root/bytecomp
Commit message (Expand)AuthorAgeFilesLines
* PR#4975: spelling mistakes "overriden" and "informations"Damien Doligez2010-05-211-1/+1
* PR#5054: simple recursive value with array not acceptedDamien Doligez2010-05-201-2/+2
* PR#4971: wrong variable name in alpha/proc.ml; cleanups in lex/cset.mli and b...Xavier Leroy2010-04-181-2/+0
* clean up spaces and tabsDamien Doligez2010-01-2218-125/+118
* merge changes from release/3.11.1 to release/3.11.2Damien Doligez2010-01-203-39/+75
* PR#4940: get rid of naked end-of-lines in string constants + add warning 29Damien Doligez2010-01-071-13/+13
* Merge first class modules: svn merge -r 9369:9396 $caml/branches/fstclassmod.Alain Frisch2009-10-262-1/+5
* PR#0004828 fixedLuc Maranget2009-06-231-1/+26
* merge changes from ocaml3110 to ocaml3111rc0Damien Doligez2009-05-205-14/+25
* merge changes between 3.10.2 and the end of branch 3.10Damien Doligez2008-10-083-4/+16
* Un peu de menage au passageLuc Maranget2008-10-031-5/+0
* optimize polymorphic variants as suggested in PR#4555Jacques Garrigue2008-08-271-0/+6
* Implement Lazy.force as a primitive, and optimize its calls.Michel Mauny2008-08-016-24/+112
* Output references to the native version of the primitives in ocamloptAlain Frisch2008-07-243-14/+9
* Simplified a bit matcher_lazyMichel Mauny2008-07-221-1/+0
* PR#4223, PR#1508: added unsafe variants of Bigarray.Array{1,2,3}.{get,set}Xavier Leroy2008-07-145-22/+44
* Add lazy patterns.Michel Mauny2008-07-092-3/+60
* Readability: put the case lazy(float_constant) closer to other lazy(constant)...Michel Mauny2008-07-081-2/+2
* Optimized the creation of lazy values in the same way as Lazy.lazy_from_val,Michel Mauny2008-07-081-2/+48
* Stop multi-parameter optimization when the pattern is refutable. Now, ((fun t...Michel Mauny2008-06-161-1/+2
* Found a small bug in bytecomp/simplif.mlLuc Maranget2008-03-191-2/+2
* merge changes from 3.10.1 to 3.10.2Damien Doligez2008-02-291-1/+1
* merge changes 3.10.0 -> 3.10.1Damien Doligez2008-01-113-22/+23
* Improve -output-obj: can now build directly a dynamic library (with all the c...Alain Frisch2007-11-151-7/+18
* Cleanup and factorization of linker-related code.Alain Frisch2007-11-151-37/+4
* Pass the load_path to flexlink.Alain Frisch2007-11-131-2/+4
* Make it work under Win64.Alain Frisch2007-11-081-1/+2
* Merge the natdynlink branch into HEAD.Alain Frisch2007-11-063-33/+59
* Expanding the usual compiler's type-based optimisations to private abbreviati...Pierre Weis2007-11-011-5/+5
* It works: compilers and camlp4 are fully bootstrapped. The ast magic number i...Pierre Weis2007-10-091-3/+3
* ajout des annotations pour variables et appels terminauxDamien Doligez2007-05-169-74/+89
* Better handling of multiple extensions (foo.d.cmo, foo.p.cmx...)Nicolas Pouillard2007-02-231-2/+2
* fusion des changements 3.09.3 -> release309_merge310Damien Doligez2007-02-095-29/+66
* Revised DLL loading: distinguish between loading for executionXavier Leroy2006-09-283-11/+21
* Attempt to support Visual C++ 2005. Remain to be tested.Xavier Leroy2006-09-231-8/+3
* do not use builtins directlyJacques Garrigue2006-07-061-4/+4
* Deplacement des infos de format des .cmo et .cma dans Cmo_formatXavier Leroy2006-05-119-83/+69
* Ajout option /link /subsystem:console pour Windows/msvc et meilleur traitemen...Xavier Leroy2006-05-091-1/+1
* fusion des changements 3.09.1 -> 3.09.2Damien Doligez2006-04-161-18/+19
* add virtual instance variablesJacques Garrigue2006-04-053-56/+47
* PR#1956 renommage: bigarray est prefixe par ocaml_ba_Damien Doligez2006-01-272-8/+8
* PR#3809 wrong line numbers in backtrace (partial)Damien Doligez2005-10-251-0/+1
* Retour en arriere sur precedente modif (PR#3556), problematique quand toutes ...Xavier Leroy2005-10-131-1/+1
* Si aucun module d'un .cma est utilise, ne pas linker les bibliotheques C spec...Xavier Leroy2005-09-241-1/+1
* PR #3870Luc Maranget2005-09-071-2/+5
* PR#3767 features 1 and 2: display full location of events instead of one posi...Damien Doligez2005-08-259-25/+30
* fusion des modifs de 3.08.4Damien Doligez2005-08-132-14/+24
* fix PR#3576 (put free methods in environment)Jacques Garrigue2005-04-043-39/+83
* Hum, some printout code leftLuc Maranget2005-03-111-2/+12
* La suite: en cas de gardes le pattern macthing est compile en mode "Partial"Luc Maranget2005-03-111-7/+21