- Mar 13, 2010
-
-
Chris Lattner authored
llvm-svn: 98429
-
Chris Lattner authored
llvm-svn: 98426
-
Chris Lattner authored
entries to not thrash std::strings and MCSymbols. llvm-svn: 98415
-
- Mar 12, 2010
-
-
Chris Lattner authored
llvm-svn: 98392
-
Chris Lattner authored
some of its callers. llvm-svn: 98388
-
Chris Lattner authored
llvm-svn: 98378
-
Chris Lattner authored
for a global instead of messing around with string buffers. llvm-svn: 98366
-
Chris Lattner authored
llvm-svn: 98365
-
Chris Lattner authored
No functionality change. llvm-svn: 98363
-
Chris Lattner authored
can get it from the context now. llvm-svn: 98361
-
Chris Lattner authored
by A.Mazur! llvm-svn: 98360
-
Jeffrey Yasskin authored
several fields to make it easier to figure out where bugs might be creeping in. llvm-svn: 98358
-
Duncan Sands authored
ppc calls copysignl with a 128 bit ppc long double, resulting in a node that the type legalizer doesn't know how to expand. llvm-svn: 98357
-
Duncan Sands authored
llvm-svn: 98348
-
Duncan Sands authored
(it seems that FreeBSD doesn't have copysignl). Done by removing a bunch of assumptions from the code. This may also help with sparc 128 bit floats. llvm-svn: 98346
-
Chris Lattner authored
whose true value was not Val#0. llvm-svn: 98336
-
Devang Patel authored
llvm-svn: 98302
-
Jakob Stoklund Olesen authored
llvm-svn: 98295
-
- Mar 11, 2010
-
-
Chris Lattner authored
llvm-svn: 98293
-
Chris Lattner authored
where we used ot create an MCSymbol for ".". Now emit an assembler temporary label and reference it instead of "." textually. rdar://7739457 llvm-svn: 98292
-
Dan Gohman authored
llvm-svn: 98289
-
Chris Lattner authored
an MCExpr and not an MCSymbol. Change it to take an MCStreamer, which is currently unused. No functionality change. llvm-svn: 98278
-
Evan Cheng authored
llvm-svn: 98277
-
Jeffrey Yasskin authored
llvm-svn: 98268
-
Richard Osborne authored
are inside the function by the target at the point of use. llvm-svn: 98255
-
Evan Cheng authored
cl = EXTRACT_SUBREG reg1024, 1, is overly conservative. It should check for overlaps of vr's live interval with the super registers of the physical register (ECX in this case) and let JoinIntervals() handle checking the coalescing feasibility against the physical register (cl in this case). llvm-svn: 98251
-
Daniel Dunbar authored
llvm-svn: 98225
-
Dale Johannesen authored
llvm-svn: 98224
-
Daniel Dunbar authored
llvm-svn: 98222
-
Jakob Stoklund Olesen authored
Move methods out of line and M-x whitespace-cleanup. Promote common method arguments to member variables. llvm-svn: 98207
-
Chris Lattner authored
when it looked past a trunc. llvm-svn: 98203
-
Dale Johannesen authored
llvm-svn: 98202
-
- Mar 10, 2010
-
-
Bill Wendling authored
indicates that an MCSymbol is external or not. (It's true if it's external.) This will be used to specify the correct information to add to non-lazy pointers. That will be explained further when this bit is used. llvm-svn: 98199
-
Dale Johannesen authored
No functional effect yet. This is still evolving and should not be viewed as final. llvm-svn: 98195
-
Dan Gohman authored
patch by Micah Villmow for PR6572. llvm-svn: 98188
-
Dale Johannesen authored
llvm-svn: 98181
-
Dale Johannesen authored
I'll get this loop right yet. llvm-svn: 98155
-
Chris Lattner authored
semantic instead of syntactic. This completes MCization of darwin/x86[-64]! llvm-svn: 98145
-
Dale Johannesen authored
llvm-svn: 98137
-
Evan Cheng authored
llvm-svn: 98132
-