| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename PowerPC*.h to PPC*.h | Chris Lattner | 2005-10-14 | 1 | -712/+0 |
* | Nuke the PowerPCTargetMachine.h header. Note that the PowerPCTargetMachine | Chris Lattner | 2005-10-14 | 1 | -1/+1 |
* | Eliminate PowerPC.td and PPC32.td, consolidating them into PPC.td | Chris Lattner | 2005-10-14 | 1 | -10/+10 |
* | Like the comment says... | Chris Lattner | 2005-10-14 | 1 | -6/+0 |
* | Nuke PowerPCInstrFormats.h, its contents are dead. Remove the definitions | Chris Lattner | 2005-10-14 | 1 | -0/+7 |
* | Speed up the asm printer a lot by not printing formatted LLVM asm output | Chris Lattner | 2005-10-03 | 1 | -9/+3 |
* | Align functions to 16-byte boundaries, to eliminate noise in performance meas... | Chris Lattner | 2005-09-01 | 1 | -1/+1 |
* | Local labels on darwin apparently start with just 'L', not .L like other | Chris Lattner | 2005-09-01 | 1 | -2/+2 |
* | Remove operand type 'crbit', since it is no longer used | Nate Begeman | 2005-08-26 | 1 | -8/+0 |
* | Nate noticed that 30% of the malloc/frees in llc come from calls to Lowercase... | Chris Lattner | 2005-08-22 | 1 | -2/+2 |
* | Don't print out the MBB label for the entry mbb | Chris Lattner | 2005-08-21 | 1 | -2/+6 |
* | Consolidate the GPOpt stuff to all use the Subtarget, instead of still | Chris Lattner | 2005-08-05 | 1 | -1/+3 |
* | Hack to naturally align doubles in the constant pool. Remove this once we | Nate Begeman | 2005-08-04 | 1 | -1/+6 |
* | Update to use the new MathExtras.h support for log2 computation. | Chris Lattner | 2005-08-02 | 1 | -1/+1 |
* | Wrap some long lines, fix emission of weak global variables | Chris Lattner | 2005-07-26 | 1 | -8/+9 |
* | Support building non-PIC | Nate Begeman | 2005-07-21 | 1 | -11/+31 |
* | Support assembling fsqrt on darwin. This will be implemented better when | Nate Begeman | 2005-07-21 | 1 | -0/+9 |
* | Generate mfocrf when targeting g5. Generate fsqrt/fsqrts when targetin g5. | Nate Begeman | 2005-07-20 | 1 | -14/+23 |
* | Remove some code that moved to the generic asm printer a long time ago. | Nate Begeman | 2005-07-12 | 1 | -84/+0 |
* | Add support for assembling .s files on mac os x for intel | Nate Begeman | 2005-07-08 | 1 | -1/+0 |
* | Remove trailing whitespace | Misha Brukman | 2005-04-21 | 1 | -39/+39 |
* | Add the necessary support to codegen condition register logical ops with | Nate Begeman | 2005-04-14 | 1 | -0/+20 |
* | Make sure that BRCOND branches can be converted into long branches too. | Nate Begeman | 2005-04-10 | 1 | -1/+1 |
* | Behold, rlwinm with certain immediate arguments is printed as the much more | Nate Begeman | 2005-04-05 | 1 | -0/+22 |
* | Fix external symbol printing in the AsmPrinter. Tell the ISel that we | Nate Begeman | 2005-03-30 | 1 | -1/+7 |
* | This mega patch converts us from using Function::a{iterator|begin|end} to | Chris Lattner | 2005-03-15 | 1 | -5/+5 |
* | Fix Regression/CodeGen/PowerPC/2004-12-12-ZeroSizeCommon.ll, and all programs | Chris Lattner | 2004-12-12 | 1 | -0/+1 |
* | CSE calls to getTypeSize. | Chris Lattner | 2004-12-12 | 1 | -3/+2 |
* | Remove the ISel->AsmPrinter link via the TargetMachine that was put in | Nate Begeman | 2004-11-27 | 1 | -3/+2 |
* | Enable optimization suggested by Chris Lattner to not emit reloc stubs for | Nate Begeman | 2004-11-25 | 1 | -17/+14 |
* | Handle GhostLinkage (should not ever reach the assembly printing stage!) | Misha Brukman | 2004-11-14 | 1 | -0/+3 |
* | Allow hbd to be bugpointable on darwin by fixing common and linkonce codegen | Nate Begeman | 2004-11-09 | 1 | -3/+4 |
* | Remove file that is no longer used, and move include of MRegisterInfo.h | Nate Begeman | 2004-10-26 | 1 | -0/+1 |
* | Align function arguments in function headers | Misha Brukman | 2004-10-23 | 1 | -5/+4 |
* | Generate correct stubs for weak-linked symbols | Nate Begeman | 2004-10-17 | 1 | -2/+3 |
* | add optimized code sequences for setcc x, 0 | Nate Begeman | 2004-09-22 | 1 | -2/+2 |
* | * Change PPC32AsmPrinter => PowerPCAsmPrinter since it is now shared between | Misha Brukman | 2004-09-05 | 1 | -12/+13 |
* | Renamed PPC32AsmPrinter.cpp => PowerPCAsmPrinter.cpp as the Darwin and AIX asm | Misha Brukman | 2004-09-05 | 1 | -0/+710 |
* | Breaking up the PowerPC target into 32- and 64-bit subparts, Part III: the rest. | Misha Brukman | 2004-08-11 | 1 | -735/+0 |
* | Renamed PPC32 (namespace for regs, opcodes) to PPC to include 64-bit targets | Misha Brukman | 2004-08-10 | 1 | -23/+23 |
* | CodePrinter -> AsmPrinter | Misha Brukman | 2004-08-09 | 1 | -3/+3 |
* | getValues does not exist | Chris Lattner | 2004-08-04 | 1 | -7/+5 |
* | Minor corrections | Chris Lattner | 2004-07-28 | 1 | -2/+2 |
* | Find longs by type, not by their primitive size being 64. Patch by Nate Begeman. | Misha Brukman | 2004-07-28 | 1 | -1/+1 |
* | Fix printing of immediate operands by looking at their operand types in | Misha Brukman | 2004-07-28 | 1 | -15/+26 |
* | Correctly print out long branches, assert on finding pseudo instr COND_BRANCH | Misha Brukman | 2004-07-27 | 1 | -1/+12 |
* | Increment the label number in runOnFunction() rather than while printing out | Misha Brukman | 2004-07-26 | 1 | -11/+10 |
* | Simplify boolean test. | Misha Brukman | 2004-07-23 | 1 | -1/+1 |
* | * Codegen of GEPs dramatically improved by folding multiplies and adds | Misha Brukman | 2004-07-23 | 1 | -25/+31 |
* | * Fix printing of signed immediate values (Nate Begeman) | Misha Brukman | 2004-07-21 | 1 | -7/+29 |