index
:
delta/ocaml.git
3.08
3.09
3.10
3.11
3.12
4.00
4.00-with-binannot
4.01
4.02
4.03
4.04
4.05
4.06
4.07
4.08
4.09
4.10
4.11
4.12
4.13
4.14
5.0
5.1
FSF
MPR7048
MPR7609
MPR7609-continued
MPR7638
MPR7642
PR7042
abstract-new
abstract_intel_emit
abstract_x86_asm
afrisch_fix_reachable_words
afrisch_fix_stdlib_makefile_windows
annot-from-lambda
arm-literals
arm64
ast_rewriter
atomic_write_cmi
attributes
autofocus
backend-optims
big-marshal
binary-annot
binary-compat
build-with-debugging-informations
cc-optim
cducetrunk
class-with-type
cmm-mach-types
constructors_with_record
constructors_with_record2
constructors_with_record3
constructors_with_record4
constructors_with_record5
contracts
contracts-3.11
contribution_workflow
delegate
deprecated_optional_arguments
disable_unused_warnings_for_print_types
doc2attr
doc_windows_unicode
dothat
dwarf
dynamic_loading
dynamics
dyntypes
enter-mod-decl
ephemeron
exception_registration
execvpe
expoly
extension_points
fastclass
faster-testsuite
fix-32bit-warning
fix-getwd-use
fix_7657
fix_7680
fix_7682
fix_large_file_lseek_windows
fix_mingw
fix_ocamllex
fixedtypes
flambda
flambda_trunk
fmu
fstclassmod
fstclassmod_parametrized
gadt-warnings
gadts
gadts-devel
gadts-devel-lenormand
gcaml
gcaml3
gcaml3090
gcaml3101
ground_coercion
hex-float
hidden_args
implicit-subtyping
implicit-unpack
implicits
improve-PIC-and-PIE
improve_arg_read_arg
inline-more
inplace_let
ios-support
jo311
jo312
jo400
jo401
jocamltrunk
jocamltrunk+cduce
labltk
let_open_in_classes
letopen
letopenin
lightlabels
located_errors
m7100_gc_when_many_custom_blocks_in_minor_heap
map_file_omission
mark_expansive
master
menubars
merge_sig_str
metadata
minus-camlp4
mltk
module-alias
module_of_module_type
moduletypeof
monadic_let
more_unboxing
multimatch
namespaces
natdynlink
new-test-framework
newfunsyntax
newoolab
newoolab2
newoolabmult
newsysthreads
newtypein
no_internal_deprecation
non-vanishing
objvariants
ocaml-binannot
ocaml2
ocamldebug_g
ocamlmode
olabl
open_types
opt_backtrace
override
overridemethod
poly_meth
poly_meth2
polyrec
ppc64
pr/1866
pr7591
pr7661-again
pr8891
pr8908
pr8934
private_abbrevs
raise_variants
record-disambiguation
recursive_modules
remove-libnum
remove_spurious_semi_colons
resurrect-cygwin64-review-base
revert-1377-ocamldep_nested_include_fix
safe-string
short-paths
short-paths-4.01
sigsubst
simplify_duplicate_ident_optim
sse2
static_exceptions
strict_labels
stripped-ocaml
test_for_self_review
tests_asmcomp_revised
tmp-merging-3.12.1
treematch
trunk
unlabeled-1.1.2
unlabeled-1.2.2
unlabeled-1.3.2
unused_declarations
user-defined-indexing-operators
variants303
varunion
warning_attribute_on_type_exprs
win32
win32-rename
win32-sockets
with-frame-pointers
github.com: ocaml/ocaml
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
Accept change of internal ids.
Alain Frisch
2013-10-23
2
-12
/
+12
|
*
Support for exception values allocated in the static area (e.g. out of bound ...
Alain Frisch
2013-10-23
5
-2
/
+9
|
*
Cleanup.
Alain Frisch
2013-10-23
1
-1
/
+0
|
*
Add two functions to get the exception slot id and name from an exception value.
Alain Frisch
2013-10-23
2
-0
/
+33
|
*
Change the representation of exception slots: instead of being represented as...
Alain Frisch
2013-10-23
18
-56
/
+72
|
*
Revert bad(?) commit.
Alain Frisch
2013-10-18
1
-4
/
+4
|
*
Fix Out_of_memory/Stack_overflow.
Alain Frisch
2013-10-18
4
-27
/
+13
|
*
Also adapt the native system.
Alain Frisch
2013-10-18
1
-7
/
+1
|
*
#6203: change representation of exception values created with a constant cons...
Alain Frisch
2013-10-18
13
-39
/
+30
|
*
Support for AMD64, Intel syntax (i.e. MVSC 64 port).
Alain Frisch
2013-10-15
2
-5
/
+23
|
*
Fix testsuite.
Alain Frisch
2013-10-15
2
-3
/
+5
|
*
Support the two variants on i386, intel syntax (i.e. Win32 msvc port).
Alain Frisch
2013-10-15
2
-6
/
+24
|
*
Support the two variants on i386.
Alain Frisch
2013-10-15
2
-5
/
+22
|
*
Adapt sparc backend (stacktraces not supported anyway).
Alain Frisch
2013-10-15
1
-1
/
+1
|
*
Support raise_notrace under powerpc (not tested). Do not distinguish raise/re...
Alain Frisch
2013-10-15
1
-4
/
+6
|
*
Support raise_notrace under arm/arm64 (not tested). Do not distinguish raise/...
Alain Frisch
2013-10-15
2
-5
/
+9
|
*
Cleanup.
Alain Frisch
2013-10-14
3
-9
/
+3
|
*
Support for raise variants in ocamlopt. Only amd64 for now.
Alain Frisch
2013-10-14
22
-43
/
+68
|
*
Rename raise_nostack -> raise_notrace. Expose it in Pervasives.
Alain Frisch
2013-10-14
14
-14
/
+18
|
*
Recognize reraises in handlers.
Alain Frisch
2013-10-14
2
-3
/
+29
|
*
#6203, #5935: variants of raise. 'reraise' is currently only inserted by the ...
Alain Frisch
2013-10-14
21
-27
/
+65
|
*
Branch to experiment with variants of the raise primitive.
Alain Frisch
2013-10-14
0
-0
/
+0
*
|
update for trunk
Jacques Garrigue
2013-11-13
1
-130
/
+133
*
|
Fix PR#6235 + keep typing of pattern cases independent in principal mode
Jacques Garrigue
2013-11-13
5
-6
/
+87
*
|
[arm] Improve code selection for shifted arithmetic operations.
Benedikt Meurer
2013-11-11
3
-56
/
+74
*
|
build: make CAMLOPT_BIN default to "no-opt-compiler-available".
Wojciech Meyer
2013-11-10
1
-2
/
+3
*
|
build: always build lex/ and ocamlc with the compiler from boot/.
Wojciech Meyer
2013-11-10
5
-10
/
+10
*
|
myocamlbuild.ml: only build with .opt compilers if they're more recent.
Wojciech Meyer
2013-11-10
1
-11
/
+21
*
|
Fix typos and wording (#6231).
Alain Frisch
2013-11-08
5
-7
/
+7
*
|
PR#6227 continued: problem with preferences between different register classes.
Xavier Leroy
2013-11-08
1
-1
/
+5
*
|
Remove use of deprecated features (#6227, patch by johnwhitington).
Alain Frisch
2013-11-07
1
-6
/
+6
*
|
#6042: fix msvc64 port.
Alain Frisch
2013-11-05
1
-4
/
+48
*
|
bound checking bug with caml_string_{get,set}{16,32,64}: fix the runtime C code
Gabriel Scherer
2013-11-05
1
-6
/
+6
*
|
Improve code generation for subtraction.
Benedikt Meurer
2013-11-04
1
-1
/
+5
*
|
[arm] Fix bug in div/mod by constant.
Benedikt Meurer
2013-11-04
2
-14
/
+17
*
|
Further refactor code generation for multiplication.
Benedikt Meurer
2013-11-04
1
-5
/
+8
*
|
#6042: fix Intel syntax.
Alain Frisch
2013-11-04
1
-2
/
+2
*
|
PR#6222: The mls instruction is not available on ARMv6.
Benedikt Meurer
2013-11-04
1
-2
/
+8
*
|
[arm] r12 is destroyed for constants that are not a power of 2.
Benedikt Meurer
2013-11-02
1
-1
/
+1
*
|
[arm] Optimize integer division and modulus by constant.
Benedikt Meurer
2013-11-02
3
-26
/
+81
*
|
Compile multiplication by power of 2 constant to left shift.
Benedikt Meurer
2013-11-02
1
-1
/
+3
*
|
Follow-up to commit r14254: optimization of immediate division and modulus fo...
Xavier Leroy
2013-11-01
2
-12
/
+36
*
|
Follow-up to commit r14254: optimization of division and modulus by constants...
Xavier Leroy
2013-11-01
4
-34
/
+115
*
|
Follow-up to commit r14254: update destroyed_at_oper and max_register_pressure
Xavier Leroy
2013-11-01
1
-4
/
+5
*
|
PR#6042: optimize integer division and modulus when divisor is constant.
Xavier Leroy
2013-11-01
7
-21
/
+297
*
|
PR#6216: inlining of GADT matches generates invalid assembly
Xavier Leroy
2013-10-30
2
-7
/
+17
*
|
Add test for PR#6216. Not fixed yet.
Jacques Garrigue
2013-10-30
4
-1
/
+17
*
|
Fix PR#6174 (-rectypes case)
Jacques Garrigue
2013-10-28
5
-9
/
+26
*
|
Fix PR#6174 (non -rectypes)
Jacques Garrigue
2013-10-28
5
-1
/
+22
|
/
*
Fix testsuite.
Alain Frisch
2013-10-10
2
-2
/
+2
[prev]
[next]