1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00
llvm-mirror/bindings/ocaml
Jakob Stoklund Olesen 83ebc265b3 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.

llvm-svn: 95466
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