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