1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-30 23:42:52 +01:00
llvm-mirror/lib
Chris Lattner c3f56368db Fold (X & C1) | (Y & C2) -> (X|Y) & C3 when possible.
This implements CodeGen/X86/and-or-fold.ll

llvm-svn: 30379
2006-09-14 21:11:37 +00:00
..
Analysis Untabify. 2006-09-07 23:29:19 +00:00
AsmParser Adding generated files for the last commit 2006-09-14 18:25:26 +00:00
Bytecode Adding dllimport, dllexport and external weak linkage types. 2006-09-14 18:23:27 +00:00
CodeGen Fold (X & C1) | (Y & C2) -> (X|Y) & C3 when possible. 2006-09-14 21:11:37 +00:00
Debugger For PR797: 2006-08-25 17:43:11 +00:00
ExecutionEngine Adding dllimport, dllexport and external weak linkage types. 2006-09-14 18:23:27 +00:00
Linker Adding dllimport, dllexport and external weak linkage types. 2006-09-14 18:23:27 +00:00
Support Instantiate Statistic<> in one place, not in every .o file that uses it. 2006-08-30 04:17:00 +00:00
System Use new config.h macro 2006-09-14 06:21:59 +00:00
Target add a note 2006-09-14 20:56:30 +00:00
Transforms Adding dllimport, dllexport and external weak linkage types. 2006-09-14 18:23:27 +00:00
VMCore Adding dllimport, dllexport and external weak linkage types. 2006-09-14 18:23:27 +00:00
Makefile Make some changes suggested by Chris: 2006-05-17 22:55:35 +00:00