summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/MachineBlockPlacement.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Revert "Introduce a string_ostream string builder facilty"Alp Toker2014-06-261-4/+8
* Introduce a string_ostream string builder faciltyAlp Toker2014-06-261-8/+4
* [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-17/+17
* Disable each MachineFunctionPass for 'optnone' functions, unless thatPaul Robinson2014-03-311-0/+3
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-071-4/+4
* [C++11] Replace llvm::next and llvm::prior with std::next and std::prev.Benjamin Kramer2014-03-021-13/+13
* Now that we have C++11, turn simple functors into lambdas and remove a ton of...Benjamin Kramer2014-03-011-18/+3
* Add a LLVM_DUMP_METHOD macro.Nico Weber2014-01-031-1/+1
* [block-freq] Update MachineBlockPlacement and RegAllocGreedy to use the new M...Michael Gottesman2013-12-141-5/+6
* Fix gcc warnings.Matt Arsenault2013-12-101-0/+2
* Revert part of GCC warning fix to fix debug build.Matt Arsenault2013-12-051-0/+1
* Fix minor GCC warnings.Matt Arsenault2013-12-051-1/+0
* Output a bit more information in the debug printing for MBP. This wasChandler Carruth2013-11-251-3/+4
* MachineBlockPlacement: Strengthen the source order bias when picking an exit ...Benjamin Kramer2013-11-201-4/+13
* Fix a defect in code-layout pass, improving Benchmarks/Olden/em3d/em3d by abo...Shuxin Yang2013-06-041-1/+25
* Don't disable block layout when forcing block alignment.Nadav Rotem2013-04-121-8/+6
* Add a flag to align all basic blocks in the function.Nadav Rotem2013-04-121-0/+14
* Fix a typoNadav Rotem2013-03-291-1/+1
* Split TargetLowering into a CodeGen and a SelectionDAG part.Benjamin Kramer2013-01-111-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-5/+5
* Create enums for the different attributes.Bill Wendling2012-10-091-1/+2
* Remove the `hasFnAttr' method from Function.Bill Wendling2012-09-261-1/+1
* Remove silly dead store. Patch by Ettl Martin.Duncan Sands2012-09-141-2/+1
* Add a much more conservative strategy for aligning branch targets.Chandler Carruth2012-08-071-15/+49
* Reverse order of the two branches at end of a basic block if it is profitable.Manman Ren2012-07-311-1/+15
* Update a bunch of stale comments that dated from when this folled theChandler Carruth2012-06-261-14/+11
* Fix typos found by http://github.com/lyda/misspell-checkBenjamin Kramer2012-06-021-4/+4
* Add a somewhat hacky heuristic to do something different from whole-loopChandler Carruth2012-04-161-3/+78
* Tweak the loop rotation logic to check whether the loop is naturallyChandler Carruth2012-04-161-11/+51
* Rewrite how machine block placement handles loop rotation.Chandler Carruth2012-04-161-66/+70
* Make a somewhat subtle change in the logic of block placement. SometimesChandler Carruth2012-04-101-0/+12
* Remove an over zealous assert. The assert was trying to catch placesChandler Carruth2012-04-081-1/+0
* Add a debug-only 'dump' method to the BlockChain structure to easeChandler Carruth2012-04-081-0/+8
* Codegen pass definition cleanup. No functionality.Andrew Trick2012-02-081-12/+2
* Revert patch from 147090. There is not point to make code less readable if weJakub Staszak2011-12-211-43/+45
* - Change a few operator[] to lookup which is cheaper.Jakub Staszak2011-12-211-45/+43
* Remove unneeded semicolon.Jakub Staszak2011-12-071-3/+3
* Remove unneeded type.Jakub Staszak2011-12-071-2/+0
* - Remove unneeded #includes.Jakub Staszak2011-12-061-25/+4
* Prevent rotating the blocks of a loop (and thus getting a backedge to beChandler Carruth2011-11-271-0/+16
* Take two on rotating the block ordering of loops. My previous attemptChandler Carruth2011-11-271-85/+103
* Fix an impressive type-o / spell-o Duncan noticed.Chandler Carruth2011-11-271-1/+1
* Rework a bit of the implementation of loop block rotation to not rely soChandler Carruth2011-11-271-21/+31
* Introduce a loop block rotation optimization to the new block placementChandler Carruth2011-11-271-3/+92
* Fix a silly use-after-free issue. A much earlier version of this codeChandler Carruth2011-11-241-2/+2
* When adding blocks to the list of those which no longer have any CFGChandler Carruth2011-11-241-3/+3
* Relax an invariant that block placement was trying to assert a bitChandler Carruth2011-11-231-3/+1
OpenPOWER on IntegriCloud