llvm-6502/bindings/ocaml
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
..
analysis remove dead makefile flags. 2009-06-24 05:28:55 +00:00
bitreader Allow passing around LLVMContext in ocaml. 2009-08-19 06:40:29 +00:00
bitwriter remove dead makefile flags. 2009-06-24 05:28:55 +00:00
executionengine Expose initializing the native target for the execution engine. 2009-09-14 21:54:32 +00:00
llvm Reintroduce the InlineHint function attribute. 2010-02-06 01:16:28 +00:00
target remove dead makefile flags. 2009-06-24 05:28:55 +00:00
transforms C and Objective Caml bindings for mem2reg and reg2mem. 2008-03-20 17:16:03 +00:00
Makefile C and Objective Caml bindings for the TargetData class. 2008-03-16 20:08:03 +00:00
Makefile.ocaml Fix another parallel make race condition. 2009-12-18 20:12:14 +00:00