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] Include padding in debug fragments
Mikael Holmen
2018-02-02
1
-2
/
+2
*
[GlobalOpt] Improve common case efficiency of static global initializer evalu...
Amara Emerson
2018-01-31
1
-2
/
+126
*
Re-commit : [PowerPC] Add handling for ColdCC calling convention and a pass t...
Zaara Syeda
2018-01-30
1
-6
/
+158
*
[GlobalOpt] Emit fragments using field offsets from struct layout
Mikael Holmen
2018-01-25
1
-4
/
+2
*
Revert [PowerPC] This reverts commit rL322721
Zaara Syeda
2018-01-17
1
-158
/
+6
*
[PowerPC] Add handling for ColdCC calling convention and a pass to mark
Zaara Syeda
2018-01-17
1
-6
/
+158
*
Make internal/private GVs implicitly dso_local.
Rafael Espindola
2018-01-11
1
-0
/
+1
*
Make DIExpression::createFragmentExpression() return an Optional.
Adrian Prantl
2017-11-07
1
-3
/
+7
*
[Transforms] Fix some Clang-tidy modernize and Include What You Use warnings;...
Eugene Zelenko
2017-10-10
1
-30
/
+62
*
Fixed reverted commit rL312318
Strahinja Petrovic
2017-09-21
1
-1
/
+47
*
Revert r312318, r312325, r312424, r312489
Richard Trieu
2017-09-07
1
-37
/
+1
*
Debug info for variables whose type is shrinked to bool
Strahinja Petrovic
2017-09-01
1
-1
/
+37
*
Don't add a fragment expression when GlobalSRA splits up a single-member struct
Adrian Prantl
2017-08-31
1
-9
/
+12
*
Refactor DIBuilder::createFragmentExpression into a static DIExpression member
Adrian Prantl
2017-08-30
1
-4
/
+2
*
[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
[next]