- Dec 09, 2011
-
-
Devang Patel authored
llvm-svn: 146226
-
Devang Patel authored
llvm-svn: 146220
-
Eli Friedman authored
llvm-svn: 146219
-
Fariborz Jahanian authored
// rdar://10535640 llvm-svn: 146218
-
Michael J. Spencer authored
dontlookhere check must be after it. llvm-svn: 146217
-
Greg Clayton authored
translation unit has a interface for a class "Bar" that contains hidden ivars in the implementation and we make sure we can see these hidden ivars. We also test the case where we stop in translation unit that contains the implementation first. So the test runs two tests: 1 - run and stop where we have an interface, run to main and print and make sure we find the hidden ivar 2 - run and stop where we have an implementation, run to main and print and make sure we find the hidden ivar llvm-svn: 146216
-
Michael J. Spencer authored
I have run these tests under many configurations on the exact same OS as the failures, and I can't reproduce them :(. llvm-svn: 146214
-
Argyrios Kyrtzidis authored
llvm-svn: 146213
-
Kostya Serebryany authored
llvm-svn: 146212
-
Argyrios Kyrtzidis authored
passed to clang_findReferencesInFile. llvm-svn: 146211
-
Argyrios Kyrtzidis authored
llvm-svn: 146210
-
Chandler Carruth authored
Amazingly this is all that's required. llvm-svn: 146209
-
Rafael Espindola authored
the behavior of gcc's unwind.h. llvm-svn: 146208
-
Chandler Carruth authored
diagnostics. Conflating them was highly confusing and makes it harder to establish a firm layering separation between these two libraries. llvm-svn: 146207
-
Eli Friedman authored
. move compiler-rt to a separate directory so the -L argument only includes compiler-rt (thanks joerg) . build all clang subdirs . switches the Minix platform to ELF . normalizes toolchain invocation Patch by Ben Gras. llvm-svn: 146206
-
Devang Patel authored
llvm-svn: 146205
-
Sean Callanan authored
in the context in which it was originally found, the expression parser now goes hunting for it in all modules (in the appropriate namespace, if applicable). This means that forward-declared types that exist in another shared library will now be resolved correctly. Added a test case to cover this. The test case also tests "frame variable," which does not have this functionality yet. llvm-svn: 146204
-
Kostya Serebryany authored
llvm-svn: 146203
-
Bill Wendling authored
llvm-svn: 146202
-
- Dec 08, 2011
-
-
Jim Grosbach authored
llvm-svn: 146201
-
Michael J. Spencer authored
directory_iterator preserve InputIterator semantics on copy. llvm-svn: 146200
-
Anna Zaks authored
+ random comments llvm-svn: 146199
-
Jason Molenda authored
llvm-svn: 146198
-
Nick Lewycky authored
trivially infinite. llvm-svn: 146197
-
-
Eli Friedman authored
llvm-svn: 146195
-
Jim Grosbach authored
llvm-svn: 146194
-
Owen Anderson authored
Enhance both TargetLibraryInfo and SelectionDAGBuilder so that the latter can use the former to prevent the formation of libm SDNode's when -fno-builtin is passed. llvm-svn: 146193
-
Jim Grosbach authored
llvm-svn: 146192
-
Evan Cheng authored
code looks pretty bad compared to SSE. rdar://10538793 llvm-svn: 146191
-
Jim Grosbach authored
llvm-svn: 146190
-
Eli Friedman authored
llvm-svn: 146189
-
Daniel Dunbar authored
llvm-svn: 146188
-
Devang Patel authored
llvm-svn: 146187
-
Chad Rosier authored
llvm-svn: 146186
-
Jim Grosbach authored
For better 'gas' compatibility. llvm-svn: 146185
-
Devang Patel authored
Filter "sink to" candidate blocks sooner. This avoids unnecessary computation to determine whether the block dominates all uses or not. llvm-svn: 146184
-
Akira Hatanaka authored
MipsTargetLowering::LowerGlobalTLSAddress. This is necessary to have call16(__tls_get_addr) emitted instead of got_disp(__tls_get_addr) when the target is Mips64. llvm-svn: 146183
-
Jim Grosbach authored
llvm-svn: 146182
-
Jim Grosbach authored
llvm-svn: 146181
-