aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2009-11-30Fix odd declaration.Benjamin Kramer
2009-11-30Remove forgotten ShortNames in Trie and CompilationGraphTobias Grosser
2009-11-30Remove ShortNames from getNodeLabel in DOTGraphTraitsTobias Grosser
2009-11-30Instantiate DefaultDOTGraphTraitsTobias Grosser
2009-11-30Do not point edge heads to source labelsTobias Grosser
2009-11-30Only print edgeSourceLabels if they are not emptyTobias Grosser
2009-11-30Small PostDominatorTree improvementsTobias Grosser
2009-11-30Remove ":" after BB name in -view-cfg-onlyTobias Grosser
2009-11-30Added support to allow clients to custom widen. For X86, custom widen vectors...Mon P Wang
2009-11-29mark all the 'foo with overflow' intrinsics as readnone.Chris Lattner
2009-11-28Enhance InsertPHITranslatedPointer to be able to return a list of newlyChris Lattner
2009-11-27Rework InsertPHITranslatedPointer to handle the recursive case, this Chris Lattner
2009-11-27factor some logic out of instcombine into a new SimplifyAddInst method.Chris Lattner
2009-11-27teach GVN's load PRE to insert computations of the address in predecessorsChris Lattner
2009-11-27Fix phi translation in load PRE to agree with the phi Chris Lattner
2009-11-27factor some instcombine simplifications for getelementptr out to a new Chris Lattner
2009-11-26Rename new TailDuplicationPass to avoid name conflict with the old one.Bob Wilson
2009-11-26Implement PR1143 (at -m64) by making basicaa look through extensions. WeChris Lattner
2009-11-26move DecomposeGEPExpression out into ValueTracking.cppChris Lattner
2009-11-26Split tail duplication into a separate pass. This is needed to avoidBob Wilson
2009-11-25Rollback changes r89516: Added two SubtargetFeatures::AddFeatures methods, wh...Viktor Kutuzov
2009-11-25Use StringRef (again) in DebugInfo interface.Devang Patel
2009-11-25Adjust comments to new semantics.Edward O'Callaghan
2009-11-25API change Path::isSpecialFile to Path::isRegularFile, improve semantics in r...Edward O'Callaghan
2009-11-25Add the rest of the build system logic for optional target disassemblersDaniel Dunbar
2009-11-25Add CMake and configure logic to create llvm/Config/Disassemblers.defs.Daniel Dunbar
2009-11-24Refactor target hook for tail duplication as requested by Chris.Bob Wilson
2009-11-24Use StringRef instead of std::string in DIEString.Devang Patel
2009-11-24Remove DebugLabelFolder pass. It is not used by dwarf writer anymore.Devang Patel
2009-11-24Fix comments as pre-post review for rev.89765.Edward O'Callaghan
2009-11-24Provide Path::isSpecialFile interface for PR5568.Edward O'Callaghan
2009-11-24Emit pubtypes.Devang Patel
2009-11-23* Move stub allocation inside the JITEmitter, instead of exposing aJeffrey Yasskin
2009-11-23Remove ISD::DEBUG_LOC and ISD::DBG_LABEL, which are no longer used.Dan Gohman
2009-11-23Allow more than one stub to be being generated at the same time.Jeffrey Yasskin
2009-11-23Add CreateLocation varinat that accepts MDNode (with a default value).Devang Patel
2009-11-23Rename SelectionDAGLowering to SelectionDAGBuilder, and renameDan Gohman
2009-11-23add a helperChris Lattner
2009-11-23I forgot to update the prototype for LLVMBuildIntCast when correctingDuncan Sands
2009-11-23Pull LLVMContext out of PromoteMemToReg.Nick Lewycky
2009-11-23Remove unused LLVMContext.Nick Lewycky
2009-11-22SourceMgr: Add ShowLine argument to PrintMessage, to allow suppressing the so...Daniel Dunbar
2009-11-22Add getFrameIndexReference() to TargetRegisterInfo, which allows targets toJim Grosbach
2009-11-22Use ExtractElementInst::Create instead of new; patch by Artur Pietrek!Daniel Dunbar
2009-11-22Remove the AliasAnalysis::getMustAliases method, which is dead.Chris Lattner
2009-11-21Allow target to disable if-converting predicable instructions. e.g. NEON inst...Evan Cheng
2009-11-21We are not using DBG_STOPPOINT anymore.Devang Patel
2009-11-21Maintain stylistic consistency.Evan Cheng
2009-11-21Be more clever about calculating live variables through new basic blocks.Jakob Stoklund Olesen
2009-11-21Allow SmallString to implicitly convert to StringRef.Daniel Dunbar