Move all of the header files which are involved in modelling the LLVM IR
[oota-llvm.git] / lib / CodeGen / StackColoring.cpp
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...