- Jun 11, 2009
-
-
Bruno Cardoso Lopes authored
Emission for globals, using the correct data sections Function alignment can be computed for each target using TargetELFWriterInfo Some small fixes llvm-svn: 73201
-
Eli Friedman authored
xmmintrin.h in an ifdef. llvm-svn: 73200
-
Ted Kremenek authored
Convert tabs to spaces. llvm-svn: 73198
-
Ted Kremenek authored
llvm-svn: 73197
-
Douglas Gregor authored
partial specialization, substitute those template arguments back into the template arguments of the class template partial specialization to see if the results still match the original template arguments. This code is more general than it needs to be, since we don't yet diagnose C++ [temp.class.spec]p9. However, it's likely to be needed for function templates. llvm-svn: 73196
-
Chris Lattner authored
turned into unreachable. llvm-svn: 73195
-
Sanjiv Gupta authored
llvm-svn: 73194
-
Anders Carlsson authored
Add a null check that fixes the crash in PR4362, and make sure to instantiate non-type template arguments. llvm-svn: 73193
-
Douglas Gregor authored
llvm-svn: 73192
-
Douglas Gregor authored
llvm-svn: 73191
-
Douglas Gregor authored
llvm-svn: 73190
-
Zhongxing Xu authored
comments for added test case for details. llvm-svn: 73189
-
Duncan Sands authored
llvm-svn: 73188
-
Duncan Sands authored
by cppcheck. llvm-svn: 73187
-
Zhongxing Xu authored
llvm-svn: 73186
-
Sanjiv Gupta authored
llvm-svn: 73185
-
Sanjiv Gupta authored
llvm-svn: 73184
-
Oscar Fuentes authored
llvm-svn: 73181
-
Oscar Fuentes authored
cross-compiling. llvm-svn: 73180
-
Eli Friedman authored
(Actually, this isn't precisely correct, but it doesn't make sense to query whether an expression that isn't an ICE is value-dependent anyway.) llvm-svn: 73179
-
Eli Friedman authored
llvm-svn: 73178
-
Eli Friedman authored
llvm-svn: 73177
-
Douglas Gregor authored
llvm-svn: 73176
-
Douglas Gregor authored
Also, introduced some of the framework for performing instantiation as part of template argument deduction. llvm-svn: 73175
-
Oscar Fuentes authored
llvm-svn: 73174
-
- Jun 10, 2009
-
-
Blaine Garst authored
llvm-svn: 73172
-
Jay Foad authored
llvm-svn: 73164
-
Daniel Dunbar authored
llvm-svn: 73158
-
Eli Friedman authored
visible anywhere normally because the printf format checks for this case, and we don't print out attribute values anywhere. Original patch by Roberto Bagnara. llvm-svn: 73157
-
Sanjiv Gupta authored
llvm-svn: 73156
-
Eli Friedman authored
llvm-svn: 73153
-
Anton Korobeynikov authored
llvm-svn: 73152
-
Douglas Gregor authored
T::*) and implement template instantiation for member pointer types. llvm-svn: 73151
-
- Jun 09, 2009
-
-
Misha Brukman authored
EXPECT_EQ(expected, actual) . This will make error messages understandable as it uses terms such as "expected" and "actual" based on the order of arguments. llvm-svn: 73150
-
Jay Foad authored
identical function ConstantIsDead() to SafeToDestroyConstant(), to emphasise the connection with Constant::destroyConstant(). llvm-svn: 73149
-
Daniel Dunbar authored
llvm-svn: 73148
-
Douglas Gregor authored
llvm-svn: 73147
-
Rafael Espindola authored
string::find returns string::npos if the substring is not found. llvm-svn: 73145
-
Bill Wendling authored
change. llvm-svn: 73143
-
Owen Anderson authored
Add the beginnings of an implementatation of lazy liveness analysis, based on "Fast Liveness Checking for SSA-form Programs" by Boissinot, et al. This is still very early, hasn't been tested, and is not yet well documented. More to come soon. llvm-svn: 73141
-