- Apr 21, 2008
-
-
Gabor Greif authored
fix some residual old API that fell thru the cracks of the conversion script, closes http://llvm.org/bugs/show_bug.cgi?id=2246 llvm-svn: 50062
-
Fariborz Jahanian authored
More property semantics checking. First test case for ObjC2's property implementation. llvm-svn: 50057
-
Ted Kremenek authored
llvm-svn: 50056
-
Chris Lattner authored
llvm-svn: 50055
-
Dan Gohman authored
empty ScheduleDAG. llvm-svn: 50054
-
Dan Gohman authored
llvm-svn: 50053
-
Dan Gohman authored
llvm-svn: 50051
-
Fariborz Jahanian authored
Added iterators, methods to find property and categories. Use them in doing semantic analysis on property implementation declarations. Fixed typos. llvm-svn: 50050
-
Chris Lattner authored
llvm-svn: 50049
-
Chris Lattner authored
llvm-svn: 50047
-
Duncan Sands authored
are returned by struct return. llvm-svn: 50038
-
Duncan Sands authored
by struct return. llvm-svn: 50037
-
Owen Anderson authored
llvm-svn: 50036
-
Owen Anderson authored
llvm-svn: 50035
-
Owen Anderson authored
and simplify code that was fallout from the separation of memcpyopt and gvn. llvm-svn: 50034
-
Duncan Sands authored
warning. llvm-svn: 50033
-
Chris Lattner authored
llvm-svn: 50032
-
Chris Lattner authored
llvm-svn: 50031
-
Chris Lattner authored
llvm-svn: 50029
-
Chris Lattner authored
llvm-svn: 50028
-
Chris Lattner authored
llvm-svn: 50027
-
Chris Lattner authored
and can significantly shrinkify some code, particularly from C++ land. llvm-svn: 50025
-
Chris Lattner authored
lost newlines between blocks. llvm-svn: 50024
-
Chris Lattner authored
fixes a crash in opt on 433.milc. llvm-svn: 50023
-
Chris Lattner authored
llvm-svn: 50022
-
Douglas Gregor authored
llvm-svn: 50021
-
Chris Lattner authored
as a global helper function. At the same type, switch it from taking a vector of predecessors to an arbitrary sequential input. This allows us to switch LoopSimplify to use a SmallVector for various temporary vectors that it passed into SplitBlockPredecessors. llvm-svn: 50020
-
Chris Lattner authored
nodes, removing a hack. llvm-svn: 50019
-
Chris Lattner authored
instead of doing it after every call. llvm-svn: 50018
-
Chris Lattner authored
llvm-svn: 50016
-
Chris Lattner authored
llvm-svn: 50015
-
Chris Lattner authored
llvm-svn: 50014
-
Ted Kremenek authored
llvm-svn: 50012
-
Nicolas Geoffray authored
llvm-svn: 50008
-
Nicolas Geoffray authored
llvm-svn: 50007
-
Chris Lattner authored
llvm-svn: 50006
-
Chris Lattner authored
a call to Instruction::isUsedOutsideOfBlock. llvm-svn: 50005
-
Chris Lattner authored
whether it is used outside of some block. This can be used to see if there are any non-local references, for example. llvm-svn: 50004
-
- Apr 20, 2008
-
-
Chris Lattner authored
llvm-svn: 50003
-
Chris Lattner authored
Add a cost function. llvm-svn: 50002
-