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
/
arm64
/
emit.mlp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Turn float comparisons into primitive operations (#9945)
Stefan Muenzel
2023-01-24
1
-13
/
+19
*
Tab align arm64 emit (#11852)
KC Sivaramakrishnan
2023-01-02
1
-22
/
+25
*
emit.mlp: stop using references for variables initialised and never updated (...
Vincent Laviron
2022-12-11
1
-17
/
+16
*
Use '$' to escape special characters in all ports
Xavier Leroy
2022-07-12
1
-1
/
+1
*
Merge pull request #11218 from dra27/backend-references
Gabriel Scherer
2022-05-03
1
-1
/
+0
|
\
|
*
Fix header generation of asmcomp/emit.ml
David Allsopp
2022-04-24
1
-1
/
+0
*
|
arm64: fix out-of-range immediate in add instruction (#11230)
Nicolás Ojeda Bär
2022-04-29
1
-1
/
+1
|
/
*
ARM64 CFI support (#11099)
Tom Kelly
2022-03-16
1
-3
/
+12
*
ARM64 address review:
Tom Kelly
2022-02-21
1
-7
/
+6
*
ARM64: memory model changes
Tom Kelly
2022-02-21
1
-17
/
+41
*
address review: comment that x19 is a callee saved register for no-alloc Iext...
Tom Kelly
2022-02-21
1
-31
/
+9
*
ARM64: assembler, emit and proc changes to get it working
Tom Kelly
2022-02-21
1
-9
/
+97
*
Support more arguments to tail calls by passing them through the domain state...
Xavier Leroy
2021-09-09
1
-1
/
+6
*
Safepoints (#10039)
Sadiq Jaffer
2021-07-09
1
-0
/
+47
*
Remove Cmm.memory_chunk.Double_u (#10433)
Greta Yorsh
2021-06-21
1
-2
/
+2
*
Allow CSE of immutable loads across stores (#9562)
Stephen Dolan
2021-05-26
1
-2
/
+2
*
Remove the availability analysis (#10355)
Xavier Leroy
2021-04-23
1
-2
/
+0
*
Introduce per-function environment for Emit (#8936)
Greta Yorsh
2021-04-22
1
-151
/
+102
*
Keep Sys.opaque_identity in Cmm and Mach (#9412)
Stephen Dolan
2021-04-15
1
-0
/
+3
*
Recycle the former "young limit" register, giving one more allocatable register
Xavier Leroy
2020-12-11
1
-5
/
+5
*
Do not cache young_limit in a processor registers
Xavier Leroy
2020-12-10
1
-6
/
+5
*
ARM64: add and recognize specific operation for sign extension
Xavier Leroy
2020-11-26
1
-0
/
+3
*
ARM64: Improve code generation for load integer immediate
Xavier Leroy
2020-11-26
1
-50
/
+42
*
Remove labels after calls, checkbound, and GC points
Nicolás Ojeda Bär
2020-10-08
1
-55
/
+51
*
ARM64: revised generation of ADD/SUB/CMP immediate
Xavier Leroy
2020-09-16
1
-3
/
+38
*
Prologue size should not depend on stack_offset (power, arm64) (#9083)
Greta Yorsh
2020-09-03
1
-4
/
+7
*
arm64: use Arch.macosx instead of is_macosx
EduardoRFS
2020-07-25
1
-10
/
+7
*
arm64: support ios shared library
EduardoRFS
2020-07-25
1
-3
/
+3
*
arm64 emitter: support apple variant of assembler
iOS Porting Team
2020-07-25
1
-11
/
+46
*
Revised passing of arguments to external C functions
Xavier Leroy
2020-07-24
1
-0
/
+14
*
Per-architecture support for allocation size info in frame tables.
Stephen Dolan
2019-10-23
1
-12
/
+8
*
Use allocation-size info on more than just amd64.
Stephen Dolan
2019-10-22
1
-18
/
+19
*
Move contains_calls and num_stack_slots from Proc to Mach.fundecl
Greta Yorsh
2019-09-09
1
-1
/
+12
*
Split Linearize into two modules
Greta Yorsh
2019-09-04
1
-1
/
+1
*
Support for domain state on arm64 architecture
KC Sivaramakrishnan
2019-08-23
1
-4
/
+11
*
Add .caml to function section names
Greta Yorsh
2019-07-15
1
-2
/
+2
*
Fix arm emitters
Greta Yorsh
2019-07-15
1
-1
/
+1
*
Add compile-time option -function-sections
Greta Yorsh
2019-07-15
1
-1
/
+1
*
Emit each function in a separate section (amd64,i386,arm,arm64)
Greta Yorsh
2019-07-15
1
-3
/
+12
*
Add pseudo-instruction `Ladjust_trap_depth` (#2322)
Greta Yorsh
2019-06-24
1
-0
/
+6
*
Ensure that Gc.minor_words remains accurate after a GC (#8619)
Stephen Dolan
2019-05-04
1
-10
/
+13
*
Ensure frame table is 8-aligned on ARM64 and PPC64 (#8557)
Xavier Leroy
2019-03-29
1
-1
/
+2
*
Position [Lprologue] correctly (#2292)
Mark Shinwell
2019-03-29
1
-3
/
+3
*
Add FreeBSD/aarch64 support
Greg V
2019-03-22
1
-1
/
+1
*
Remove gprof support (#2314)
Mark Shinwell
2019-03-16
1
-12
/
+0
*
Linearize: for Trywith, remove the jump/call to the handler (#2237)
Vincent Laviron
2019-03-07
1
-8
/
+6
*
Rename Mach.Ialloc record field from _words_ to _bytes_ and fix logic in a co...
Mark Shinwell
2018-10-02
1
-12
/
+12
*
Add Lprologue (#2055)
Mark Shinwell
2018-09-24
1
-20
/
+26
*
Treat negated float comparisons more directly (#1487)
Leo White
2018-02-28
1
-12
/
+14
*
Add a padding word before "data_end" symbols (MPR#6329) (#1437)
Mark Shinwell
2017-10-24
1
-0
/
+1
[next]