llvm-6502/test/CodeGen
John McCall 3a3465b71d Add a new function attribute, nonlazybind, which inhibits lazy-loading
optimizations when emitting calls to the function;  instead those calls may
use faster relocations which require the function to be immediately resolved
upon loading the dynamic object featuring the call.  This is useful when it
is known that the function will be called frequently and pervasively and
therefore there is no merit in delaying binding of the function.

Currently only implemented for x86-64, where it turns into a call through
the global offset table.

Patch by Dan Gohman, who assures me that he's going to add LangRef documentation
for this once it's committed.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@133080 91177308-0d34-0410-b5e6-96231b3b80d8
2011-06-15 20:36:13 +00:00
..
Alpha
ARM Another revsh pattern. rdar://9609059 2011-06-15 17:17:48 +00:00
Blackfin
CBackend
CellSPU
CPP
Generic Move the legalizer tests to the X86 directory because the test uses the x86 2011-06-07 05:23:58 +00:00
MBlaze
Mips Speculatively revert 132758 and 132768 to try to fix the Windows buildbots. 2011-06-09 16:03:19 +00:00
MSP430
PowerPC Fix wrong usages of CTR/MCTR where CTR8/MCTR8 was meant. 2011-06-03 15:47:49 +00:00
PTX
SPARC
SystemZ Remove custom allocation orders in SystemZ. 2011-06-15 18:02:56 +00:00
Thumb
Thumb2 Implement Jakob's suggestion on how to detect fall thought without calling 2011-06-14 06:08:32 +00:00
X86 Add a new function attribute, nonlazybind, which inhibits lazy-loading 2011-06-15 20:36:13 +00:00
XCore