llvm-6502/lib
Jim Grosbach 985d45dea3 As of r79039, we still try to eliminate the frame pointer on leaf functions,
even when -disable-fp-elim is specified.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@95161 91177308-0d34-0410-b5e6-96231b3b80d8
2010-02-02 23:56:14 +00:00
..
Analysis Various code simplifications. 2010-02-02 01:38:49 +00:00
Archive
AsmParser
Bitcode We were not writing bitcode for function-local metadata whose operands have been erased (making it not have any more function-local operands) 2010-01-29 21:19:19 +00:00
CodeGen Revert 95130. 2010-02-02 23:55:14 +00:00
CompilerDriver
ExecutionEngine Replace strcpy with memcpy when we have the length around anyway. 2010-01-28 18:04:38 +00:00
Linker
MC refactor code so that LLVMTargetMachine creates the asmstreamer and 2010-02-02 23:37:42 +00:00
Support Fix MSVC build. 2010-01-29 15:19:06 +00:00
System
Target As of r79039, we still try to eliminate the frame pointer on leaf functions, 2010-02-02 23:56:14 +00:00
Transforms Hopefully temporarily revert this. 2010-02-02 23:01:31 +00:00
VMCore Adding missing methods for creating Add, Mul, Neg and Sub with NUW. 2010-02-02 12:53:04 +00:00
Makefile