llvm-6502/lib/AsmParser
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
..
CMakeLists.txt update the cmakefile. This is a "best guess", I haven't tested this. 2009-01-02 07:14:23 +00:00
LLLexer.cpp Reintroduce the InlineHint function attribute. 2010-02-06 01:16:28 +00:00
LLLexer.h rename lltok::Metadata -> lltok::exclaim. We name tokens 2009-12-30 04:56:59 +00:00
LLParser.cpp Reintroduce the InlineHint function attribute. 2010-02-06 01:16:28 +00:00
LLParser.h Remove MetadataBase class because it is not adding significant value. 2010-01-22 22:52:10 +00:00
LLToken.h Reintroduce the InlineHint function attribute. 2010-02-06 01:16:28 +00:00
Makefile make -fno-rtti the default unless a directory builds with REQUIRES_RTTI. 2010-01-24 20:43:08 +00:00
Parser.cpp Make the parser include the lower level error message in its own error 2010-01-21 10:15:06 +00:00