summaryrefslogtreecommitdiff
path: root/lib/CodeGen/BranchFolding.cpp
Commit message (Expand)AuthorAge
* Prevent hoisting the instruction whose def might be clobbered by the terminator.Sasa Stankovic2014-06-05
* [Modules] Remove potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-22
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-14
* Disable each MachineFunctionPass for 'optnone' functions, unless thatPaul Robinson2014-03-31
* This is a fix for PR# 19051. I noticed code gen differences due to code motio...Ekaterina Romanova2014-03-26
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-07
* [C++11] Replace llvm::next and llvm::prior with std::next and std::prev.Benjamin Kramer2014-03-02
* Add a RequireStructuredCFG Field to TargetMachine.Vincent Lejeune2013-12-07
* Fix tail merging to assign the (more) correct BasicBlock when splitting.Andrew Trick2013-06-24
* Simplify logic now that r182490 is in place. No functional change intended.Chad Rosier2013-05-22
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* Remove the Function::getFnAttributes method in favor of using the AttributeSetBill Wendling2012-12-30
* Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...Bill Wendling2012-12-19
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* Remove unneeded #include.Jakub Staszak2012-11-27
* Create enums for the different attributes.Bill Wendling2012-10-09
* Fix indentation. Remove 'else' after return. No functional change.Craig Topper2012-10-07
* Remove the `hasFnAttr' method from Function.Bill Wendling2012-09-26
* Reduce duplicated hash map lookups.Benjamin Kramer2012-08-22
* Fix typos found by http://github.com/lyda/misspell-checkBenjamin Kramer2012-06-02
* Switch all register list clients to the new MC*Iterator interface.Jakob Stoklund Olesen2012-06-01
* Switch some getAliasSet clients to MCRegAliasIterator.Jakob Stoklund Olesen2012-06-01
* Forgot to reverse conditional.Bill Wendling2012-05-23
* Reduce indentation by early detection of 'continue'. No functionality change.Bill Wendling2012-05-23
* This patch fixes a problem which arose when using the Post-RA schedulerPreston Gurd2012-04-23
* Branch folding may invalidate liveness.Jakob Stoklund Olesen2012-03-27
* Where the BranchFolding pass removes a branch then adds another better branch,Bill Wendling2012-03-07
* Convert more GenRegisterInfo tables from unsigned to uint16_t to reduce stati...Craig Topper2012-03-05
* Use uint16_t to store register overlaps to reduce static data.Craig Topper2012-03-04
* Remove extra semi-colons.Chad Rosier2012-02-22
* Handle register masks in branch folding.Jakob Stoklund Olesen2012-02-15
* Move pass configuration out of pass constructors: BranchFolderPassAndrew Trick2012-02-08
* whitespaceAndrew Trick2012-02-08
* More dead code removal (using -Wunreachable-code)David Blaikie2012-01-20
* When hoisting common code, watch out for uses which are marked "kill". If theEvan Cheng2012-01-12
* Revert part of r147716. Looks like x87 instructions kill markers are all messedEvan Cheng2012-01-07
* Added a late machine instruction copy propagation pass. This catchesEvan Cheng2012-01-07
* - Add MachineInstrBundle.h and MachineInstrBundle.cpp. This includes a functionEvan Cheng2011-12-14
* Add bundle aware API for querying instruction properties and switch the codeEvan Cheng2011-12-07
* Reapply r142920 with fix:Bill Wendling2011-10-26
* Revert commit 142891. Takumi bisected the tablegen miscompilesDuncan Sands2011-10-25
* An MBB which branches to an EH landing pad shouldn't be considered for tail m...Bill Wendling2011-10-25
* Fix liveness computations in BranchFolding.Jakob Stoklund Olesen2011-08-05
* When tail-merging multiple blocks, make sure to correctly update the live-in ...Eli Friedman2011-07-06
* - Rename TargetInstrDesc, TargetOperandInfo to MCInstrDesc and MCOperandInfo andEvan Cheng2011-06-28
* Add 132986 back, but avoid non-determinism if a bb address gets reused.Rafael Espindola2011-06-14
* revert 132986 to see if the bots go green.Rafael Espindola2011-06-14
* Make the threshold used by branch folding softer. Before we would get aRafael Espindola2011-06-14
* Add comment.Devang Patel2011-05-26
* During branch folding avoid inserting redundant DBG_VALUE machine instructions.Devang Patel2011-05-26