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
...
*
[NFC] Header cleanup
Mehdi Amini
2016-04-18
1
-4
/
+2
*
NFC mergefunc: const correctness
JF Bastien
2016-04-13
1
-18
/
+20
*
NFC: MergeFunctions return early
JF Bastien
2016-04-12
1
-1
/
+1
*
NFC: MergeFunctions update more comments
JF Bastien
2016-04-12
1
-7
/
+8
*
MergeFunctions: test alloca better
JF Bastien
2016-04-12
1
-9
/
+6
*
Don't IPO over functions that can be de-refined
Sanjoy Das
2016-04-08
1
-8
/
+8
*
NFC: make AtomicOrdering an enum class
JF Bastien
2016-04-06
1
-8
/
+17
*
Remove PreserveNames template parameter from IRBuilder
Mehdi Amini
2016-03-13
1
-2
/
+2
*
Temporarily revert:
Eric Christopher
2016-03-12
1
-2
/
+2
*
Remove PreserveNames template parameter from IRBuilder
Mehdi Amini
2016-03-11
1
-2
/
+2
*
Remove uses of builtin comma operator.
Richard Trieu
2016-02-18
1
-1
/
+2
*
Avoid overly large SmallPtrSet/SmallSet
Matthias Braun
2016-01-30
1
-1
/
+1
*
[MergeFunctions] Use II instead of CI for InvokeInst; NFC
Sanjoy Das
2015-12-14
1
-5
/
+5
*
Teach MergeFunctions about operand bundles
Sanjoy Das
2015-12-14
1
-0
/
+31
*
Move helper classes into anonymous namespaces. NFC.
Benjamin Kramer
2015-11-16
1
-0
/
+2
*
[IR] Add support for empty tokens
David Majnemer
2015-11-11
1
-1
/
+3
*
IPO: Remove implicit ilist iterator conversions, NFC
Duncan P. N. Exon Smith
2015-10-13
1
-6
/
+5
*
Fix Clang-tidy modernize-use-nullptr warnings in source directories and gener...
Hans Wennborg
2015-10-06
1
-5
/
+5
*
MergeFunctions: Clear GlobalNumbers ValueMap
Arnold Schwaighofer
2015-10-05
1
-0
/
+4
*
[opaque pointer types] Switch a few cases of getElementType over, since I had...
David Blaikie
2015-09-14
1
-3
/
+1
*
Revert "[opaque pointer type] Pass GlobalAlias the actual pointer type rather...
David Blaikie
2015-09-14
1
-1
/
+2
*
[MergeFuncs] Fix bug in merging GetElementPointers
JF Bastien
2015-09-14
1
-2
/
+2
*
[MergeFuncs] Fix callsite attributes in thunk generation
JF Bastien
2015-09-10
1
-1
/
+9
*
[MergeFuncs] Efficiently defer functions on merge
JF Bastien
2015-09-02
1
-28
/
+34
*
Remove Merge Functions pointer comparisons
JF Bastien
2015-08-28
1
-17
/
+79
*
Comparing operands should not require the same ValueID
JF Bastien
2015-08-26
1
-5
/
+2
*
Improve the determinism of MergeFunctions
JF Bastien
2015-08-21
1
-45
/
+157
*
MergeFunc: Quick fix for r245140, Ignore second, aka Function*, in sorting.
NAKAMURA Takumi
2015-08-16
1
-1
/
+6
*
Accelerate MergeFunctions with hashing
JF Bastien
2015-08-15
1
-4
/
+99
*
[IR] Add token types
David Majnemer
2015-08-14
1
-0
/
+1
*
De-constify pointers to Type since they can't be modified. NFC
Craig Topper
2015-08-01
1
-2
/
+2
*
MergeFunc: Transfer the callee's attributes when replacing a direct caller
Arnold Schwaighofer
2015-07-21
1
-0
/
+19
*
Revert "MergeFuncs: Transfer the function parameter attributes to the call site"
Arnold Schwaighofer
2015-07-19
1
-1
/
+0
*
MergeFuncs: Transfer the function parameter attributes to the call site
Arnold Schwaighofer
2015-07-17
1
-0
/
+1
*
Fix mergefunc infinite loop
JF Bastien
2015-07-15
1
-2
/
+6
*
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
*
MergeFunctions: Don't replace a weak function use by another equivalent weak ...
Arnold Schwaighofer
2015-06-09
1
-15
/
+13
*
MergeFunctions: Fix gcc warning in condition
Denis Protivensky
2015-06-09
1
-2
/
+2
*
Fix unused variable warning
Arnold Schwaighofer
2015-06-09
1
-0
/
+1
*
MergeFunctions: Impose a total order on the replacement of functions
Arnold Schwaighofer
2015-06-09
1
-1
/
+44
*
Replace push_back(Constructor(foo)) with emplace_back(foo) for non-trivial types
Benjamin Kramer
2015-05-29
1
-1
/
+1
*
MergeFunctions: Two different sized allocas are *not* the same
Arnold Schwaighofer
2015-05-12
1
-0
/
+9
*
[opaque pointer type] Pass GlobalAlias the actual pointer type rather than de...
David Blaikie
2015-04-29
1
-2
/
+1
*
DataLayout is mandatory, update the API to reflect it with references.
Mehdi Amini
2015-03-10
1
-31
/
+22
*
Make DataLayout Non-Optional in the Module
Mehdi Amini
2015-03-04
1
-2
/
+1
*
Update SetVector to rely on the underlying set's insert to return a pair<iter...
David Blaikie
2014-11-19
1
-1
/
+1
*
MergeFunctions: FunctionPtr has been renamed to FunctionNode.
Stepan Dyatkovskiy
2014-09-10
1
-7
/
+7
*
Simplify creation of a bunch of ArrayRefs by using None, makeArrayRef or just...
Craig Topper
2014-08-27
1
-2
/
+2
*
MergeFunctions, tiny refactoring:
Stepan Dyatkovskiy
2014-08-25
1
-3
/
+3
[prev]
[next]