Age | Commit message (Expand) | Author |
2005-12-16 | Added source file/line correspondence for dwarf (PowerPC only at this point.) | Jim Laskey |
2005-12-16 | Weak and linkonce global vars should still have a .globl emitted for them | Chris Lattner |
2005-12-16 | Update the darwin handling of linkonce & weak functions and GV stubs. This | Chris Lattner |
2005-12-13 | Use the shared asmprinter code for printing special llvm globals | Chris Lattner |
2005-12-13 | reindent a loop, unswitch a loop. No functionality changes | Chris Lattner |
2005-12-11 | Remove type casts that are no longer needed | Chris Lattner |
2005-12-09 | Teach the PPC backend about the ctor and dtor list when not using __main and | Chris Lattner |
2005-11-30 | No longer track value types for asm printer operands, and remove them as | Nate Begeman |
2005-11-21 | Use generic constant pool emission code in the AsmPrinter class. | Chris Lattner |
2005-11-21 | Use the FunctionNumber provided by the AsmPrinter class | Chris Lattner |
2005-11-21 | Use CommentString where possible, fix a bug where aix mode wouldn't assemble | Chris Lattner |
2005-11-21 | unify the darwin and aix constant pool printers | Chris Lattner |
2005-11-21 | Adjust to capitalized AsmPrinter method names | Chris Lattner |
2005-11-21 | use PrivateGlobalPrefix for basic blocks | Chris Lattner |
2005-11-21 | This is now implemented in common codegen code | Chris Lattner |
2005-11-21 | set PrivateGlobalPrefix on darwin, use it when printing out CP references | Chris Lattner |
2005-11-17 | only use dyld stubs if not in ppc-static mode. This completes support for | Chris Lattner |
2005-11-17 | refactor call operand handling to eliminate special cases from printOp. | Chris Lattner |
2005-11-17 | disentangle call operands from branch operands a bit | Chris Lattner |
2005-11-16 | Patch to clean up function call pseudos and support the BLA instruction, | Nate Begeman |
2005-11-15 | Make sure to use SwitchSection to switch sections so that we don't accidental... | Chris Lattner |
2005-11-14 | Handle globals with explicit alignment requests | Chris Lattner |
2005-11-14 | Teach the PPC asmwriter to honor globals with explicit section requests. | Chris Lattner |
2005-11-10 | Make BB and CPI labels use the function number, not the function name as a | Chris Lattner |
2005-11-10 | Darwin supports quoted labels. This implements: | Chris Lattner |
2005-11-10 | Make the aix asm printer interface properly with the parent class | Chris Lattner |
2005-11-01 | Add a flag to enable a darwin linker optimization | Chris Lattner |
2005-10-31 | Make constant pool entries use private labels. This is important when you're | Chris Lattner |
2005-10-28 | Do not globalize internal symbols | Chris Lattner |
2005-10-18 | Fix the JIT encoding of LWA, LD, STD, and STDU. | Chris Lattner |
2005-10-16 | More PPC32 -> PPC changes, as well as merging some classes that were | Nate Begeman |
2005-10-14 | Rename PPC32*.h to PPC*.h | Chris Lattner |
2005-10-14 | Rename PowerPC*.h to PPC*.h | Chris Lattner |
2005-10-14 | Nuke the PowerPCTargetMachine.h header. Note that the PowerPCTargetMachine | Chris Lattner |
2005-10-14 | Eliminate PowerPC.td and PPC32.td, consolidating them into PPC.td | Chris Lattner |
2005-10-14 | Like the comment says... | Chris Lattner |
2005-10-14 | Nuke PowerPCInstrFormats.h, its contents are dead. Remove the definitions | Chris Lattner |
2005-10-03 | Speed up the asm printer a lot by not printing formatted LLVM asm output | Chris Lattner |
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 |