llvm-6502/docs
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
..
CommandGuide
HistoricalNotes
img
tutorial Add "Author Date Id Revision" svn:keyword properties to these files, as 2010-02-03 17:27:31 +00:00
AliasAnalysis.html
BitCodeFormat.html reduce redundant are's. 2010-01-20 17:53:51 +00:00
Bugpoint.html
CFEBuildInstrs.html
CMake.html
CodeGenerator.html Update the -tailcallopt description to match djg's improvements to the calling 2010-01-11 18:53:47 +00:00
CodingStandards.html
CommandLine.html
CompilerDriver.html Regenerate. 2009-12-23 12:49:51 +00:00
CompilerDriverTutorial.html
CompilerWriterInfo.html
DebuggingJITedCode.html
DeveloperPolicy.html
doxygen.cfg.in
doxygen.css
doxygen.footer
doxygen.header
doxygen.intro
ExceptionHandling.html Update of 94055 to track the IR level call site information via an intrinsic. 2010-01-28 01:45:32 +00:00
ExtendedIntegerResults.txt
ExtendingLLVM.html
FAQ.html
GarbageCollection.html
GCCFEBuildInstrs.html
GetElementPtr.html
GettingStarted.html Add more detail for getting started on Windows. 2009-12-17 17:18:11 +00:00
GettingStartedVS.html
GoldPlugin.html
HowToReleaseLLVM.html
HowToSubmitABug.html
index.html Make docs less specific about their versions, at Chris's suggestion. 2010-02-03 18:49:55 +00:00
LangRef.html Reintroduce the InlineHint function attribute. 2010-02-06 01:16:28 +00:00
Lexicon.html
LinkTimeOptimization.html
llvm.css
Makefile
MakefileGuide.html
Passes.html
ProgrammersManual.html Belatedly document r85295 and r85330. 2010-01-29 19:10:38 +00:00
Projects.html
re_format.7
ReleaseNotes.html Belatedly document r85295 and r85330. 2010-01-29 19:10:38 +00:00
SourceLevelDebugging.html Add documentation for llvm.dbg.value intrinsic 2010-01-11 22:53:48 +00:00
SystemLibrary.html
TableGenFundamentals.html Add an !eq() operator to TableGen. It operates on strings only. 2010-01-05 19:11:42 +00:00
TestingGuide.html
UsingLibraries.html
WritingAnLLVMBackend.html Inline addAssemblyEmitter into its one real caller and delete 2010-02-02 18:44:12 +00:00
WritingAnLLVMPass.html