- Oct 25, 2011
-
-
Dan Gohman authored
llvm-svn: 142889
-
Greg Clayton authored
function and having it not require both a bool and a quote char to fill in. We intend to get rid of this functionality when we rewrite the command interpreter for streams eventually, but not for now. llvm-svn: 142888
-
Argyrios Kyrtzidis authored
preprocessed entities that are #included in the range that we are interested. This is useful when we are interested in preprocessed entities of a specific file, e.g when we are annotating tokens. There is also an optimization where we cache the last result of PreprocessingRecord::getPreprocessedEntitiesInRange and we re-use it if there is a call with the same range as before. rdar://10313365 llvm-svn: 142887
-
Argyrios Kyrtzidis authored
llvm-svn: 142886
-
Ted Kremenek authored
llvm-svn: 142885
-
Richard Smith authored
llvm-svn: 142884
-
Dan Gohman authored
llvm-svn: 142883
-
Jim Grosbach authored
Four entry register lists. llvm-svn: 142882
-
Dan Gohman authored
llvm-svn: 142881
-
Dan Gohman authored
llvm-svn: 142880
-
Dan Gohman authored
llvm-svn: 142879
-
Dan Gohman authored
llvm-svn: 142878
-
Jim Grosbach authored
llvm-svn: 142877
-
Jim Grosbach authored
Three entry register list variation. llvm-svn: 142876
-
Owen Anderson authored
More fixes and improvements to MachO relocation pretty-printing, particular for x86 and x86_64 relocations with addends. llvm-svn: 142875
-
Johnny Chen authored
llvm-svn: 142874
-
Devang Patel authored
llvm-svn: 142873
-
Richard Smith authored
lvalue-to-rvalue conversion on the LHS operand of '->'. llvm-svn: 142872
-
Eli Friedman authored
llvm-svn: 142871
-
Bill Wendling authored
table. A hidden variable could potentially end up in both lists. <rdar://problem/10336715> llvm-svn: 142869
-
Johnny Chen authored
command in the '- Hook id' header. This should improve readbility of the 'display' command if, for example, we have issued 'display a' and 'display b' which turn into "target stop-hook add -o 'expr -- a'" and "target stop-hook add -o 'expr -- b'". Plus some minor change in TestAbbreviations.py to conditionalize the platform-specific checkings of the "image list" output. llvm-svn: 142868
-
Evan Cheng authored
llvm-svn: 142867
-
Richard Smith authored
llvm-svn: 142866
-
Douglas Gregor authored
analysis to separate dependent names from non-dependent names. For dependent names, we'll behave differently from Visual C++: - For __if_exists/__if_not_exists at class scope, we'll just warn and then ignore them. - For __if_exists/__if_not_exists in statements, we'll treat the inner statement as a compound statement, which we only instantiate in templates where the dependent name (after instantiation) exists. This behavior is different from VC++, but it's as close as we can get without encroaching ridiculousness. The latter part (dependent statements) is not yet implemented. llvm-svn: 142864
-
Eli Friedman authored
llvm-svn: 142863
-
Douglas Gregor authored
unknown specialization, treat this the same way as if the name were not found in the current instantiation. No actual functionality change, since apparently nothing depends on this. llvm-svn: 142862
-
Jim Grosbach authored
One and two length register list variants. llvm-svn: 142861
-
Johnny Chen authored
llvm-svn: 142858
-
Johnny Chen authored
many commands remain available even after we add/delte commands in the future. llvm-svn: 142857
-
- Oct 24, 2011
-
-
Chad Rosier authored
rdar://9683410 llvm-svn: 142856
-
Jim Grosbach authored
Split am6offset into fixed and register offset variants so the instruction encodings are explicit rather than relying an a magic reg0 marker. Needed to being able to parse these. llvm-svn: 142853
-
Owen Anderson authored
llvm-svn: 142852
-
Anna Zaks authored
Renamed PureNodeBuilder->StmtNodeBuilder. llvm-svn: 142849
-
Anna Zaks authored
llvm-svn: 142848
-
Anna Zaks authored
llvm-svn: 142847
-
Anna Zaks authored
- OSAtomicChecker - ExprEngine::processStmt llvm-svn: 142846
-
Richard Smith authored
rvalues, as C++11 constant evaluation semantics require. DeclRefs referring to references can now use the normal initialization-caching codepath, which incidentally fixes a crash in cyclic initialization of references. llvm-svn: 142844
-
Nick Lewycky authored
when deciding that the loop has stopped evolving. Fixes miscompile in the gcc torture testsuite! llvm-svn: 142843
-
Eli Friedman authored
llvm-svn: 142841
-
Owen Anderson authored
llvm-svn: 142840
-