Age | Commit message (Expand) | Author |
2010-11-14 | move all the target's asmprinters into the main target. The piece | Chris Lattner |
2010-07-20 | Fix PR7174, a couple o Mips fixes: | Bruno Cardoso Lopes |
2010-06-02 | Remove the TargetRegisterClass member from CalleeSavedInfo | Rafael Espindola |
2010-05-14 | Rename "HasCalls" in MachineFrameInfo to "AdjustsStack" to better describe what | Bill Wendling |
2010-05-01 | fix some inconsistent line endings, patch by Jakub Staszak! | Chris Lattner |
2010-04-27 | Use MachineOperand::is* predicates. | Devang Patel |
2010-04-07 | add newlines at end of files. | Chris Lattner |
2010-04-05 | Disambiguate else. | Benjamin Kramer |
2010-04-05 | prune some #includes. | Chris Lattner |
2010-04-04 | Momentous day: remove the "O" member from AsmPrinter. Now all | 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 | Fix LLVM build when the user specifies CPPFLAGS on the make command line. | Jeffrey Yasskin |
2010-03-12 | inline GetGlobalValueSymbol into the rest its callers and | Chris Lattner |
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-27 | switch mips to use the shared EmitFunctionHeader() function | 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-24 | make -fno-rtti the default unless a directory builds with REQUIRES_RTTI. | Chris Lattner |
2010-01-22 | Stop building RTTI information for *most* llvm libraries. Notable | Chris Lattner |
2010-01-19 | Now that we have everything nicely factored (e.g. asmprinter is not | Chris Lattner |
2010-01-19 | simplify the mips target to print .size and .type for c strings | Chris Lattner |
2010-01-17 | now that MCSymbol::print doesn't use it's MAI argument, we can | Chris Lattner |
2010-01-16 | MCize a bunch more stuff, eliminating a lot of uses of the mangler | Chris Lattner |
2009-11-19 | - Add sugregister logic to handle f64=(f32,f32). | Bruno Cardoso Lopes |
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 | Add a new virtual EmitStartOfAsmFile method to the AsmPrinter and use this | 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 |
2009-09-13 | replace printBasicBlockLabel with EmitBasicBlockStart, | Chris Lattner |
2009-09-13 | convert some uses of printBasicBlockLabel to use GetMBBSymbol | Chris Lattner |
2009-09-09 | remove DebugLoc from MCInst and eliminate "Comment printing" from | Chris Lattner |
2009-09-01 | Reapply 80278 | Bruno Cardoso Lopes |
2009-08-27 | Revert 80278 for now, it caused a lot of MIPS tests to fail | Bruno Cardoso Lopes |
2009-08-27 | Revamp our friend Mips :) | Bruno Cardoso Lopes |