- Feb 06, 2009
-
-
Nick Lewycky authored
llvm-svn: 63927
-
Chris Lattner authored
diffing the output of: clang -dM -o - -E -x c foo.c | sort llvm-svn: 63926
-
Chris Lattner authored
llvm-svn: 63925
-
Chris Lattner authored
llvm-svn: 63924
-
Devang Patel authored
llvm-svn: 63923
-
Chris Lattner authored
llvm-svn: 63922
-
Chris Lattner authored
llvm-svn: 63921
-
Chris Lattner authored
llvm-svn: 63920
-
Chris Lattner authored
predefines buffer initialization. llvm-svn: 63919
-
Chris Lattner authored
Now you too can have a 47 bit long long! llvm-svn: 63918
-
Chris Lattner authored
llvm-svn: 63917
-
Chris Lattner authored
llvm-svn: 63916
-
Chris Lattner authored
implementing PR3492: #include failures should be a fatal error llvm-svn: 63915
-
Chris Lattner authored
llvm-svn: 63914
-
Chris Lattner authored
llvm-svn: 63913
-
Dale Johannesen authored
llvm-svn: 63909
-
Nick Lewycky authored
llvm-svn: 63907
-
Evan Cheng authored
llvm-svn: 63906
-
Ted Kremenek authored
Use ASTContext's allocator to deallocate Stmt objects instead of using 'delete'. This fixes <rdar://problem/6561143>. llvm-svn: 63905
-
Dale Johannesen authored
its corresponding getTargetNode. Lots of caller changes. llvm-svn: 63904
-
Daniel Dunbar authored
llvm-svn: 63903
-
Owen Anderson authored
llvm-svn: 63902
-
Daniel Dunbar authored
- <rdar://problem/6551577> [ccc] require -x with - llvm-svn: 63901
-
Owen Anderson authored
Refactor my previous change to maintain the distinction between AliasAnalysis and BasicAliasAnalysis. This involves some wider changes because it folds away some never-used methods. llvm-svn: 63900
-
Douglas Gregor authored
canonicalize by template parameter depth, index, and name, and the unnamed version of a template parameter serves as the canonical. TemplateTypeParmDecl no longer needs to inherit from TemplateParmPosition, since depth and index information is present within the type. llvm-svn: 63899
-
Devang Patel authored
Ignore dbg intrinsics while propagating conditional expression info. Take 2. llvm-svn: 63898
-
Ted Kremenek authored
llvm-svn: 63897
-
- Feb 05, 2009
-
-
Chris Lattner authored
llvm-svn: 63896
-
Chris Lattner authored
llvm-svn: 63895
-
Chris Lattner authored
errors to 'fatal' error severity. llvm-svn: 63894
-
Ted Kremenek authored
Add 'AppendValue' to the list of magic CF function names that cause a tracked object to escape. Fixes <rdar://problem/6560661>. llvm-svn: 63891
-
Evan Cheng authored
isAsCheapAsMove instructions can have register src operands. Check if they are really re-materializable. This fixes sse.expandfft and sse.stepfft. llvm-svn: 63890
-
Dale Johannesen authored
llvm-svn: 63889
-
Devang Patel authored
Revert rev. 63876. It is causing llvm-gcc bootstrap failure. llvm-svn: 63888
-
Dan Gohman authored
llvm-svn: 63887
-
Dale Johannesen authored
llvm-svn: 63886
-
Mike Stump authored
llvm-svn: 63883
-
Mike Stump authored
compilers that don't support those flags. This hopefully will help gcc 3.X compile this code. http://llvm.org/PR3487 llvm-svn: 63882
-
Fariborz Jahanian authored
llvm-svn: 63881
-
Devang Patel authored
llvm-svn: 63880
-