LLVM backend for 6502
Go to file
Chris Lattner c07736a397 Simplify code by using ConstantInt::getRawValue instead of checking to see
whether the constant is signed or unsigned, then casting


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7252 91177308-0d34-0410-b5e6-96231b3b80d8
2003-07-23 15:22:26 +00:00
autoconf Fixed the enable/disable options. The AC_ARG_ENABLE macro does not perform 2003-07-22 20:59:52 +00:00
docs Add documentation for runOnMachineFunction() 2003-07-22 20:53:20 +00:00
include Add more doxygen comments, add new ConstantInt::getRawValue method 2003-07-23 14:49:06 +00:00
lib Simplify code by using ConstantInt::getRawValue instead of checking to see 2003-07-23 15:22:26 +00:00
projects
runtime
support Simplify code by using ConstantInt::getRawValue instead of checking to see 2003-07-23 15:22:26 +00:00
test New testcase that caused infinite loop in taildup 2003-07-23 03:32:11 +00:00
tools
utils
configure Repaired the --enable and --disable options. 2003-07-22 21:00:24 +00:00
LICENSE.TXT
Makefile
Makefile.common
Makefile.config.in Updated to use files within the autoconf subdirectory. 2003-07-22 19:17:35 +00:00
Makefile.rules