SimplifyLibCalls: Add missing legalize check on various printf to puts and
[oota-llvm.git] / lib / CodeGen /
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...
2011-01-27 Devang PatelSpeculatively revert r124380.
2011-01-27 Devang PatelWhile legalizing SDValues do not drop SDDbgValues,...
2011-01-27 Bob WilsonAvoid modifying the OneClassForEachPhysReg map while...
2011-01-27 Matt Beaumont-GayTry harder to not have unused variables.
2011-01-27 Matt Beaumont-GayOpt-mode -Wunused-variable cleanup
2011-01-27 Devang PatelReapply 124301
2011-01-26 Bill WendlingInitialize variable to get rid of clang warning.
2011-01-26 Devang PatelRevert 124301.
2011-01-26 Devang PatelRevert r124302
2011-01-26 David Greene[AVX] Add INSERT_SUBVECTOR and support it on x86. ...
2011-01-26 Devang PatelWhile legalizing SDValues do not drop SDDbgValues,...
2011-01-26 Devang PatelProcess valid SDDbgValues even if the node does not...
2011-01-26 Devang PatelRefactor.
2011-01-26 David Greene[AVX] Support EXTRACT_SUBVECTOR on x86. This provides...
2011-01-26 Jakob Stoklund OlesenRename member variables to follow the rest of LLVM.
2011-01-25 Devang PatelProvide an interface to transfer SDDbgValue from one...
2011-01-25 Devang PatelResolve DanglingDbgValue of PHI nodes where the use...
2011-01-25 Devang PatelThis assertion is too restrictive, it does not apply...
2011-01-24 Anton KorobeynikovSupport printing exception section into the current...
2011-01-24 Devang PatelSpeculatively revert r124138.
2011-01-24 Devang PatelResolve DanglingDbgValue of PHI nodes where the use...
2011-01-24 Andrew TrickTemporarily workaround JM/lencod miscompile (SIGSEGV).
2011-01-23 Rafael EspindolaAdd support for the --noexecstack option.
2011-01-23 Ted KremenekNull initialize a few variables flagged by
2011-01-23 Rafael EspindolaDelay the creation of eh_frame so that the user can...
2011-01-23 Rafael EspindolaRemove more duplicated code.
2011-01-23 Rafael EspindolaRemove duplicated code.
2011-01-21 Andrew TrickEnable support for precise scheduling of the instructio...
2011-01-21 Andrew TrickConvert -enable-sched-cycles and -enable-sched-hazard...
2011-01-20 Jakob Stoklund OlesenSplitKit requires that all defs are in place before...
2011-01-20 Jakob Stoklund OlesenAdd LiveIntervalMap::dumpCache() to print out the cache...
next