Age | Commit message (Expand) | Author |
2010-11-14 | move all the target's asmprinters into the main target. The piece | Chris Lattner |
2010-07-16 | Avoid isMoveInstr when printing XCore pseudo-moves. | Jakob Stoklund Olesen |
2010-07-01 | Implement the "linker_private_weak" linkage type. This will be used for | Bill Wendling |
2010-06-29 | Revert r107205 and r107207. | Bill Wendling |
2010-06-29 | Introducing the "linker_weak" linkage type. This will be used for Objective-C | Bill Wendling |
2010-04-28 | further simplify EmitAlignment by eliminating the | Chris Lattner |
2010-04-07 | rename llvm::llvm_report_error -> llvm::report_fatal_error | Chris Lattner |
2010-04-05 | implement EmitFunctionEntryLabel to emit the .cc_top directive, | Chris Lattner |
2010-04-05 | just have all targets create the DwarfWriter. | Chris Lattner |
2010-04-05 | simplify various getAnalysisUsage implementations. | Chris Lattner |
2010-04-04 | Momentous day: remove the "O" member from AsmPrinter. Now all | Chris Lattner |
2010-04-04 | mc'ize the remaining uses of O. | Chris Lattner |
2010-04-04 | mcize a bunch more stuff, using EmitRawText for things we | Chris Lattner |
2010-04-04 | convert the non-MCInstPrinter'ized EmitInstruction | Chris Lattner |
2010-04-04 | fix PrintAsmOperand and PrintAsmMemoryOperand to pass down | Chris Lattner |
2010-04-04 | change a ton of code to not implicitly use the "O" raw_ostream | Chris Lattner |
2010-03-13 | eliminate the now-unneeded context argument of MBB::getSymbol() | Chris Lattner |
2010-03-13 | rearrange MCContext ownership. Before LLVMTargetMachine created it | Chris Lattner |
2010-03-12 | inline GetGlobalValueSymbol into the rest its callers and | Chris Lattner |
2010-02-23 | Lower BR_JT on the XCore to a jump into a series of jump instructions. | Richard Osborne |
2010-02-10 | print all the newlines at the end of instructions with | Chris Lattner |
2010-02-03 | rejigger the world so that EmitInstruction prints the \n at | Chris Lattner |
2010-02-02 | refactor code so that LLVMTargetMachine creates the asmstreamer and | Chris Lattner |
2010-01-28 | convert the last 3 targets to use EmitFunctionBody() now that | Chris Lattner |
2010-01-28 | Switch MSP430, SPU, Sparc, and SystemZ to use EmitFunctionBody(). | Chris Lattner |
2010-01-28 | Remove the argument from EmitJumpTableInfo, because it doesn't need it. | Chris Lattner |
2010-01-28 | Drop the argument to AsmPrinter::EmitConstantPool and make it virtual. | Chris Lattner |
2010-01-27 | Kill ModuleProvider and ghost linkage by inverting the relationship between | Jeffrey Yasskin |
2010-01-27 | Switch MSP430, CellSPU, SystemZ, Darwin/PPC, Alpha, and Sparc to | Chris Lattner |
2010-01-26 | Eliminate SetDirective, and replace it with HasSetDirective. | Chris Lattner |
2010-01-26 | add a new MachineBasicBlock::getSymbol method, replacing | Chris Lattner |
2010-01-26 | don't bother setting the AsmPrinter::MF ivar, now that | Chris Lattner |
2010-01-25 | eliminate redundant argument to EmitJumpTableInfo | Chris Lattner |
2010-01-22 | add missing break, PR6114, patch by M Wahab. | Chris Lattner |
2010-01-20 | reduce redundant are's. | Chris Lattner |
2010-01-19 | eliminate AsmPrinter::EmitZeros: just use MCStreamer directly. | Chris Lattner |
2010-01-19 | Now that we have everything nicely factored (e.g. asmprinter is not | Chris Lattner |
2010-01-17 | now that MCSymbol::print doesn't use it's MAI argument, we can | Chris Lattner |
2010-01-16 | eliminate uses of mangler and simplify code. | Chris Lattner |
2010-01-16 | MCize a bunch more stuff, eliminating a lot of uses of the mangler | Chris Lattner |
2009-11-18 | Add XCore support for indirectbr / blockaddress. | Richard Osborne |
2009-11-13 | Move DebugInfo checks into EmitComments and remove them from | David Greene |
2009-10-25 | Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces. | Nick Lewycky |
2009-10-06 | Instead of printing unnecessary basic block labels as labels in | Dan Gohman |
2009-10-06 | Update processDebugLoc() so that it can be used to process debug info before ... | Devang Patel |
2009-09-30 | Use MachineInstr as an processDebugLoc() argument. | Devang Patel |
2009-09-30 | The AsmPrinter base class contains a DwarfWriter member, so there's no need | Bob Wilson |
2009-09-13 | remove all but one reference to TargetRegisterDesc::AsmName. | Chris Lattner |
2009-09-13 | the tblgen produced 'getRegisterName' method does not access | Chris Lattner |
2009-09-13 | make tblgen produce a function that returns the name for a physreg. | Chris Lattner |