- May 21, 2013
-
-
David Blaikie authored
llvm-svn: 182400
-
Sergey Matveev authored
Keeps it consistent between ASan and LSan. llvm-svn: 182399
-
rdar://problem/13925432Enrico Granata authored
A user request such as: memory read -fc -s10 -c1 *charPtrPtr would cause us to crash upon trying to read 1 char of size 10 from memory This request is now translated into: memory read -fc -s1 -c10 *charPtrPtr (i.e. read 10 chars of size 1 from memory) which is probably also what the user originally wanted llvm-svn: 182398
-
Akira Hatanaka authored
llvm-svn: 182397
-
Akira Hatanaka authored
llvm-svn: 182396
-
Daniel Jasper authored
llvm-svn: 182395
-
Justin Holewinski authored
llvm-svn: 182394
-
Jyotsna Verma authored
llvm-svn: 182390
-
Sergey Matveev authored
llvm-svn: 182389
-
Justin Holewinski authored
The intrinsic calls are dropped, but the annotated value is propagated. Fixes PR 15253 Original patch by Zeng Bin! llvm-svn: 182387
-
Daniel Jasper authored
llvm-svn: 182386
-
Hal Finkel authored
Although I had added some support for the BDZ/BDNZ branches into the selector (in r158204), I had not correctly adjusted the condition at the top of the loop. As a result, these branches were still essentially unsupported. This fixes PR16086. Unfortunately, any test case would be very large (because it would need to force the loop backedge to exceed the range of the 16-bit immediate). llvm-svn: 182385
-
Sergey Matveev authored
llvm-svn: 182384
-
Sergey Matveev authored
Also, define CAN_SANITIZE_LEAKS. llvm-svn: 182383
-
Alexey Samsonov authored
llvm-svn: 182382
-
Alexey Samsonov authored
llvm-svn: 182380
-
Sergey Matveev authored
llvm-svn: 182379
-
Sergey Matveev authored
llvm-svn: 182378
-
Elena Demikhovsky authored
llvm-svn: 182377
-
Sergey Matveev authored
llvm-svn: 182376
-
Evgeniy Stepanov authored
This stuff is used on platforms where MSan does not have a proper VarArg implementation (anything other than x86_64 at the moment). llvm-svn: 182375
-
Alexey Samsonov authored
llvm-svn: 182374
-
Daniel Jasper authored
With this patch, clang-format will try to keep the cursor at the original code position in editor integrations (implemented for emacs and vim). This means, after formatting, clang-format will try to keep the cursor on the same character of the same token. llvm-svn: 182373
-
Peter Collingbourne authored
llvm-svn: 182372
-
Elena Demikhovsky authored
Removed SSEPacked domain from all forms (AVX, SSE, signed, unsigned) scalar compare instructions, like COMISS, COMISD. No functional changes. llvm-svn: 182371
-
Tobias Grosser authored
It was initially committed to allow people to get a list of the files used or generated in the matmul tutorial. Since the documentation does now point people to the directory in their git checkout, it is not necessary anymore to make a directory listing available. Especially, as this never worked and recently the LLVM web server does not deliver files in this directory at all due to the unsupported .htaccess file. llvm-svn: 182370
-
Peter Collingbourne authored
llvm-svn: 182369
-
Benjamin Kramer authored
llvm-svn: 182368
-
Ulrich Weigand authored
Alternative fix for problem addressed in r182233 Revision r182233 partially reverted the change in r181200 to simplify JIT unif test #ifdefs, because that change caused a link error on some host operating systems where the export list requires the following symbols to be defined: JITTest_AvailableExternallyFunction JITTest_AvailableExternallyGlobal As discussed on the list, the commit reverts r182233 (and re-installs the full r181200 change), and instead fixes the link problem by moving those two symbols to the top of the file and unconditionally defining them. llvm-svn: 182367
-
Peter Collingbourne authored
llvm-svn: 182366
-
Alexey Samsonov authored
llvm-svn: 182365
-
Benjamin Kramer authored
Otherwise we'll get a mix of signed and unsigned compares. Fixes PR15977. llvm-svn: 182364
-
Alexey Samsonov authored
[ASan] Don't run fast unwinder tests on 32-bit Linux as fast unwinder may be unexpectedly smart on some hosts llvm-svn: 182363
-
Daniel Jasper authored
Before: void someLongFunction( int someLongParameter) const; After: void someLongFunction(int someLongParameter) const; Also slightly cleanup tests. llvm-svn: 182362
-
Evgeniy Stepanov authored
llvm-svn: 182361
-
Alexey Samsonov authored
llvm-svn: 182360
-
Evgeniy Stepanov authored
llvm-svn: 182359
-
Richard Sandiford authored
After r182274, the branches in these tests must always be short. llvm-svn: 182358
-
Benjamin Kramer authored
Fixes PR16083. llvm-svn: 182357
-
Richard Sandiford authored
llvm-svn: 182356
-