Go to file
Chris Lattner e95d195014 Revisit my fix for PR9028: the issue is that DAGCombine was
generating i8 shift amounts for things like i1024 types.  Add
an assert in getNode to prevent this from occuring in the future,
fix the buggy transformation, revert my previous patch, and
document this gotcha in ISDOpcodes.h

llvm-svn: 125465
2011-02-13 19:09:16 +00:00
clang Give some convenient idiomatic accessors to Stmt::child_range and 2011-02-13 04:07:26 +00:00
compiler-rt clang_darwin: We don't need clear_cache for use with Clang on ARM/Darwin. 2011-01-21 18:23:47 +00:00
debuginfo-tests test case for r125249. 2011-02-10 00:41:14 +00:00
libcxx fix stupid type-o 2011-02-10 21:34:42 +00:00
lldb Added the ability to detect which vCont packets (using the "vCont?") packet 2011-02-12 06:28:37 +00:00
llvm Revisit my fix for PR9028: the issue is that DAGCombine was 2011-02-13 19:09:16 +00:00