- Nov 20, 2010
-
-
Bill Wendling authored
llvm-svn: 119868
-
Owen Anderson authored
llvm-svn: 119867
-
Evan Cheng authored
llvm-svn: 119866
-
- Nov 19, 2010
-
-
Owen Anderson authored
llvm-svn: 119865
-
Jim Grosbach authored
llvm-svn: 119864
-
Jim Grosbach authored
llvm-svn: 119863
-
Eric Christopher authored
llvm-svn: 119862
-
Eric Christopher authored
llvm-svn: 119861
-
Bill Wendling authored
asm parser can handle them. llvm-svn: 119860
-
Eric Christopher authored
llvm-svn: 119859
-
Jim Grosbach authored
llvm-svn: 119858
-
Owen Anderson authored
addressing mode folding, introduced in r119853. llvm-svn: 119857
-
Eric Christopher authored
should give allow a wider range of addressing modes. No functional change. llvm-svn: 119856
-
Jim Grosbach authored
llvm-svn: 119855
-
Howard Hinnant authored
N3142. Many of these traits are just placeholders with medium quality emulation; waiting on compiler intrinsics to do it right. llvm-svn: 119854
-
Owen Anderson authored
if all the operands of the PHI are equivalent. This allows CodeGenPrepare to undo unprofitable PRE transforms. llvm-svn: 119853
-
Jim Grosbach authored
llvm-svn: 119852
-
Jim Grosbach authored
llvm-svn: 119851
-
Bill Wendling authored
llvm-svn: 119850
-
Bill Wendling authored
initialize missing bit. llvm-svn: 119849
-
Dale Johannesen authored
This finishes up 8460971. llvm-svn: 119848
-
Greg Clayton authored
declarations" fix. llvm-svn: 119847
-
Jim Grosbach authored
llvm-svn: 119846
-
Craig Silverstein authored
than a Token that holds the same information all in one easy-to-use package. There's no technical reason to prefer the former -- the information comes from a Token originally -- and it's clumsier to use, so I've changed the code to use tokens everywhere. Approved by clattner llvm-svn: 119845
-
Jim Grosbach authored
llvm-svn: 119844
-
Jim Grosbach authored
llvm-svn: 119843
-
Rafael Espindola authored
llvm-svn: 119842
-
Jim Grosbach authored
llvm-svn: 119841
-
Jim Grosbach authored
llvm-svn: 119840
-
Rafael Espindola authored
llvm-svn: 119839
-
Argyrios Kyrtzidis authored
if (condition) CALL(0); // empty macro but don't warn for empty body. Fixes rdar://8436021. llvm-svn: 119838
-
Caroline Tice authored
and end-of-file (often control-d). llvm-svn: 119837
-
Johnny Chen authored
llvm-svn: 119836
-
Sean Callanan authored
perform recursive type lookups, because these are not required for full type fidelity. We also make the SelectorTable last for the full lifetime of the Clang compiler; this was the source of many bugs. llvm-svn: 119835
-
Jim Grosbach authored
llvm-svn: 119821
-
Jakob Stoklund Olesen authored
llvm-svn: 119820
-
Mon P Wang authored
DAGCombine from making an illegal transformation of bitcast of a scalar to a vector into a scalar_to_vector. llvm-svn: 119819
-
Jakob Stoklund Olesen authored
We don't want any clients acidentally depending on this and then failing in a -Asserts build. llvm-svn: 119818
-
Douglas Gregor authored
llvm-svn: 119817
-
-