Age | Commit message (Expand) | Author |
2005-09-01 | Align functions to 16-byte boundaries, to eliminate noise in performance meas... | Chris Lattner |
2005-09-01 | Local labels on darwin apparently start with just 'L', not .L like other | Chris Lattner |
2005-08-26 | Remove operand type 'crbit', since it is no longer used | Nate Begeman |
2005-08-22 | Nate noticed that 30% of the malloc/frees in llc come from calls to Lowercase... | Chris Lattner |
2005-08-21 | Don't print out the MBB label for the entry mbb | Chris Lattner |
2005-08-05 | Consolidate the GPOpt stuff to all use the Subtarget, instead of still | Chris Lattner |
2005-08-04 | Hack to naturally align doubles in the constant pool. Remove this once we | Nate Begeman |
2005-08-02 | Update to use the new MathExtras.h support for log2 computation. | Chris Lattner |
2005-07-26 | Wrap some long lines, fix emission of weak global variables | Chris Lattner |
2005-07-21 | Support building non-PIC | Nate Begeman |
2005-07-21 | Support assembling fsqrt on darwin. This will be implemented better when | Nate Begeman |
2005-07-20 | Generate mfocrf when targeting g5. Generate fsqrt/fsqrts when targetin g5. | Nate Begeman |
2005-07-12 | Remove some code that moved to the generic asm printer a long time ago. | Nate Begeman |
2005-07-08 | Add support for assembling .s files on mac os x for intel | Nate Begeman |
2005-04-21 | Remove trailing whitespace | Misha Brukman |
2005-04-14 | Add the necessary support to codegen condition register logical ops with | Nate Begeman |
2005-04-10 | Make sure that BRCOND branches can be converted into long branches too. | Nate Begeman |
2005-04-05 | Behold, rlwinm with certain immediate arguments is printed as the much more | Nate Begeman |
2005-03-30 | Fix external symbol printing in the AsmPrinter. Tell the ISel that we | Nate Begeman |
2005-03-15 | This mega patch converts us from using Function::a{iterator|begin|end} to | Chris Lattner |
2004-12-12 | Fix Regression/CodeGen/PowerPC/2004-12-12-ZeroSizeCommon.ll, and all programs | Chris Lattner |
2004-12-12 | CSE calls to getTypeSize. | Chris Lattner |
2004-11-27 | Remove the ISel->AsmPrinter link via the TargetMachine that was put in | Nate Begeman |
2004-11-25 | Enable optimization suggested by Chris Lattner to not emit reloc stubs for | Nate Begeman |
2004-11-14 | Handle GhostLinkage (should not ever reach the assembly printing stage!) | Misha Brukman |
2004-11-09 | Allow hbd to be bugpointable on darwin by fixing common and linkonce codegen | Nate Begeman |
2004-10-26 | Remove file that is no longer used, and move include of MRegisterInfo.h | Nate Begeman |
2004-10-23 | Align function arguments in function headers | Misha Brukman |
2004-10-17 | Generate correct stubs for weak-linked symbols | Nate Begeman |
2004-09-22 | add optimized code sequences for setcc x, 0 | Nate Begeman |
2004-09-05 | * Change PPC32AsmPrinter => PowerPCAsmPrinter since it is now shared between | Misha Brukman |
2004-09-04 | Include MathExtras.h to fix build breakage, thanks to Vladimir | Nate Begeman |
2004-09-04 | All PPC instructions are now auto-printed | Nate Begeman |
2004-09-02 | Convert remaining X-Form and Pseudo instructions over to asm writer | Nate Begeman |
2004-09-01 | Changes For Bug 352 | Reid Spencer |
2004-08-30 | Move yet more instructions over to being printed by the generated asm writer | Nate Begeman |
2004-08-21 | Fix warning | Chris Lattner |
2004-08-21 | Move XForm instructions over to the auto-generated asm writer | Nate Begeman |
2004-08-19 | Clean up floating point instruction selection. | Nate Begeman |
2004-08-18 | Rename var | Chris Lattner |
2004-08-17 | Start using alignment output routines from AsmPrinter. | Chris Lattner |
2004-08-17 | Print comments with ; | Chris Lattner |
2004-08-17 | Use the emitGlobalConstant defined in AsmPrinter | Chris Lattner |
2004-08-17 | New, more general, interface. | Chris Lattner |
2004-08-17 | PowerPC 32-/64-bit split: Part I, PPC32* bit files, adapted from former PowerPC* | Misha Brukman |
2004-08-17 | Print float constants as 4 byte values. | Chris Lattner |
2004-08-17 | Make sure to put an _ prefix on all identifiers! | Chris Lattner |
2004-08-16 | More changes to make PPC32 and X86 more similar | Chris Lattner |
2004-08-16 | Minor changes to make the diff be nothing against the X86 version | Chris Lattner |
2004-08-16 | Finegrainify namespacification | Chris Lattner |