summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/BranchFolding.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Add a RequireStructuredCFG Field to TargetMachine.Vincent Lejeune2013-12-071-1/+5
* Fix tail merging to assign the (more) correct BasicBlock when splitting.Andrew Trick2013-06-241-4/+11
* Simplify logic now that r182490 is in place. No functional change intended.Chad Rosier2013-05-221-2/+2
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-1/+1
* Remove the Function::getFnAttributes method in favor of using the AttributeSetBill Wendling2012-12-301-2/+2
* Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...Bill Wendling2012-12-191-1/+1
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-9/+9
* Remove unneeded #include.Jakub Staszak2012-11-271-1/+0
* Create enums for the different attributes.Bill Wendling2012-10-091-1/+2
* Fix indentation. Remove 'else' after return. No functional change.Craig Topper2012-10-071-11/+8
* Remove the `hasFnAttr' method from Function.Bill Wendling2012-09-261-1/+1
* Reduce duplicated hash map lookups.Benjamin Kramer2012-08-221-2/+1
* Fix typos found by http://github.com/lyda/misspell-checkBenjamin Kramer2012-06-021-1/+1
* Switch all register list clients to the new MC*Iterator interface.Jakob Stoklund Olesen2012-06-011-9/+8
* Switch some getAliasSet clients to MCRegAliasIterator.Jakob Stoklund Olesen2012-06-011-9/+6
* Forgot to reverse conditional.Bill Wendling2012-05-231-1/+1
* Reduce indentation by early detection of 'continue'. No functionality change.Bill Wendling2012-05-231-79/+87
* This patch fixes a problem which arose when using the Post-RA schedulerPreston Gurd2012-04-231-1/+1
* Branch folding may invalidate liveness.Jakob Stoklund Olesen2012-03-271-2/+9
* Where the BranchFolding pass removes a branch then adds another better branch,Bill Wendling2012-03-071-4/+27
* Convert more GenRegisterInfo tables from unsigned to uint16_t to reduce stati...Craig Topper2012-03-051-2/+2
* Use uint16_t to store register overlaps to reduce static data.Craig Topper2012-03-041-5/+5
* Remove extra semi-colons.Chad Rosier2012-02-221-2/+2
* Handle register masks in branch folding.Jakob Stoklund Olesen2012-02-151-0/+8
* Move pass configuration out of pass constructors: BranchFolderPassAndrew Trick2012-02-081-12/+16
* whitespaceAndrew Trick2012-02-081-2/+2
* More dead code removal (using -Wunreachable-code)David Blaikie2012-01-201-1/+2
* When hoisting common code, watch out for uses which are marked "kill". If theEvan Cheng2012-01-121-0/+5
OpenPOWER on IntegriCloud