- Aug 26, 2010
-
-
Bruno Cardoso Lopes authored
llvm-svn: 112218
-
Jim Ingham authored
llvm-svn: 112217
-
Devang Patel authored
llvm-svn: 112216
-
Devang Patel authored
llvm-svn: 112215
-
Chris Lattner authored
llvm-svn: 112214
-
Devang Patel authored
llvm-svn: 112213
-
Chris Lattner authored
llvm-svn: 112212
-
Chris Lattner authored
memory (as required) the later now passes in an xmm register. This fixes gcc.dg/compat/vector_1 on x86-32. llvm-svn: 112211
-
Johnny Chen authored
with the only exception of launching the process from SBTarget which is under investigation. o build-swig-Python.sh should also checks the timestamp of ${swig_input_file} for update eligibility. Also, once an update is in order, there's no need to check the remaining header files for timestamps. o Coaches swig to treat StopReason as an int type, instead of a C++ class. llvm-svn: 112210
-
Fariborz Jahanian authored
llvm-svn: 112209
-
Bob Wilson authored
llvm-svn: 112208
-
Devang Patel authored
Donot forget to resolve dangling debug info in a case where virtual register, used for a value, is initialized after a dbg intrinsic is seen. llvm-svn: 112207
-
Bill Wendling authored
llvm-svn: 112206
-
Chris Lattner authored
this fixes rdar://8358475 a failure of the gcc.dg/compat/vector_1 abi test. llvm-svn: 112205
-
Dan Gohman authored
depends on some clang patches which are not yet upstream. llvm-svn: 112204
-
Benjamin Kramer authored
llvm-svn: 112203
-
Bob Wilson authored
llvm-svn: 112202
-
Chris Lattner authored
this fixes a miscompilation on the included testcase, rdar://8359248 llvm-svn: 112201
-
Devang Patel authored
llvm-svn: 112200
-
John McCall authored
behavior in C than in C++ (which is what the original test case was). llvm-svn: 112199
-
Owen Anderson authored
llvm-svn: 112198
-
Benjamin Kramer authored
llvm-svn: 112197
-
John McCall authored
it might previously have been a tag TST. llvm-svn: 112196
-
Jim Grosbach authored
encodable as a 16-bit wide instruction. llvm-svn: 112195
-
Douglas Gregor authored
typed-text blocks into one of each. llvm-svn: 112194
-
Douglas Gregor authored
function, take into account the qualifiers on the object argument (e.g., what will become "this"), filtering around uncallable member functions and giving a slight priority boost to those with exactly-matching qualifiers. llvm-svn: 112193
-
John McCall authored
llvm-svn: 112192
-
Dan Gohman authored
llvm-svn: 112191
-
Dan Gohman authored
fix: add a flag to MapValue and friends which indicates whether any module-level mappings are being made. In the common case of inlining, no module-level mappings are needed, so MapValue doesn't need to examine non-function-local metadata, which can be very expensive in the case of a large module with really deep metadata (e.g. a large C++ program compiled with -g). This flag is a little awkward; perhaps eventually it can be moved into the ClonedCodeInfo class. llvm-svn: 112190
-
Benjamin Kramer authored
llvm-svn: 112189
-
Argyrios Kyrtzidis authored
llvm-svn: 112188
-
Benjamin Kramer authored
clang-interpreter: libFrontend depends on libSerialization. Fix linux build by changing the link order. llvm-svn: 112187
-
Douglas Gregor authored
llvm-svn: 112186
-
Benjamin Kramer authored
Do unsigned char comparisons in StringRef::compare_lower to be more consistent with compare in corner cases. llvm-svn: 112185
-
Douglas Gregor authored
llvm-svn: 112184
-
Gabor Greif authored
llvm-svn: 112183
-
Douglas Gregor authored
llvm-svn: 112182
-
Benjamin Kramer authored
llvm-svn: 112181
-
Douglas Gregor authored
into the clients, e.g., the printing code-completion consumer and c-index-test. Clients may want to re-sort the results anyway. Provide a libclang function that sorts the results. 3rd try. How embarrassing. llvm-svn: 112180
-
John McCall authored
llvm-svn: 112179
-