llvm-6502/lib
Chris Lattner 12f390e9c0 Simplify code a bit, and fix bug CodeExtractor/2004-03-14-NoSwitchSupport.ll
This also implements a two minor improvements:
  * Don't insert live-out stores IN the region, insert them on the code path
    that exits the region
  * If the region is exited to the same block from multiple paths, share the
    switch statement entry, live-out store code, and the basic block.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12401 91177308-0d34-0410-b5e6-96231b3b80d8
2004-03-14 23:05:49 +00:00
..
Analysis DemoteRegToStack got moved from DemoteRegToStack.h to Local.h 2004-03-14 02:13:38 +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 Change MRegisterInfo::foldMemoryOperand to return the folded 2004-03-14 07:19:51 +00:00
Debugger
ExecutionEngine Rename the intrinsic enum values for llvm.va_* from Intrinsic::va_* to 2004-03-13 00:24:00 +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 Another API change to MRegisterInfo::foldMemoryOperand. Instead of a 2004-03-14 20:14:27 +00:00
Transforms Simplify code a bit, and fix bug CodeExtractor/2004-03-14-NoSwitchSupport.ll 2004-03-14 23:05:49 +00:00
VMCore Catch some more cases of broken code. The loop extractor seems to be creating 2004-03-14 03:23:54 +00:00
Makefile