- Oct 14, 2011
-
-
Richard Smith authored
llvm-svn: 141983
-
Richard Smith authored
llvm-svn: 141982
-
Hal Finkel authored
llvm-svn: 141981
-
Rafael Espindola authored
llvm-svn: 141980
-
Johnny Chen authored
llvm-svn: 141979
-
Akira Hatanaka authored
llvm-svn: 141978
-
David Greene authored
Pass the correct jobs and threads information to the builder. We were underutilizing the number of jobs and threads specified by the user. llvm-svn: 141977
-
David Greene authored
Bit just a bit more verbose about what's going on. Print options to make to aid debugging. llvm-svn: 141976
-
David Greene authored
Add a --no-install option to skip installing components. This speeds up the develop/test cycle. llvm-svn: 141975
-
David Greene authored
And a --no-gcc option to skip dragonegg and gcc builds. This greatly speeds up the develop/test cycle. llvm-svn: 141974
-
Benjamin Kramer authored
llvm-svn: 141973
-
Hal Finkel authored
llvm-svn: 141972
-
Benjamin Kramer authored
Passing a pointer was a bad idea as it collides with the overload for void*. llvm-svn: 141971
-
Benjamin Kramer authored
llvm-svn: 141970
-
Benjamin Kramer authored
llvm-svn: 141969
-
Benjamin Kramer authored
llvm-svn: 141968
-
Fariborz Jahanian authored
llvm-svn: 141967
-
Fariborz Jahanian authored
property type, for when getter may be a reference type. // rdar://10188258 revised. llvm-svn: 141966
-
Johnny Chen authored
llvm-svn: 141965
-
Argyrios Kyrtzidis authored
llvm-svn: 141964
-
Johnny Chen authored
llvm-svn: 141963
-
Joerg Sonnenberger authored
(-Wshift-count-negative, -Wshift-count-overflow). llvm-svn: 141962
-
Fariborz Jahanian authored
found in receiver's class. // rdar://9970739 llvm-svn: 141961
-
Jakob Stoklund Olesen authored
Fixes PR10814. Patch by Jan Sjödin! llvm-svn: 141960
-
Akira Hatanaka authored
llvm-svn: 141959
-
Bob Wilson authored
This matches what we do for Intel vector intrinsics. <rdar://problem/10280207> llvm-svn: 141958
-
Douglas Gregor authored
attribute from the first declaration to later declarations. Fixes <rdar://problem/10142572>. llvm-svn: 141957
-
Jim Grosbach authored
Pointed out by George Russell. llvm-svn: 141956
-
Matt Beaumont-Gay authored
llvm-svn: 141955
-
Douglas Gregor authored
within the template parameter list that may have changed now that we know the current instantiation. Fixes <rdar://problem/10194295>. llvm-svn: 141954
-
Erik Verbruggen authored
retrieve annotations from completion string. llvm-svn: 141953
-
Nick Lewycky authored
could be arguments, for example. No testcase because this is a bug-fix broken out of a larger optimization patch. llvm-svn: 141951
-
Argyrios Kyrtzidis authored
Serialization part will come later. llvm-svn: 141950
-
David Blaikie authored
llvm-svn: 141949
-
Greg Clayton authored
inserted in commands by using backticks: (lldb) memory read `$rsp-16` `$rsp+16` (lldb) memory read -c `(int)strlen(argv[0])` `argv[0]` The result of the expression will be inserted into the command as a sort of preprocess stage where this gets done first. We might need to tweak where this preprocess stage goes, but it is very functional already. Added ansi color support to the Debugger::FormatPrompt() so you can use things like "${ansi.fg.blue}" and "${ansi.bold}" many more. This helps in adding colors to your prompts without needing to know the ANSI color code strings. llvm-svn: 141948
-
Craig Topper authored
llvm-svn: 141947
-
Argyrios Kyrtzidis authored
Avoid possible infinite loop when iterating over an ObjCMethod's redeclarations. llvm-svn: 141946
-
Bob Wilson authored
There are now separate Triple::MacOSX and Triple::IOS values for the OS so comparing against Triple::Darwin will fail to match those. Note that I changed the expected output for the Driver/rewrite-objc.m test, which had previously not been passing Darwin-specific options with the macosx triple. llvm-svn: 141944
-
Ted Kremenek authored
llvm-svn: 141943
-
Ted Kremenek authored
llvm-svn: 141942
-