- Feb 06, 2009
-
-
Evan Cheng authored
Add TargetInstrInfo::isSafeToMoveRegisterClassDefs. It returns true if it's safe to move an instruction which defines a value in the register class. Replace pre-splitting specific IgnoreRegisterClassBarriers with this new hook. llvm-svn: 63936
-
Evan Cheng authored
llvm-svn: 63935
-
Dan Gohman authored
that used this header to select a scheduling policy should use SchedulerRegistry.h instead (llvm-gcc and clang were updated a while ago). llvm-svn: 63934
-
Evan Cheng authored
llvm-svn: 63933
-
Dan Gohman authored
more member functions protected, and group all the protected members together. llvm-svn: 63932
-
Roman Levenstein authored
llvm-svn: 63931
-
Zhongxing Xu authored
llvm-svn: 63930
-
Zhongxing Xu authored
llvm-svn: 63929
-
Zhongxing Xu authored
for FieldRegion. This enables us to track more values. Simplify SymbolicRegion::getRValueType(). We assume the symbol always has pointer type. llvm-svn: 63928
-
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
-