summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/BranchFolding.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Rename AnalyzeBranch* to analyzeBranch*.Jacques Pienaar2016-07-151-13/+13
* BranchFolding: Use LivePhysReg to update live in lists.Matthias Braun2016-07-121-25/+26
* Codegen: Fix comment in BranchFolding.cppKyle Butt2016-07-111-7/+6
* Codegen: Fix broken assumption in Tail Merge.Kyle Butt2016-06-241-1/+1
* Reapply "[MBP] Reduce code size by running tail merging in MBP.""Haicheng Wu2016-06-091-21/+64
* Revert "[MBP] Reduce code size by running tail merging in MBP."Haicheng Wu2016-06-071-64/+21
* [MBP] Reduce code size by running tail merging in MBP.Haicheng Wu2016-06-061-18/+48
* [BranchFolding] Replace MachineBlockFrequencyInfo with MBFIWrapper. NFC.Haicheng Wu2016-06-061-3/+16
* [WebAssembly] Move register stackification and coloring to a late phase.Dan Gohman2016-05-101-1/+1
* CodeGen: Move TargetPassConfig from Passes.h to an own header; NFCMatthias Braun2016-05-101-0/+1
* 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
* RegisterScavenger: Take a reference as enterBasicBlock() argument.Matthias Braun2016-04-061-1/+1
* Don't use potentially invalidated iteratorStephan Bergmann2016-03-311-2/+4
* Test commit accessMarianne Mailhot-Sarrasin2016-03-101-1/+1
* [BranchFolding] Change function name related with merging MMOs. NFCJunmo Park2016-03-031-7/+5
* CodeGen: Remove an iterator => pointer conversion, NFCDuncan P. N. Exon Smith2016-02-271-2/+2
* CodeGen: Change MachineInstr to use MachineInstr&, NFCDuncan P. N. Exon Smith2016-02-271-4/+4
* CodeGen: Use MachineInstr& in HashMachineInstr, NFCDuncan P. N. Exon Smith2016-02-271-10/+10
* CodeGen: TII: Take MachineInstr& in predicate API, NFCDuncan P. N. Exon Smith2016-02-231-4/+4
* [BranchFolding] Set correct mem refs (2nd try)Junmo Park2016-01-111-1/+1
* Revert "[BranchFolding] Set correct mem refs"Michael Zolotukhin2016-01-091-1/+1
* [BranchFolding] Set correct mem refsJunmo Park2016-01-091-1/+1
* Consolidate MemRefs handling from BranchFolding and correct latent bugPhilip Reames2016-01-061-14/+1
* [MemOperands] Clarify code around dropping memory operands [NFC]Philip Reames2015-12-231-1/+1
* Revert "[BranchFolding] Merge MMOs during tail merge"Rafael Espindola2015-12-041-26/+16
* [BranchFolding] Merge MMOs during tail mergeJunmo Park2015-12-041-16/+26
* (no commit message)Junmo Park2015-12-041-1/+1
* [WinEH] Avoid infinite loop in BranchFolding for multiple single block funcletsAndrew Kaylor2015-12-031-0/+8
* Replace all weight-based interfaces in MBB with probability-based interfaces,...Cong Hou2015-12-011-5/+11
* Revert r254348: "Replace all weight-based interfaces in MBB with probability-...Hans Wennborg2015-12-011-6/+3
* Replace all weight-based interfaces in MBB with probability-based interfaces,...Cong Hou2015-12-011-3/+6
* [WinEH] Don't forward branches across empty EH pad BBsReid Kleckner2015-11-111-1/+1
* Refactor: Simplify boolean conditional return statements in lib/CodeGen.Rafael Espindola2015-10-241-5/+2
* CodeGen: Remove implicit conversions from Analysis and BranchFoldingDuncan P. N. Exon Smith2015-10-091-24/+25
* [WinEH] Permit branch folding in the face of funcletsDavid Majnemer2015-10-041-13/+45
* [WinEH] Stop BranchFolding from merging across funcletsDavid Majnemer2015-10-011-2/+4
* [WinEH] Add and use hasEHPadSuccessor instead of getLandingPadSuccessorReid Kleckner2015-09-171-1/+1
* Use range-based for loops. NFCCraig Topper2015-09-161-47/+31
* [WinEH] Add some support for code generating catchpadReid Kleckner2015-08-271-6/+6
* fix minsize detection: minsize attribute implies optimizing for sizeSanjay Patel2015-08-101-3/+1
* wrap OptSize and MinSize attributes for easier and consistent access (NFCI)Sanjay Patel2015-08-041-0/+1
* Roll forward r242871Jingyue Wu2015-07-291-18/+35
* Temporarily revert r242871Jingyue Wu2015-07-291-28/+15
* [BranchFolding] do not iterate the aliases of virtual registersJingyue Wu2015-07-221-15/+28
* [BranchFolding] Document why replacing HashMachineInstr with hash_code doesn'...Benjamin Kramer2015-06-231-1/+3
* [MachineBasicBlock] Add getFirstNonDebugInstr to complement getLastNonDebugInstrBenjamin Kramer2015-06-231-57/+18
* Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko2015-06-231-1/+1
* Reformat.NAKAMURA Takumi2015-06-201-7/+12
OpenPOWER on IntegriCloud