llvm-6502/lib
Misha Brukman 9a771d55fe Save and restore LR just like any other register and ONLY if we actually modify
it (due to calls or globals access).  We now compile `void empty(){}' to `blr'.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15274 91177308-0d34-0410-b5e6-96231b3b80d8
2004-07-27 17:17:18 +00:00
..
Analysis nuke pointless -debug output 2004-07-27 08:03:18 +00:00
Archive
AsmParser Fix bug in previous patch :( 2004-07-26 01:40:20 +00:00
Bytecode Simplify code and silence warning 2004-07-27 02:34:49 +00:00
CodeGen Add some comments to the backtracking code. 2004-07-25 08:10:33 +00:00
Debugger bug 122: 2004-07-18 00:44:37 +00:00
ExecutionEngine bug 122: 2004-07-18 00:41:27 +00:00
Linker
Support Remove linux/solaris specific stuff. 2004-07-25 07:34:00 +00:00
System A description of what this library is about, reference to the documentation 2004-07-18 22:33:08 +00:00
Target Save and restore LR just like any other register and ONLY if we actually modify 2004-07-27 17:17:18 +00:00
Transforms Fix hoisting of void typed values, e.g. calls 2004-07-27 07:38:32 +00:00
VMCore alloca void makes no sense 2004-07-27 07:30:02 +00:00
Makefile