- Aug 21, 2009
-
-
Zhongxing Xu authored
to untie the ExplodedGraph from a specific Decl. llvm-svn: 79588
-
Mike Stump authored
llvm-svn: 79587
-
Daniel Dunbar authored
llvm-svn: 79586
-
Argyrios Kyrtzidis authored
Remove TypeSpecStartLocation from VarDecl/FunctionDecl/FieldDecl, and use DeclaratorInfo to get this information. llvm-svn: 79584
-
Douglas Gregor authored
types that are preloaded by the PCH file. Fixes PCH breakage introduced in r79248. llvm-svn: 79583
-
Douglas Gregor authored
- Allowing one to name a member function template within a class template and on the right-hand side of a member access expression. - Template argument deduction for calls to member function templates. - Registering specializations of member function templates (and finding them later). llvm-svn: 79581
-
Ted Kremenek authored
llvm-svn: 79580
-
Bob Wilson authored
vector shuffles. Temporarily remove the tests for these operations until the new implementation is working. llvm-svn: 79579
-
Owen Anderson authored
llvm-svn: 79578
-
Ted Kremenek authored
llvm-svn: 79577
-
Ted Kremenek authored
llvm-svn: 79576
-
Fariborz Jahanian authored
llvm-svn: 79575
-
Erick Tryzelaar authored
and many new unit tests. llvm-svn: 79574
-
Owen Anderson authored
llvm-svn: 79572
-
Fariborz Jahanian authored
of their construction. llvm-svn: 79571
-
Douglas Gregor authored
llvm-svn: 79570
-
Dale Johannesen authored
that has nothing to do with the point of the test, per Chris. llvm-svn: 79569
-
Bill Wendling authored
U include/llvm/Target/TargetData.h U lib/Target/TargetData.cpp Temporarily revert 79555. It was causing hangs and test failures. llvm-svn: 79568
-
Bill Wendling authored
llvm-svn: 79567
-
- Aug 20, 2009
-
-
Fariborz Jahanian authored
llvm-svn: 79565
-
Daniel Dunbar authored
llvm-svn: 79564
-
Sanjiv Gupta authored
llvm-svn: 79563
-
Sanjiv Gupta authored
Clone functions that are shared between the Main thread and Interrupt thread. CallSites are changed in AsmPrinter currently. A better solution would have been to modify the legalizer (SoftenFloat) to allow targets to change the name of libcalls for float operations. But that currently breaks other targets. Also, cloing of automatic variables is done AsmPrinter, a better approach would be to use the ValueMap in CloneFunction itself. llvm-svn: 79562
-
Owen Anderson authored
Reduce contention on the Attributes lock by using atomic operations for reference counting rather than locking. llvm-svn: 79560
-
Ted Kremenek authored
llvm-svn: 79559
-
Douglas Gregor authored
llvm-svn: 79558
-
Daniel Dunbar authored
llvm-svn: 79557
-
Owen Anderson authored
llvm-svn: 79555
-
Sean Callanan authored
Intel documentation. llvm-svn: 79554
-
Dan Gohman authored
over absolute addressing even in non-PIC mode (unless the address has an index or something else incompatible), because it has a smaller encoding. llvm-svn: 79553
-
Sanjiv Gupta authored
llvm-svn: 79544
-
Dan Gohman authored
the ErrorHandler callback. llvm-svn: 79541
-
Daniel Dunbar authored
llvm-svn: 79540
-
Dan Gohman authored
and hasNoSignedWrap, for consistency with the nuw and nsw properties. llvm-svn: 79539
-
Dan Gohman authored
Describing inbounds in terms of infinitely precise arithmetic prohibits the assumption address-space-sized integer arithmetic will wrap, with a wrapped-around value landing within the same object. llvm-svn: 79538
-
Fariborz Jahanian authored
A field rename and more comments. llvm-svn: 79537
-
Misha Brukman authored
llvm-svn: 79536
-
Evan Cheng authored
llvm-svn: 79535
-
Dale Johannesen authored
llvm-svn: 79534
-
Dan Gohman authored
llvm-svn: 79533
-