llvm-6502/lib
Chris Lattner 04b7593546 Implement mod/ref analysis for a trivial case where locals don't escape.
This comes up when you have a local array on the stack and you never pass
the address of elements around.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12349 91177308-0d34-0410-b5e6-96231b3b80d8
2004-03-12 22:39:00 +00:00
..
Analysis Implement mod/ref analysis for a trivial case where locals don't escape. 2004-03-12 22:39:00 +00:00
Archive
AsmParser Allow parsing select instruction and constant expr 2004-03-12 05:51:36 +00:00
Bytecode Write select instructions to bytecode 2004-03-12 05:52:01 +00:00
CodeGen Spill explicit physical register defs as well. 2004-03-09 08:35:13 +00:00
Debugger
ExecutionEngine My fix for PR274 broke the build on Darwin/PPC. As I'm fairly certain this 2004-03-10 17:38:28 +00:00
Linker Include Config/config.h for SHLIBEXT. 2004-02-23 22:42:51 +00:00
Support Hide variable from other functions. 2004-03-04 17:50:44 +00:00
Target Make -print-machineinstrs show us the code both before and after reg. alloc. 2004-03-12 21:19:08 +00:00
Transforms Add constant folding wrapper support for select instructions. 2004-03-12 05:53:03 +00:00
VMCore Keep transitively-required passes alive for queries to work after the initial 2004-03-12 06:16:28 +00:00
Makefile