- Mar 07, 2010
-
-
Jeffrey Yasskin authored
llvm-svn: 97906
-
Chris Lattner authored
for CheckValueTypeMatcher. The isContradictory implementation helps us factor better, shrinking x86 table from 79144 -> 78896 bytes. llvm-svn: 97905
-
Eric Christopher authored
llvm-svn: 97904
-
Eric Christopher authored
llvm-svn: 97903
-
Eric Christopher authored
llvm-svn: 97902
-
Eric Christopher authored
llvm-svn: 97901
-
Eli Friedman authored
are lexically nested. Othewise, we never end up recording semantically nested classes. llvm-svn: 97900
-
Douglas Gregor authored
doesn't do this on any of the major platforms, and we don't really support any of the platforms that do (nor will we actually handle those headers well). Fixes PR6217; see PR6530 for details on what we would need to do to support these platforms. llvm-svn: 97899
-
Tanya Lattner authored
llvm-svn: 97898
-
Rafael Espindola authored
llvm-svn: 97897
-
Tanya Lattner authored
llvm-svn: 97896
-
Chris Lattner authored
llvm-svn: 97895
-
Tanya Lattner authored
llvm-svn: 97894
-
Tanya Lattner authored
llvm-svn: 97893
-
Chris Lattner authored
llvm-svn: 97892
-
Wesley Peck authored
llvm-svn: 97891
-
- Mar 06, 2010
-
-
Chris Lattner authored
llvm-svn: 97890
-
Nick Lewycky authored
llvm-svn: 97889
-
Anton Korobeynikov authored
llvm-svn: 97888
-
Anton Korobeynikov authored
Patch by John Tytgat! llvm-svn: 97886
-
Chris Lattner authored
as a "C++ Friendly" system header directory. This fixes PR6523. llvm-svn: 97885
-
Anton Korobeynikov authored
We cannot use a normal call here since it has extra unmodelled side effects (it changes stack pointer). This should fix PR5292. llvm-svn: 97884
-
Chris Lattner authored
llvm-svn: 97883
-
Chris Lattner authored
llvm-svn: 97882
-
Benjamin Kramer authored
Rename the new Iterator objects and raise an assertion instead of returning invalid objects when the key is out of range. llvm-svn: 97881
-
Benjamin Kramer authored
llvm-svn: 97880
-
Kovarththanan Rajaratnam authored
llvm-svn: 97878
-
Anton Korobeynikov authored
Do not use '&' prefix for globals when register base field is non-zero, otherwise msp430-as will silently miscompile the code (TI's assembler report an error though). This fixes PR6349 llvm-svn: 97877
-
Eric Christopher authored
before we try to optimize. llvm-svn: 97876
-
Eric Christopher authored
out the remainder of the calls that we should lower in some way and move the tests to the new correct directory. Fix up tests that are now optimized more than they were before by -instcombine. llvm-svn: 97875
-
Eric Christopher authored
llvm-svn: 97874
-
Benjamin Kramer authored
llvm-svn: 97873
-
Rafael Espindola authored
llvm-svn: 97872
-
Rafael Espindola authored
llvm-svn: 97871
-
Chris Lattner authored
llvm-svn: 97870
-
Chris Lattner authored
llvm-svn: 97869
-
Jim Grosbach authored
registers may be restored via a pop instruction, not just a tRestore. This fixes nightly test 471.omnetep for Thumb1. llvm-svn: 97867
-
Eric Christopher authored
Log: Transform @llvm.objectsize to integer if the argument is a result of malloc of known size. Modified: llvm/trunk/lib/Transforms/InstCombine/InstCombineCalls.cpp llvm/trunk/test/Transforms/InstCombine/objsize.ll It appears to be causing swb and nightly test failures. llvm-svn: 97866
-
Dale Johannesen authored
llvm-svn: 97865
-
Eli Friedman authored
I'm reasonably sure my implementation is correct, but it would be nice if someone could double-check. llvm-svn: 97864
-