llvm-6502/lib
Tobias Grosser 21d842c353 Add single entry / single exit accessors.
Add methods for accessing the (single) entry / exit edge of a region. If no such
edge exists, null is returned.  Both accessors return the start block of the
corresponding edge. The edge can finally be formed by utilizing
Region::getEntry() or Region::getExit();

Contributed by: Andreas Simbuerger <simbuerg@fim.uni-passau.de>

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@123410 91177308-0d34-0410-b5e6-96231b3b80d8
2011-01-13 23:18:04 +00:00
..
Analysis Add single entry / single exit accessors. 2011-01-13 23:18:04 +00:00
Archive
AsmParser Reject uses of unnamed_addr in declarations. 2011-01-13 01:30:30 +00:00
Bitcode FixedNumOperandTraits and VariadicOperandTraits assumed that, given a 2011-01-11 15:07:38 +00:00
CodeGen Temporary workaround for an i386 crash in LiveDebugVariables. 2011-01-13 21:28:55 +00:00
CompilerDriver
ExecutionEngine Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs and fixes here and there. 2011-01-10 12:39:04 +00:00
Linker Keep unnamed_addr when linking. 2011-01-13 05:12:34 +00:00
MC Relax an assertion. On archs like ARM, an immediate field may be scattered. So it's possible for some bits of every 8 bits to be encoded already, and the rest still needs to be fixed up. 2011-01-13 21:45:26 +00:00
Object
Support Support/Path: Deprecate PathV1::IsSymlink and replace all uses with PathV2::is_symlink. 2011-01-12 23:55:06 +00:00
Target Recognize alternative register names like ip -> r12. 2011-01-13 22:50:36 +00:00
Transforms Fix whitespace. 2011-01-13 20:59:44 +00:00
VMCore Reject uses of unnamed_addr in declarations. 2011-01-13 01:30:30 +00:00
Makefile