- Jul 05, 2011
-
-
Eli Friedman authored
llvm-svn: 134443
-
Devang Patel authored
llvm-svn: 134442
-
Devang Patel authored
llvm-svn: 134441
-
Devang Patel authored
llvm-svn: 134440
-
Benjamin Kramer authored
llvm-svn: 134439
-
Joerg Sonnenberger authored
llvm-svn: 134438
-
Johnny Chen authored
Add doxygen/docstring to SBProcess.RemoteAttachToProcessWithID() API method. llvm-svn: 134437
-
Rafael Espindola authored
llvm-svn: 134436
-
Tobias Grosser authored
llvm-svn: 134435
-
Tobias Grosser authored
Commit 133435 "Change how PHINodes store their operands" broke Polly. Fix this breakage by adapting to the changes in the commit. llvm-svn: 134434
-
Rafael Espindola authored
llvm-svn: 134433
-
Tobias Grosser authored
The construct '< %s' complicates debugging with gdb --args as the content of %s is interpreted as gdb input. llvm-svn: 134432
-
Devang Patel authored
llvm-svn: 134431
-
Chad Rosier authored
used for open is 0666. Therefore, add the necessary permission bits for consistency. rdar://8621462 llvm-svn: 134430
-
Raghesh Aloor authored
This is a complete rewrite to memaccess.html file. This removed some unwanted html tags. llvm-svn: 134429
-
Jakob Stoklund Olesen authored
This is impossible in theory, I can prove it. In practice, our near-zero threshold can cause the network to oscillate between equally good solutions. <rdar://problem/9720596> llvm-svn: 134428
-
Rafael Espindola authored
llvm-svn: 134427
-
Douglas Gregor authored
instantiated function template was written with a prototype or via some kind of typedef. Fixes PR10273 / <rdar://problem/9723679>. llvm-svn: 134426
-
Joerg Sonnenberger authored
llvm-svn: 134425
-
Eli Friedman authored
Add assembler/disassembler support for non-AVX pclmulqdq. While I'm here, use proper aliases for the pclmullqlqdq and friends. PR10269. llvm-svn: 134424
-
Andrew Trick authored
Putting back the helper that I removed on 7/1 to do this right. llvm-svn: 134423
-
Joerg Sonnenberger authored
llvm-svn: 134422
-
Douglas Gregor authored
llvm-svn: 134419
-
Douglas Gregor authored
llvm-svn: 134418
-
Douglas Gregor authored
repetition and better reflect the actual grammar, from John Freeman! llvm-svn: 134417
-
Douglas Gregor authored
ActOnDeclarator can return NULL. Fixes PR10270, from Hans Wennborg! llvm-svn: 134416
-
Jim Grosbach authored
If the function allocates reserved stack space for callee argument frames, estimateStackSize() needs to account for that, as it doesn't show up as ordinary frame objects. Otherwise, a callee with a large argument list will throw off the calculations for whether to allocate an emergency spill slot and we get assert() failures in the register scavenger. rdar://9715469 llvm-svn: 134415
-
Fariborz Jahanian authored
Patch by Jean-Daniel Dupas. llvm-svn: 134414
-
Jakob Stoklund Olesen authored
Remat during spilling triggers dead code elimination. If a phi-def becomes unused, that may also cause live ranges to split into separate connected components. This type of splitting is different from normal live range splitting. In particular, there may not be a common original interval. When the split range is its own original, make sure that the new siblings are also their own originals. The range being split cannot be used as an original since it doesn't cover the new siblings. llvm-svn: 134413
-
Jakob Stoklund Olesen authored
llvm-svn: 134412
-
Joerg Sonnenberger authored
llvm-svn: 134411
-
Joerg Sonnenberger authored
llvm-svn: 134410
-
Michael J. Spencer authored
llvm-svn: 134409
-
Michael J. Spencer authored
llvm-svn: 134408
-
Douglas Gregor authored
Teach Clang's <float.h> to also include MinGW's <float.h>, which provides additional system definitions, from Ruben Van Boxem llvm-svn: 134407
-
Douglas Gregor authored
llvm-svn: 134406
-
-
Benjamin Kramer authored
Tested by valgrind & Sema/asm.c. llvm-svn: 134404
-
Benjamin Kramer authored
llvm-svn: 134403
-
Tobias Grosser authored
The latest version of LLVM fails, if a function is defined twice in an LLVM bitcode file. llvm-svn: 134400
-