summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/StackColoring.cpp
Commit message (Expand)AuthorAgeFilesLines
* IWYU for llvm-config.h in llvm, additions.Nico Weber2018-04-301-0/+1
* [CodeGen] Change std::sort to llvm::sort in response to r327219Mandeep Singh Grang2018-04-061-1/+1
* Fix a bunch of typoes. NFCFangrui Song2018-03-301-1/+1
* Stylish change. NFCXin Tong2018-03-191-2/+2
* MachineFunction: Return reference from getFunction(); NFCMatthias Braun2017-12-151-3/+2
* [CodeGen] Unify MBB reference format in both MIR and debug outputFrancis Visoiu Mistrih2017-12-041-1/+1
* Fix a bunch more layering of CodeGen headers that are in TargetDavid Blaikie2017-11-171-1/+1
* Reverting r315590; it did not include changes for llvm-tblgen, which is causi...Aaron Ballman2017-10-151-1/+1
* [dump] Remove NDEBUG from test to enable dump methods [NFC]Don Hinton2017-10-121-1/+1
* [CodeGen] Fix some Clang-tidy modernize-use-using and Include What You Use wa...Eugene Zelenko2017-09-291-32/+45
* [StackColoring] Update AliasAnalysis information in stack coloring pass (part 2)Hiroshi Inoue2017-08-021-4/+4
* [StackColoring] Update AliasAnalysis information in stack coloring passHiroshi Inoue2017-08-011-7/+51
* StackColoring: smarter check for slot overlapThan McIntosh2017-06-121-60/+177
* CodeGen: Rename DEBUG_TYPE to match passnamesMatthias Braun2017-05-251-5/+5
* BitVector: add iterators for set bitsFrancis Visoiu Mistrih2017-05-171-4/+2
* [StackColoring] Remove unused header file for post-order traversal. Update co...Craig Topper2017-03-151-4/+2
* Cleanup dump() functions.Matthias Braun2017-01-281-12/+10
* Move VariableDbgInfo from MachineModuleInfo to MachineFunctionMatthias Braun2016-11-301-2/+1
* 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
OpenPOWER on IntegriCloud