index
:
~nh/llvm
fold-subregs
images
latest
master
mimg
tablegen-name-resolution
wip
Misc LLVM things, mostly radeonsi (AMDGPU)
nh
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
MachineBlockPlacement.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2015-08-06
Revert r244154 which causes some build failure. See https://llvm.org/bugs/sho...
Cong Hou
1
-4
/
+6
2015-08-05
Record whether the weights on out-edges from a MBB are normalized.
Cong Hou
1
-6
/
+4
2015-08-04
wrap OptSize and MinSize attributes for easier and consistent access (NFCI)
Sanjay Patel
1
-0
/
+1
2015-07-15
Test commit.
Cong Hou
1
-1
/
+0
2015-06-23
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
1
-3
/
+3
2015-06-19
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
1
-3
/
+3
2015-04-15
[MBP] Spell the conditions the same way through out this if statement.
Chandler Carruth
1
-1
/
+1
2015-04-15
[MBP] Sink a comment into the if block to which it pertains. This makes
Chandler Carruth
1
-1
/
+1
2015-04-15
[MBP] Fix a really misleading typo in a comment.
Chandler Carruth
1
-1
/
+1
2015-03-23
Re-sort includes with sort-includes.py and insert raw_ostream.h where it's used.
Benjamin Kramer
1
-0
/
+1
2015-03-20
[MBP] Don't outline short optional branches
Daniel Jasper
1
-2
/
+25
2015-03-05
[MBP] Use range based for-loops throughout this code. Several had
Chandler Carruth
1
-140
/
+108
2015-03-05
[MBP] NFC, run clang-format over this code and tweak things to make the
Chandler Carruth
1
-71
/
+62
2015-03-05
[MBP] This is no longer 'block-placement2'. ;] The old variants are long
Chandler Carruth
1
-3
/
+3
2015-03-05
[MBP] Revert r231238 which attempted to fix a nasty bug where MBP is
Chandler Carruth
1
-26
/
+0
2015-03-04
[MBP] Fix a really horrible bug in MachineBlockPlacement, but behind
Chandler Carruth
1
-0
/
+26
2015-03-04
Add a flag to experiment with outlining optional branches.
Daniel Jasper
1
-2
/
+46
2015-02-18
NFC: Use range-based for loops and more consistent naming.
Daniel Jasper
1
-19
/
+15
2015-02-18
Remove experimental options to control machine block placement.
Daniel Jasper
1
-35
/
+20
2015-02-14
CodeGen: Canonicalize access to function attributes, NFC
Duncan P. N. Exon Smith
1
-2
/
+1
2015-01-14
[MBP] Add flags to disable the BadCFGConflict check in MachineBlockPlacement.
Chandler Carruth
1
-20
/
+35
2015-01-03
[PowerPC/BlockPlacement] Allow target to provide a per-loop alignment preference
Hal Finkel
1
-3
/
+4
2014-11-19
Update SetVector to rely on the underlying set's insert to return a pair<iter...
David Blaikie
1
-2
/
+2
2014-08-05
Have MachineFunction cache a pointer to the subtarget to make lookups
Eric Christopher
1
-2
/
+2
2014-08-04
Remove the TargetMachine forwards for TargetSubtargetInfo based
Eric Christopher
1
-2
/
+3
2014-06-26
Revert "Introduce a string_ostream string builder facilty"
Alp Toker
1
-4
/
+8
2014-06-26
Introduce a string_ostream string builder facilty
Alp Toker
1
-8
/
+4
2014-04-22
[Modules] Remove potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
1
-1
/
+2
2014-04-14
[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...
Craig Topper
1
-17
/
+17
2014-03-31
Disable each MachineFunctionPass for 'optnone' functions, unless that
Paul Robinson
1
-0
/
+3
2014-03-07
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
1
-4
/
+4
2014-03-02
[C++11] Replace llvm::next and llvm::prior with std::next and std::prev.
Benjamin Kramer
1
-13
/
+13
2014-03-01
Now that we have C++11, turn simple functors into lambdas and remove a ton of...
Benjamin Kramer
1
-18
/
+3
2014-01-03
Add a LLVM_DUMP_METHOD macro.
Nico Weber
1
-1
/
+1
2013-12-14
[block-freq] Update MachineBlockPlacement and RegAllocGreedy to use the new M...
Michael Gottesman
1
-5
/
+6
2013-12-10
Fix gcc warnings.
Matt Arsenault
1
-0
/
+2
2013-12-05
Revert part of GCC warning fix to fix debug build.
Matt Arsenault
1
-0
/
+1
2013-12-05
Fix minor GCC warnings.
Matt Arsenault
1
-1
/
+0
2013-11-25
Output a bit more information in the debug printing for MBP. This was
Chandler Carruth
1
-3
/
+4
2013-11-20
MachineBlockPlacement: Strengthen the source order bias when picking an exit ...
Benjamin Kramer
1
-4
/
+13
2013-06-04
Fix a defect in code-layout pass, improving Benchmarks/Olden/em3d/em3d by abo...
Shuxin Yang
1
-1
/
+25
2013-04-12
Don't disable block layout when forcing block alignment.
Nadav Rotem
1
-8
/
+6
2013-04-12
Add a flag to align all basic blocks in the function.
Nadav Rotem
1
-0
/
+14
2013-03-29
Fix a typo
Nadav Rotem
1
-1
/
+1
2013-01-11
Split TargetLowering into a CodeGen and a SelectionDAG part.
Benjamin Kramer
1
-1
/
+1
2012-12-30
Remove the Function::getFnAttributes method in favor of using the AttributeSet
Bill Wendling
1
-2
/
+2
2012-12-19
Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...
Bill Wendling
1
-1
/
+1
2012-12-03
Use the new script to sort the includes of every file under lib.
Chandler Carruth
1
-5
/
+5
2012-10-09
Create enums for the different attributes.
Bill Wendling
1
-1
/
+2
2012-09-26
Remove the `hasFnAttr' method from Function.
Bill Wendling
1
-1
/
+1
[next]