Add dump() routines to help debug debug info :)
[oota-llvm.git] / lib / CodeGen /
2009-01-30 Bill WendlingAdd DebugLoc propagation to some of the methods in...
2009-01-29 Owen AndersonCorrect the algorithms for choosing spill and restore...
2009-01-29 Dan GohmanExplicitly add PseudoSourceValue information when lowering
2009-01-29 Dan GohmanMake a few things const, fix some comments, and simplify
2009-01-29 Evan ChengLocal register allocator shouldn't assume only the...
2009-01-29 Dan GohmanFix two typos that Duncan spotted in a comment.
2009-01-29 Dan GohmanIn the case of an extractelement on an insertelement...
2009-01-29 Bill WendlingRevert r63273. This was already implemented by Dale...
2009-01-29 Owen AndersonFix an issue where restores could be inserted after...
2009-01-29 Owen AndersonComments are good. :-)
2009-01-29 Owen AndersonAdd support for aggressive load-use-store folding....
2009-01-29 Bill Wendling- Add DebugLoc to getTargetNode().
2009-01-29 Evan ChengExit with nice warnings when register allocator run...
2009-01-29 Dan GohmanMake x86's BT instruction matching more thorough, and...
2009-01-29 Evan ChengA slight compile time optimization. If the caller knows...
2009-01-29 Dale JohannesenAdd DebugLoc-sensitive versions of many node creation
2009-01-29 Evan ChengFix comment about removeRange.
2009-01-28 Bill WendlingAdd DebugLoc to the getNode() methods.
2009-01-28 Dale JohannesenAdd DebugLoc-aware constructors for SDNode derived
2009-01-28 Devang PatelDo not forget to derived type while constructing an...
2009-01-28 Mon P WangFixed extract element when the result needs to be promo...
2009-01-28 Dan GohmanMake isOperationLegal do what its name suggests, and...
2009-01-28 Duncan SandsFormatting.
2009-01-28 Duncan SandsRename getAnalysisToUpdate to getAnalysisIfAvailable.
2009-01-28 Dan GohmanUse ValueType::bitsLT to simplify some code.
2009-01-28 Dan GohmanUse ZERO_EXTEND instead of ANY_EXTEND when promoting
2009-01-27 Devang PatelAdd type DIE into appropriate context DIE.
2009-01-27 Dale JohannesenAdd a DebugLoc field and some simple accessors.
2009-01-27 Evan ChengRefine DebugLoc per review comments.
2009-01-27 Dan GohmanAdd an assertion to the form of SelectionDAG::getConsta...
2009-01-27 Dan GohmanDelete redundant return statements.
2009-01-27 Owen AndersonMake the pre-split-limit option more useful by using...
2009-01-27 Devang PatelAssorted debug info fixes.
2009-01-26 Evan ChengNo need to keep size of DebugLocations vector separately.
2009-01-26 Scott MichelMake the Dwarf macro information section optional;...
2009-01-26 Owen AndersonReapply r63025 and r63026, with fixes for the failing...
2009-01-26 Duncan SandsFix PR3393, which amounts to a bug in the expensive
2009-01-26 Bill WendlingAlso revert r63206
2009-01-26 Bill WendlingTemporarily revert r63025 until the testsuite failures...
2009-01-26 Anton KorobeynikovDuring bittest switch lowering emit shift in the test...
2009-01-26 Owen AndersonGet rid of a bunch of dead code now that interval recon...
2009-01-26 Owen AndersonFix an issue where LiveIntervals was trying to be smart...
2009-01-26 Evan ChengSilence a bogus compiler warning.
2009-01-26 Evan ChengActually source file has already been uniquified into...
2009-01-26 Evan ChengAdd data structure to define and track debug location...
2009-01-26 Dan GohmanTake the next steps in making SDUse more consistent...
2009-01-25 Dan GohmanEliminate the loop that searches through each of the...
2009-01-25 Dan GohmanWhitespace tidiments.
2009-01-25 Dan GohmanMove the N->use_empty() assert from DeleteNode to
2009-01-25 Evan ChengTeach 2addr pass to be do more commuting. If both uses...
2009-01-24 Nate BegemanFix an indent and a typo.
2009-01-24 Owen AndersonSome cleanups. No functional changes.
2009-01-23 Evan ChengRefactor code. No functionality change.
2009-01-23 Devang PatelIntroduce two DWARF attribute extentions DW_AT_APPLE_op...
2009-01-23 Devang PatelEmpty DIType represents void. In this case no need...
2009-01-23 Dan GohmanFold x-0 to x in unsafe-fp-math mode. This comes up...
2009-01-23 Evan ChengOnly check if coalescing is worthwhile when the result...
2009-01-23 Owen AndersonStage two of fixing pre-alloc-splitting's code size...
2009-01-23 Evan ChengCross register class coalescing. Not yet enabled.
2009-01-23 Devang PatelCode did not follow associated comment. not a good...
2009-01-23 Devang PatelSet appropriate tag for the composite type.
2009-01-23 Owen AndersonAdd an initial pass at dead spill/restore removal for...
2009-01-22 Chris Lattnerdo not sign extend characters input to isprint. This...
2009-01-22 Bob WilsonFix a minor bug in DAGCombiner's folding of SELECT...
2009-01-22 Dan GohmanDon't create ISD::FNEG nodes after legalize if they...
2009-01-22 Bob WilsonAdd SelectionDAG::getNOT method to construct bitwise...
2009-01-22 Sanjiv GuptaFew targets like the tiny little PIC16 have only 16...
2009-01-22 Evan ChengEliminate a couple of fields from TargetRegisterClass...
2009-01-22 Chris Lattnerfix a typo
2009-01-21 Dan GohmanSimplify ReduceLoadWidth's logic: it doesn't need sever...
2009-01-21 Duncan SandsCleanup whitespace and comments, and tweak some
2009-01-21 Owen AndersonI accidentally removed this check in an earlier commit...
2009-01-21 Scott MichelCellSPU:
2009-01-21 Sanjiv GuptaAllow targets to legalize operations (with illegal...
2009-01-21 Owen AndersonBe more aggressive about renumbering vregs after splitt...
2009-01-21 Devang PatelEncode member accessibility.
2009-01-20 Devang PatelAppropriately mark fowrad decls.
2009-01-20 Evan ChengFix PR3243: a LiveVariables bug. When HandlePhysRegKill...
2009-01-20 Bill WendlingUse "SINT_TO_FP" instead of "UINT_TO_FP" when getting...
2009-01-20 Devang PatelFix struct member's debug info.
2009-01-20 Devang PatelNeed only one set of debug info versions enum.
2009-01-20 Evan ChengChange TargetInstrInfo::isMoveInstr to return source...
2009-01-20 Devang PatelFix global variable's address in a DIE.
2009-01-20 Devang PatelEnable debug info for enums.
2009-01-20 Devang PatelEnable debug info for composite types.
2009-01-20 Evan ChengRefactor code. No functionality change.
2009-01-20 Bill WendlingShift types need to match.
2009-01-20 Dan GohmanFix a dagcombine to not generate loads of non-round...
2009-01-20 Devang PatelDo not use DenseMap because the iterator is invalidated...
2009-01-20 Evan ChengMake linear scan's trivial coalescer slightly more...
2009-01-19 Devang PatelVerify debug info.
2009-01-19 Dan GohmanRemove SDNode's virtual destructor. This makes it impos...
2009-01-19 Dan GohmanFix SelectionDAG::ReplaceAllUsesWith to behave correctl...
2009-01-18 Sanjiv GuptaFew targets like PIC16 wants libcall generation for...
2009-01-18 Mon P WangSimplify extract element based on comments from Duncan...
2009-01-17 Devang PatelRemove tabs.
2009-01-17 Devang PatelRefactor code
2009-01-17 Devang PatelAssign argument type to appropriate DIE.
2009-01-17 Devang PatelRemove dead code.
2009-01-17 Devang PatelDisable composite type debug info for now.
next