- Jan 07, 2008
-
-
Owen Anderson authored
llvm-svn: 45719
-
Owen Anderson authored
llvm-svn: 45718
-
Fariborz Jahanian authored
are canonical. Asst in interfaceTypesAreCompatible if they are not. llvm-svn: 45717
-
Chris Lattner authored
incorrectly apply the multiple include optimization to files with guards like: #if !defined(x) MACRO where MACRO could expand to different things in different contexts. Thanks Neil! llvm-svn: 45716
-
Ted Kremenek authored
some naming inconsistencies in the names of classes pertaining to Objective-C support in clang. llvm-svn: 45715
-
Duncan Sands authored
to be used for the force_interpreter parameter... Spotted by gcc-4.2. llvm-svn: 45714
-
Fariborz Jahanian authored
llvm-svn: 45713
-
Duncan Sands authored
llvm-svn: 45712
-
Ted Kremenek authored
ExplodedNode, ExplodedGraph (to match the vocabulary in the RHS paper) ReachabilityEngine The implementation of the core of the path-sensitive dataflow solver has been de-templatized and places in ReachabilityEngine.cpp. The solver is still incomplete. llvm-svn: 45711
-
Ted Kremenek authored
are now emitted in a batch, which reduces the metadata overhead in the serialized bitcode. llvm-svn: 45710
-
Fariborz Jahanian authored
objc object type. llvm-svn: 45709
-
Fariborz Jahanian authored
llvm-svn: 45708
-
Nate Begeman authored
llvm-svn: 45707
-
Chris Lattner authored
llvm-svn: 45706
-
Nate Begeman authored
llvm-svn: 45705
-
Duncan Sands authored
incompatibility. llvm-svn: 45704
-
Duncan Sands authored
llvm-svn: 45703
-
Duncan Sands authored
llvm-svn: 45701
-
Gordon Henriksen authored
llvm-svn: 45700
-
Bill Wendling authored
llvm-svn: 45699
-
Chris Lattner authored
llvm-svn: 45698
-
Chris Lattner authored
llvm-svn: 45697
-
Chris Lattner authored
llvm-svn: 45696
-
Chris Lattner authored
Make MachineInstr::getDesc return a reference instead of a pointer, since it can never be null. llvm-svn: 45695
-
Chris Lattner authored
llvm-svn: 45694
-
Chris Lattner authored
llvm-svn: 45693
-
Chris Lattner authored
all clients over to using predicates instead of these flags directly. These are now private values which are only to be used to statically initialize the tables. llvm-svn: 45692
-
Chris Lattner authored
llvm-svn: 45691
-
Chris Lattner authored
flags that can be set. Add predicates for the ones lacking it, and switch some clients over to using the predicates instead of Flags directly. llvm-svn: 45690
-
Chris Lattner authored
llvm-svn: 45689
-
Chris Lattner authored
isConditionalBranch() and isUnconditionalBranch() methods. llvm-svn: 45688
-
Chris Lattner authored
Evan, please review the comments I added to getNumDefs to make sure that they are accurate, thx. llvm-svn: 45687
-
Chris Lattner authored
TargetInstrDescriptor class and shrink to 16-bits, saving a word in TargetInstrDescriptor. Add some comments. llvm-svn: 45686
-
Chris Lattner authored
llvm-svn: 45685
-
Chris Lattner authored
just unconditionally use the def name of the instruction. llvm-svn: 45684
-
Chris Lattner authored
llvm-svn: 45683
-
Nate Begeman authored
llvm-svn: 45682
-
Gordon Henriksen authored
llvm-svn: 45681
-
Chris Lattner authored
llvm-svn: 45680
-
Chris Lattner authored
llvm-svn: 45679
-