- Dec 10, 2010
-
-
Rafael Espindola authored
llvm-svn: 121461
-
Rafael Espindola authored
llvm-svn: 121460
-
John McCall authored
visibility. Fixes PR8713. I've disabled a test which was testing that you can #pragma pop visibility to get out of a namespace's visibility attribute. We should probably just diagnose that as an error unless it's instrumental to someone's system headers. llvm-svn: 121459
-
NAKAMURA Takumi authored
llvm-svn: 121458
-
Jim Ingham authored
through a KVO swizzled object's method calls. llvm-svn: 121457
-
Sean Callanan authored
information. Previously, "operator[]" was not being recognized because the detector was looking for "operator " as a prefix. Now we handle both cases. llvm-svn: 121456
-
NAKAMURA Takumi authored
cmake/modules/AddLLVM.cmake: Add empty "phony" target in add_llvm_loadable_module() even if loadable module were not supported. llvm-svn: 121455
-
NAKAMURA Takumi authored
llvm-svn: 121454
-
Eric Christopher authored
llvm-svn: 121453
-
John McCall authored
llvm-svn: 121452
-
Douglas Gregor authored
llvm-svn: 121451
-
Kevin Enderby authored
llvm-svn: 121450
-
Eric Christopher authored
variable for args you want to default pass to gzip. Patch based on one by asau@inbox.ru. Fixes PR8758. llvm-svn: 121449
-
Johnny Chen authored
llvm-svn: 121448
-
Bob Wilson authored
llvm-svn: 121447
-
Johnny Chen authored
llvm-svn: 121446
-
Nate Begeman authored
llvm-svn: 121445
-
Chris Lattner authored
llvm-svn: 121444
-
Chris Lattner authored
llvm-svn: 121443
-
Johnny Chen authored
Example: @python_api_test def test_evaluate_expression_python(self): """Test SBFrame.EvaluateExpression() API for evaluating an expression.""" ... The opposite of Python APIs only test is an lldb command line test, which sends commands to the lldb command interpreter. Add a '-a' option to the test driver to skip Python API only tests. Modify TestExprs.py to mark a test as @python_api_test and remove an @expectedFailure decorator as the bug has been fixed. llvm-svn: 121442
-
Fariborz Jahanian authored
clang. // rdar://8735023 llvm-svn: 121441
-
Jim Ingham authored
llvm-svn: 121440
-
Nate Begeman authored
Formalize the notion that AVX and SSE are non-overlapping extensions from the compiler's point of view. Per email discussion, we either want to always use VEX-prefixed instructions or never use them, and are taking "HasAVX" to mean "Always use VEX". Passing -mattr=-avx,+sse42 should serve to restore legacy SSE support when desirable. llvm-svn: 121439
-
Caroline Tice authored
Various fixes mostly relating to the User Settings stuff: - Added new utility function to Arg, GetQuotedCommandString, which re-assembles the args into a string, replacing quotes that were originally there. - Modified user settings stuff to always show individual elements when printing out arrays and dictionaries. - Added more extensive help to 'settings set', explaining more about dictionaries and arrays (including current dictionary syntax). - Fixed bug in user settings where quotes were being stripped and lost, so that sometimes array or dictionary elements that ought to have been a single element were being split up. llvm-svn: 121438
-
Jim Ingham authored
Changing the ObjC find method implementation to use a ClangUtilityFunction inserted into the target. Consolidate all the logic for finding the target of a method dispatch into this function, insert & call it. Gets calls to super, and all the fixup & fixedup variants working properly. Also gets the class from the object so that we step through KVO wrapper methods into the actual user code. llvm-svn: 121437
-
Argyrios Kyrtzidis authored
llvm-svn: 121436
-
Rafael Espindola authored
llvm-svn: 121435
-
Rafael Espindola authored
f: .cfi_startproc nop .cfi_endproc assembled (on ELF). llvm-svn: 121434
-
Bob Wilson authored
llvm-svn: 121433
-
Devang Patel authored
llvm-svn: 121432
-
Douglas Gregor authored
better to actually produce a decent set of completions by checking the system include paths, but not today. Fixes PR8744. llvm-svn: 121431
-
Chris Lattner authored
llvm-svn: 121430
-
Devang Patel authored
llvm-svn: 121428
-
Fariborz Jahanian authored
and ActOnVariableDeclarator No functionality change. // rdar://8751949 llvm-svn: 121427
-
Rafael Espindola authored
llvm-svn: 121426
-
Bill Wendling authored
llvm-svn: 121425
-
Douglas Gregor authored
llvm-svn: 121424
-
- Dec 09, 2010
-
-
Caroline Tice authored
Modify HandleCommand to not do any argument processing until it has determined whether or not the command should take raw input, then handle & dispatch the arguments appropriately. Also change the 'alias' command to be a command that takes raw input. This is necessary to allow aliases to be created for other commands that take raw input and might want to include raw input in the alias itself. Fix a bug in the aliasing mechanism when creating aliases for commands with 3-or-more words. Raw input should now be properly handled by all the command and alias mechanisms. llvm-svn: 121423
-
Johnny Chen authored
llvm-svn: 121421
-
Johnny Chen authored
llvm-svn: 121419
-