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
/
GlobalOpt.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Analysis] Add LibFunc_ prefix to enums in TargetLibraryInfo. (NFC)
David L. Jones
2017-01-23
1
-2
/
+2
*
IR: Move NumElements field from {Array,Vector}Type to SequentialType.
Peter Collingbourne
2016-12-02
1
-12
/
+2
*
IR: Change the gep_type_iterator API to avoid always exposing the "current" t...
Peter Collingbourne
2016-12-02
1
-13
/
+7
*
[GlobalOpt] Dead Eliminate declarations
Mehdi Amini
2016-09-15
1
-2
/
+2
*
Use range algorithms instead of unpacking begin/end
David Majnemer
2016-08-11
1
-1
/
+1
*
Consistently use ModuleAnalysisManager
Sean Silva
2016-08-09
1
-1
/
+1
*
[ConstnatFolding] Teach the folder how to fold ConstantVector
David Majnemer
2016-07-29
1
-3
/
+3
*
Don't remove side effecting instructions due to ConstantFoldInstruction
David Majnemer
2016-07-22
1
-1
/
+3
*
Apply clang-tidy's modernize-loop-convert to most of lib/Transforms.
Benjamin Kramer
2016-06-26
1
-4
/
+2
*
IR: Introduce local_unnamed_addr attribute.
Peter Collingbourne
2016-06-14
1
-6
/
+13
*
[GlobalOpt] Propagate operand bundles
David Majnemer
2016-04-29
1
-5
/
+10
*
[TLI] Unify LibFunc signature checking. NFCI.
Ahmed Bougacha
2016-04-27
1
-12
/
+5
*
PM: Port GlobalOpt to the new pass manager
Justin Bogner
2016-04-26
1
-38
/
+57
*
PM: Convert the logic for GlobalOpt into static functions. NFC
Justin Bogner
2016-04-26
1
-66
/
+71
*
[GlobalOpt] Allow constant globals to be SRA'd
James Molloy
2016-04-25
1
-5
/
+9
*
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
*
[ThinLTO] Prevent importing of "llvm.used" values
Teresa Johnson
2016-04-20
1
-1
/
+0
*
[NFC] Header cleanup
Mehdi Amini
2016-04-18
1
-1
/
+0
*
Don't IPO over functions that can be de-refined
Sanjoy Das
2016-04-08
1
-1
/
+1
*
NFC: make AtomicOrdering an enum class
JF Bastien
2016-04-06
1
-3
/
+2
*
[GlobalOpt] Don't look through aliases when sorting names of globals.
Benjamin Kramer
2016-03-15
1
-2
/
+3
*
Transforms: Move GlobalOpt's Evaluator to Utils where it can be reused.
Peter Collingbourne
2016-02-03
1
-655
/
+1
*
Make sure that any new and optimized objects created during GlobalOPT copy al...
Sergei Larin
2016-01-22
1
-0
/
+4
*
[opaque pointer types] [NFC] GEP: replace get(Pointer)ElementType uses with g...
Eduard Burtescu
2016-01-19
1
-1
/
+1
*
[opaque pointer types] Alloca: use getAllocatedType() instead of getType()->g...
Eduard Burtescu
2016-01-18
1
-1
/
+1
*
GlobalValue: use getValueType() instead of getType()->getPointerElementType().
Manuel Jacob
2016-01-16
1
-10
/
+9
*
Also add unnamed_addr to functions.
Rafael Espindola
2015-12-22
1
-13
/
+24
*
Delete dead GlobalAliases.
Rafael Espindola
2015-12-22
1
-1
/
+8
*
Merge duplicated code.
Rafael Espindola
2015-12-22
1
-21
/
+28
*
Use early continue to reduce indentation.
Rafael Espindola
2015-12-22
1
-19
/
+21
*
Simplify iterator management. NFC.
Rafael Espindola
2015-12-22
1
-45
/
+27
*
[GlobalOpt] Localize some globals that have non-instruction users
James Molloy
2015-11-19
1
-1
/
+60
*
[GlobalOpt] Address post-commit review comments on r253168
James Molloy
2015-11-16
1
-3
/
+17
*
[GlobalOpt] Demote globals to locals more aggressively
James Molloy
2015-11-15
1
-7
/
+76
*
[GlobalOpt] Make sure all debug lines end with '\n'
James Molloy
2015-11-13
1
-2
/
+2
*
[GlobalOpt] Coding style - remove function names from doxygen comments
James Molloy
2015-11-13
1
-126
/
+115
*
GlobalOpt should maintain externally_initialized when splitting aggregates
Oliver Stannard
2015-11-09
1
-0
/
+2
*
[GlobalOpt] Add newlines to DEBUG messages
James Molloy
2015-10-28
1
-4
/
+4
*
IPO: Remove implicit ilist iterator conversions, NFC
Duncan P. N. Exon Smith
2015-10-13
1
-18
/
+21
*
GlobalOpt does not treat externally_initialized globals correctly
Oliver Stannard
2015-10-12
1
-1
/
+1
*
[GlobalOpt] Sort members of llvm.used deterministically
Sean Silva
2015-09-28
1
-1
/
+2
*
Assume intrinsic handling in global opt
Piotr Padlewski
2015-08-25
1
-0
/
+4
*
Revert "Improve merging of stores from static constructors in GlobalOpt"
Anthony Pesch
2015-07-22
1
-249
/
+77
*
Revert "IPO: Avoid brace initialization of a map, some versions of libc++ don...
Anthony Pesch
2015-07-22
1
-4
/
+1
*
IPO: Avoid brace initialization of a map, some versions of libc++ don't like it
Justin Bogner
2015-07-22
1
-1
/
+4
*
Improve merging of stores from static constructors in GlobalOpt
Anthony Pesch
2015-07-22
1
-77
/
+249
*
Test commit, added blank line
Anthony Pesch
2015-07-22
1
-0
/
+1
*
Use foreach loop over constant operands. NFC.
Pete Cooper
2015-06-25
1
-4
/
+2
[next]