LLVM backend for 6502
Go to file
Chris Lattner 4e4caeffbd Fix a nasty problem with dominance calculation for unreachable blocks.
If we had a CFG that look like Entry -> B, Unreachable -> B, then we would
not correctly determine that Entry dominated B, because Entry did not
apparently dominate "unreachable".  This patch fixes this by making the entry
node dominate all blocks, including unreachable ones.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4037 91177308-0d34-0410-b5e6-96231b3b80d8
2002-10-04 14:45:48 +00:00
docs Do some cleanups to the Type and Constant section to remove latex stuff 2002-10-01 23:17:09 +00:00
include The wall clock timer (implementing using the RTC or cycle counter on x86) is 2002-10-03 21:08:20 +00:00
lib Fix a nasty problem with dominance calculation for unreachable blocks. 2002-10-04 14:45:48 +00:00
runtime
support - Rework Statistics: 2002-10-01 22:35:45 +00:00
test New testcase 2002-10-03 20:06:33 +00:00
tools Temporary change to make datastructure stuff link in right 2002-10-01 22:41:01 +00:00
utils Clean up dead rules 2002-09-22 02:41:20 +00:00
Makefile
Makefile.common Make sure to print message when linking a debug .o file 2002-09-25 17:15:22 +00:00
Makefile.config 'whoami' doesn't exist on solaris 2002-09-22 23:35:11 +00:00
Makefile.Linux Allow LLC to be executed on Linux; only the LLC output should not be executed. 2002-09-23 14:24:19 +00:00
Makefile.rules Make sure to print message when linking a debug .o file 2002-09-25 17:15:22 +00:00
Makefile.SunOS