llvm-6502/lib
Nick Lewycky 5062250f36 Handle "if ((x|y) != 0)" for ints like we do for bools. Fixes missed
optimization opportunity pointed out by Chris Lattner.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31118 91177308-0d34-0410-b5e6-96231b3b80d8
2006-10-22 21:36:41 +00:00
..
Analysis For PR950: 2006-10-20 07:07:24 +00:00
Archive For PR797: 2006-08-25 19:54:53 +00:00
AsmParser Regenerate. 2006-10-22 07:03:43 +00:00
Bytecode For PR950: 2006-10-20 07:07:24 +00:00
CodeGen don't break infinite loops 2006-10-21 06:11:43 +00:00
Debugger For PR950: 2006-10-20 07:07:24 +00:00
ExecutionEngine For PR950: 2006-10-20 07:07:24 +00:00
Linker Adding dllimport, dllexport and external weak linkage types. 2006-09-14 18:23:27 +00:00
Support For PR950: 2006-10-20 07:07:24 +00:00
System Use new config.h macro 2006-09-14 06:21:59 +00:00
Target Don't generate a prototype for _setjmp. At least on Linux, this function 2006-10-22 09:58:21 +00:00
Transforms Handle "if ((x|y) != 0)" for ints like we do for bools. Fixes missed 2006-10-22 21:36:41 +00:00
VMCore Change keyword to datalayout 2006-10-22 06:06:56 +00:00
Makefile Make some changes suggested by Chris: 2006-05-17 22:55:35 +00:00