summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/BranchFolding.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Remove unnecessary TargetMachine.h includes.Eric Christopher2014-10-141-1/+0
* [Branch probability] Recompute branch weights of tail-merged basic blocks.Akira Hatanaka2014-08-071-5/+72
* Have MachineFunction cache a pointer to the subtarget to make lookupsEric Christopher2014-08-051-4/+3
* Changed the liveness tracking in the RegisterScavengerPedro Artigas2014-08-041-4/+2
* Remove the TargetMachine forwards for TargetSubtargetInfo basedEric Christopher2014-08-041-4/+5
* Prevent hoisting the instruction whose def might be clobbered by the terminator.Sasa Stankovic2014-06-051-4/+11
* [Modules] Remove potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-221-1/+2
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-141-35/+36
* Disable each MachineFunctionPass for 'optnone' functions, unless thatPaul Robinson2014-03-311-0/+3
* This is a fix for PR# 19051. I noticed code gen differences due to code motio...Ekaterina Romanova2014-03-261-1/+1
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-071-2/+2
* [C++11] Replace llvm::next and llvm::prior with std::next and std::prev.Benjamin Kramer2014-03-021-17/+17
OpenPOWER on IntegriCloud