Fix PR6847. RegScavenger should ignore DebugValues.
[oota-llvm.git] / lib /
2010-04-15 Jakob Stoklund OlesenFix PR6847. RegScavenger should ignore DebugValues.
2010-04-15 Nicolas GeoffrayMake sure the initialization of a GC root is after...
2010-04-15 Anton KorobeynikovRevert r100896 and around - this breaks the only mingw3...
2010-04-15 Gabor Greifprune includes
2010-04-15 Evan ChengARM SelectDYN_ALLOC should emit a copy from SP rather...
2010-04-15 Johnny ChenDEBUG() print out "Unknown format" msg.
2010-04-15 Dan GohmanReuseFrameIndexVals is used in multiple files, so it...
2010-04-15 Dan GohmanEnablePPC64RS and EnablePPC32RS are used in multiple...
2010-04-15 Dan GohmanFix a bunch of namespace polution.
2010-04-15 Dan GohmanFix namespace polution.
2010-04-15 Dan GohmanMake getPredecessorWithUniqueSuccessorForBB return...
2010-04-15 Gabor Greiftypos
2010-04-15 Gabor Greifback out r101364, as it trips the linux nightlybot...
2010-04-15 Gabor Greifrotate CallInst operands, i.e. move callee to the back
2010-04-15 Chris Lattnerenhance the load/store narrowing optimization to handle a
2010-04-15 Chris Lattnerteach codegen to turn trunc(zextload) into load when...
2010-04-15 Chris Lattneradd a simple dag combine to replace trivial shl+lshr...
2010-04-15 Chris LattnerImplement rdar://7860110 (also in target/readme.txt...
2010-04-15 Dan GohmanAdd more const qualifiers for LLVM IR pointers in CodeGen.
2010-04-15 Anders CarlssonFix build.
2010-04-15 Dan GohmanAdd const qualifiers to CodeGen's use of LLVM IR constr...
2010-04-15 Eric ChristopherAllow lowering for palignr instructions for mmx sized...
2010-04-15 Evan ChengMore 80 violations.
2010-04-15 Johnny ChenWrap the error msgs in DEBUG() macro so that they won...
2010-04-15 Evan Cheng80 col violations.
2010-04-15 Devang PatelAdd comment.
2010-04-14 Devang PatelThere is no need to track compile unit offsets if there...
2010-04-14 Devang PatelRemove dead code.
2010-04-14 Tobias GrosserIPO needs ScalarOpts and InstCombine in its libs
2010-04-14 Johnny ChenFixed another assert exposed by fuzzing. Now, the...
2010-04-14 Jim GrosbachAdd -arm-long-calls option to force calls to be indirec...
2010-04-14 Dan GohmanConstify GetConstantStringInfo.
2010-04-14 Nicolas GeoffrayDon't use DILocation when processing a DebugLoc.
2010-04-14 Johnny ChenFor t2BFI disassembly, apply the same error checking...
2010-04-14 Dan GohmanMove a bunch of methods from CallSite to CallSiteBase...
2010-04-14 Johnny ChenFixed another assert exposed by fuzzing. The utility...
2010-04-14 Evan Cheng- Code clean up to reduce indentation.
2010-04-14 Bob WilsonDon't custom lower bit converts to ARM VMOVDRRD or...
2010-04-14 Dan GohmanDelete unneeeded arguments.
2010-04-14 Dan GohmanDelete unused arguments.
2010-04-14 Dan GohmanFactor out EH landing pad code into a separate function...
2010-04-14 Dan GohmanReset the debug location even if the instruction was...
2010-04-14 Dan GohmanRefine #includes.
2010-04-14 Dan GohmanPull utility routines with no SelectionDAG dependence...
2010-04-14 Dan GohmanFix typos in comments.
2010-04-14 Gabor Greifperformance: cache the dereferenced use_iterator
2010-04-14 Dan GohmanDelete an obsolete comment.
2010-04-14 Dan GohmanDelete an unused function.
2010-04-14 Dan GohmanClear the FunctionLoweringInfo object before doing...
2010-04-14 Dan GohmanMove this assert out of SelectionDAGISel into FunctionL...
2010-04-14 Dan GohmanAdd a comment.
2010-04-14 Dan GohmanMove the code for initialing the entry block livein...
2010-04-14 Dan GohmanReorgnaize this code to be more tidy and readable.
2010-04-14 Dan GohmanTrim #includes.
2010-04-14 Dan GohmanMove the code for emitting livein copies out of Selecti...
2010-04-14 Gabor Greifperformance: cache the dereferenced use_iterator
2010-04-14 Dan GohmanSink landing-pad marking code out of
2010-04-14 Dan GohmanIt's not necessary to recompute EB here.
2010-04-14 Gabor Greifperformance: cache the dereferenced use_iterator
2010-04-14 Dan GohmanAdd a comment.
2010-04-14 Nick LewyckyEnable RTTI again. While this works fine for LLVM,...
2010-04-14 Nick LewyckyTurn off RTTI for VMCore. Yay!
2010-04-14 Nick LewyckyI don't know how, but I managed to goof the revert...
2010-04-14 Nick LewyckyRevert r101213.
2010-04-14 Nick LewyckyFix 80 column ruler.
2010-04-14 Chris Lattnerimplement mc asmparser support for '.', which gets the
2010-04-14 Nick LewyckyRemove tab.
2010-04-14 Nick LewyckyWhile DAE can't modify the function signature of an...
2010-04-14 Dan GohmanGeneralize this code to handle Instructions in addition...
2010-04-14 Dan GohmanReorder the methods of this class to be a little more...
2010-04-14 Johnny ChenFixed another assert exposed by fuzzing. Now, when...
2010-04-14 Devang PatelClear MachineInstr->MCSymbol maps at the end of a function.
2010-04-14 Johnny ChenFixed an assert() exposed by fuzzing. Now, instead...
2010-04-13 Douglas GregorUnbreak CMake build by improving the EnhancedDisassembl...
2010-04-13 Evan ChengFast path implicit_def check.
2010-04-13 Bob WilsonHandle a v2f64 formal parameter that is split between...
2010-04-13 Sean CallananFixed a nasty layering violation in the edis source
2010-04-13 Johnny ChenChanged getSOImmValRotate()'s hunt retry logic to ignor...
2010-04-13 Devang PatelDo not include types without any definition in pubtypes...
2010-04-13 Evan ChengAvoid variable shadowing.
2010-04-13 Evan ChengExpand postra machine licm's capability a little more...
2010-04-13 Jakob Stoklund OlesenTeach MachineSinking to handle easy critical edges.
2010-04-13 Evan ChengRe-apply 101075 and fix it properly. Just reuse the...
2010-04-13 Eric ChristopherTemporarily revert r101075, it's causing invalid iterat...
2010-04-13 Evan ChengTeach postra machine licm to hoist more obvious invaria...
2010-04-13 Dan GohmanAdd a few comments.
2010-04-13 Dan GohmanEliminate MachineBasicBlock::const_livein_iterator...
2010-04-13 Dan GohmanRename MachineFrameInfo variables to MFI, for consisten...
2010-04-13 Dan GohmanMove MachineRegisterInfo's isLiveIn and isLiveOut out...
2010-04-13 Dan GohmanUse MachineBasicBlock::isLiveIn.
2010-04-13 Dan GohmanDelete an unused member variable.
2010-04-13 Dan GohmanTeach ScalarEvolution to simplify smax and umax when...
2010-04-13 Dan GohmanMinor code micro-optimizations.
2010-04-13 Eric ChristopherActually... return after the check for invalid input.
2010-04-13 Benjamin KramerBumpPtrAllocator::Reset() doesn't need to allocate...
2010-04-13 Benjamin KramerLet BumpPtrAllocator lazily allocate the first slab.
2010-04-13 Owen AndersonRemove SCCVN from the CMake build system.
2010-04-13 Owen AndersonSCCVN, we hardly knew ye!
2010-04-13 Chris LattnerFix PR6826: GraphWriter delete the generated file befor...
2010-04-13 Bob WilsonReplace r101053 with a fix for getSOImmValRotate()...
next