llvm-6502/lib
Chris Lattner 11cf7aa775 Create a stack slot for the return address lazily instead of eagerly. This
save small amounts of time for functions that don't call llvm.returnaddress
or llvm.frameaddress (which is almost all functions).


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19006 91177308-0d34-0410-b5e6-96231b3b80d8
2004-12-17 00:07:46 +00:00
..
Analysis Eliminate a virtual method call 2004-12-15 18:14:04 +00:00
Archive For PR351: 2004-12-15 01:51:56 +00:00
AsmParser Do not allow empty label names. 2004-12-10 05:40:19 +00:00
Bytecode For PR351: 2004-12-15 01:51:56 +00:00
CodeGen Move virtual method call out of loop 2004-12-15 07:04:32 +00:00
Debugger For PR351: 2004-12-15 01:51:56 +00:00
ExecutionEngine Get rid of some leaks found by VC leak detector. 2004-12-13 16:04:04 +00:00
Linker Fix a compile error. config.h is now needed because DataTypes.h doesn't 2004-12-16 19:19:24 +00:00
Support For PR351: 2004-12-16 23:01:34 +00:00
System Expository comment submitted by Henrik Bach 2004-12-16 04:06:56 +00:00
Target Create a stack slot for the return address lazily instead of eagerly. This 2004-12-17 00:07:46 +00:00
Transforms Adjust to new interfaces 2004-12-15 07:22:25 +00:00
VMCore Add a verifier assertion 2004-12-15 20:23:49 +00:00
Makefile Add the Linker library 2004-11-14 21:54:41 +00:00