]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - opencl/llvm.git/history - lib/CodeGen/StackColoring.cpp
Debug info: Implement (rvalue) reference qualifiers for C++11 non-static
[opencl/llvm.git] / lib / CodeGen / StackColoring.cpp
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...