summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Remove old DBG_LABEL code.Dan Gohman2009-12-051-1/+0
* Remove the unused DisableLegalizeTypes option and related code.Dan Gohman2009-12-051-1/+1
* Temporarily revert r90502. It was causing the llvm-gcc bootstrap on PPC to fail.Bill Wendling2009-12-051-6/+0
* Document that memory use intrinsics may also return Def results.Nick Lewycky2009-12-051-3/+3
* Make TargetSelectInstruction protected and called from FastISel.cppDan Gohman2009-12-051-8/+8
* Remove the target hook TargetInstrInfo::BlockHasNoFallThrough in favor ofDan Gohman2009-12-051-8/+0
* Remove an unneeded include.David Greene2009-12-051-1/+1
* Fix a bad merge.David Greene2009-12-041-7/+0
* Update the TargetInstrInfo interfaces so hasLoad/StoreFrom/ToStackSlotDavid Greene2009-12-041-6/+17
* Fix indentation.Bob Wilson2009-12-041-1/+1
* Add a pre-regalloc tail duplication pass.Evan Cheng2009-12-041-1/+1
* add the start of a class used to handle phi translation in memdep andChris Lattner2009-12-041-0/+91
* Create yet another helper for Invoke.Mike Stump2009-12-041-0/+8
* Add some helpers for Invoke to mirror CreateCall helpers.Mike Stump2009-12-041-0/+13
* Also attempt trivial coalescing for live intervals that end in a copy.Jakob Stoklund Olesen2009-12-041-0/+6
* Add support to emit debug info for virtual functions and virtual base classes.Devang Patel2009-12-031-2/+27
* Add an implementation of the delta debugging algorithm.Daniel Dunbar2009-12-031-0/+89
* Use ProfileInfo-API in ProfileInfo Loader and do more assertions.Andreas Neustifter2009-12-031-0/+1
* Converted ProfileInfo to template, added more API for ProfileInfo-preserving.Andreas Neustifter2009-12-031-34/+146
* Fill out codegen SSA updater. It's not yet tested.Evan Cheng2009-12-032-7/+27
* remove some dead std::ostream using code.Chris Lattner2009-12-031-2/+0
* improve portability to avoid conflicting with std::next in c++'0x.Chris Lattner2009-12-034-2/+4
* This initial code is meant to convert TargetData to use an AbstractTypesUser soBill Wendling2009-12-031-2/+1
* Skeleton for MachineInstr level SSA updater.Evan Cheng2009-12-021-0/+99
* Factor the stack alignment calculations out into a target independent pass.Jim Grosbach2009-12-022-1/+18
* Add utility routine to create subprogram definition entry from subprogram dec...Devang Patel2009-12-011-0/+4
* Add edge source labels to SelectionDAG graphs, now that the graph printingDan Gohman2009-12-011-0/+5
* Move PHIElimination::isLiveOut method to LiveVariables.Jakob Stoklund Olesen2009-12-011-0/+5
* typoGabor Greif2009-12-011-1/+1
* demonstrate usage of Cases() mapping several strings to the same value; remov...Gabor Greif2009-12-011-16/+16
* Remove the gcc builtins from the intrinsics, we'll lower themEric Christopher2009-12-011-2/+2
* Fix PR5614: parts of a physical register def may be killed the rest.Evan Cheng2009-12-011-2/+7
* Fix typos in comments.Dan Gohman2009-11-301-2/+2
* Remove isProfitableToDuplicateIndirectBranch target hook. It is profitableBob Wilson2009-11-301-4/+0
* Fix odd declaration.Benjamin Kramer2009-11-301-1/+1
* Remove forgotten ShortNames in Trie and CompilationGraphTobias Grosser2009-11-301-2/+1
* Remove ShortNames from getNodeLabel in DOTGraphTraitsTobias Grosser2009-11-303-15/+23
* Instantiate DefaultDOTGraphTraitsTobias Grosser2009-11-303-24/+43
* Do not point edge heads to source labelsTobias Grosser2009-11-301-6/+2
* Only print edgeSourceLabels if they are not emptyTobias Grosser2009-11-301-13/+39
* Small PostDominatorTree improvementsTobias Grosser2009-11-301-1/+4
* Remove ":" after BB name in -view-cfg-onlyTobias Grosser2009-11-301-1/+1
* Added support to allow clients to custom widen. For X86, custom widen vectors...Mon P Wang2009-11-301-0/+8
* mark all the 'foo with overflow' intrinsics as readnone.Chris Lattner2009-11-291-6/+12
* Enhance InsertPHITranslatedPointer to be able to return a list of newlyChris Lattner2009-11-281-2/+3
* Rework InsertPHITranslatedPointer to handle the recursive case, this Chris Lattner2009-11-271-5/+14
* factor some logic out of instcombine into a new SimplifyAddInst method.Chris Lattner2009-11-271-0/+5
* teach GVN's load PRE to insert computations of the address in predecessorsChris Lattner2009-11-271-0/+7
* Fix phi translation in load PRE to agree with the phi Chris Lattner2009-11-271-0/+7
* factor some instcombine simplifications for getelementptr out to a new Chris Lattner2009-11-271-0/+5