- Oct 01, 2010
-
-
Sean Callanan authored
llvm-svn: 115267
-
Marcin Swiderski authored
llvm-svn: 115266
-
Marcin Swiderski authored
Added generating CFGAutomaticObjDtors for init statement, condition variable and implicit scope in for statement. llvm-svn: 115265
-
Marcin Swiderski authored
dded generating CFGAutomaticObjDtors for condition variable and implicit scopes in switch statement. llvm-svn: 115264
-
Douglas Gregor authored
actually have an ASTContext, delay the processing of that update. Patch by Sebastian Redl! Fixes <rdar://problem/8499034>. llvm-svn: 115263
-
Marcin Swiderski authored
Added generating CFGAutomaticObjDtors for condition variable and implicit scopes in while and do statements. llvm-svn: 115262
-
Dale Johannesen authored
llvm-svn: 115261
-
Douglas Gregor authored
llvm-svn: 115260
-
Douglas Gregor authored
file is somehow changed in a chained PCH file, make sure that we write out the macro definition. Fixes part of <rdar://problem/8499034>. llvm-svn: 115259
-
Fariborz Jahanian authored
llvm-svn: 115258
-
Dale Johannesen authored
llvm-svn: 115257
-
Marcin Swiderski authored
llvm-svn: 115256
-
Dale Johannesen authored
llvm-svn: 115255
-
Marcin Swiderski authored
Fixed checking for trivial destructor in CFGBuilder::addLocalScopeForVarDecl. Checked type does not have to represent C++ class. llvm-svn: 115254
-
Fariborz Jahanian authored
llvm-svn: 115253
-
Marcin Swiderski authored
- Adding LocalScope for CompoundStmt, - Adding CFGAutomaticObjDtors for end of scope, return, goto, break, continue, - Regression tests for above cases. llvm-svn: 115252
-
Dale Johannesen authored
llvm-svn: 115251
-
Dale Johannesen authored
llvm-svn: 115250
-
Johnny Chen authored
sets some breakpoints and invokes 'disassemble' when the breakpoint hits, which just disassembles the bytes in the current function, i.e., frame #0's function. llvm-svn: 115249
-
Fariborz Jahanian authored
extension and implementation. Fixes rdar://8493239. llvm-svn: 115248
-
Argyrios Kyrtzidis authored
llvm-svn: 115247
-
Eric Christopher authored
SingleSource/Regression/C/casts.c. llvm-svn: 115246
-
Dale Johannesen authored
llvm-svn: 115244
-
Dale Johannesen authored
The x86_mmx type is used for MMX intrinsics, parameters and return values where these use MMX registers, and is also supported in load, store, and bitcast. Only the above operations generate MMX instructions, and optimizations do not operate on or produce MMX intrinsics. MMX-sized vectors <2 x i32> etc. are lowered to XMM or split into smaller pieces. Optimizations may occur on these forms and the result casted back to x86_mmx, provided the result feeds into a previous existing x86_mmx operation. The point of all this is prevent optimizations from introducing MMX operations, which is unsafe due to the EMMS problem. llvm-svn: 115243
-
Daniel Dunbar authored
false positive, at least on Darwin. I haven't filed this, but you can feel free. llvm-svn: 115242
-
Owen Anderson authored
conversion heuristics to the old-style ones. llvm-svn: 115239
-
Jim Grosbach authored
use MC instructions in the printInstruction() method via the tablegen flag for it rather than a #define prior to including the autogenerated bits. llvm-svn: 115238
-
Marcin Swiderski authored
llvm-svn: 115237
-
Marcin Swiderski authored
Fixed some misspells in comments. llvm-svn: 115236
-
Johnny Chen authored
# rdar://problem/8493023 # test/types failures for Test*TypesExpr.py: element offset computed wrong and sign error? Two failures remain for test_short* test cases. llvm-svn: 115229
-
Marcin Swiderski authored
- post-increament, distance and bool conversion methods to LocalScope::const_iterator, - adding VarDecl to LocalScope. Fixed some misspells in comments. llvm-svn: 115227
-
Eric Christopher authored
llvm-svn: 115225
-
Dawn Perchik authored
llvm-svn: 115224
-
Greg Clayton authored
declarations because we lost the original context which was needed to be able to figure out the byte size. llvm-svn: 115223
-
Johnny Chen authored
llvm-svn: 115216
-
NAKAMURA Takumi authored
llvm-svn: 115215
-
Evan Cheng authored
llvm-svn: 115214
-
- Sep 30, 2010
-
-
Greg Clayton authored
Added the start of Host specific launch services, though it currently isn't hookup up to anything. We want to be able to launch a process and use the native launch services to launch an app like it would be launched by the user double clicking on the app. We also eventually want to be able to run a command line app in a newly spawned terminal to avoid terminal sharing. Fixed an issue with the new DWARF forward type declaration stuff. A crasher was found that was happening when trying to properly expand the forward declarations. llvm-svn: 115213
-
Jim Ingham authored
llvm-svn: 115210
-
Nick Lewycky authored
llvm-svn: 115209
-