summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/BranchFolding.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert r240040, "[BranchFolding] Replace custom MachineInstr with MachineInst...NAKAMURA Takumi2015-06-201-6/+46
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-191-1/+1
* [BranchFolding] Replace custom MachineInstr with MachineInstrExpressionTraitBenjamin Kramer2015-06-181-46/+6
* MachineInstr: Remove unused parameter.Matthias Braun2015-05-191-3/+2
* Don't rewrite jumps to empty BBs to landing pads.Pete Cooper2015-04-301-0/+5
* BranchFolding: MergePotentialsElt has a total order, just call array_pod_sort.Benjamin Kramer2015-03-131-1/+1
* Don't evaluate rend() on every iteration of the loop.Chad Rosier2015-03-101-1/+3
* [BranchFolding] Remove MMOs during tail merge to preserve dependencies.Chad Rosier2015-03-101-0/+57
* CodeGen: Canonicalize access to function attributes, NFCDuncan P. N. Exon Smith2015-02-141-2/+1
* Update SetVector to rely on the underlying set's insert to return a pair<iter...David Blaikie2014-11-191-1/+1
OpenPOWER on IntegriCloud