LLVM backend for 6502
Go to file
Chris Lattner 5cf6f112e6 Implement capability to fold this:
uint %test4(int %A, int %B) {
        %COND = setlt int %A, %B                ; <bool> [#uses=1]
        %result = cast bool %COND to uint               ; <uint> [#uses=1]
        ret uint %result
}
into a single cast instruction.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3339 91177308-0d34-0410-b5e6-96231b3b80d8
2002-08-14 23:21:10 +00:00
docs Gross, some whitespace escaped 2002-08-14 20:07:01 +00:00
include Remove support for Not ConstantExpr. This simplifies the unary case to only 2002-08-14 18:24:09 +00:00
lib Implement capability to fold this: 2002-08-14 23:21:10 +00:00
runtime
support/lib/Support Simplify writing custom parsers. 2002-08-07 18:36:37 +00:00
test Fix testcase to actually test what we think we are 2002-08-14 23:01:19 +00:00
tools - Cleaned up the interface to AnalysisUsage to take analysis class names 2002-08-08 19:01:30 +00:00
utils
cvsupdate
getsomesrcs.sh
getsrcs.sh
Makefile
Makefile.common - Makefile changes: 2002-08-12 21:19:28 +00:00
Makefile.rules - Makefile changes: 2002-08-12 21:19:28 +00:00