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
...
*
[GlobalOpt] Switch an explicit loop to llvm::all_of(). NFCI.
Davide Italiano
2017-08-09
1
-5
/
+2
*
Un-revert r310014: false revert, it wasn't the cause of build break
Victor Leschuk
2017-08-04
1
-3
/
+32
*
Revert r310014 as it breaks build lld-x86_64-darwin13
Victor Leschuk
2017-08-04
1
-32
/
+3
*
Teach GlobalSRA to update the debug info for split-up globals.
Adrian Prantl
2017-08-04
1
-3
/
+32
*
Reapply [GlobalOpt] Remove unreachable blocks before optimizing a function.
Davide Italiano
2017-07-13
1
-0
/
+18
*
[IPO] Temporarily rollback r307215.
Davide Italiano
2017-07-11
1
-18
/
+0
*
Enhance synchscope representation
Konstantin Zhuravlyov
2017-07-11
1
-5
/
+5
*
[GlobalOpt] Remove unreachable blocks before optimizing a function.
Davide Italiano
2017-07-05
1
-0
/
+18
*
Rename WeakVH to WeakTrackingVH; NFC
Sanjoy Das
2017-05-01
1
-1
/
+1
*
[GlobalOpt] Correctly update metadata when localizing a global.
Eli Friedman
2017-04-27
1
-1
/
+3
*
Reverts commit r301424, r301425 and r301426
Sanjoy Das
2017-04-26
1
-1
/
+1
*
Rename WeakVH to WeakTrackingVH; NFC
Sanjoy Das
2017-04-26
1
-1
/
+1
*
[GlobalOpt] Simplify attribute code stripping nest, NFC
Reid Kleckner
2017-04-19
1
-10
/
+5
*
Allow DataLayout to specify addrspace for allocas.
Matt Arsenault
2017-04-10
1
-1
/
+3
*
Rename AttributeSet to AttributeList
Reid Kleckner
2017-03-21
1
-1
/
+1
*
[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
[prev]
[next]