- Mar 30, 2009
-
-
Zhongxing Xu authored
Layer the type information with a TypedViewRegion on top of the SymbolicRegion. llvm-svn: 68028
-
Daniel Dunbar authored
- Not particularly elegant, but my hand is forced by gcc. Also, tweak -ccc-print-bindings output. llvm-svn: 68027
-
Chris Lattner authored
llvm-svn: 68026
-
Evan Cheng authored
llvm-svn: 68025
-
Zhongxing Xu authored
llvm-svn: 68024
-
John Mosby authored
llvm-svn: 68023
-
Daniel Dunbar authored
- Rip out various bits of logic from clang-cc's dependency file gen, force driver to provide instead. - -MD output now goes to proper location <rdar://problem/6723948> clang -MD puts dep file in /tmp with wrong name - -M and -MM still don't work correctly. llvm-svn: 68022
-
Sebastian Redl authored
llvm-svn: 68021
-
Daniel Dunbar authored
we can properly claim arguments, even if they have been translated by the tool chain. llvm-svn: 68020
-
Daniel Dunbar authored
tools, and enable them. llvm-svn: 68019
-
Daniel Dunbar authored
warnings. llvm-svn: 68018
-
Daniel Dunbar authored
llvm-svn: 68017
-
- Mar 29, 2009
-
-
Misha Brukman authored
llvm-svn: 68016
-
Eli Friedman authored
by moving the general case to the generic x86-32 target. llvm-svn: 68015
-
Bill Wendling authored
llvm-svn: 68013
-
Daniel Dunbar authored
unused, and lacking a test case). - ccc is now on death row, pending some more testing and bug fixes. llvm-svn: 68012
-
Chris Lattner authored
llvm-svn: 68011
-
Chris Lattner authored
into ParseForStatement. Merge two tests into one. llvm-svn: 68010
-
Chris Lattner authored
into ParseSimpleDeclaration, and improve a diagnostic. llvm-svn: 68009
-
Anton Korobeynikov authored
llvm-svn: 68008
-
Anton Korobeynikov authored
llvm-svn: 68007
-
Anton Korobeynikov authored
llvm-svn: 68006
-
Anton Korobeynikov authored
llvm-svn: 68005
-
Anton Korobeynikov authored
Extend the relocation tracker handler, so we can filter on different 'kinds' of relocations required. llvm-svn: 68004
-
Daniel Dunbar authored
(currently unused). llvm-svn: 68003
-
Chris Lattner authored
productions (except the already broken ObjC cases like @class X,Y;) in the parser that can produce more than one Decl return a DeclGroup instead of a Decl, etc. This allows elimination of the Decl::NextDeclarator field, and exposes various clients that should look at all decls in a group, but which were only looking at one (such as the dumper, printer, etc). These have been fixed. Still TODO: 1) there are some FIXME's in the code about potentially using DeclGroup for better location info. 2) ParseObjCAtDirectives should return a DeclGroup due to @class etc. 3) I'm not sure what is going on with StmtIterator.cpp, or if it can be radically simplified now. 4) I put a truly horrible hack in ParseTemplate.cpp. I plan to bring up #3/4 on the mailing list, but don't plan to tackle #1/2 in the short term. llvm-svn: 68002
-
Chris Lattner authored
Ted, please check this, this change causes no regression tests to fail. llvm-svn: 68001
-
Chris Lattner authored
llvm-svn: 68000
-
Sebastian Redl authored
Reintroduce r67870 (rval ref overloading), since I can't reproduce any test failures on i386 or x86_64. If this fails for someone, please contact me. llvm-svn: 67999
-
Chris Lattner authored
Make OpaquePtr work with things that are pointer-like but not necessarily pointers. llvm-svn: 67998
-
Chris Lattner authored
llvm-svn: 67997
-
Duncan Sands authored
when using -soft-float. Based on a patch by Jakob Stoklund Olesen. llvm-svn: 67996
-
Chris Lattner authored
llvm-svn: 67995
-
Chris Lattner authored
llvm-svn: 67994
-
Chris Lattner authored
simplifies some code. llvm-svn: 67993
-
Chris Lattner authored
llvm-svn: 67992
-
Chris Lattner authored
llvm-svn: 67991
-
Chris Lattner authored
pointer's expected number of zero low-bits. This should fix the breakage I introduced recently. llvm-svn: 67990
-
Chris Lattner authored
llvm-svn: 67989
-
Chris Lattner authored
llvm::PointerUnion class. llvm-svn: 67988
-