- Dec 28, 2009
-
-
Bill Wendling authored
llvm-svn: 92179
-
Bill Wendling authored
llvm-svn: 92178
-
- Dec 26, 2009
-
-
Daniel Dunbar authored
llvm-svn: 92169
-
Daniel Dunbar authored
llvm-svn: 92168
-
Eli Friedman authored
do illegal stuff around it. No testcase because the issue is very fragile. llvm-svn: 92167
-
- Dec 25, 2009
-
-
Bill Wendling authored
llvm-svn: 92160
-
Bill Wendling authored
llvm-svn: 92159
-
Bill Wendling authored
llvm-svn: 92158
-
Bill Wendling authored
llvm-svn: 92157
-
Bill Wendling authored
llvm-svn: 92156
-
Bill Wendling authored
llvm-svn: 92155
-
John McCall authored
major bugs in long-precision conversion. llvm-svn: 92150
-
- Dec 24, 2009
-
-
Douglas Gregor authored
will be found by argument-dependent lookup. As with the previous commit, GCC is allowing ill-formed code. llvm-svn: 92146
-
Douglas Gregor authored
argument-dependent lookup can find it. This is another case where an LLVM bug (not making operator<< visible) was masked by a GCC bug (looking in the global namespace when it shouldn't). llvm-svn: 92144
-
Daniel Dunbar authored
llvm-svn: 92133
-
John McCall authored
cut the significand down to the desired precision *before* entering the core divmod loop. Makes the overall algorithm logarithmic in the exponent. There's still a lot of room for improvement here, but this gets the performance back down to acceptable-for-diagnostics levels, even for long doubles. negligible, even on long doubles. llvm-svn: 92130
-
John McCall authored
smallest-normalized-magnitude values in a given FP semantics. Provide an APFloat-to-string conversion which I am quite ready to admit could be much more efficient. llvm-svn: 92126
-
John McCall authored
order should be immune to such problems. llvm-svn: 92124
-
Dale Johannesen authored
llvm-svn: 92110
-
Chris Lattner authored
compare. On other targets we end up with a call to memcmp because we don't want 16 individual byte loads. We should be able to use movups as well, but we're failing to select the generated icmp. llvm-svn: 92107
-
David Greene authored
Change errs() to dbgs(). llvm-svn: 92099
-
Chris Lattner authored
SDISel. This optimization was causing simplifylibcalls to introduce type-unsafe nastiness. This is the first step, I'll be expanding the memcmp optimizations shortly, covering things that we really really wouldn't want simplifylibcalls to do. llvm-svn: 92098
-
David Greene authored
Change errs() to dbgs(). llvm-svn: 92097
-
David Greene authored
Change errs() to dbgs(). llvm-svn: 92096
-
David Greene authored
Change errs() to dbgs(). llvm-svn: 92094
-
David Greene authored
Change errs() to dbgs(). llvm-svn: 92093
-
David Greene authored
Change errs() to dbgs(). llvm-svn: 92092
-
David Greene authored
Change errs() to dbgs(). llvm-svn: 92091
-
David Greene authored
Change errs() to dbgs(). llvm-svn: 92088
-
David Greene authored
Change dbgs() back to errs() as Chris requested. llvm-svn: 92086
-
David Greene authored
Change dbgs() back to errs() as Chris requested. llvm-svn: 92085
-
Chris Lattner authored
llvm-svn: 92084
-
David Greene authored
Clarify how dbgs() operates. llvm-svn: 92083
-
David Greene authored
Fix a comment. llvm-svn: 92082
-
David Greene authored
Change dbgs() back to errs() for assert messages as Chris requested. llvm-svn: 92081
-
David Greene authored
Change dbgs() back to errs() for assert messages as Chris requested. llvm-svn: 92080
-
Chris Lattner authored
llvm-svn: 92079
-
David Greene authored
Change dbgs() back to errs() for assert messages as Chris requested. llvm-svn: 92077
-
- Dec 23, 2009
-
-
David Greene authored
Change dbgs() back to errs() for assert messages as Chris requested. llvm-svn: 92076
-
David Greene authored
Remove dump routine and the associated Debug.h from a header. Patch up other files to compensate. llvm-svn: 92075
-