index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
MachineBlockPlacement.cpp
Age
Commit message (
Expand
)
Author
2013-04-12
Don't disable block layout when forcing block alignment.
Nadav Rotem
2013-04-12
Add a flag to align all basic blocks in the function.
Nadav Rotem
2013-03-29
Fix a typo
Nadav Rotem
2013-01-11
Split TargetLowering into a CodeGen and a SelectionDAG part.
Benjamin Kramer
2012-12-30
Remove the Function::getFnAttributes method in favor of using the AttributeSet
Bill Wendling
2012-12-19
Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...
Bill Wendling
2012-12-03
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-10-09
Create enums for the different attributes.
Bill Wendling
2012-09-26
Remove the `hasFnAttr' method from Function.
Bill Wendling
2012-09-14
Remove silly dead store. Patch by Ettl Martin.
Duncan Sands
2012-08-07
Add a much more conservative strategy for aligning branch targets.
Chandler Carruth
2012-07-31
Reverse order of the two branches at end of a basic block if it is profitable.
Manman Ren
2012-06-26
Update a bunch of stale comments that dated from when this folled the
Chandler Carruth
2012-06-02
Fix typos found by http://github.com/lyda/misspell-check
Benjamin Kramer
2012-04-16
Add a somewhat hacky heuristic to do something different from whole-loop
Chandler Carruth
2012-04-16
Tweak the loop rotation logic to check whether the loop is naturally
Chandler Carruth
2012-04-16
Rewrite how machine block placement handles loop rotation.
Chandler Carruth
2012-04-10
Make a somewhat subtle change in the logic of block placement. Sometimes
Chandler Carruth
2012-04-08
Remove an over zealous assert. The assert was trying to catch places
Chandler Carruth
2012-04-08
Add a debug-only 'dump' method to the BlockChain structure to ease
Chandler Carruth
2012-02-08
Codegen pass definition cleanup. No functionality.
Andrew Trick
2011-12-21
Revert patch from 147090. There is not point to make code less readable if we
Jakub Staszak
2011-12-21
- Change a few operator[] to lookup which is cheaper.
Jakub Staszak
2011-12-07
Remove unneeded semicolon.
Jakub Staszak
2011-12-07
Remove unneeded type.
Jakub Staszak
2011-12-06
- Remove unneeded #includes.
Jakub Staszak
2011-11-27
Prevent rotating the blocks of a loop (and thus getting a backedge to be
Chandler Carruth
2011-11-27
Take two on rotating the block ordering of loops. My previous attempt
Chandler Carruth
2011-11-27
Fix an impressive type-o / spell-o Duncan noticed.
Chandler Carruth
2011-11-27
Rework a bit of the implementation of loop block rotation to not rely so
Chandler Carruth
2011-11-27
Introduce a loop block rotation optimization to the new block placement
Chandler Carruth
2011-11-24
Fix a silly use-after-free issue. A much earlier version of this code
Chandler Carruth
2011-11-24
When adding blocks to the list of those which no longer have any CFG
Chandler Carruth
2011-11-23
Relax an invariant that block placement was trying to assert a bit
Chandler Carruth
2011-11-23
Fix a crash in block placement due to an inner loop that happened to be
Chandler Carruth
2011-11-20
The logic for breaking the CFG in the presence of hot successors didn't
Chandler Carruth
2011-11-19
Move the handling of unanalyzable branches out of the loop-driven chain
Chandler Carruth
2011-11-15
Rather than trying to use the loop block sequence *or* the function
Chandler Carruth
2011-11-14
It helps to deallocate memory as well as allocate it. =] This actually
Chandler Carruth
2011-11-14
Remove an over-eager assert that was firing on one of the ARM regression
Chandler Carruth
2011-11-14
Begin chipping away at one of the biggest quadratic-ish behaviors in
Chandler Carruth
2011-11-14
Under the hood, MBPI is doing a linear scan of every successor every
Chandler Carruth
2011-11-14
Teach machine block placement to cope with unnatural loops. These don't
Chandler Carruth
2011-11-13
Cleanup some 80-columns violations and poor formatting. These snuck by
Chandler Carruth
2011-11-13
Enhance the assertion mechanisms in place to make it easier to catch
Chandler Carruth
2011-11-13
Teach MBP to force-merge layout successors for blocks with unanalyzable
Chandler Carruth
2011-11-13
Hoist another gross nested loop into a helper method.
Chandler Carruth
2011-11-13
Add a missing doxygen comment for a helper method.
Chandler Carruth
2011-11-13
Hoist a nested loop into its own method.
Chandler Carruth
2011-11-13
Rewrite #3 of machine block placement. This is based somewhat on the
Chandler Carruth
[next]