- Feb 25, 2009
-
-
Anders Carlsson authored
llvm-svn: 65461
-
Douglas Gregor authored
only from a function definition (that does not have a prototype) are only used to determine the compatible with other declarations of that same function. In particular, when referencing the function we pretend as if it does not have a prototype. Implement this behavior, which fixes PR3626. llvm-svn: 65460
-
Zhou Sheng authored
llvm-svn: 65456
-
Gabor Greif authored
llvm-svn: 65455
-
Duncan Sands authored
llvm-svn: 65448
-
Duncan Sands authored
llvm-svn: 65447
-
Duncan Sands authored
llvm-svn: 65446
-
Duncan Sands authored
llvm-svn: 65445
-
Gabor Greif authored
llvm-svn: 65440
-
Chris Lattner authored
llvm-svn: 65439
-
Evan Cheng authored
Clean up dwarf writer, part 1. This eliminated the horrible recursive getGlobalVariablesUsing and replaced it something readable. It eliminated use of slow UniqueVector and replaced it with StringMap, SmallVector, and DenseMap, etc. It also fixed some non-deterministic behavior. This is a very minor compile time win. llvm-svn: 65438
-
Nick Lewycky authored
related code. llvm-svn: 65437
-
Chris Lattner authored
llvm-svn: 65436
-
Nick Lewycky authored
llvm-svn: 65435
-
Chris Lattner authored
llvm-svn: 65434
-
Chris Lattner authored
llvm-svn: 65433
-
Chris Lattner authored
will improve a lot this week hopefully), and a libgcc replacement is ready once I wrangle lawyers. llvm-svn: 65432
-
Chris Lattner authored
still remain. llvm-svn: 65431
-
Chris Lattner authored
llvm-svn: 65430
-
Chris Lattner authored
llvm-svn: 65429
-
Eli Friedman authored
Sema::CheckAssignmentConstraints; not really visible, but the right thing to do. llvm-svn: 65428
-
Scott Michel authored
llvm-svn: 65427
-
Scott Michel authored
results via reference parameters. This patch also appears to fix Evan's reported problem supplied as a reduced bugpoint test case. llvm-svn: 65426
-
Ted Kremenek authored
retain/release checker: Implement basic tracking of autorelease stack. Next thing is to wire up pools with their contents. llvm-svn: 65425
-
Ted Kremenek authored
llvm-svn: 65424
-
Devang Patel authored
llvm-svn: 65423
-
Devang Patel authored
llvm-svn: 65422
-
Ted Kremenek authored
llvm-svn: 65421
-
Daniel Dunbar authored
llvm-svn: 65420
-
Ted Kremenek authored
llvm-svn: 65417
-
Fariborz Jahanian authored
llvm-svn: 65414
-
Fariborz Jahanian authored
make sure objc2's nonfragile abi is enacted for Leopard too. add -fobjc-gc-only flag to the image_info symbol. llvm-svn: 65413
-
Ted Kremenek authored
Fix broken logic from my last commit. Branches only occur at basic blocks that end with terminators. llvm-svn: 65410
-
Ted Kremenek authored
Fix diagnostic regression where the leak diagnostic could appear earlier in the path than the branches taken. llvm-svn: 65407
-
Mon P Wang authored
or target) can be overloaded or not. llvm-svn: 65404
-
Devang Patel authored
llvm-svn: 65403
-
Devang Patel authored
llvm-svn: 65402
-
Chris Lattner authored
llvm-svn: 65401
-
Chris Lattner authored
string size as an argument. llvm-svn: 65400
-
- Feb 24, 2009
-
-
Chris Lattner authored
llvm-svn: 65399
-