llvm-6502/lib
Dan Gohman 9e255b7df5 Fix a regression in 403.gcc and 186.crafty introduced in 47383. To test
that a value is >= 32, check that all of the high bits are zero, not
just one or more.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47467 91177308-0d34-0410-b5e6-96231b3b80d8
2008-02-22 01:12:31 +00:00
..
Analysis Change a C-style cast to const_cast, to avoid a -Wcast-qual warning. 2008-02-21 17:33:24 +00:00
Archive Update gcc 4.3 warnings fix patch with recent head changes 2008-02-20 11:10:28 +00:00
AsmParser regenerate. 2008-02-20 22:40:23 +00:00
Bitcode Support alignment within ParamAttrs in the I/O handling. 2008-02-20 21:15:19 +00:00
CodeGen Fix a regression in 403.gcc and 186.crafty introduced in 47383. To test 2008-02-22 01:12:31 +00:00
Debugger
ExecutionEngine Update gcc 4.3 warnings fix patch with recent head changes 2008-02-20 11:10:28 +00:00
Linker And final pack of warnings silencing 2008-02-20 11:27:04 +00:00
Support Add explicit keywords. 2008-02-20 16:44:09 +00:00
System Add convenient helper to get suffix of the file 2008-02-20 19:41:22 +00:00
Target A few minor updates, removing implemented stuff and adding a couple of 2008-02-21 21:16:49 +00:00
Transforms Add explicit keywords. 2008-02-20 16:44:09 +00:00
VMCore print getresult instruction. 2008-02-21 23:02:20 +00:00
Makefile