Go to file
Chris Lattner f7e896138e optimize:
void a(int x) { if (((1<<x)&8)==0) b(); }

into "x != 3", which occurs over 100 times in 403.gcc but in no
other program in llvm-test.

llvm-svn: 119922
2010-11-21 06:44:42 +00:00
clang Compilation error: remove extra comma. 2010-11-21 06:22:53 +00:00
compiler-rt license change 2010-11-16 22:13:33 +00:00
debuginfo-tests Zap white spaces, test commit email. 2010-11-10 18:11:11 +00:00
libcxx N3191: C++ Timeout Specification 2010-11-20 19:16:30 +00:00
lldb When we resolve a forward declaration type, be sure to put it into the m_die_to_type map so we don't assert later when someone tries to resolve the type. 2010-11-20 19:16:50 +00:00
llvm optimize: 2010-11-21 06:44:42 +00:00