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
/
MergeFunctions.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[NewPM] Port MergeFunctions pass
Nikita Popov
2020-01-14
1
-14
/
+33
*
[MergeFuncs] Remove incorrect attribute copying
Nikita Popov
2019-12-11
1
-22
/
+4
*
Sink all InitializePasses.h includes
Reid Kleckner
2019-11-13
1
-0
/
+1
*
[Alignment][NFC] Remove dependency on GlobalObject::setAlignment(unsigned)
Guillaume Chatelet
2019-10-15
1
-2
/
+2
*
Use llvm::stable_sort
Fangrui Song
2019-04-23
1
-1
/
+1
*
[MergeFunc] Delete unused FunctionNode::release()
Fangrui Song
2019-04-19
1
-2
/
+0
*
[MergeFunc] removeUsers: call remove() only on direct users
Fangrui Song
2019-04-19
1
-21
/
+3
*
[MergeFunc] Use less_first() as the comparator of Schwartzian transform
Fangrui Song
2019-04-19
1
-6
/
+1
*
MergeFunc: preserve COMDAT information when creating a thunk
Saleem Abdulrasool
2019-04-19
1
-0
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[MergeFunc] Allow merging identical vararg functions using aliases
Vedant Kumar
2019-01-19
1
-11
/
+14
*
[MergeFunc] Prevent silent miscompile of vararg functions
Vedant Kumar
2019-01-17
1
-1
/
+7
*
[MergeFunc] Erase unused duplicate functions if they are discardable
Vedant Kumar
2019-01-11
1
-1
/
+1
*
[MergeFunc] Use Instruction::getFunction as a cleanup, NFC
Vedant Kumar
2019-01-11
1
-2
/
+2
*
[IPO][AVR] Create new Functions in the default address space specified in the...
Dylan McKay
2018-12-18
1
-4
/
+4
*
[MergeFuncs] Generate alias instead of thunk if possible
Nikita Popov
2018-11-21
1
-14
/
+73
*
[MergeFuncs] Improve ordering of equal functions
whitequark
2018-11-08
1
-9
/
+21
*
[MergeFuncs] Call removeUsers() prior to unnamed_addr RAUW
whitequark
2018-11-08
1
-0
/
+1
*
[TI removal] Switch MergeFunctions to directly use Instruction API.
Chandler Carruth
2018-10-18
1
-1
/
+1
*
Remove trailing space
Fangrui Song
2018-07-30
1
-5
/
+5
*
Use SmallPtrSet explicitly for SmallSets with pointer types (NFC).
Florian Hahn
2018-06-12
1
-2
/
+2
*
Remove DEBUG macro.
Nicola Zaghen
2018-05-23
1
-2
/
+2
*
[MergeFunctions] Fix merging of small weak functions
whitequark
2018-05-15
1
-35
/
+49
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-81
/
+87
*
[Transforms] Fix some Clang-tidy modernize and Include What You Use warnings;...
Eugene Zelenko
2017-10-19
1
-14
/
+34
*
[MergeFunctions] Don't blindly RAUW a GlobalValue with a ConstantExpr.
whitequark
2017-10-19
1
-0
/
+3
*
[MergeFunctions] Merge small functions if possible without a thunk.
whitequark
2017-10-15
1
-12
/
+10
*
[MergeFunctions] Replace all uses of unnamed_addr functions.
whitequark
2017-10-15
1
-3
/
+9
*
[MergeFunctions] Remove alias support.
whitequark
2017-07-27
1
-47
/
+4
*
Rename WeakVH to WeakTrackingVH; NFC
Sanjoy Das
2017-05-01
1
-9
/
+11
*
[IPO/MergeFunctions] This function is used only under DEBUG().
Davide Italiano
2017-04-28
1
-0
/
+4
*
Reverts commit r301424, r301425 and r301426
Sanjoy Das
2017-04-26
1
-11
/
+9
*
Rename WeakVH to WeakTrackingVH; NFC
Sanjoy Das
2017-04-26
1
-9
/
+11
*
[IR] Make getParamAttributes take argument numbers, not ArgNo+1
Reid Kleckner
2017-04-13
1
-13
/
+9
*
[IR] Add AttributeSet to hide AttributeSetNode* again, NFC
Reid Kleckner
2017-04-12
1
-1
/
+2
*
Reland "[IR] Make AttributeSetNode public, avoid temporary AttributeList copies"
Reid Kleckner
2017-04-10
1
-2
/
+1
*
Revert "[IR] Make AttributeSetNode public, avoid temporary AttributeList copies"
Reid Kleckner
2017-04-10
1
-1
/
+2
*
[IR] Make AttributeSetNode public, avoid temporary AttributeList copies
Reid Kleckner
2017-04-10
1
-2
/
+1
*
Rename AttributeSet to AttributeList
Reid Kleckner
2017-03-21
1
-2
/
+2
*
Use print() instead of dump() in code
Matthias Braun
2017-01-28
1
-5
/
+2
*
MergeFunctions: Preserve debug info in thunks, under option -mergefunc-preser...
Anmol P. Paralkar
2017-01-21
1
-22
/
+248
*
Make the FunctionComparator of the MergeFunctions pass a stand-alone utility.
Erik Eckstein
2016-11-11
1
-1217
/
+1
*
Replace a few more "fall through" comments with LLVM_FALLTHROUGH
Justin Bogner
2016-08-17
1
-0
/
+1
*
Apply clang-tidy's modernize-loop-convert to most of lib/Transforms.
Benjamin Kramer
2016-06-26
1
-4
/
+4
*
IR: Introduce local_unnamed_addr attribute.
Peter Collingbourne
2016-06-14
1
-1
/
+1
*
Fix a crash in MergeFunctions related to ordering of weak/strong functions
Erik Eckstein
2016-05-31
1
-32
/
+12
*
Functions with differing phis should not be merged.
Mark Lacey
2016-05-20
1
-0
/
+11
*
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
[next]