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
/
Utils
/
LibCallsShrinkWrap.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Sink all InitializePasses.h includes
Reid Kleckner
2019-11-13
1
-0
/
+1
*
Change TargetLibraryInfo analysis passes to always require Function
Teresa Johnson
2019-09-07
1
-1
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[TI removal] Remove `TerminatorInst` from BasicBlockUtils.h
Chandler Carruth
2018-10-15
1
-1
/
+1
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-11
/
+11
*
[Dominators] Remove verifyDomTree and add some verifying for Post Dom Trees
David Green
2018-02-28
1
-4
/
+1
*
[LibCallsShrinkWrap] Remove an unnecessary class member variable.
Davide Italiano
2017-04-26
1
-8
/
+7
*
[LibCallsShrinkWrap] More descriptive assertion messages.
Davide Italiano
2017-04-26
1
-3
/
+3
*
[LibCallsShrinkWrap] Remove some temporary cl::opt(s).
Davide Italiano
2017-04-26
1
-24
/
+1
*
[LibCallsShrinkWrap] Teach the pass how to preserve the dominator.
Davide Italiano
2017-04-26
1
-7
/
+25
*
[Analysis] Add LibFunc_ prefix to enums in TargetLibraryInfo. (NFC)
David L. Jones
2017-01-23
1
-91
/
+91
*
Give some helper classes/functions internal linkage. NFC.
Benjamin Kramer
2016-11-19
1
-1
/
+3
*
[LibcallsShrinkWrap] This pass doesn't preserve the CFG.
Davide Italiano
2016-11-08
1
-2
/
+5
*
Check the number of Args in LibCallsShrinkWrap.
Rong Xu
2016-10-24
1
-0
/
+2
*
Conditionally eliminate library calls where the result value is not used
Rong Xu
2016-10-18
1
-0
/
+564