simplify code.
[oota-llvm.git] / include / llvm / CodeGen /
2010-02-01 Nate BegemanKill the Mach-O writer, and temporarily make filetype...
2010-02-01 Duncan SandsDo an early exit when the result is known cheaply.
2010-01-28 Bill WendlingAssign the ordering of SDNodes in a much less intrusive...
2010-01-28 Chris Lattneradd target hooks for emitting random gunk before and...
2010-01-28 Jim GrosbachUpdate of 94055 to track the IR level call site informa...
2010-01-28 Chris LattnerGive AsmPrinter the most common expected implementation of
2010-01-28 Chris LattnerRemove the argument from EmitJumpTableInfo, because...
2010-01-28 Chris LattnerDrop the argument to AsmPrinter::EmitConstantPool and...
2010-01-28 Chris Lattnerrename printVisibility to EmitVisibility and make it...
2010-01-27 Chris Lattneradd a helper function for bumping up the alignment...
2010-01-27 Chris Lattneradd a new AsmPrinter::EmitFunctionEntryLabel virtual...
2010-01-26 Chris Lattnerpull linkage emission code out to a new EmitLinkage...
2010-01-26 Chris Lattnerremove a noop function.
2010-01-26 Chris Lattnernow that enough stuff is constified, move function...
2010-01-26 Chris Lattnerconstify a bunch of dwarf stuff now that the registerin...
2010-01-26 Chris LattnerNow that printPICJumpTableSetLabel is not overloaded,
2010-01-26 Chris LattnerMove getJTISymbol from MachineJumpTableInfo to MachineF...
2010-01-26 Chris Lattneradd a new MachineJumpTableInfo::getJTISymbol method,
2010-01-26 Chris Lattnerrename printPICJumpTableEntry -> EmitJumpTableEntry,
2010-01-26 Chris Lattneradd a new MachineBasicBlock::getSymbol method, replacing
2010-01-26 Chris Lattnermake MachineFunction keep track of its ID and make
2010-01-26 Chris LattnerAdd support for target-specific 32-bit custom-lowered
2010-01-25 Chris LattnerRearrange handling of jump tables. Highlights:
2010-01-25 Chris Lattnereliminate redundant argument to EmitJumpTableInfo
2010-01-25 Chris Lattnerhandle the _set_ symbol with an MCSymbol.
2010-01-25 Chris Lattnersink an arm specific method out of asmprinter into...
2010-01-25 Chris Lattnermcstreamerize .file and .file. This also fixes an...
2010-01-23 Bill WendlingRemove the '-disable-scheduling' flag and replace it...
2010-01-23 Chris Lattnermcize visibility directives.
2010-01-23 Chris LattnerChange constantexpr global variable initializers to...
2010-01-23 Chris Lattnermcize jump table and constant pool entry labels, .local...
2010-01-23 Chris Lattneremit .ascii and .asciz through MCStreamer.
2010-01-23 Chris Lattnerremove one form of EmitString, just use EmitBytes inste...
2010-01-22 Chris Lattnermove "EOL" from asmprinter to dwarfprinter. It should...
2010-01-22 Chris Lattnermove uleb printing from asmprinter to dwarfprinter...
2010-01-22 Chris Lattnermove sleb printing out of asmprinter into dwarf printer...
2010-01-22 Chris Lattnerinline away the trivial AsmPrinter::EOL() method.
2010-01-22 Chris Lattnerinline AsmPrinter::PrintHex into its two trivial callers.
2010-01-22 Chris Lattnerchange this to be a static function instead of a method...
2010-01-21 Jim Grosbachback this out for now. Growing Function is not good.
2010-01-21 Chris Lattnerremove a couple of asserts that use RTTI.
2010-01-21 Jim GrosbachMake sure that landing pad entries in the EH call site...
2010-01-20 Dale Johannesenmake findDebugLoc a class method
2010-01-20 David GreeneWhen XDEBUG is enabled, check for SelectionDAG cycles...
2010-01-20 Chris Lattnerinline and radically simplify printDataDirective. ...
2010-01-20 Chris Lattnersignficant cleanups to EmitGlobalConstant (including...
2010-01-20 Dale JohannesenMove findDebugLoc somewhere more central. Fix
2010-01-19 Chris Lattnereliminate AsmPrinter::EmitZeros: just use MCStreamer...
2010-01-19 David GreeneAdd some new debugging APIs to print out "raw" Selectio...
2010-01-19 Chris Lattnerrefactor code to be static functions instead of methods...
2010-01-19 Jim GrosbachFor aligned load/store instructions, it's only required...
2010-01-19 Devang PatelAvoid including DebugInfo.h in AsmPrinter.h
2010-01-19 Chris LattnerNow that we have everything nicely factored (e.g. asmpr...
2010-01-19 Chris Lattnerhoist handling of external globals and special globals...
2010-01-18 Chris LattnerChange CurrentFnSym to be a non-const pointer since...
2010-01-17 Benjamin KramerSwitch some functions to take Twines, eliminate uses...
2010-01-16 Chris Lattnerrename GetPrivateGlobalValueSymbolStub -> GetSymbolWith...
2010-01-16 Devang PatelReplace DebugLocTuple with DILocation.
2010-01-16 Chris LattnerCurrentFnName is now dead, remove it.
2010-01-16 Chris Lattnerremove the string form of printVisibility.
2010-01-15 Chris Lattnersupplement CurrentFnName with CurrentFnSym, which will...
2010-01-15 Chris Lattneradd a version of AsmPrinter::printVisibility that takes...
2010-01-15 Dale JohannesenRemove unneeded argument per review.
2010-01-15 Chris Lattneradd another helper
2010-01-15 Chris Lattneradd a AsmPrinter::GetGlobalValueSymbol and GetExternalS...
2010-01-15 Dan GohmanAdd comments to the dump() and dumpr() routines.
2010-01-15 David GreeneAdd some debug routines to SelectionDAG to dump full...
2010-01-15 Nate BegemanHook up llc's -filetype=obj to use MCStreamer if an...
2010-01-13 Evan ChengAdd a quick pass to optimize sign / zero extension...
2010-01-13 Dale JohannesenFurther progration of metadata operands. The
2010-01-12 Dale JohannesenAdd MO_Metadata as an operand kind. Not used yet.
2010-01-07 Jakob Stoklund OlesenAdd comments.
2010-01-06 Evan ChengTeach dag combine to fold the following transformation...
2010-01-06 Jakob Stoklund OlesenAdd <imp-def> and <imp-kill> operands when replacing...
2010-01-05 Dan GohmanDon't use the ISD::NodeType enum for SDNode opcodes...
2010-01-05 Dan GohmanRestore dump() methods to Loop and MachineLoop.
2010-01-05 Dan GohmanChange SelectCode's argument from SDValue to SDNode...
2010-01-05 Dan GohmanSimplify this code; avoid duplicating the low-level...
2010-01-05 Dan GohmanFix a typo in a comment.
2009-12-28 Chris LattnerMetadata.h doesn't need to include ValueHandle.h anymore.
2009-12-22 Lang HamesChanged slot index ranges for MachineBasicBlocks to...
2009-12-21 Bill Wendling- Add a bit more plumbing assigning an order to SDNodes.
2009-12-21 Bill WendlingPlace SDNodeOrdering.h in the directory it's used.
2009-12-19 Lang HamesFixed use of phi param in SlotIndex constructors.
2009-12-19 Douglas GregorRemove spurious semicolon. Thanks, Clang
2009-12-19 Bill WendlingForgot forward declaration.
2009-12-18 Bill WendlingChanges from review:
2009-12-17 John McCallSundry dependent-name fixes flagged by clang++.
2009-12-17 Ken DyckIntroduce EVT::getHalfSizedIntegerVT() for use in Expan...
2009-12-17 Bob WilsonBIT_CONVERT nodes are used for vector types, too.
2009-12-16 Daniel DunbarReapply r91392, it was only unmasking the bug, and...
2009-12-16 Daniel DunbarRevert "Initial work on disabling the scheduler. This...
2009-12-15 Jeffrey YasskinChange indirect-globals to use a dedicated allocIndirec...
2009-12-15 Chris LattnerLang verified that SlotIndex is "pod like" even though...
2009-12-15 Chris LattnerRemove isPod() from DenseMapInfo, splitting it out...
2009-12-15 Bill WendlingInitial work on disabling the scheduler. This is a...
2009-12-15 Bill WendlingRevert these. They may have been causing 483_xalancbmk...
2009-12-14 Dan GohmanMove Flag and isVoid after the vector types, since...
2009-12-14 Dan GohmanUpdate this comment.
2009-12-14 Lang HamesMoved spill weight calculation out of SimpleRegisterCoa...
next