- Jan 09, 2013
-
-
Will Dietz authored
llvm-svn: 171948
-
Will Dietz authored
llvm-svn: 171947
-
Andrew Trick authored
This was an experimental option, but needs to be defined per-target. e.g. PPC A2 needs to aggressively hide latency. I converted some in-order scheduling tests to A2. Hal is working on more test cases. llvm-svn: 171946
-
Jim Ingham authored
Add a "--reverse" or "-r" option to the "list" with no options command. This will list backwards from the last source point listed. Also fix the setting of the default file & line to the file containing main, when you do a plain "list". <rdar://problem/12685226> llvm-svn: 171945
-
Eli Friedman authored
Make sure clang puts tokens from different files on separate lines in "-E -P" mode. <rdar://problem/12774044> llvm-svn: 171944
-
NAKAMURA Takumi authored
test/DebugInfo/member-pointers.ll would not fail in targetting BE any more. llvm-svn: 171943
-
Sean Silva authored
Now BangOperator should be nicely hyperlinked. Pointed out by Joel Jones. llvm-svn: 171942
-
Sean Silva authored
Suggested by Joel Jones. llvm-svn: 171941
-
Sean Silva authored
llvm-svn: 171940
-
-
Sean Silva authored
It's clearer and additionally this gets rid of the usage of `DefmID`, which doesn't really correspond to anything in the language (it was just used in the name of this parsing function which parsed a `MultiClassID` and returned that multiclass's record). This area of the code still needs a lot of work. llvm-svn: 171938
-
Sean Silva authored
llvm-svn: 171937
-
Sean Silva authored
llvm-svn: 171936
-
Sean Silva authored
It's not just def's but actually a limited subset of Object's that are allowed inside a multiclass. Spotted by Joel Jones. llvm-svn: 171935
-
Greg Clayton authored
Updated documentation on the "register_data_addr" key that can be supplied in the "thread" dictionary return value for the python OS plug-ins. llvm-svn: 171934
-
Eric Christopher authored
them. llvm-svn: 171933
-
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
-