- Oct 28, 2004
-
-
Reid Spencer authored
llvm-svn: 17284
-
- Oct 27, 2004
-
-
Chris Lattner authored
and work better with VC++. Patch contributed by Morten Ofstad! llvm-svn: 17281
-
Nate Begeman authored
Move destructor out of line to avoid vtable emission in every file that includes the header. Thanks to sabre. llvm-svn: 17278
-
Chris Lattner authored
http://mail.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20041018/019708.html exposed ANOTHER latent bug in this xform, which caused Prolangs-C/bison to fill the zion nightly tester disk up and make the tester barf. This is obviously not a good thing, so lets fix this bug shall we? :) llvm-svn: 17276
-
Nate Begeman authored
llvm-svn: 17275
-
Chris Lattner authored
llvm-svn: 17270
-
- Oct 26, 2004
-
-
Chris Lattner authored
the strings for basic block labels in some cases. This amounted to about 120K of memory for namd, a medium sized program. llvm-svn: 17262
-
Chris Lattner authored
llvm-svn: 17260
-
Chris Lattner authored
llvm-svn: 17253
-
Chris Lattner authored
Patch contributed by Morten Ofstad llvm-svn: 17251
-
Nate Begeman authored
SkeletonGenRegisterInfo.h.inc llvm-svn: 17245
-
Nate Begeman authored
from PowerPCFrameInfo.h to PowerPCAsmPrinter.cpp where it is actually needed. llvm-svn: 17244
-
Nate Begeman authored
llvm-svn: 17240
-
Chris Lattner authored
llvm-svn: 17239
-
Chris Lattner authored
llvm-svn: 17238
-
Nate Begeman authored
llvm-svn: 17235
-
Nate Begeman authored
allow and const, 0 to be incorrectly codegen'd into a rlwinm instruction. llvm-svn: 17234
-
Reid Spencer authored
llvm-svn: 17233
-
- Oct 25, 2004
-
-
Chris Lattner authored
llvm-svn: 17230
-
Chris Lattner authored
llvm-svn: 17221
-
Chris Lattner authored
llvm-svn: 17220
-
Chris Lattner authored
llvm-svn: 17219
-
Chris Lattner authored
llvm-svn: 17218
-
Chris Lattner authored
contributed by Morten Ofstad llvm-svn: 17217
-
John Criswell authored
llvm-svn: 17216
-
Chris Lattner authored
llvm-svn: 17215
-
Chris Lattner authored
llvm-svn: 17214
-
John Criswell authored
destination basic block are copied. llvm-svn: 17212
-
- Oct 24, 2004
-
-
Nate Begeman authored
by the recently committed rlwimi.ll test file. Also commit initial code for bitfield extract, although it is turned off until fully debugged. llvm-svn: 17207
-
Chris Lattner authored
llvm-svn: 17201
-
Alkis Evlogimenos authored
llvm-svn: 17199
-
Alkis Evlogimenos authored
llvm-svn: 17196
-
Misha Brukman authored
* Stop the confusion of using rv and Addr for global addresses: just use rv llvm-svn: 17195
-
- Oct 23, 2004
-
-
Misha Brukman authored
llvm-svn: 17193
-
Misha Brukman authored
* Convert register numbers from their opcode value to the real value, e.g. PPC::R1 => 1 and PPC::F1 => 1 * Add correct handling of loading of global values which are PC-relative -- implement ha16() and lo16() llvm-svn: 17190
-
Misha Brukman authored
be listed second as that is how the instructions are usually created (and is the correct asm syntax) so that it's assembled correctly from its constituents llvm-svn: 17183
-
Misha Brukman authored
The decimal value given in the manual (8 or 9) really needs to be multiplied by a factor of 32 because of the group of 5 zero bits after the register code. llvm-svn: 17182
-
Misha Brukman authored
llvm-svn: 17181
-
Misha Brukman authored
llvm-svn: 17180
-
Misha Brukman authored
llvm-svn: 17178
-