SimplifyCFG: Track the number of used icmps when turning a icmp chain into a switch...
[oota-llvm.git] / lib / CodeGen /
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...
2011-01-20 Eric ChristopherMy editor's indent went crazy. Fix.
2011-01-20 Eric ChristopherExpand invalid return values for umulo and smulo. Handl...
2011-01-20 Evan ChengSorry, several patches in one.
2011-01-20 Andrew TrickSelection DAG scheduler register pressure heuristic...
2011-01-20 Jakob Stoklund OlesenCheck that a live range exists before shortening it...
2011-01-20 Jakob Stoklund OlesenAdd hidden -verify-coalescing to run the machine code...
2011-01-20 Jakob Stoklund OlesenFix bug found by new clang warning.
2011-01-20 Eric ChristopherUse only one API at a time.
2011-01-20 Eric ChristopherIf we can, lower the multiply part of a umulo/smulo...
2011-01-20 Devang PatelFix debug info for merged global.
2011-01-19 Jakob Stoklund OlesenDivert Hopfield network debug output. It is very noisy.
2011-01-19 Jakob Stoklund OlesenDon't accidentally leave small gaps in the live ranges...
2011-01-19 Devang PatelFix register address expression. Patch by Ken Dyck.
2011-01-19 Jakob Stoklund OlesenImplement RAGreedy::splitAroundRegion and remove loop...
2011-01-18 Jakob Stoklund OlesenAdd RAGreedy methods for splitting live ranges around...
2011-01-18 Jeffrey YasskinRemove unused variables found by gcc-4.6's -Wunused...
2011-01-18 Stuart HastingsRemove checking that prevented overlapping CALLSEQ_STAR...
2011-01-17 Benjamin KramerFix an off-by-one error in ctpop combining.
2011-01-17 Benjamin KramerAdd a DAGCombine to turn (ctpop x) u< 2 into (x & x...
2011-01-16 Chris Lattnerreapply my fix for PR8961 with a tweak to properly...
2011-01-15 Benjamin KramerAdd an assert so we don't silently miscompile ctpop...
2011-01-15 Benjamin KramerReimplement CTPOP legalization with the "best" algorith...
2011-01-14 Ted KremenekUpdate CMake build.
2011-01-14 Dan GohmanDelete an assignment to ThisBB which isn't needed,...
next