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
/
Analysis
/
InlineCost.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert revisions 262636, 262643, 262679, and 262682.
Easwaran Raman
2016-03-08
1
-86
/
+16
*
Fix a memory leak.
Easwaran Raman
2016-03-04
1
-1
/
+4
*
Fix breakage caused by r262636.
Easwaran Raman
2016-03-03
1
-1
/
+1
*
Infrastructure for PGO enhancements in inliner
Easwaran Raman
2016-03-03
1
-16
/
+83
*
CallAnalyzer::analyzeCall: change the condition back to "Cost < Threshold"
Hans Wennborg
2016-02-05
1
-1
/
+1
*
Avoid inlining call sites in unreachable-terminated block
Jun Bum Lim
2016-02-01
1
-6
/
+17
*
Annotate dump() methods with LLVM_DUMP_METHOD, addressing Richard Smith r2591...
Yaron Keren
2016-01-29
1
-1
/
+1
*
Lower inlining threshold when the caller has minsize attribute.
Easwaran Raman
2016-01-28
1
-8
/
+8
*
Change ConstantFoldInstOperands to take Instruction instead of opcode and typ...
Manuel Jacob
2016-01-21
1
-2
/
+1
*
Refactor threshold computation for inline cost analysis
Easwaran Raman
2016-01-14
1
-4
/
+106
*
Refactor inline costs analysis by removing the InlineCostAnalysis class
Easwaran Raman
2015-12-28
1
-36
/
+12
*
Provide a way to specify inliner's attribute compatibility and merging.
Akira Hatanaka
2015-12-22
1
-3
/
+1
*
Revert r256277 and r256279.
Akira Hatanaka
2015-12-22
1
-1
/
+3
*
Provide a way to specify inliner's attribute compatibility and merging.
Akira Hatanaka
2015-12-22
1
-3
/
+1
*
Use updated threshold for indirect call bonus
Easwaran Raman
2015-12-07
1
-2
/
+2
*
Test commit.
Easwaran Raman
2015-12-03
1
-2
/
+2
*
Revert r252990.
Akira Hatanaka
2015-11-13
1
-1
/
+10
*
Provide a way to specify inliner's attribute compatibility and merging.
Akira Hatanaka
2015-11-13
1
-10
/
+1
*
Revert r252949.
Akira Hatanaka
2015-11-12
1
-1
/
+10
*
Provide a way to specify inliner's attribute compatibility and merging
Akira Hatanaka
2015-11-12
1
-10
/
+1
*
Inliner: Do zero-cost inlines even if above a negative threshold (PR24851)
Hans Wennborg
2015-11-10
1
-1
/
+1
*
Analysis: Remove implicit ilist iterator conversions
Duncan P. N. Exon Smith
2015-10-10
1
-8
/
+7
*
80-cols; NFC80-cols; NFC80-cols; NFC80-cols; NFC80-cols; NFC80-cols; NFC80-co...
Sanjay Patel
2015-09-15
1
-4
/
+5
*
[WinEH] Require token linkage in EH pad/ret signatures
Joseph Tremoulet
2015-08-23
1
-1
/
+1
*
[PM/AA] Remove the last relics of the separate IPA library from LLVM,
Chandler Carruth
2015-08-18
1
-0
/
+1451
*
Sink InlineCost.cpp into IPA -- it is now officially an interprocedural
Chandler Carruth
2013-01-21
1
-1237
/
+0
*
Move the inline cost analysis's primary cost query to TTI instead of the
Chandler Carruth
2013-01-21
1
-4
/
+4
*
Now that the inline cost analysis is a pass, we can easily have it
Chandler Carruth
2013-01-21
1
-12
/
+20
*
Make the inline cost a proper analysis pass. This remains essentially
Chandler Carruth
2013-01-21
1
-5
/
+27
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-5
/
+5
*
Remove the Function::getFnAttributes method in favor of using the AttributeSet
Bill Wendling
2012-12-30
1
-4
/
+8
*
Fix a stunning oversight in the inline cost analysis. It was never
Chandler Carruth
2012-12-28
1
-4
/
+16
*
Teach the inline cost analysis about calls that can be simplified and
Chandler Carruth
2012-12-28
1
-11
/
+87
*
Add a new attribute, 'noduplicate'. If a function contains a noduplicate call...
James Molloy
2012-12-20
1
-3
/
+17
*
Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...
Bill Wendling
2012-12-19
1
-4
/
+4
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-11
/
+11
*
Move the InstVisitor utility into VMCore where it belongs. It heavily
Chandler Carruth
2012-11-30
1
-1
/
+1
*
Clean up handling of always-inline functions in the inliner.
Bob Wilson
2012-11-19
1
-71
/
+105
*
Some comment fixes.
Bob Wilson
2012-11-19
1
-1
/
+1
*
Revert the majority of the next patch in the address space series:
Chandler Carruth
2012-11-01
1
-10
/
+5
*
Revert the series of commits starting with r166578 which introduced the
Chandler Carruth
2012-11-01
1
-2
/
+3
*
Add some cleanup to the DataLayout changes requested by Chandler.
Micah Villmow
2012-10-24
1
-2
/
+1
*
Add in support for getIntPtrType to get the pointer type based on the address...
Micah Villmow
2012-10-24
1
-1
/
+1
*
Resubmit the changes to llvm core to update the functions to support differen...
Micah Villmow
2012-10-15
1
-5
/
+10
*
Revert 165732 for further review.
Micah Villmow
2012-10-11
1
-10
/
+5
*
Add in the first iteration of support for llvm/clang/lldb to allow variable p...
Micah Villmow
2012-10-11
1
-5
/
+10
*
Create enums for the different attributes.
Bill Wendling
2012-10-09
1
-3
/
+4
*
Move TargetData to DataLayout.
Micah Villmow
2012-10-08
1
-5
/
+5
*
Make sure always-inline functions get inlined. <rdar://problem/12423986>
Bob Wilson
2012-10-07
1
-1
/
+3
*
Remove the `hasFnAttr' method from Function.
Bill Wendling
2012-09-26
1
-3
/
+3
[next]