summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/StackColoring.cpp
Commit message (Expand)AuthorAgeFilesLines
* MachineFunction: Return reference for getFrameInfo(); NFCMatthias Braun2016-07-281-1/+1
* Better fix for PR27903.Than McIntosh2016-06-011-13/+26
* Update the stack coloring pass to remove lifetime intrinsics in the optnone/o...Andrew Kaylor2016-05-271-4/+2
* Disable lifetime-start-on-first-use analysis.Than McIntosh2016-05-271-2/+2
* Rework/enhance stack coloring data flow analysis.Than McIntosh2016-05-241-108/+413
* Fix build failure under NDEBUG.Than McIntosh2016-04-271-0/+4
* Refactor debugging code, NFC.Than McIntosh2016-04-271-31/+30
* Re-commit optimization bisect support (r267022) without new pass manager supp...Andrew Kaylor2016-04-221-1/+1
* Revert "Initial implementation of optimization bisect support."Vedant Kumar2016-04-221-1/+1
* Initial implementation of optimization bisect support.Andrew Kaylor2016-04-211-1/+1
* [NFC] Header cleanupMehdi Amini2016-04-181-1/+0
* [X86] Don't give catch objects a displacement of zeroDavid Majnemer2016-03-031-4/+7
* CodeGen: Take MachineInstr& in SlotIndexes and LiveIntervals, NFCDuncan P. N. Exon Smith2016-02-271-3/+3
* Annotate dump() methods with LLVM_DUMP_METHOD, addressing Richard Smith r2591...Yaron Keren2016-01-291-1/+1
* Reapply r257105 "[Verifier] Check that debug values have proper size"Keno Fischer2016-01-151-2/+14
* Re-Revert r257105 (Verifier debug info changes)Keno Fischer2016-01-131-14/+2
* Reapply r257105 "[Verifier] Check that debug values have proper size"Keno Fischer2016-01-131-2/+14
* [WinEH] CatchHandler which don't have catch objects in StackColoringDavid Majnemer2016-01-081-1/+3
* [WinEH] Update WinEHFuncInfo if StackColoring merges allocasDavid Majnemer2016-01-081-0/+7
* Temporarily revert r257105 "[Verifier] Check that debug values have proper size"Keno Fischer2016-01-071-14/+2
* [Verifier] Check that debug values have proper sizeKeno Fischer2016-01-071-2/+14
* 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
OpenPOWER on IntegriCloud