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
/
Transforms
/
IPO
/
PartialInlining.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[PartialInine]: add triaging options
Xinliang David Li
2017-04-23
1
-0
/
+24
*
[PartialInlining] Add optimization remark support
Xinliang David Li
2017-04-23
1
-4
/
+20
*
[PartialInlining] Using existing hasAddressTaken interface to legality check/NFC
Xinliang David Li
2017-04-22
1
-19
/
+3
*
[PartialInliner] Partial inliner needs to check use kind before transformation
Xinliang David Li
2017-04-21
1
-0
/
+19
*
Apply clang-tidy's performance-unnecessary-value-param to LLVM.
Benjamin Kramer
2017-01-13
1
-1
/
+1
*
Revert @llvm.assume with operator bundles (r289755-r289757)
Daniel Jasper
2016-12-19
1
-4
/
+20
*
Remove the AssumptionCache
Hal Finkel
2016-12-15
1
-20
/
+4
*
CodeExtractor : Add ability to preserve profile data.
Sean Silva
2016-08-02
1
-3
/
+12
*
Revert r277313 and r277314.
Sean Silva
2016-08-01
1
-33
/
+6
*
CodeExtractor : Add ability to preserve profile data.
Sean Silva
2016-08-01
1
-6
/
+33
*
Cleanup : Reformat PartialInliner.cpp to have current LLVM style conventions
Sean Silva
2016-07-25
1
-71
/
+74
*
Fix : Partial Inliner requires AssumptionCacheTracker
Sean Silva
2016-07-25
1
-35
/
+58
*
[PM] Port PartialInlining to the new PM
Easwaran Raman
2016-06-27
1
-21
/
+28
*
Apply clang-tidy's modernize-loop-convert to most of lib/Transforms.
Benjamin Kramer
2016-06-26
1
-13
/
+11
*
Cloning: Clean up the interface to the CloneFunction function.
Peter Collingbourne
2016-05-10
1
-3
/
+1
*
Re-commit optimization bisect support (r267022) without new pass manager supp...
Andrew Kaylor
2016-04-22
1
-0
/
+3
*
Revert "Initial implementation of optimization bisect support."
Vedant Kumar
2016-04-22
1
-3
/
+0
*
Initial implementation of optimization bisect support.
Andrew Kaylor
2016-04-21
1
-0
/
+3
*
IPO: Remove implicit ilist iterator conversions, NFC
Duncan P. N. Exon Smith
2015-10-13
1
-9
/
+9
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
1
-1
/
+1
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
1
-1
/
+1
*
Add range adapters predecessors() and successors() for BBs
Reid Kleckner
2015-02-04
1
-5
/
+5
*
Revert "[C++11] Add predecessors(BasicBlock *) / successors(BasicBlock *) ite...
Duncan P. N. Exon Smith
2014-07-21
1
-4
/
+5
*
[C++11] Add predecessors(BasicBlock *) / successors(BasicBlock *) iterator ra...
Manuel Jacob
2014-07-20
1
-5
/
+4
*
[C++] Use 'nullptr'. Transforms edition.
Craig Topper
2014-04-25
1
-4
/
+4
*
[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
1
-1
/
+2
*
[C++11] Add range based accessors for the Use-Def chain of a Value.
Chandler Carruth
2014-03-09
1
-5
/
+4
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-05
1
-4
/
+4
*
[Modules] Move CFG.h to the IR library as it defines graph traits over
Chandler Carruth
2014-03-04
1
-1
/
+1
*
[PM] Split DominatorTree into a concrete analysis result object which
Chandler Carruth
2014-01-13
1
-2
/
+2
*
[cleanup] Move the Dominators.h and Verifier.h headers into the IR
Chandler Carruth
2014-01-13
1
-1
/
+1
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-2
/
+2
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-3
/
+3
*
Move the CodeExtractor utility to a dedicated header file / source file,
Chandler Carruth
2012-05-04
1
-2
/
+3
*
Remove PHINode::reserveOperandSpace(). Instead, add a parameter to
Jay Foad
2011-03-30
1
-2
/
+1
*
(Almost) always call reserveOperandSpace() on newly created PHINodes.
Jay Foad
2011-03-30
1
-0
/
+1
*
Get rid of static constructors for pass registration. Instead, every pass ex...
Owen Anderson
2010-10-19
1
-1
/
+3
*
Be more consistent in using ValueToValueMapTy.
Rafael Espindola
2010-10-13
1
-1
/
+1
*
Now with fewer extraneous semicolons!
Owen Anderson
2010-10-07
1
-1
/
+1
*
Reapply r112091 and r111922, support for metadata linking, with a
Dan Gohman
2010-08-26
1
-1
/
+2
*
Reapply r110396, with fixes to appease the Linux buildbot gods.
Owen Anderson
2010-08-06
1
-1
/
+1
*
Revert r110396 to fix buildbots.
Owen Anderson
2010-08-06
1
-1
/
+1
*
Don't use PassInfo* as a type identifier for passes. Instead, use the addres...
Owen Anderson
2010-08-05
1
-1
/
+1
*
pass dereferenced iterator to dyn_cast
Gabor Greif
2010-07-22
1
-1
/
+1
*
Fix batch of converting RegisterPass<> to INTIALIZE_PASS().
Owen Anderson
2010-07-21
1
-1
/
+2
*
Use ValueMap instead of DenseMap.
Devang Patel
2010-06-24
1
-5
/
+5
*
refactor the interface to InlineFunction so that most of the in/out
Chris Lattner
2010-04-22
1
-4
/
+6
*
Fix "the the" and similar typos.
Dan Gohman
2010-02-10
1
-1
/
+1
*
Fix indentation.
Dan Gohman
2010-01-05
1
-1
/
+1
*
Remove includes of Support/Compiler.h that are no longer needed after the
Nick Lewycky
2009-10-25
1
-1
/
+0
[prev]
[next]