Disable ARMGlobalMerge on darwin. The debugger is not yet able to extract individual...
[oota-llvm.git] / lib / CodeGen /
2011-02-18 Cameron ZwarichRoll out r125794 to help diagnose the llvm-gcc-i386...
2011-02-18 Jakob Stoklund OlesenTrim debugging output.
2011-02-17 Devang PatelDo not lose debug info of an inlined function argument...
2011-02-17 Jakob Stoklund OlesenAdd basic register allocator statistics.
2011-02-17 Jakob Stoklund OlesenSplit local live ranges.
2011-02-17 Duncan SandsFix wrong logic in promotion of signed mul-with-overflo...
2011-02-17 Cameron ZwarichSwitch to SmallVector in SimpleRegisterCoalescing for...
2011-02-17 Cameron ZwarichAdjust indenting of arguments.
2011-02-17 Cameron ZwarichReturn Changed from SplitPHIEdges rather than always...
2011-02-16 Stuart HastingsSwap VT and DebugLoc operands of getExtLoad() for consi...
2011-02-16 Eric ChristopherRefactor zero folding slightly. Clean up todo.
2011-02-16 Eric ChristopherThe change for PR9190 wasn't quite right. We need to...
2011-02-16 Evan ChengRemove a duplicated check.
2011-02-15 Devang PatelIgnore DBG_VALUE machine instructions while constructin...
2011-02-15 Duncan SandsSpelling fix: consequtive -> consecutive.
2011-02-15 Evan ChengFix thinko. Cmp can be the first instruction in a MBB.
2011-02-15 Chris Lattnerconvert ConstantVector::get to use ArrayRef.
2011-02-14 Jakob Stoklund OlesenMove more fragments of spill weight calculation into...
2011-02-14 Rafael EspindolaSwitch llvm to using comdats. For now always use groups...
2011-02-14 Evan ChengFix PR8854. Track inserted copies to avoid read before...
2011-02-14 Chris Lattnerrevert my ConstantVector patch, it seems to have made...
2011-02-14 Rafael EspindolaMove broken HasCommonSymbols to ELFWriter.cpp.
2011-02-14 Chris LattnerSwitch ConstantVector::get to use ArrayRef instead...
2011-02-14 Chris Lattnerfix PR9210 by implementing some type legalization logic for
2011-02-14 Chris Lattnerfix two comment thinkos
2011-02-14 Cameron ZwarichAdd some statistics to StrongPHIElimination.
2011-02-14 Cameron ZwarichAdd a statistic to PHIElimination tracking the number...
2011-02-13 Chris LattnerEnhance ComputeMaskedBits to know that aligned frameindexes
2011-02-13 Chris LattnerRevisit my fix for PR9028: the issue is that DAGCombine was
2011-02-13 Chris Lattnerwhen legalizing extremely wide shifts, make sure that
2011-02-13 Chris Lattnerfix visitShift to properly zero extend the shift amount...
2011-02-12 Nadav RotemA fix for 9165.
2011-02-11 Nadav RotemSimplifySelectOps can only handle selects with a scalar...
2011-02-11 Nadav RotemFix #9190
2011-02-10 Evan ChengAfter 3-addressifying a two-address instruction, update...
2011-02-09 Jakob Stoklund OlesenDelete unused code for analyzing and splitting around...
2011-02-09 Jakob Stoklund OlesenSimplify using the new leaveIntvBefore()
2011-02-09 Jakob Stoklund OlesenUse the LiveBLocks array for SplitEditor::splitSingleBl...
2011-02-09 Mikhail GlushenkovTypo.
2011-02-09 Jakob Stoklund OlesenMove calcLiveBlockInfo() and the BlockInfo struct into...
2011-02-09 Jakob Stoklund OlesenIgnore <undef> uses when analyzing and rewriting.
2011-02-09 Jakob Stoklund OlesenAssert on bad jump tables.
2011-02-09 Jakob Stoklund OlesenAdd tags to live interval unions to avoid using stale...
2011-02-09 Jakob Stoklund OlesenEvict a lighter single interference before attempting...
2011-02-09 Jakob Stoklund OlesenSet an allocation hint when rematting before a COPY.
2011-02-08 Jakob Stoklund OlesenFix one more case of splitting after the last split...
2011-02-08 Jakob Stoklund OlesenReorganize interference code to check LastSplitPoint...
2011-02-08 Jakob Stoklund OlesenAlso handle the situation where an indirect branch...
2011-02-08 Jakob Stoklund OlesenAdd LiveIntervals::addKillFlags() to recompute kill...
2011-02-08 Jakob Stoklund OlesenTrim debug spew
2011-02-08 Jakob Stoklund OlesenAvoid folding a load instruction into an instruction...
2011-02-08 Jakob Stoklund OlesenAdd SplitEditor::overlapIntv() to create small ranges...
2011-02-08 Jakob Stoklund OlesenAdd assertion.
2011-02-08 Andrew TrickFix PostRA antidependence breaker.
2011-02-08 Jakob Stoklund OlesenAdd LiveIntervals::shrinkToUses().
2011-02-07 Devang PatelRemove comment about an argument that was removed coupl...
2011-02-05 Andrew TrickFix an anti-dep breaker corner case.
2011-02-05 Jakob Stoklund OlesenBe more strict about the first/last interference-free...
2011-02-05 Jakob Stoklund OlesenAdd assertions to verify that the new interval is clear...
2011-02-04 Jakob Stoklund OlesenApparently, it is possible for a block with a landing...
2011-02-04 Devang PatelMerge .debug_loc entries whenever possible to reduce...
2011-02-04 Nick LewyckyMark that the return is using EAX so that we don't...
2011-02-04 Jakob Stoklund OlesenBe more accurate about live range splitting at the...
2011-02-04 Jakob Stoklund OlesenAdd LiveIntervals::getLastSplitPoint().
2011-02-04 Jakob Stoklund OlesenVerify that one of the ranges produced by region splitt...
2011-02-04 Andrew TrickIntroducing a new method of tracking register pressure...
2011-02-04 Devang PatelDebugLoc associated with a machine instruction is used...
2011-02-04 Evan ChengUpdate comments.
2011-02-04 Jakob Stoklund OlesenSkip unused values.
2011-02-04 Jakob Stoklund OlesenAlso compute interference intervals for blocks with...
2011-02-04 Jakob Stoklund OlesenVerify kill flags conservatively.
2011-02-03 Andrew Trickwhitespace
2011-02-03 Jakob Stoklund OlesenEnsure that the computed interference intervals actuall...
2011-02-03 Jakob Stoklund OlesenTweak debug output from SlotIndexes.
2011-02-03 Jakob Stoklund OlesenAdd debug output and asserts to the phi-connecting...
2011-02-03 Jakob Stoklund OlesenFix coloring bug when mapping values in the middle...
2011-02-03 Jakob Stoklund OlesenReturn live range end points from SplitEditor::enter...
2011-02-03 Jakob Stoklund OlesenSilence an MSVC warning
2011-02-03 Eric ChristopherReapply this.
2011-02-03 Eric ChristopherTemporarily revert 124765 in an attempt to find the...
2011-02-03 Jakob Stoklund OlesenDefer SplitKit value mapping until all defs are available.
2011-02-02 Devang PatelAdd support to describe template value parameter in...
2011-02-02 Devang PatelAdd support to describe template parameter type in...
2011-02-02 Evan ChengGiven a pair of floating point load and store, if there...
2011-02-01 Matt Beaumont-GayTake Bill Wendling's suggestion for structuring a coupl...
2011-01-31 Devang PatelKeep track of incoming argument's location while emitti...
2011-01-31 Richard OsborneFix bug where ReduceLoadWidth was creating illegal...
2011-01-30 Anton KorobeynikovClarify the LSDASection NULL check
2011-01-30 Jakob Stoklund OlesenRespect the -tail-dup-size command line option even...
2011-01-30 Benjamin KramerTeach DAGCombine to fold fold (sra (trunc (sr x, c1...
2011-01-29 Benjamin KramerAdd the missing sub identity "A-(A-B) -> B" to DAGCombine.
2011-01-29 Evan ChengRe-apply r124518 with fix. Watch out for invalidated...
2011-01-29 Evan ChengRevert r124518. It broke Linux self-host.
2011-01-29 Evan ChengRe-commit r124462 with fixes. Tail recursion elim will...
2011-01-28 Evan ChengRevert r124462. There are a few big regressions that...
2011-01-28 Nick LewyckyFix build with stdcxx by using llvm::next. Patch by...
2011-01-28 Rafael EspindolaPrint the visibility of declarations.
2011-01-28 Evan Cheng- Stop simplifycfg from duplicating "ret" instructions...
2011-01-27 Andrew TrickRemove a temporary workaround for a lencod miscompile...
2011-01-27 Andrew TrickVirtRegRewriter fix: update kill flags, which are used...
next