LLVM backend for 6502
Go to file
Chris Lattner 420a8bf2b2 Rework dominator and post dominator information so that we do not have to
unify all exit nodes of a function to compute post-dominance information.
This does not work with functions that have both unwind and return nodes,
because we cannot unify these blocks.  The new implementation is better
anyway. :)


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8459 91177308-0d34-0410-b5e6-96231b3b80d8
2003-09-10 20:36:51 +00:00
autoconf Updated to reflect the new locations of SingleSource tests. 2003-09-10 18:38:44 +00:00
docs Fix spell-o's 2003-09-10 05:29:43 +00:00
examples/ModuleMaker Checkin of autoconf-style object root. 2003-09-06 15:03:24 +00:00
include Rework dominator and post dominator information so that we do not have to 2003-09-10 20:36:51 +00:00
lib Update for new UnifyFunction... API 2003-09-10 20:35:33 +00:00
projects Checkin of autoconf-style object root. 2003-09-06 15:03:24 +00:00
runtime Urg, forgot to add a file header somehow. 2003-08-30 23:31:08 +00:00
support Updated to find source files using VPATH. This makes writing build rules 2003-09-09 20:57:03 +00:00
test New testcase 2003-09-10 15:33:33 +00:00
tools Clean up header, remove extra #include 2003-09-10 19:42:51 +00:00
utils Updated to find source files using VPATH. This makes writing build rules 2003-09-09 20:57:03 +00:00
.cvsignore Ok, try #2, this time I'll not be stupid 2003-08-03 18:33:24 +00:00
configure Updated to reflect the new locations of SingleSource tests. 2003-09-10 18:38:44 +00:00
LICENSE.TXT Add prerelease license to cvs 2003-06-04 19:46:36 +00:00
Makefile build the new runtime directory 2003-08-15 04:53:45 +00:00
Makefile.common Checkin of autoconf-style object root. 2003-09-06 14:44:17 +00:00
Makefile.config.in Checkin of autoconf-style object root. 2003-09-06 14:44:17 +00:00
Makefile.rules Avoid dumping runtime library bytecode files into lib/Bytecode if building 2003-09-10 19:37:51 +00:00