summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/StackColoring.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove MCInstrItineraries includes in parts that don't use them anymoreMatthias Braun2015-05-141-1/+0
* IR: Give 'DI' prefix to debug info metadataDuncan P. N. Exon Smith2015-04-291-1/+1
* CodeGen: Stop using DIDescriptor::is*() and auto-castingDuncan P. N. Exon Smith2015-04-061-1/+1
* StackColoring: Move set instead of copying. NFC.Benjamin Kramer2015-02-281-1/+1
* IR: Split Metadata from ValueDuncan P. N. Exon Smith2014-12-091-1/+2
* Fix typos in comments, NFCRobin Morisset2014-08-291-1/+1
* [Modules] Remove potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-221-1/+2
* Break PseudoSourceValue out of the Value hierarchy. It is now the root of its...Nick Lewycky2014-04-151-7/+2
* Implement depth_first and inverse_depth_first range factory functions.David Blaikie2014-04-111-11/+9
* Disable each MachineFunctionPass for 'optnone' functions, unless thatPaul Robinson2014-03-311-0/+3
* StackColoring: Use range-based for loops.Benjamin Kramer2014-03-091-79/+47
* MachineModuleInfo: Turn nested std::pairs into a proper struct.Benjamin Kramer2014-03-091-9/+6
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-071-2/+2
* [Layering] Move DebugInfo.h into the IR library where its implementationChandler Carruth2014-03-061-1/+1
* Now that we have C++11, turn simple functors into lambdas and remove a ton of...Benjamin Kramer2014-03-011-15/+7
* Disable the use of TBAA when using AA in CodeGenHal Finkel2014-01-251-0/+7
* Update StackProtector when coloring merges stack slotsHal Finkel2014-01-201-0/+10
* Update IR when merging slots in stack coloringHal Finkel2014-01-201-12/+21
* [cleanup] Move the Dominators.h and Verifier.h headers into the IRChandler Carruth2014-01-131-1/+1
* Correct word hyphenationsAlp Toker2013-12-051-1/+1
* Rename LiveRange to LiveInterval::SegmentMatthias Braun2013-10-101-4/+4
* Fix spelling intruction -> instruction.Robert Wilhelm2013-09-281-1/+1
* Use SmallVectorImpl instead of SmallVector for iterators and references to av...Craig Topper2013-07-031-3/+3
* Fix miscompile due to StackColoring incorrectly merging stack slots (PR15707)Derek Schuff2013-05-151-11/+8
* StackColoring: don't clear an instruction's mem operand if the underlyingAkira Hatanaka2013-05-141-0/+5
* Couple more sets of tidying.Eric Christopher2013-03-251-5/+5
* Formatting.Eric Christopher2013-03-251-4/+4
* More const correcting of stack coloring.Craig Topper2013-02-191-8/+8
* Const-correct the stack coloring code.Craig Topper2013-02-191-18/+15
* Avoid extra DenseMap lookups in StackColoring::calculateLocalLiveness.Craig Topper2013-02-191-18/+32
* Make the dump() function const and reduce the number of hash lookups it perfo...Craig Topper2013-02-191-11/+17
* Use a reference into the BlockLiveness DenseMap to avoid repeated hash lookup...Craig Topper2013-02-191-6/+9
* Fixing warnings revealed by gcc release buildEdwin Vane2013-01-291-3/+2
* Move MachineTraceMetrics.h into include/llvm/CodeGen.Jakob Stoklund Olesen2013-01-171-1/+0
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-3/+3
* Remove duplicate includes.Roman Divacky2012-12-211-1/+0
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-11/+11
* Use std::stable_sort instead of std::sort when sorting stack slotsUlrich Weigand2012-11-151-1/+3
* Clear unknown mem ops when merging stack slots (pr14090)Sebastian Pop2012-10-181-6/+13
* Change MachineFrameInfo::StackObject::Alloca from Value* to AllocaInst*Sebastian Pop2012-10-181-0/+1
* Disable the protection from escaped allocas in an attempt to find violating p...Nadav Rotem2012-09-171-2/+1
* Rename the flag which protects from escaped allocas, which may come from bugs...Nadav Rotem2012-09-131-5/+12
* Fix a typo.Nadav Rotem2012-09-131-1/+1
* Stack Coloring: We have code that checks that all of the uses of allocasNadav Rotem2012-09-131-5/+17
* Add a flag to disable the code that looks for allocas which escaped the lifet...Nadav Rotem2012-09-121-6/+18
* Enable stack-coloring, in hope that the recent fixes will enable correct drag...Nadav Rotem2012-09-121-1/+1
* Stack coloring: remove lifetime intervals which contain escaped allocas.Nadav Rotem2012-09-121-0/+47
* Dragonegg selfhost exposed additional cases where alloca usage moved outside ...Nadav Rotem2012-09-111-1/+1
* Enable stack coloring.Nadav Rotem2012-09-111-1/+1
* Stack Coloring: Dont crash on dbg values which use stack frames.Nadav Rotem2012-09-111-3/+5
OpenPOWER on IntegriCloud