LLVM backend for 6502
Go to file
Chris Lattner d99bf49a53 Split mem2reg promotion into two parts: a function which does the work, and
a pass which wraps the function.  This allows other passes to use the functionality


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5610 91177308-0d34-0410-b5e6-96231b3b80d8
2003-02-22 23:57:48 +00:00
docs Clarify the Makefile.config settings 2003-02-14 04:22:13 +00:00
include Add a new interface file for the PromoteMemToReg interface in the Utils library 2003-02-22 23:04:52 +00:00
lib Split mem2reg promotion into two parts: a function which does the work, and 2003-02-22 23:57:48 +00:00
runtime Remove support for memset 2003-02-18 20:42:15 +00:00
support Make more compatible with GCC 2.96 2003-02-13 16:25:28 +00:00
test New testcase to check to see if LICM is performing scalar promotion 2003-02-22 22:20:19 +00:00
tools Add new -no-verify option 2003-02-12 18:45:08 +00:00
utils Indent for uniformity 2003-02-02 17:02:20 +00:00
Makefile Make sure to build lib/Support before the utilities, then use the new 2002-12-02 01:23:26 +00:00
Makefile.common Fix warnings compiling C files 2003-02-19 22:12:20 +00:00
Makefile.config Add new support for a bytecode repository 2003-01-17 17:36:47 +00:00
Makefile.Linux Fix strip issue Joel ran into 2003-01-31 19:00:26 +00:00
Makefile.rules Fix warnings compiling C files 2003-02-19 22:12:20 +00:00
Makefile.SunOS Fix strip issue Joel ran into 2003-01-31 19:00:26 +00:00