- Oct 25, 2012
-
-
Nadav Rotem authored
llvm-svn: 166643
-
Nadav Rotem authored
llvm-svn: 166642
-
Douglas Gregor authored
the macros that are #define'd or #undef'd on the command line. This checking happens much earlier than the current macro-definition checking and is far cleaner, because it does a direct comparison rather than a diff of the predefines buffers. Moreover, it allows us to use the result of this check to skip over PCH files within a directory that have non-matching -D's or -U's on the command line. Finally, it improves the diagnostics a bit for mismatches, fixing <rdar://problem/8612222>. The old predefines-buffer diff'ing will go away in a subsequent commit. llvm-svn: 166641
-
Chad Rosier authored
llvm-svn: 166640
-
Kevin Enderby authored
llvm-svn: 166639
-
Chad Rosier authored
correct .s output as well as get the correct encoding by the integrated assembler. llvm-svn: 166638
-
-
NAKAMURA Takumi authored
FIXME: They are still long strings without formatter in printf(3)! llvm-svn: 166636
-
Sean Callanan authored
to dotest.py so that the testsuite can run against any LLDB. <rdar://problem/12512268> llvm-svn: 166635
-
Micah Villmow authored
llvm-svn: 166634
-
Chad Rosier authored
llvm-svn: 166633
-
Chad Rosier authored
[register].field The operator returns the value at the location pointed to by register plus the offset of field within its structure or union. This patch only handles immediate fields (i.e., [eax].4). The original displacement has to be a MCConstantExpr as well. Part of rdar://12470415 and rdar://12470514 llvm-svn: 166632
-
rdar://12481949Enrico Granata authored
Fixing the test case for rdar://12481949 to do the right thing with our new rules for sign-extension in GetValueAsUnsigned() llvm-svn: 166631
-
Chad Rosier authored
llvm-svn: 166630
-
Joerg Sonnenberger authored
SetTheory, but pass down the location explicitly. llvm-svn: 166629
-
- Oct 24, 2012
-
-
Enrico Granata authored
llvm-svn: 166628
-
Enrico Granata authored
llvm-svn: 166627
-
Enrico Granata authored
llvm-svn: 166626
-
David Blaikie authored
llvm-svn: 166625
-
Hal Finkel authored
GVN will now generate ptrtoint instructions for vectors of pointers. Fixes PR14166. llvm-svn: 166624
-
Nadav Rotem authored
llvm-svn: 166623
-
Nadav Rotem authored
llvm-svn: 166622
-
Nadav Rotem authored
llvm-svn: 166621
-
Nadav Rotem authored
llvm-svn: 166620
-
Eli Friedman authored
llvm-svn: 166619
-
Enrico Granata authored
Reimplementing SBValue/ValueObject.GetValueAsUnsigned() in terms of appropriate calls in Scalar - Making sure Scalar does the right thing when casting signed values to unsigned ones. llvm-svn: 166618
-
Eli Friedman authored
Don't print scope qualifiers for references to a type defined locally in a function. Patch by Grzegorz Jablonski. llvm-svn: 166617
-
Eli Friedman authored
Add an additional test for namespaces and -Wmissing-variable-declarations. Move C++ test into SemaCXX. llvm-svn: 166616
-
Douglas Gregor authored
-include'd files, etc. llvm-svn: 166614
-
Evan Cheng authored
into a sbc with a positive number, the immediate should be complemented, not negated. Also added a missing pattern for ARM codegen. rdar://12559385 llvm-svn: 166613
-
Hal Finkel authored
When the trip count is -1, getSmallConstantTripMultiple could return zero, and this would cause runtime loop unrolling to assert. Instead of returning zero, one is now returned (consistent with the existing overflow cases). Fixes PR14167. llvm-svn: 166612
-
Kaelyn Uhrain authored
a bunch of errors for all the Operator subclasses such as: include/llvm/Operator.h:76:7: error: deleted function 'virtual llvm::OverflowingBinaryOperator::~OverflowingBinaryOperator()' include/llvm/Operator.h:43:3: error: overriding non-deleted function 'virtual llvm::Operator::~Operator()' include/llvm/Operator.h:76:7: error: 'virtual llvm::OverflowingBinaryOperator::~OverflowingBinaryOperator()' is implicitly deleted because the default definition would be ill-formed: include/llvm/Operator.h:43:3: error: 'virtual llvm::Operator::~Operator()' is private include/llvm/Operator.h:76:7: error: within this context llvm-svn: 166611
-
Enrico Granata authored
Changing the NSDate data formatter to use GetData().uint64[] instead of relying on SBValue.GetValueAsUnsigned() to reinterpret a double as a uint64_t llvm-svn: 166610
-
Pete Cooper authored
llvm-svn: 166609
-
Greg Clayton authored
llvm-svn: 166608
-
Micah Villmow authored
llvm-svn: 166607
-
Rafael Espindola authored
Paul Robinson. llvm-svn: 166606
-
Argyrios Kyrtzidis authored
modules/PCH files. llvm-svn: 166605
-
Greg Clayton authored
llvm-svn: 166604
-
rdar://problem/12481949Enrico Granata authored
<rdar://problem/12481949> Fixing SBValue.GetValueAsSigned() to do the right thing when dealing with a 32-bit negative value llvm-svn: 166603
-