- Nov 25, 2010
-
-
Benjamin Kramer authored
llvm-svn: 120146
-
Rafael Espindola authored
llvm-svn: 120145
-
Zhongxing Xu authored
Also apply some new coding style. llvm-svn: 120144
-
Zhongxing Xu authored
llvm-svn: 120143
-
Zhongxing Xu authored
llvm-svn: 120142
-
Zhongxing Xu authored
llvm-svn: 120141
-
Anders Carlsson authored
llvm-svn: 120140
-
Michael J. Spencer authored
llvm-svn: 120139
-
Anders Carlsson authored
llvm-svn: 120138
-
Anders Carlsson authored
llvm-svn: 120137
-
Peter Collingbourne authored
llvm-svn: 120136
-
Nick Lewycky authored
a useful template instantiation stack. Fixes PR8640. This also causes a slight change to where the "instantianted from" note shows up in truly esoteric cases (see the change to test/SemaCXX/destructor.cpp), but that isn't directly the fault of this patch. llvm-svn: 120135
-
Anders Carlsson authored
llvm-svn: 120134
-
Anders Carlsson authored
llvm-svn: 120133
-
Anders Carlsson authored
llvm-svn: 120132
-
- Nov 24, 2010
-
-
Anders Carlsson authored
llvm-svn: 120131
-
Anders Carlsson authored
llvm-svn: 120130
-
Anders Carlsson authored
llvm-svn: 120129
-
Nick Lewycky authored
whether the pointer can be replaced with the global variable it is a copy of. Fixes PR8680. llvm-svn: 120126
-
Rafael Espindola authored
for any relocation to a symbol defined in a tls section. llvm-svn: 120121
-
Anders Carlsson authored
llvm-svn: 120118
-
Anders Carlsson authored
Fix a (probably very old) regression where we weren't using the typedef name for anonymous tag types. llvm-svn: 120113
-
Anders Carlsson authored
llvm-svn: 120112
-
Michael J. Spencer authored
llvm-svn: 120111
-
Anders Carlsson authored
llvm-svn: 120110
-
Anders Carlsson authored
llvm-svn: 120109
-
Anders Carlsson authored
llvm-svn: 120108
-
Anders Carlsson authored
Make CodeGenTypes::getCGRecordLayout compute the layout lazily if it doesn't exist. This matches ASTContext::getASTRecordLayout and is less confusing. llvm-svn: 120107
-
Anders Carlsson authored
llvm-svn: 120106
-
Michael J. Spencer authored
llvm-svn: 120105
-
Rafael Espindola authored
Patch by David Meyer, I added the test. llvm-svn: 120104
-
Michael J. Spencer authored
llvm-svn: 120103
-
Michael J. Spencer authored
Based on TR2/boost filesystem (v3) API, but modified to remove exceptions. Do not include this file directly, when it is ready, it will be included by include/llvm/System/Path.h. llvm-svn: 120102
-
Michael J. Spencer authored
llvm-svn: 120101
-
Rafael Espindola authored
sets the type of a symbol to STT_TLS. llvm-svn: 120100
-
Rafael Espindola authored
llvm-svn: 120099
-
Howard Hinnant authored
llvm-svn: 120098
-
Wesley Peck authored
Updating MBlaze .mask and .frame directives to match GCC's output and fixing regression introduced in 120095 by checking MCStreamer::hasRawTextSupport. llvm-svn: 120097
-
Wesley Peck authored
1. Fixing error where basic block labels were not being printed out when they need to be for the MBlaze backend because AsmPrinter::isBlockOnlyReachableByFallthrough does not take into account delay slots. 2. Re-adding .mask and .frame directives in printed assembly. 3. Adding .ent and .end directives in printed assembly. 4. Minor cleanups to MBlaze backend. llvm-svn: 120095
-
Zhongxing Xu authored
to be consistent with the type of 'this' expr in the method. 此行及以下内容将会被忽略-- M test/Analysis/method-call.cpp M include/clang/Checker/PathSensitive/GRExprEngine.h M lib/Checker/GRCXXExprEngine.cpp llvm-svn: 120094
-