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
path:
root
/
asmcomp
Commit message (
Expand
)
Author
Age
Files
Lines
*
#5832: patch to improve 'wrong file naming' error messages.
Alain Frisch
2013-04-29
4
-14
/
+16
*
PR#5933 type-specialize 'let compare = compare' on ints and strings
Gabriel Scherer
2013-03-19
6
-7
/
+15
*
PR#5933: don't generate _app shortcuts above fixed arity to avoid quadratic b...
Gabriel Scherer
2013-03-19
1
-3
/
+10
*
fix a few problems with whitespace and over-long lines
Damien Doligez
2013-03-09
9
-51
/
+72
*
[coloring] Validate physical register offsets.
Benedikt Meurer
2013-01-13
1
-4
/
+12
*
[arm] Fix typo in is_simple_expr.
Benedikt Meurer
2013-01-13
1
-2
/
+2
*
[coloring] No need to test for "well-typed" interferences.
Benedikt Meurer
2013-01-07
1
-21
/
+11
*
[interf] Don't record "ill-typed" interferences.
Benedikt Meurer
2013-01-07
1
-14
/
+15
*
[arm] Inlined byte-swap operations are simple if their arguments are.
Benedikt Meurer
2013-01-06
1
-0
/
+5
*
[arm] Implement the byte swap operations (PR#5774).
Benedikt Meurer
2013-01-06
3
-8
/
+28
*
[arm] Fix arch selection with ARMv6. Rename EABI_VFP to EABI_HF.
Benedikt Meurer
2012-12-29
2
-22
/
+22
*
[arm] Improve register pressure for interval splitting.
Benedikt Meurer
2012-12-28
1
-6
/
+12
*
Slightly improve ordering of constrained registers.
Benedikt Meurer
2012-12-27
1
-2
/
+8
*
Collect the constrained registers into a set.
Benedikt Meurer
2012-12-21
1
-8
/
+13
*
PR#5181: Merge common floating point constants in ocamlopt.
Benedikt Meurer
2012-12-21
4
-101
/
+132
*
Simplify and optimize the coloring algorithm.
Benedikt Meurer
2012-12-20
1
-208
/
+185
*
Fix whitespace in emitted AMD64 code.
Benedikt Meurer
2012-12-20
1
-4
/
+4
*
Combine the first two coloring passes.
Benedikt Meurer
2012-12-20
1
-47
/
+18
*
Compute the degrees while building the interference graph.
Benedikt Meurer
2012-12-20
2
-15
/
+12
*
PR#5774: Add bswap primitives for amd64
Fabrice Le Fessant
2012-11-29
6
-1
/
+88
*
PR#5824: avoid tagging before right shifts
Xavier Leroy
2012-11-17
1
-3
/
+17
*
PR#5771: Add primitives for reading 2, 4, 8 bytes in strings and bigarrays
Fabrice Le Fessant
2012-11-09
6
-0
/
+273
*
PR#5795: Generate sqrtsd opcode instead of external call to sqrt on amd64
Fabrice Le Fessant
2012-11-09
4
-0
/
+24
*
PR#5810: error in switch printing when using -dclambda
Xavier Clerc
2012-11-07
1
-6
/
+6
*
PR#5762: Add primitives for fast access to bigarray dimensions
Fabrice Le Fessant
2012-11-06
1
-0
/
+3
*
#5798: Apply patch to add VFPv2 and ARMv6 hard-float support (Jeffrey Scofiel...
Benedikt Meurer
2012-10-24
5
-15
/
+24
*
#5784: -dclambda option is ignored.
Alain Frisch
2012-10-16
2
-1
/
+6
*
remove all $Id keywords
Damien Doligez
2012-10-15
90
-180
/
+0
*
PR#5707: in AMD64 port, exchange the roles of r10-r11 and r12-r13,
Xavier Leroy
2012-09-08
3
-20
/
+22
*
Remove some "open" to please the new warnings.
Xavier Leroy
2012-08-20
3
-5
/
+1
*
PR#5731: take destroyed registers into account during scheduling.
Xavier Leroy
2012-08-20
1
-20
/
+48
*
clean up TABs and whitespace
Damien Doligez
2012-07-30
6
-76
/
+74
*
merge changes from 4.00 branching to 4.00.0 (part 1)
Damien Doligez
2012-07-26
2
-37
/
+37
*
Fix PR#5698: remove harcoded limit of 200000 labels in emitaux.ml
Fabrice Le Fessant
2012-07-24
1
-3
/
+1
*
Fix PR#5695 (Redoing commit 12756 without unwanted changes)
Fabrice Le Fessant
2012-07-22
3
-3
/
+0
*
Revert commit r12756 containing unwanted changes
Fabrice Le Fessant
2012-07-22
3
-0
/
+3
*
Fix PR#5695
Fabrice Le Fessant
2012-07-22
3
-3
/
+0
*
Merge commit 12664 from 4.00 on trunk/
Fabrice Le Fessant
2012-07-09
2
-3
/
+5
*
PR#5643: issues with .cfi and .loc directives generated by ocamlopt -g
Xavier Leroy
2012-06-17
4
-6
/
+8
*
[arm] Handle backward jumps properly with TBH (PR#5623).
Benedikt Meurer
2012-06-02
1
-23
/
+32
*
Remove useless opens.
Alain Frisch
2012-06-01
3
-3
/
+1
*
Remove useless open.
Alain Frisch
2012-06-01
1
-3
/
+0
*
Remove useless open.
Alain Frisch
2012-06-01
1
-1
/
+0
*
Fix unused open warning.
Alain Frisch
2012-05-29
1
-1
/
+0
*
Enable and fix more warnings.
Alain Frisch
2012-05-29
11
-18
/
+2
*
[arm] Also emit CFI directives for the ARM backend.
Benedikt Meurer
2012-05-17
1
-27
/
+45
*
[arm] Emit debug information in the ARM backend.
Benedikt Meurer
2012-05-17
1
-0
/
+3
*
PR#5603: wrong .file directives generated by ocamlopt -g
Xavier Leroy
2012-05-12
4
-2
/
+10
*
Reverting commits 12385 and 12370, while waiting for a decision to be taken t...
Fabrice Le Fessant
2012-04-22
2
-41
/
+0
*
Asmgen hooks: call cmm hooks once on all phrases, instead of for every function
Fabrice Le Fessant
2012-04-19
2
-2
/
+2
[next]