- Oct 24, 2012
-
-
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
-
Nadav Rotem authored
llvm-svn: 166602
-
Douglas Gregor authored
Explicitly specify C++98 when building the C++ precompiled header for this test, so that the test will work on Windows. llvm-svn: 166601
-
Chad Rosier authored
llvm-svn: 166600
-
Douglas Gregor authored
llvm-svn: 166599
-
Greg Clayton authored
Cleanup some variable names to indicate auto pointers and also manager the llvm::Module memory more correctly. llvm-svn: 166598
-
Micah Villmow authored
llvm-svn: 166597
-
Micah Villmow authored
Back out r166591, not sure why this made it through since I cancelled the command. Bleh, sorry about this! llvm-svn: 166596
-
Nadav Rotem authored
llvm-svn: 166595
-
Chad Rosier authored
source operand is a register. llvm-svn: 166594
-
Nadav Rotem authored
Implement a basic VectorTargetTransformInfo interface to be used by the loop and bb vectorizers for modeling the cost of instructions. llvm-svn: 166593
-
Chad Rosier authored
see the offsetof operator. Previously, we were matching something like MOVrm in the front-end and later matching MOVrr in the back-end. This change makes things more consistent. It also fixes cases where we can't match against a memory operand as the source (test cases coming). Part of rdar://12470317 llvm-svn: 166592
-
Micah Villmow authored
llvm-svn: 166591
-
Douglas Gregor authored
reference-counted. llvm-svn: 166587
-
Douglas Gregor authored
llvm-svn: 166586
-
Douglas Gregor authored
llvm-svn: 166584
-
Douglas Gregor authored
reference-counted, and hold a reference to it in HeaderSearch. llvm-svn: 166583
-
Douglas Gregor authored
llvm-svn: 166579
-
Micah Villmow authored
This checkin also adds in some tests that utilize these paths and updates some of the clients. llvm-svn: 166578
-
Douglas Gregor authored
llvm-svn: 166577
-
Douglas Gregor authored
llvm-svn: 166572
-
Mahesha S authored
llvm-svn: 166571
-
Manuel Klimek authored
llvm-svn: 166567
-
Elena Demikhovsky authored
llvm-svn: 166566
-
Douglas Gregor authored
llvm-svn: 166562
-
Douglas Gregor authored
llvm-svn: 166561
-
Evgeniy Stepanov authored
This lets one build ASan runtime for ARM/Android by running make -C tools/clang/runtime/ \ LLVM_ANDROID_TOOLCHAIN_DIR=/path/to/ndk/toolchain in an existing build tree. llvm-svn: 166560
-
Evgeniy Stepanov authored
llvm-svn: 166559
-
Alexey Samsonov authored
llvm-svn: 166558
-
Alexey Samsonov authored
llvm-svn: 166557
-
NAKAMURA Takumi authored
llvm-svn: 166552
-
Ulrich Weigand authored
will be represented in the IR as a plain "i32" type. This causes the tests to spuriously fail on platforms where int is not a 32-bit type, or where the ABI requires attributes like "signext" or "zeroext" to be used. This patch adds -triple or -target parameters to force those tests to use the i386-unknown-unknown target. llvm-svn: 166551
-
Alexander Potapenko authored
Replace the allocator only if the replace_cfallocator flag is set (in some cases it wasn't checked) llvm-svn: 166550
-