summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* Remove an unneeded include.David Greene2009-12-05
* Fix a bad merge.David Greene2009-12-04
* Update the TargetInstrInfo interfaces so hasLoad/StoreFrom/ToStackSlotDavid Greene2009-12-04
* Fix indentation.Bob Wilson2009-12-04
* Add a pre-regalloc tail duplication pass.Evan Cheng2009-12-04
* add the start of a class used to handle phi translation in memdep andChris Lattner2009-12-04
* Create yet another helper for Invoke.Mike Stump2009-12-04
* Add some helpers for Invoke to mirror CreateCall helpers.Mike Stump2009-12-04
* Also attempt trivial coalescing for live intervals that end in a copy.Jakob Stoklund Olesen2009-12-04
* Add support to emit debug info for virtual functions and virtual base classes.Devang Patel2009-12-03
* Add an implementation of the delta debugging algorithm.Daniel Dunbar2009-12-03
* Use ProfileInfo-API in ProfileInfo Loader and do more assertions.Andreas Neustifter2009-12-03
* Converted ProfileInfo to template, added more API for ProfileInfo-preserving.Andreas Neustifter2009-12-03
* Fill out codegen SSA updater. It's not yet tested.Evan Cheng2009-12-03
* remove some dead std::ostream using code.Chris Lattner2009-12-03
* improve portability to avoid conflicting with std::next in c++'0x.Chris Lattner2009-12-03
* This initial code is meant to convert TargetData to use an AbstractTypesUser soBill Wendling2009-12-03
* Skeleton for MachineInstr level SSA updater.Evan Cheng2009-12-02
* Factor the stack alignment calculations out into a target independent pass.Jim Grosbach2009-12-02
* Add utility routine to create subprogram definition entry from subprogram dec...Devang Patel2009-12-01
* Add edge source labels to SelectionDAG graphs, now that the graph printingDan Gohman2009-12-01
* Move PHIElimination::isLiveOut method to LiveVariables.Jakob Stoklund Olesen2009-12-01
* typoGabor Greif2009-12-01
* demonstrate usage of Cases() mapping several strings to the same value; remov...Gabor Greif2009-12-01
* Remove the gcc builtins from the intrinsics, we'll lower themEric Christopher2009-12-01
* Fix PR5614: parts of a physical register def may be killed the rest.Evan Cheng2009-12-01
* Fix typos in comments.Dan Gohman2009-11-30
* Remove isProfitableToDuplicateIndirectBranch target hook. It is profitableBob Wilson2009-11-30
* Fix odd declaration.Benjamin Kramer2009-11-30
* Remove forgotten ShortNames in Trie and CompilationGraphTobias Grosser2009-11-30
* 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