- Jan 09, 2013
-
-
Eric Christopher authored
them and add one where it seemed obvious that we wanted one. llvm-svn: 171932
-
Nadav Rotem authored
llvm-svn: 171931
-
Nadav Rotem authored
llvm-svn: 171930
-
Nick Kledzik authored
Since most content types (e.g. typeCode) have a preferred Permission, add a function to do that mapping. Then hook up to YAML Reader and Writer such that the 'permissions:' key does not need to be specified unless overriding what the content type prefers. llvm-svn: 171929
-
Nadav Rotem authored
Cost Model: Move the 'max unroll factor' variable to the TTI and add initial Cost Model support on ARM. llvm-svn: 171928
-
Jakob Stoklund Olesen authored
This is easier implemented now that bundle flags are symmetric. llvm-svn: 171927
-
Shuxin Yang authored
(There already has a concise comment to the declaration.) Thank Eric Christopher for his feedback! llvm-svn: 171926
-
Douglas Gregor authored
(because they are part of some module) but have not been made visible (because they are in a submodule that wasn't imported), filter out those declarations unless both the old declaration and the new declaration have external linkage. When one or both has internal linkage, there should be no conflict unless both are imported. llvm-svn: 171925
-
Bill Wendling authored
llvm-svn: 171924
-
Bill Wendling authored
This is causing some problems. The root cause is unknown at this time. llvm-svn: 171923
-
Shuxin Yang authored
- this expression is explicitly marked no-signed-zero, or - no-signed-zero of this expression can be derived from some context. llvm-svn: 171922
-
Fariborz Jahanian authored
in lambdas. llvm-svn: 171921
-
Michael Gottesman authored
llvm-svn: 171920
-
Chad Rosier authored
global variable. llvm-svn: 171919
-
Nick Kledzik authored
llvm-svn: 171918
-
Fariborz Jahanian authored
llvm-svn: 171917
-
Nick Kledzik authored
llvm-svn: 171916
-
Fariborz Jahanian authored
llvm-svn: 171915
-
Jim Ingham authored
Add an SBProcess API to get the current StopID, either considering or ignoring stops caused by expression evaluation. <rdar://problem/12968562> llvm-svn: 171914
-
Fariborz Jahanian authored
llvm-svn: 171913
-
Fariborz Jahanian authored
struct variables with flexiable array members in blocks (and lambdas). Issue error instead of crashing in IRGen. // rdar://12655829 llvm-svn: 171912
-
- Jan 08, 2013
-
-
Michael J. Spencer authored
There is no way to test this at the moment because the options are not processed until the link starts, and we can't pass an empty file. llvm-svn: 171910
-
Michael J. Spencer authored
llvm-svn: 171909
-
Richard Smith authored
llvm-svn: 171908
-
Rafael Espindola authored
llvm-svn: 171906
-
Eric Christopher authored
llvm-svn: 171905
-
rdar://problem/12976225Han Ming Ong authored
Checking in the support for doing index ids reservation when given a thread id. llvm-svn: 171904
-
Eli Bendersky authored
method because getContents().size() already covers it. So computeFragmentSize can use the generic MCEncodedFragment interface when querying both Data and Relaxable fragments for contents sizes. No change in functionality llvm-svn: 171903
-
Rafael Espindola authored
llvm-svn: 171902
-
rdar://problem/12586010Greg Clayton authored
Python OS plug-ins now fetch thread registers lazily. Also changed SBCommandInterpreter::HandleCommand() to not take the API lock. The logic here is that from the command line you can execute a command that might result in another thread (like the private process thread) to execute python or run any code that can re-enter the public API. When this happens, a deadlock immediately occurs for things like "process launch" and "process attach". llvm-svn: 171901
-
Greg Clayton authored
llvm-svn: 171900
-
Rafael Espindola authored
llvm-svn: 171899
-
Nick Kledzik authored
llvm-svn: 171898
-
Nick Kledzik authored
llvm-svn: 171897
-
Nick Kledzik authored
Stop using BumpPtrAllocator for HNodes because they have fields (vector, map) which require HNode destructors to be run. llvm-svn: 171896
-
Rafael Espindola authored
llvm-svn: 171895
-
Rafael Espindola authored
llvm-svn: 171894
-
David Blaikie authored
-Wint-to-pointer-cast, added to match GCC's warning by the same name, doesn't need to be in any other groups (as it isn't in any groups in GCC either). Found in post-commit review by Ted Kremenek. llvm-svn: 171893
-
Nico Weber authored
llvm-svn: 171892
-
Anna Zaks authored
With the new setting, we are not going to inline any functions that are more than 50 basic blocks. (The analyzer is 20% faster on several especially bad benchmarks with the new default.) llvm-svn: 171891
-