- Apr 16, 2011
-
-
Frits van Bommel authored
llvm-svn: 129644
-
Frits van Bommel authored
Add test cases for Jay's r129641 and fix a 32-bit-centric testcase in a file with a 64-bit datalayout. llvm-svn: 129643
-
Francois Pichet authored
For further information on this particular issue see: http://connect.microsoft.com/VisualStudio/feedback/details/520043/error-converting-from-null-to-a-pointer-type-in-std-pair llvm-svn: 129642
-
Jay Foad authored
found by code inspection. llvm-svn: 129641
-
Francois Pichet authored
llvm-svn: 129640
-
Benjamin Kramer authored
llvm-svn: 129639
-
Benjamin Kramer authored
llvm-svn: 129638
-
Nick Lewycky authored
llvm-svn: 129637
-
Rafael Espindola authored
error in foo.o; no .eh_frame_hdr table will be created. llvm-svn: 129635
-
Stuart Hastings authored
boundary. <rdar://problem/8933028> llvm-svn: 129634
-
Evan Cheng authored
Fix divmod libcall lowering. Convert to {S|U}DIVREM first and then expand the node to a libcall. rdar://9280991 llvm-svn: 129633
-
Rafael Espindola authored
llvm-svn: 129632
-
Nick Lewycky authored
Break the arc-profile code out to a function like the notes emission code is, and reorder the functions in the file. The only functionality change is that we no longer modify the Module when the Module has no debug info to use. llvm-svn: 129631
-
Nick Lewycky authored
does. Also mostly implement it. Still a work-in-progress, but generates legal output on crafted test cases. llvm-svn: 129630
-
Richard Trieu authored
llvm-svn: 129629
-
Argyrios Kyrtzidis authored
Introduce Rewriter::IncreaseIndentation() which increase indentations for the lines between the given source range. To determine what the indentation should be, a SourceLocation 'parentIndent' parameter is used that should be at a source location with an indentation one degree lower than the given range. llvm-svn: 129628
-
Tanya Lattner authored
llvm-svn: 129627
-
Devang Patel authored
llvm-svn: 129626
-
Devang Patel authored
llvm-svn: 129625
-
Devang Patel authored
Introduce support to encode Objective-C property information in debugging information generated for an interface. llvm-svn: 129624
-
Jim Ingham authored
Add support for "dynamic values" for C++ classes. This currently only works for "frame var" and for the expressions that are simple enough to get passed to the "frame var" underpinnings. The parser code will have to be changed to also query for the dynamic types & offsets as it is looking up variables. The behavior of "frame var" is controlled in two ways. You can pass "-d {true/false} to the frame var command to get the dynamic or static value of the variables you are printing. There's also a general setting: target.prefer-dynamic-value (boolean) = 'true' which is consulted if you call "frame var" without supplying a value for the -d option. llvm-svn: 129623
-
Jim Ingham authored
llvm-svn: 129621
-
Jim Ingham authored
llvm-svn: 129620
-
Johnny Chen authored
rdar://problem/9292717 llvm-svn: 129619
-
Johnny Chen authored
The a bit must be encoded as 0. rdar://problem/9292625 llvm-svn: 129618
-
Tanya Lattner authored
Add test case. llvm-svn: 129617
-
Akira Hatanaka authored
llvm-svn: 129616
-
Fariborz Jahanian authored
// rdar://9287695 llvm-svn: 129615
-
Douglas Gregor authored
llvm-svn: 129614
-
Douglas Gregor authored
llvm-svn: 129613
-
- Apr 15, 2011
-
-
Akira Hatanaka authored
llvm-svn: 129612
-
Johnny Chen authored
which advances when src collides with a purged slot. Hi Stephen, you're welcome to overwrite/or improve upon this version. Thanks. llvm-svn: 129611
-
Cameron Zwarich authored
a case involving EOR, so I only added a test for ORR. llvm-svn: 129610
-
Douglas Gregor authored
llvm-svn: 129609
-
Akira Hatanaka authored
llvm-svn: 129608
-
Rafael Espindola authored
llvm-svn: 129607
-
Akira Hatanaka authored
Fix lines that have incorrect indentation or exceed 80 columns. There is no change in functionality. llvm-svn: 129606
-
Johnny Chen authored
Stephen Wilson is working on a better performing patch in the meantime. llvm-svn: 129605
-
Douglas Gregor authored
Objective-C pointer to void* as a "conversion to void*". This allows us to prefer an Objective-C object pointer conversion to a superclass object pointer over an Objective-C object pointer conversion to cv-void*. Fixes PR9735. llvm-svn: 129603
-
Cameron Zwarich authored
problem as all of the other instructions we fold with CMPs. llvm-svn: 129602
-