- Mar 11, 2009
-
-
Duncan Sands authored
llvm-svn: 66653
-
Duncan Sands authored
llvm-svn: 66652
-
Duncan Sands authored
linkage: this linkage type only applies to declarations, but ODR is only relevant to globals with definitions. llvm-svn: 66650
-
Zhongxing Xu authored
llvm-svn: 66649
-
Nate Begeman authored
variety. For example, an i64 div might turn into a call to __divdi3 during legalization. llvm-svn: 66646
-
Mon P Wang authored
llvm-svn: 66645
-
Ted Kremenek authored
llvm-svn: 66643
-
Chris Lattner authored
llvm-svn: 66642
-
Chris Lattner authored
alignment of the generated constant pool entry to the desired alignment of a type. If we don't do this, we end up trying to do movsd from 4-byte alignment memory. This fixes 450.soplex and 456.hmmer. llvm-svn: 66641
-
Ted Kremenek authored
offset may be different that the base. Ultimately we need a better solution for these issues, but this point-by-point fixes are gradually outlining the scope of the problem. llvm-svn: 66638
-
Ted Kremenek authored
llvm-svn: 66637
-
Ted Kremenek authored
llvm-svn: 66636
-
Chris Lattner authored
llvm-svn: 66635
-
Ted Kremenek authored
return an unsigned integer for a null pointer value. llvm-svn: 66630
-
Ted Kremenek authored
llvm-svn: 66629
-
Ted Kremenek authored
values. Indicating this in 'canReasonAbout' allows GRExprEngine to recover path-sensitivity in some cases. llvm-svn: 66628
-
Ted Kremenek authored
path-sensitivity, beyond checking to see if the value is "unknown" also check if the ConstraintManager can handle the SVal. This allows us to recover some path-sensitivity by actually discarding some information. llvm-svn: 66627
-
Ted Kremenek authored
llvm-svn: 66626
-
Ted Kremenek authored
llvm-svn: 66625
-
Ted Kremenek authored
a ConstraintManager can usefully reason about the given SVal. llvm-svn: 66624
-
Ted Kremenek authored
deletes all registered BugTypes from BugReporter, and thus we need to display the graph first. llvm-svn: 66623
-
Ted Kremenek authored
llvm-svn: 66622
-
Ted Kremenek authored
llvm-svn: 66621
-
Anders Carlsson authored
llvm-svn: 66620
-
Chris Lattner authored
with "clang t.i s.i" where the .i files contain line markers. rdar://6667812 llvm-svn: 66619
-
Chris Lattner authored
llvm-svn: 66618
-
Ted Kremenek authored
Remove space-break that interrupts one string literal. This is fine in C, but not in TableGen files. llvm-svn: 66616
-
Fariborz Jahanian authored
Work in progress. llvm-svn: 66615
-
Chris Lattner authored
llvm-svn: 66614
-
Daniel Dunbar authored
llvm-svn: 66613
-
Bill Wendling authored
llvm-svn: 66611
-
Evan Cheng authored
1. Use the same value# to represent unknown values being merged into sub-registers. 2. When coalescer commute an instruction and the destination is a physical register, update its sub-registers by merging in the extended ranges. llvm-svn: 66610
-
Bill Wendling authored
llvm-svn: 66607
-
Chris Lattner authored
Sema/asm.c:64:9: error: invalid % escape in inline assembly string asm("%!" : ); // expected-error {{invalid % escape in inline assembly string}} ~~^~ llvm-svn: 66606
-
Chris Lattner authored
llvm-svn: 66605
-
Daniel Dunbar authored
llvm-svn: 66604
-
Daniel Dunbar authored
llvm-svn: 66603
-
Mon P Wang authored
llvm-svn: 66602
-
Douglas Gregor authored
translation unit. Thread the various declarations of variables via VarDecl::getPreviousDeclaration. llvm-svn: 66601
-
Daniel Dunbar authored
- Replace assorted -ccc-host-* options by -ccc-host-triple which is more sane. llvm-svn: 66600
-