llvm-6502/bindings/ocaml/llvm
Jakob Stoklund Olesen 570a4a5d9c Reintroduce the InlineHint function attribute.
This time it's for real! I am going to hook this up in the frontends as well.

The inliner has some experimental heuristics for dealing with the inline hint.
When given a -respect-inlinehint option, functions marked with the inline
keyword are given a threshold just above the default for -O3.

We need some experiments to determine if that is the right thing to do.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@95466 91177308-0d34-0410-b5e6-96231b3b80d8
2010-02-06 01:16:28 +00:00
..
llvm_ocaml.c Fix bug 5992: O'Caml's llvm_create_module was treating the context as a string. 2010-01-15 23:49:16 +00:00
llvm.ml Reintroduce the InlineHint function attribute. 2010-02-06 01:16:28 +00:00
llvm.mli Reintroduce the InlineHint function attribute. 2010-02-06 01:16:28 +00:00
Makefile Fix header comment for bindings/ocaml/llvm/Makefile. 2009-08-30 23:41:20 +00:00