index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
CodeGen
/
X86
/
block-placement.ll
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update aosp/master llvm for rebase to r233350
Pirama Arumuga Nainar
2015-04-09
1
-118
/
+118
*
Update aosp/master LLVM for rebase to r230699.
Stephen Hines
2015-03-23
1
-3
/
+3
*
Update aosp/master LLVM for rebase to r222494.
Stephen Hines
2014-12-02
1
-38
/
+0
*
Update to LLVM 3.5a.
Stephen Hines
2014-04-24
1
-1
/
+1
*
Convert CodeGen/*/*.ll tests to use the new CHECK-LABEL for easier debugging....
Stephen Lin
2013-07-13
1
-8
/
+8
*
Fix tail merging to assign the (more) correct BasicBlock when splitting.
Andrew Trick
2013-06-24
1
-2
/
+2
*
Add a new function attribute 'cold' to functions.
Diego Novillo
2013-05-24
1
-0
/
+32
*
TBAA: remove !tbaa from testing cases if not used.
Manman Ren
2013-04-30
1
-2
/
+2
*
Add a much more conservative strategy for aligning branch targets.
Chandler Carruth
2012-08-07
1
-0
/
+8
*
MachineCSE: Update the heuristics for isProfitableToCSE.
Manman Ren
2012-08-07
1
-1
/
+1
*
Flip the new block-placement pass to be on by default.
Chandler Carruth
2012-04-16
1
-1
/
+1
*
Add a somewhat hacky heuristic to do something different from whole-loop
Chandler Carruth
2012-04-16
1
-5
/
+5
*
Tweak the loop rotation logic to check whether the loop is naturally
Chandler Carruth
2012-04-16
1
-2
/
+32
*
Rewrite how machine block placement handles loop rotation.
Chandler Carruth
2012-04-16
1
-3
/
+126
*
Take two on rotating the block ordering of loops. My previous attempt
Chandler Carruth
2011-11-27
1
-3
/
+3
*
Rework a bit of the implementation of loop block rotation to not rely so
Chandler Carruth
2011-11-27
1
-1
/
+39
*
Upgrade syntax of tests using volatile instructions to use 'load volatile' in...
Chris Lattner
2011-11-27
1
-65
/
+65
*
Introduce a loop block rotation optimization to the new block placement
Chandler Carruth
2011-11-27
1
-0
/
+30
*
Fix a silly use-after-free issue. A much earlier version of this code
Chandler Carruth
2011-11-24
1
-0
/
+211
*
When adding blocks to the list of those which no longer have any CFG
Chandler Carruth
2011-11-24
1
-0
/
+56
*
test/CodeGen/X86/block-placement.ll: Add explicit -mtriple=i686-linux. X86 Wi...
NAKAMURA Takumi
2011-11-23
1
-1
/
+1
*
Relax an invariant that block placement was trying to assert a bit
Chandler Carruth
2011-11-23
1
-0
/
+25
*
Handle the case of a no-return invoke correctly. It actually still has
Chandler Carruth
2011-11-23
1
-0
/
+24
*
Fix a crash in block placement due to an inner loop that happened to be
Chandler Carruth
2011-11-23
1
-0
/
+41
*
Fix a devilish miscompile exposed by block placement. The
Chandler Carruth
2011-11-22
1
-0
/
+28
*
test/CodeGen/X86/block-placement.ll: Relax expressions for Win32.
NAKAMURA Takumi
2011-11-20
1
-3
/
+3
*
The logic for breaking the CFG in the presence of hot successors didn't
Chandler Carruth
2011-11-20
1
-0
/
+36
*
Add some comments to the latest test case I added here to document what
Chandler Carruth
2011-11-20
1
-1
/
+22
*
Move the handling of unanalyzable branches out of the loop-driven chain
Chandler Carruth
2011-11-19
1
-0
/
+25
*
Rather than trying to use the loop block sequence *or* the function
Chandler Carruth
2011-11-15
1
-1
/
+72
*
Fix an overflow bug in MachineBranchProbabilityInfo. This pass relied on
Chandler Carruth
2011-11-14
1
-0
/
+51
*
Teach machine block placement to cope with unnatural loops. These don't
Chandler Carruth
2011-11-14
1
-0
/
+37
*
Rewrite #3 of machine block placement. This is based somewhat on the
Chandler Carruth
2011-11-13
1
-1
/
+96
*
Completely re-write the algorithm behind MachineBlockPlacement based on
Chandler Carruth
2011-10-23
1
-2
/
+1
*
Don't hard code the desired alignment for loops -- it isn't 16-bytes on
Chandler Carruth
2011-10-21
1
-3
/
+3
*
Add loop aligning to MachineBlockPlacement based on review discussion so
Chandler Carruth
2011-10-21
1
-2
/
+69
*
Add a very basic test for MachineBlockPlacement. This is essentially the
Chandler Carruth
2011-10-21
1
-0
/
+75