summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen
Commit message (Expand)AuthorAgeFilesLines
...
* Handle undef values properly.Evan Cheng2009-12-031-15/+38
* Watch out for PHI instruction with no source operands.Evan Cheng2009-12-031-0/+2
* Fix ExpandShiftWithUnknownAmountBit, which was completely bogus.Duncan Sands2009-12-031-37/+38
* Clean up some loop logic.Jakob Stoklund Olesen2009-12-031-14/+6
* Add support to emit debug info for virtual functions and virtual base classes.Devang Patel2009-12-032-3/+33
* Teach tail duplication to update SSA form. Work in progress.Evan Cheng2009-12-031-3/+134
* Don't pull vector sext through both hands of a logical operation, since doing...Nate Begeman2009-12-031-2/+8
* Don't call getValueType() on a null SDValueJakob Stoklund Olesen2009-12-031-1/+2
* Fill out codegen SSA updater. It's not yet tested.Evan Cheng2009-12-032-8/+243
* Don't hang on to pointers or references after vector::push_back.Jakob Stoklund Olesen2009-12-031-6/+3
* Emit method definition DIE at module level (even for methods with inlined fun...Devang Patel2009-12-032-28/+90
* improve portability to avoid conflicting with std::next in c++'0x.Chris Lattner2009-12-0320-64/+70
* Fix CMake makefilesDouglas Gregor2009-12-021-0/+1
* Skeleton for MachineInstr level SSA updater.Evan Cheng2009-12-021-0/+108
* Add MaxStackAlignment.cpp to CMakeJim Grosbach2009-12-021-0/+1
* Factor the stack alignment calculations out into a target independent pass.Jim Grosbach2009-12-021-0/+70
* Don't count PHI instructions toward the limit for tail duplicating a block.Bob Wilson2009-12-021-4/+6
* Clarify that DIEString does not keep a copy of the string.Devang Patel2009-12-022-3/+3
* Reuse existing subprogram DIE.Devang Patel2009-12-011-2/+7
* Fix PR5391: support early clobber physical register def tied with a use (ewwww)Evan Cheng2009-12-012-4/+12
* Add edge source labels to SelectionDAG graphs, now that the graph printingDan Gohman2009-12-011-0/+5
* Minor cleanups.Dan Gohman2009-12-011-9/+9
* Trim an unnecessary #include.Dan Gohman2009-12-011-1/+0
* Clear function specific containers while processing end of a function, even i...Devang Patel2009-12-011-9/+7
* Move PHIElimination::isLiveOut method to LiveVariables.Jakob Stoklund Olesen2009-12-013-54/+47
* Use CFG connectedness as a secondary sort key when deciding the order of copy...Jakob Stoklund Olesen2009-12-011-3/+13
* Devang pointed out that this code should use DIScope instead ofDan Gohman2009-12-011-3/+3
* Fix PR5614: parts of a physical register def may be killed the rest.Evan Cheng2009-12-011-1/+47
* If pointer type has a name then do not ignore the name.Devang Patel2009-11-301-1/+1
* New virtual registers created for spill intervals should inherit allocation h...Jakob Stoklund Olesen2009-11-301-0/+6
* Reprioritize tests for tail duplication to be aggressive about indirectBob Wilson2009-11-301-3/+3
* Remove isProfitableToDuplicateIndirectBranch target hook. It is profitableBob Wilson2009-11-301-2/+1
* Fix last DOTGraphTraits problems in CompilationGraph.Tobias Grosser2009-11-301-1/+1
* Remove ShortNames from getNodeLabel in DOTGraphTraitsTobias Grosser2009-11-303-23/+20
* Instantiate DefaultDOTGraphTraitsTobias Grosser2009-11-303-2/+11
* Added support to allow clients to custom widen. For X86, custom widen vectors...Mon P Wang2009-11-305-56/+92
* Rename new TailDuplicationPass to avoid name conflict with the old one.Bob Wilson2009-11-262-12/+12
* When all defs of a vr are implicit_def, delete all of the defs.Evan Cheng2009-11-261-2/+6
* Split tail duplication into a separate pass. This is needed to avoidBob Wilson2009-11-266-239/+310
* ProcessImplicitDefs should watch out for invalidated iterator and extra impli...Evan Cheng2009-11-251-14/+45
* Avoid some possibly unsafe uses of StringRef::data().Benjamin Kramer2009-11-251-3/+3
* Use StringRef (again) in DebugInfo interface.Devang Patel2009-11-252-44/+42
* Refactor target hook for tail duplication as requested by Chris.Bob Wilson2009-11-241-3/+12
* Use StringRef instead of std::string in DIEString.Devang Patel2009-11-244-5/+5
* Remove DebugLabelFolder pass. It is not used by dwarf writer anymore.Devang Patel2009-11-242-76/+0
* Swith to pubtypes section before emitting pub types.Devang Patel2009-11-241-0/+3
* Emit pubtypes.Devang Patel2009-11-242-23/+95
* <rdar://problem/6721894>. Allow multiple registers to be renamed together (su...David Goodwin2009-11-241-6/+0
* Remove ISD::DEBUG_LOC and ISD::DBG_LABEL, which are no longer used.Dan Gohman2009-11-233-24/+0
* Simplify this code.Dan Gohman2009-11-231-1/+1
OpenPOWER on IntegriCloud