| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove type casts that are no longer needed | Chris Lattner | 2005-12-11 | 1 | -2/+3 |
| | | | | | llvm-svn: 24661 | ||||
| * | Teach the PPC backend about the ctor and dtor list when not using __main and | Chris Lattner | 2005-12-09 | 1 | -0/+34 |
| | | | | | | | linking the entire program into one bc file. llvm-svn: 24645 | ||||
| * | No longer track value types for asm printer operands, and remove them as | Nate Begeman | 2005-11-30 | 1 | -30/+17 |
| | | | | | | | | an argument to every operand printing function. Requires some slight tweaks to x86, the only user. llvm-svn: 24541 | ||||
| * | Use generic constant pool emission code in the AsmPrinter class. | Chris Lattner | 2005-11-21 | 1 | -30/+4 |
| | | | | | llvm-svn: 24465 | ||||
| * | Use the FunctionNumber provided by the AsmPrinter class | Chris Lattner | 2005-11-21 | 1 | -19/+15 |
| | | | | | llvm-svn: 24462 | ||||
| * | Use CommentString where possible, fix a bug where aix mode wouldn't assemble | Chris Lattner | 2005-11-21 | 1 | -4/+4 |
| | | | | | | | due to basic blocks being misnamed. llvm-svn: 24459 | ||||
| * | unify the darwin and aix constant pool printers | Chris Lattner | 2005-11-21 | 1 | -48/+28 |
| | | | | | llvm-svn: 24458 | ||||
| * | Adjust to capitalized AsmPrinter method names | Chris Lattner | 2005-11-21 | 1 | -11/+11 |
| | | | | | llvm-svn: 24456 | ||||
| * | use PrivateGlobalPrefix for basic blocks | Chris Lattner | 2005-11-21 | 1 | -5/+6 |
| | | | | | llvm-svn: 24453 | ||||
| * | This is now implemented in common codegen code | Chris Lattner | 2005-11-21 | 1 | -20/+0 |
| | | | | | llvm-svn: 24446 | ||||
| * | set PrivateGlobalPrefix on darwin, use it when printing out CP references | Chris Lattner | 2005-11-21 | 1 | -7/+9 |
| | | | | | llvm-svn: 24441 | ||||
| * | only use dyld stubs if not in ppc-static mode. This completes support for | Chris Lattner | 2005-11-17 | 1 | -15/+21 |
| | | | | | | | non-static codegen. llvm-svn: 24403 | ||||
| * | refactor call operand handling to eliminate special cases from printOp. | Chris Lattner | 2005-11-17 | 1 | -19/+17 |
| | | | | | llvm-svn: 24401 | ||||
| * | disentangle call operands from branch operands a bit | Chris Lattner | 2005-11-17 | 1 | -2/+5 |
| | | | | | llvm-svn: 24400 | ||||
| * | Patch to clean up function call pseudos and support the BLA instruction, | Nate Begeman | 2005-11-16 | 1 | -0/+4 |
| | | | | | | | | which branches to an absolute address. This is required to support objc direct dispatch. llvm-svn: 24370 | ||||
| * | Make sure to use SwitchSection to switch sections so that we don't ↵ | Chris Lattner | 2005-11-15 | 1 | -2/+3 |
| | | | | | | | | | accidentally emit functions into the .const section. Whoops. llvm-svn: 24363 | ||||
| * | Handle globals with explicit alignment requests | Chris Lattner | 2005-11-14 | 1 | -4/+4 |
| | | | | | llvm-svn: 24355 | ||||
| * | Teach the PPC asmwriter to honor globals with explicit section requests. | Chris Lattner | 2005-11-14 | 1 | -22/+32 |
| | | | | | llvm-svn: 24353 | ||||
| * | Make BB and CPI labels use the function number, not the function name as a | Chris Lattner | 2005-11-10 | 1 | -19/+18 |
| | | | | | | | | uniquing id. This makes things happy when the function name is quoted, preventing labels like LBB"foo"_2. llvm-svn: 24295 | ||||
| * | Darwin supports quoted labels. This implements: | Chris Lattner | 2005-11-10 | 1 | -0/+3 |
| | | | | | | | test/Regression/CodeGen/PowerPC/darwin-labels.ll llvm-svn: 24287 | ||||
| * | Make the aix asm printer interface properly with the parent class | Chris Lattner | 2005-11-10 | 1 | -3/+3 |
| | | | | | llvm-svn: 24274 | ||||
| * | Add a flag to enable a darwin linker optimization | Chris Lattner | 2005-11-01 | 1 | -1/+7 |
| | | | | | llvm-svn: 24130 | ||||
| * | Make constant pool entries use private labels. This is important when you're | Chris Lattner | 2005-10-31 | 1 | -3/+3 |
| | | | | | | | not compiling a whole program at a time :) llvm-svn: 24129 | ||||
| * | Do not globalize internal symbols | Chris Lattner | 2005-10-28 | 1 | -1/+2 |
| | | | | | llvm-svn: 24064 | ||||
| * | Fix the JIT encoding of LWA, LD, STD, and STDU. | Chris Lattner | 2005-10-18 | 1 | -0/+4 |
| | | | | | llvm-svn: 23787 | ||||
| * | More PPC32 -> PPC changes, as well as merging some classes that were | Nate Begeman | 2005-10-16 | 1 | -3/+3 |
| | | | | | | | redundant after the change. llvm-svn: 23759 | ||||
| * | Rename PPC32*.h to PPC*.h | Chris Lattner | 2005-10-14 | 1 | -1/+1 |
| | | | | | | | This completes the grand PPC file renaming llvm-svn: 23745 | ||||
| * | Rename PowerPC*.h to PPC*.h | Chris Lattner | 2005-10-14 | 1 | -0/+712 |
| llvm-svn: 23743 | |||||

