- Oct 01, 2010
-
-
Eric Christopher authored
memcpy alignment is the minimum of the incoming alignments. Fixes PR 8266. llvm-svn: 115305
-
Bill Wendling authored
llvm-svn: 115304
-
Bill Wendling authored
llvm-svn: 115303
-
Chris Lattner authored
one results in an obscure error from the backend that doesn't make sense. Capture this information in the .def files for builtins with a new "I" modifier letter indicating the an argument needs to be an ICE. Nothing uses this yet, but sema will eventually enforce this (eliminating some special cases from semachecking.cpp) and codegen will use this to force an ICE value, preventing backend error messages. llvm-svn: 115302
-
Chris Lattner authored
llvm-svn: 115301
-
Chris Lattner authored
llvm-svn: 115300
-
Chris Lattner authored
so it needs to be called from a macro, not a function. This is a necessary but insufficient step towards fixing PR8221 llvm-svn: 115299
-
Chris Lattner authored
llvm-svn: 115297
-
Chris Lattner authored
llvm-svn: 115296
-
Chris Lattner authored
llvm-svn: 115295
-
-
Dale Johannesen authored
llvm-svn: 115293
-
Chris Lattner authored
llvm-svn: 115292
-
Dale Johannesen authored
maybe even Linux. llvm-svn: 115291
-
Greg Clayton authored
operators. llvm-svn: 115290
-
Zhongxing Xu authored
llvm-svn: 115275
-
Zhongxing Xu authored
llvm-svn: 115272
-
Zhongxing Xu authored
llvm-svn: 115271
-
Zhongxing Xu authored
llvm-svn: 115270
-
Zhongxing Xu authored
scope. Now we only add C++ struct with non-trivial destructor variables to the local scope. llvm-svn: 115269
-
Greg Clayton authored
generate from DWARF. llvm-svn: 115268
-
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
-