Merging r257977:
[oota-llvm.git] / lib / CodeGen / StackColoring.cpp
2016-01-13 Keno FischerRe-Revert r257105 (Verifier debug info changes)
2016-01-13 Keno FischerReapply r257105 "[Verifier] Check that debug values...
2016-01-08 David Majnemer[WinEH] CatchHandler which don't have catch objects...
2016-01-08 David Majnemer[WinEH] Update WinEHFuncInfo if StackColoring merges...
2016-01-07 Keno FischerTemporarily revert r257105 "[Verifier] Check that debug...
2016-01-07 Keno Fischer[Verifier] Check that debug values have proper size
2015-05-14 Matthias BraunRemove MCInstrItineraries includes in parts that don...
2015-04-29 Duncan P. N. Exon... IR: Give 'DI' prefix to debug info metadata
2015-04-06 Duncan P. N. Exon... CodeGen: Stop using DIDescriptor::is*() and auto-casting
2015-02-28 Benjamin KramerStackColoring: Move set instead of copying. NFC.
2014-12-09 Duncan P. N. Exon... IR: Split Metadata from Value
2014-08-29 Robin MorissetFix typos in comments, NFC
2014-04-22 Chandler Carruth[Modules] Remove potential ODR violations by sinking...
2014-04-15 Nick LewyckyBreak PseudoSourceValue out of the Value hierarchy...
2014-04-11 David BlaikieImplement depth_first and inverse_depth_first range...
2014-03-31 Paul RobinsonDisable each MachineFunctionPass for 'optnone' function...
2014-03-09 Benjamin KramerStackColoring: Use range-based for loops.
2014-03-09 Benjamin KramerMachineModuleInfo: Turn nested std::pairs into a proper...
2014-03-07 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2014-03-06 Chandler Carruth[Layering] Move DebugInfo.h into the IR library where...
2014-03-01 Benjamin KramerNow that we have C++11, turn simple functors into lambd...
2014-01-25 Hal FinkelDisable the use of TBAA when using AA in CodeGen
2014-01-20 Hal FinkelUpdate StackProtector when coloring merges stack slots
2014-01-20 Hal FinkelUpdate IR when merging slots in stack coloring
2014-01-13 Chandler Carruth[cleanup] Move the Dominators.h and Verifier.h headers...
2013-12-05 Alp TokerCorrect word hyphenations
2013-10-10 Matthias BraunRename LiveRange to LiveInterval::Segment
2013-09-28 Robert WilhelmFix spelling intruction -> instruction.
2013-07-03 Craig TopperUse SmallVectorImpl instead of SmallVector for iterator...
2013-05-15 Derek SchuffFix miscompile due to StackColoring incorrectly merging...
2013-05-14 Akira HatanakaStackColoring: don't clear an instruction's mem operand...
2013-03-25 Eric ChristopherCouple more sets of tidying.
2013-03-25 Eric ChristopherFormatting.
2013-02-19 Craig TopperMore const correcting of stack coloring.
2013-02-19 Craig TopperConst-correct the stack coloring code.
2013-02-19 Craig TopperAvoid extra DenseMap lookups in StackColoring::calculat...
2013-02-19 Craig TopperMake the dump() function const and reduce the number...
2013-02-19 Craig TopperUse a reference into the BlockLiveness DenseMap to...
2013-01-29 Edwin VaneFixing warnings revealed by gcc release build
2013-01-17 Jakob Stoklund OlesenMove MachineTraceMetrics.h into include/llvm/CodeGen.
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2012-12-21 Roman DivackyRemove duplicate includes.
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-11-15 Ulrich WeigandUse std::stable_sort instead of std::sort when sorting...
2012-10-18 Sebastian PopClear unknown mem ops when merging stack slots (pr14090)
2012-10-18 Sebastian PopChange MachineFrameInfo::StackObject::Alloca from Value...
2012-09-17 Nadav RotemDisable the protection from escaped allocas in an attem...
2012-09-13 Nadav RotemRename the flag which protects from escaped allocas...
2012-09-13 Nadav RotemFix a typo.
2012-09-13 Nadav RotemStack Coloring: We have code that checks that all of...
2012-09-12 Nadav RotemAdd a flag to disable the code that looks for allocas...
2012-09-12 Nadav RotemEnable stack-coloring, in hope that the recent fixes...
2012-09-12 Nadav RotemStack coloring: remove lifetime intervals which contain...
2012-09-11 Nadav RotemDragonegg selfhost exposed additional cases where alloc...
2012-09-11 Nadav RotemEnable stack coloring.
2012-09-11 Nadav RotemStack Coloring: Dont crash on dbg values which use...
2012-09-10 Dmitri GribenkoRemove redundant semicolons which are null statements.
2012-09-10 Nadav RotemDisable stack coloring because it makes dragonegg fail...
2012-09-10 Nadav RotemEnable stack coloring.
2012-09-10 Nadav RotemStack Coloring: Handle the case where END markers come...
2012-09-10 Nadav RotemMinor cleanup. No functional change.
2012-09-10 Nadav RotemStack Coloring: Debug prints to print the slot number...
2012-09-10 Nadav RotemStack Coloring: When searching for disjoint regions...
2012-09-10 Nadav RotemStack Coloring: Add support for multiple regions of...
2012-09-10 Nadav RotemFix a typo in the comment.
2012-09-10 Nadav RotemAdd an assertion that the frame index is indeed inside...
2012-09-06 Roman DivackyDont cast away const needlessly. Found by gcc48 -Wcast...
2012-09-06 Nadav RotemDisable stack coloring by default in order to resolve...
2012-09-06 Nadav RotemAdd a new optimization pass: Stack Coloring, that merge...