summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/StackColoring.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use llvm::stable_sortFangrui Song2019-04-231-4/+5
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)Fangrui Song2018-09-271-1/+1
* [MI] Change the array of `MachineMemOperand` pointers to beChandler Carruth2018-08-161-7/+5
* [SDAG] Remove the reliance on MI's allocation strategy forChandler Carruth2018-08-141-1/+1
* [CodeGen] Fix inconsistent declaration parameter nameFangrui Song2018-07-161-1/+1
* CodeGen: Remove pipeline dependencies on StackProtector; NFCMatthias Braun2018-07-131-10/+11
* Revert "(HEAD -> master, origin/master, arcpatch-D37582) CodeGen: Remove pipe...Matthias Braun2018-07-121-11/+10
* CodeGen: Remove pipeline dependencies on StackProtector; NFCMatthias Braun2018-07-121-10/+11
* StackColoring: better handling of statically unreachable codeThan McIntosh2018-05-291-2/+5
* Revert changes from D46265.Than McIntosh2018-05-181-5/+2
* StackColoring: better handling of statically unreachable codeThan McIntosh2018-05-181-2/+5
* Rename DEBUG macro to LLVM_DEBUG.Nicola Zaghen2018-05-141-34/+38
* [DebugInfo] Examine all uses of isDebugValue() for debug instructions.Shiva Chen2018-05-091-3/+3
* 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
OpenPOWER on IntegriCloud