- Apr 17, 2008
-
-
Argyrios Kyrtzidis authored
llvm-svn: 49853
-
Duncan Sands authored
the end. It is now run at the same moment as in llvm-gcc. Also, run StripDeadPrototypes at the end, just before running DeadTypeElimination. This may be useful when doing LTO. Note that llvm-gcc runs StripDeadPrototypes but not DeadTypeElimination. llvm-svn: 49848
-
Roman Levenstein authored
llvm-svn: 49844
-
Evan Cheng authored
Be more careful with insert_subreg and extract_subreg where either source or destination operand has already been coalesced with another register that's defined by a insert_subreg or extract_subreg. llvm-svn: 49843
-
Owen Anderson authored
llvm-svn: 49842
-
Bill Wendling authored
llvm-svn: 49841
-
Dan Gohman authored
llvm-svn: 49839
-
Scott Michel authored
llvm-svn: 49838
-
Chris Lattner authored
but we want some javascript or something toggle their display. llvm-svn: 49836
-
Evan Cheng authored
llvm-svn: 49832
-
Scott Michel authored
wee problem in Xcode 2.[45]/gcc 4.0.1. llvm-svn: 49831
-
Evan Cheng authored
llvm-svn: 49830
-
Chris Lattner authored
preprocessor directives. llvm-svn: 49828
-
Chris Lattner authored
correctly handle multi-line comments. llvm-svn: 49827
-
Ted Kremenek authored
llvm-svn: 49826
-
Chris Lattner authored
yet, but it will soon... llvm-svn: 49825
-
Ted Kremenek authored
llvm-svn: 49824
-
Ted Kremenek authored
a node, not the state of the predecessor. llvm-svn: 49823
-
Dale Johannesen authored
llvm-svn: 49822
-
Fariborz Jahanian authored
llvm-svn: 49821
-
- Apr 16, 2008
-
-
Dan Gohman authored
llvm-svn: 49820
-
Fariborz Jahanian authored
llvm-svn: 49819
-
Ted Kremenek authored
Refactored LiveVariables to use getTerminatorCondition() in VisitTerminator(). Bug fix: CFG now computes Block-level expression numbers using information from block terminators. This fixes <rdar://problem/5868189>. llvm-svn: 49818
-
Fariborz Jahanian authored
just as they are declared in objc classes. llvm-svn: 49817
-
Chris Lattner authored
llvm-svn: 49816
-
Chris Lattner authored
with the Lexer. This is cheaper and gives us some advantages. For now we start highlighting preprocessor directives (which need improvement), and disable comments. Comments to be restored later. llvm-svn: 49815
-
Nicolas Geoffray authored
Correlate stubs with functions in JIT: when emitting a stub, the JIT tells the memory manager which function the stub will resolve. llvm-svn: 49814
-
Eric Christopher authored
llvm-svn: 49813
-
Ted Kremenek authored
llvm-svn: 49812
-
Ted Kremenek authored
represent possible stores to "Unknown." llvm-svn: 49811
-
Evan Cheng authored
llvm-svn: 49810
-
Nicolas Geoffray authored
Infrastructure for getting the machine code size of a function and an instruction. X86, PowerPC and ARM are implemented llvm-svn: 49809
-
Evan Cheng authored
llvm-svn: 49808
-
Evan Cheng authored
llvm-svn: 49807
-
Ted Kremenek authored
llvm-svn: 49806
-
Ted Kremenek authored
llvm-svn: 49805
-
Ted Kremenek authored
llvm-svn: 49804
-
Bill Wendling authored
Patch by Mikhail Glushenkov! llvm-svn: 49803
-
Evan Cheng authored
llvm-svn: 49802
-
Ted Kremenek authored
to the plug-in GRTransferFuncs object. llvm-svn: 49801
-