- Jan 21, 2009
-
-
Ted Kremenek authored
Static Analyzer: Replace LiveSymbols/DeadSymbols sets with a new object called "SymbolReaper". Right now it just consolidates the two and cleans up some client code, but shortly it will be used to enable "lazy computation" of live symbols for use with RegionStore. llvm-svn: 62722
-
Fariborz Jahanian authored
the new ObjC's abi. llvm-svn: 62721
-
Dan Gohman authored
llvm-svn: 62720
-
Dan Gohman authored
to handle symlinks just fine, so reword the instructions in the README accordingly. llvm-svn: 62719
-
Dan Gohman authored
so that users don't have to copy text from the README to get this. llvm-svn: 62718
-
Dan Gohman authored
llvm-svn: 62717
-
Bill Wendling authored
llvm-svn: 62716
-
Bill Wendling authored
llvm-svn: 62714
-
Dan Gohman authored
iteraction with SelectionDAG CSE. llvm-svn: 62713
-
Dale Johannesen authored
ASCII IR; loading and storing these can change the bits of NaNs on some hosts. Remove or add warnings at a few other places using host floating point; this is a bad thing to do in general. llvm-svn: 62712
-
Chris Lattner authored
This avoids call overhead and extraneous switches when parsing very simple declspecs like "int" "void" etc, which are pretty common :) llvm-svn: 62711
-
Evan Cheng authored
llvm-svn: 62710
-
Chris Lattner authored
llvm-svn: 62708
-
Steve Naroff authored
llvm-svn: 62707
-
Steve Naroff authored
Fixes <rdar://problem/6507668> clang ObjC rewriter: put #line statement at top of rewritten file llvm-svn: 62706
-
Chris Lattner authored
and more idiomatic. llvm-svn: 62705
-
Chris Lattner authored
llvm-svn: 62704
-
Chris Lattner authored
David Chisnall llvm-svn: 62703
-
Daniel Dunbar authored
groups, and fix misdeclaration of some -W options. llvm-svn: 62702
-
Anders Carlsson authored
llvm-svn: 62701
-
Chris Lattner authored
llvm-svn: 62700
-
Chris Lattner authored
llvm-svn: 62699
-
Chris Lattner authored
llvm-svn: 62698
-
Chris Lattner authored
PR3364 llvm-svn: 62697
-
Chris Lattner authored
compatibility with cygwin. Patch by Jay Foad! llvm-svn: 62695
-
Daniel Dunbar authored
look for crt3.o appropriately. llvm-svn: 62694
-
Dan Gohman authored
special cases after producing the new reduced-width load, because the new load already has the needed adjustments built into it. This fixes several bugs due to the special cases, including PR3317. llvm-svn: 62692
-
Dan Gohman authored
we want to clear %ah to zero before a division, just use a zero-extending mov to %al. This fixes PR3366. llvm-svn: 62691
-
Mikhail Glushenkov authored
llvm-svn: 62688
-
Mikhail Glushenkov authored
Change the naming scheme for llvmc plugins so that they do not appear in 'llvm-config --libs' output. llvm-svn: 62687
-
Mikhail Glushenkov authored
llvm-svn: 62686
-
Mikhail Glushenkov authored
llvm-svn: 62685
-
Duncan Sands authored
generating debug info in the compiler. llvm-svn: 62684
-
Duncan Sands authored
this test into FrontendC to ensure that llvm-gcc is available; assemble using "llvm-gcc -xassembler" rather than "as". llvm-svn: 62683
-
Duncan Sands authored
llvm-svn: 62682
-
Sanjiv Gupta authored
llvm-svn: 62681
-
Duncan Sands authored
prototypes, in operand type legalization. No functionality change. llvm-svn: 62680
-
Owen Anderson authored
I accidentally removed this check in an earlier commit, which cause breakage in the pre alloc splitter. llvm-svn: 62678
-
Chris Lattner authored
llvm-svn: 62677
-
Chris Lattner authored
llvm-svn: 62676
-