index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
CodeGen
/
MachineBlockPlacement.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Revert "Introduce a string_ostream string builder facilty"
Alp Toker
2014-06-26
1
-4
/
+8
*
Introduce a string_ostream string builder facilty
Alp Toker
2014-06-26
1
-8
/
+4
*
[Modules] Remove potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
1
-1
/
+2
*
[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...
Craig Topper
2014-04-14
1
-17
/
+17
*
Disable each MachineFunctionPass for 'optnone' functions, unless that
Paul Robinson
2014-03-31
1
-0
/
+3
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-07
1
-4
/
+4
*
[C++11] Replace llvm::next and llvm::prior with std::next and std::prev.
Benjamin Kramer
2014-03-02
1
-13
/
+13
*
Now that we have C++11, turn simple functors into lambdas and remove a ton of...
Benjamin Kramer
2014-03-01
1
-18
/
+3
*
Add a LLVM_DUMP_METHOD macro.
Nico Weber
2014-01-03
1
-1
/
+1
*
[block-freq] Update MachineBlockPlacement and RegAllocGreedy to use the new M...
Michael Gottesman
2013-12-14
1
-5
/
+6
*
Fix gcc warnings.
Matt Arsenault
2013-12-10
1
-0
/
+2
*
Revert part of GCC warning fix to fix debug build.
Matt Arsenault
2013-12-05
1
-0
/
+1
*
Fix minor GCC warnings.
Matt Arsenault
2013-12-05
1
-1
/
+0
*
Output a bit more information in the debug printing for MBP. This was
Chandler Carruth
2013-11-25
1
-3
/
+4
*
MachineBlockPlacement: Strengthen the source order bias when picking an exit ...
Benjamin Kramer
2013-11-20
1
-4
/
+13
*
Fix a defect in code-layout pass, improving Benchmarks/Olden/em3d/em3d by abo...
Shuxin Yang
2013-06-04
1
-1
/
+25
*
Don't disable block layout when forcing block alignment.
Nadav Rotem
2013-04-12
1
-8
/
+6
*
Add a flag to align all basic blocks in the function.
Nadav Rotem
2013-04-12
1
-0
/
+14
*
Fix a typo
Nadav Rotem
2013-03-29
1
-1
/
+1
*
Split TargetLowering into a CodeGen and a SelectionDAG part.
Benjamin Kramer
2013-01-11
1
-1
/
+1
*
Remove the Function::getFnAttributes method in favor of using the AttributeSet
Bill Wendling
2012-12-30
1
-2
/
+2
*
Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...
Bill Wendling
2012-12-19
1
-1
/
+1
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-5
/
+5
*
Create enums for the different attributes.
Bill Wendling
2012-10-09
1
-1
/
+2
*
Remove the `hasFnAttr' method from Function.
Bill Wendling
2012-09-26
1
-1
/
+1
*
Remove silly dead store. Patch by Ettl Martin.
Duncan Sands
2012-09-14
1
-2
/
+1
*
Add a much more conservative strategy for aligning branch targets.
Chandler Carruth
2012-08-07
1
-15
/
+49
*
Reverse order of the two branches at end of a basic block if it is profitable.
Manman Ren
2012-07-31
1
-1
/
+15
*
Update a bunch of stale comments that dated from when this folled the
Chandler Carruth
2012-06-26
1
-14
/
+11
*
Fix typos found by http://github.com/lyda/misspell-check
Benjamin Kramer
2012-06-02
1
-4
/
+4
*
Add a somewhat hacky heuristic to do something different from whole-loop
Chandler Carruth
2012-04-16
1
-3
/
+78
*
Tweak the loop rotation logic to check whether the loop is naturally
Chandler Carruth
2012-04-16
1
-11
/
+51
*
Rewrite how machine block placement handles loop rotation.
Chandler Carruth
2012-04-16
1
-66
/
+70
*
Make a somewhat subtle change in the logic of block placement. Sometimes
Chandler Carruth
2012-04-10
1
-0
/
+12
*
Remove an over zealous assert. The assert was trying to catch places
Chandler Carruth
2012-04-08
1
-1
/
+0
*
Add a debug-only 'dump' method to the BlockChain structure to ease
Chandler Carruth
2012-04-08
1
-0
/
+8
*
Codegen pass definition cleanup. No functionality.
Andrew Trick
2012-02-08
1
-12
/
+2
*
Revert patch from 147090. There is not point to make code less readable if we
Jakub Staszak
2011-12-21
1
-43
/
+45
*
- Change a few operator[] to lookup which is cheaper.
Jakub Staszak
2011-12-21
1
-45
/
+43
*
Remove unneeded semicolon.
Jakub Staszak
2011-12-07
1
-3
/
+3
*
Remove unneeded type.
Jakub Staszak
2011-12-07
1
-2
/
+0
*
- Remove unneeded #includes.
Jakub Staszak
2011-12-06
1
-25
/
+4
*
Prevent rotating the blocks of a loop (and thus getting a backedge to be
Chandler Carruth
2011-11-27
1
-0
/
+16
*
Take two on rotating the block ordering of loops. My previous attempt
Chandler Carruth
2011-11-27
1
-85
/
+103
*
Fix an impressive type-o / spell-o Duncan noticed.
Chandler Carruth
2011-11-27
1
-1
/
+1
*
Rework a bit of the implementation of loop block rotation to not rely so
Chandler Carruth
2011-11-27
1
-21
/
+31
*
Introduce a loop block rotation optimization to the new block placement
Chandler Carruth
2011-11-27
1
-3
/
+92
*
Fix a silly use-after-free issue. A much earlier version of this code
Chandler Carruth
2011-11-24
1
-2
/
+2
*
When adding blocks to the list of those which no longer have any CFG
Chandler Carruth
2011-11-24
1
-3
/
+3
*
Relax an invariant that block placement was trying to assert a bit
Chandler Carruth
2011-11-23
1
-3
/
+1
[prev]
[next]