llvm-6502/bindings/ocaml
Gerolf Hoflehner d94715e273 MergedLoadStoreMotion pass
Merges equivalent loads on both sides of a hammock/diamond
and hoists into into the header.
Merges equivalent stores on both sides of a hammock/diamond
and sinks it to the footer.
Can enable if conversion and tolerate better load misses
and store operand latencies.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@213396 91177308-0d34-0410-b5e6-96231b3b80d8
2014-07-18 19:13:09 +00:00
..
all_backends [OCaml] Add an ocamlfind package llvm.all_backends. 2014-05-01 21:00:52 +00:00
analysis
backends
bitreader
bitwriter
executionengine [OCaml] Documentation improvements. 2014-06-30 16:53:53 +00:00
irreader
linker
llvm [OCaml] Documentation improvements. 2014-07-02 22:17:20 +00:00
target [OCaml] Unbreak Llvm_target.TargetMachine.set_verbose_asm 2014-06-09 17:34:34 +00:00
transforms MergedLoadStoreMotion pass 2014-07-18 19:13:09 +00:00
Makefile [OCaml] Add an ocamlfind package llvm.all_backends. 2014-05-01 21:00:52 +00:00
Makefile.ocaml