- Aug 20, 2009
-
-
Sanjiv Gupta authored
llvm-svn: 79563
-
Sanjiv Gupta authored
Clone functions that are shared between the Main thread and Interrupt thread. CallSites are changed in AsmPrinter currently. A better solution would have been to modify the legalizer (SoftenFloat) to allow targets to change the name of libcalls for float operations. But that currently breaks other targets. Also, cloing of automatic variables is done AsmPrinter, a better approach would be to use the ValueMap in CloneFunction itself. llvm-svn: 79562
-
Owen Anderson authored
Reduce contention on the Attributes lock by using atomic operations for reference counting rather than locking. llvm-svn: 79560
-
Ted Kremenek authored
llvm-svn: 79559
-
Douglas Gregor authored
llvm-svn: 79558
-
Daniel Dunbar authored
llvm-svn: 79557
-
Owen Anderson authored
llvm-svn: 79555
-
Sean Callanan authored
Intel documentation. llvm-svn: 79554
-
Dan Gohman authored
over absolute addressing even in non-PIC mode (unless the address has an index or something else incompatible), because it has a smaller encoding. llvm-svn: 79553
-
Sanjiv Gupta authored
llvm-svn: 79544
-
Dan Gohman authored
the ErrorHandler callback. llvm-svn: 79541
-
Daniel Dunbar authored
llvm-svn: 79540
-
Dan Gohman authored
and hasNoSignedWrap, for consistency with the nuw and nsw properties. llvm-svn: 79539
-
Dan Gohman authored
Describing inbounds in terms of infinitely precise arithmetic prohibits the assumption address-space-sized integer arithmetic will wrap, with a wrapped-around value landing within the same object. llvm-svn: 79538
-
Fariborz Jahanian authored
A field rename and more comments. llvm-svn: 79537
-
Misha Brukman authored
llvm-svn: 79536
-
Evan Cheng authored
llvm-svn: 79535
-
Dale Johannesen authored
llvm-svn: 79534
-
Dan Gohman authored
llvm-svn: 79533
-
Dan Gohman authored
llvm-svn: 79532
-
Benjamin Kramer authored
llvm-svn: 79531
-
Sandeep Patel authored
llvm-svn: 79530
-
Mike Stump authored
to come together nicely. Still a WIP. llvm-svn: 79521
-
John McCall authored
Add syntax examples for the friend declaration types. Remove an assert trivialized by dominating code. llvm-svn: 79520
-
Douglas Gregor authored
transformation. llvm-svn: 79519
-
Chris Lattner authored
John Thompson! llvm-svn: 79518
-
Ted Kremenek authored
just as if it behaved like an init function. This fixes <rdar://problem/7129086>. llvm-svn: 79515
-
Daniel Dunbar authored
llvm-svn: 79514
-
Erick Tryzelaar authored
as that's a bit more descriptive of what we're testing for. llvm-svn: 79513
-
Daniel Dunbar authored
that is totally bogus. llvm-svn: 79512
-
Ted Kremenek authored
llvm-svn: 79511
-
Eli Friedman authored
Patch by Enea Zaffanella, with some simplifications/corrections to isPromotableBitField by me. llvm-svn: 79510
-
Zhongxing Xu authored
Although this does not make the CFG more correct, it makes the CFG more beautiful without multiple roots. llvm-svn: 79509
-
Chris Lattner authored
llvm-svn: 79508
-
Zhongxing Xu authored
Otherwise we get a wrong CFG. llvm-svn: 79507
-
Mike Stump authored
this, but need to fixup the actual offset value before I can check it in. WIP. llvm-svn: 79506
-
Dan Gohman authored
error handling mechanisms. Please correct these if I've misunderstood something. llvm-svn: 79505
-
John McCall authored
llvm-svn: 79504
-
Dan Gohman authored
a few typos. llvm-svn: 79503
-
Zhongxing Xu authored
llvm-svn: 79502
-