summaryrefslogtreecommitdiff
path: root/lib/CodeGen/StackColoring.cpp
Commit message (Expand)AuthorAge
* [Modules] Remove potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-22
* Break PseudoSourceValue out of the Value hierarchy. It is now the root of its...Nick Lewycky2014-04-15
* Implement depth_first and inverse_depth_first range factory functions.David Blaikie2014-04-11
* Disable each MachineFunctionPass for 'optnone' functions, unless thatPaul Robinson2014-03-31
* StackColoring: Use range-based for loops.Benjamin Kramer2014-03-09
* MachineModuleInfo: Turn nested std::pairs into a proper struct.Benjamin Kramer2014-03-09
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-07
* [Layering] Move DebugInfo.h into the IR library where its implementationChandler Carruth2014-03-06
* Now that we have C++11, turn simple functors into lambdas and remove a ton of...Benjamin Kramer2014-03-01
* Disable the use of TBAA when using AA in CodeGenHal Finkel2014-01-25
* Update StackProtector when coloring merges stack slotsHal Finkel2014-01-20
* Update IR when merging slots in stack coloringHal Finkel2014-01-20
* [cleanup] Move the Dominators.h and Verifier.h headers into the IRChandler Carruth2014-01-13
* Correct word hyphenationsAlp Toker2013-12-05
* Rename LiveRange to LiveInterval::SegmentMatthias Braun2013-10-10
* Fix spelling intruction -> instruction.Robert Wilhelm2013-09-28
* Use SmallVectorImpl instead of SmallVector for iterators and references to av...Craig Topper2013-07-03
* Fix miscompile due to StackColoring incorrectly merging stack slots (PR15707)Derek Schuff2013-05-15
* StackColoring: don't clear an instruction's mem operand if the underlyingAkira Hatanaka2013-05-14
* Couple more sets of tidying.Eric Christopher2013-03-25
* Formatting.Eric Christopher2013-03-25
* More const correcting of stack coloring.Craig Topper2013-02-19
* Const-correct the stack coloring code.Craig Topper2013-02-19
* Avoid extra DenseMap lookups in StackColoring::calculateLocalLiveness.Craig Topper2013-02-19
* Make the dump() function const and reduce the number of hash lookups it perfo...Craig Topper2013-02-19
* Use a reference into the BlockLiveness DenseMap to avoid repeated hash lookup...Craig Topper2013-02-19
* Fixing warnings revealed by gcc release buildEdwin Vane2013-01-29
* Move MachineTraceMetrics.h into include/llvm/CodeGen.Jakob Stoklund Olesen2013-01-17
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* Remove duplicate includes.Roman Divacky2012-12-21
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* Use std::stable_sort instead of std::sort when sorting stack slotsUlrich Weigand2012-11-15
* Clear unknown mem ops when merging stack slots (pr14090)Sebastian Pop2012-10-18
* Change MachineFrameInfo::StackObject::Alloca from Value* to AllocaInst*Sebastian Pop2012-10-18
* Disable the protection from escaped allocas in an attempt to find violating p...Nadav Rotem2012-09-17
* Rename the flag which protects from escaped allocas, which may come from bugs...Nadav Rotem2012-09-13
* Fix a typo.Nadav Rotem2012-09-13
* Stack Coloring: We have code that checks that all of the uses of allocasNadav Rotem2012-09-13
* Add a flag to disable the code that looks for allocas which escaped the lifet...Nadav Rotem2012-09-12
* Enable stack-coloring, in hope that the recent fixes will enable correct drag...Nadav Rotem2012-09-12
* Stack coloring: remove lifetime intervals which contain escaped allocas.Nadav Rotem2012-09-12
* Dragonegg selfhost exposed additional cases where alloca usage moved outside ...Nadav Rotem2012-09-11
* Enable stack coloring.Nadav Rotem2012-09-11
* Stack Coloring: Dont crash on dbg values which use stack frames.Nadav Rotem2012-09-11
* Remove redundant semicolons which are null statements.Dmitri Gribenko2012-09-10
* Disable stack coloring because it makes dragonegg fail bootstrapping.Nadav Rotem2012-09-10
* Enable stack coloring.Nadav Rotem2012-09-10
* Stack Coloring: Handle the case where END markers come before BEGIN markers p...Nadav Rotem2012-09-10
* Minor cleanup. No functional change.Nadav Rotem2012-09-10
* Stack Coloring: Debug prints to print the slot number and not the array index.Nadav Rotem2012-09-10