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] Swap the expensive check for cold calls with the cheap TTI check
Justin Bogner
2019-04-26
1
-2
/
+2
*
[GlobalOpt] Simplify __cxa_atexit elimination
Fangrui Song
2019-02-09
1
-39
/
+9
*
[opaque pointer types] Pass value type to GetElementPtr creation.
James Y Knight
2019-02-01
1
-1
/
+2
*
[opaque pointer types] Pass value type to LoadInst creation.
James Y Knight
2019-02-01
1
-11
/
+17
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[DebugInfo][GlobalOpt] Fix -debugify for globalopt shrinking globals to boole...
Jordan Rupprecht
2018-10-23
1
-3
/
+9
*
[GlobalOpt] Don't apply fastcc if it would break inalloca invariants
Reid Kleckner
2018-08-09
1
-0
/
+7
*
[GlobalOpt] Test array indices inside structs for out-of-bounds accesses
David Green
2018-07-28
1
-71
/
+47
*
llvm: Add support for "-fno-delete-null-pointer-checks"
Manoj Gupta
2018-07-09
1
-3
/
+16
*
Use SmallPtrSet explicitly for SmallSets with pointer types (NFC).
Florian Hahn
2018-06-12
1
-8
/
+7
*
Move Analysis/Utils/Local.h back to Transforms
David Blaikie
2018-06-04
1
-1
/
+1
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-17
/
+20
*
Fix a bug in GlobalOpt's handling of DIExpressions.
Adrian Prantl
2018-04-27
1
-9
/
+5
*
Fix a couple of layering violations in Transforms
David Blaikie
2018-03-21
1
-1
/
+1
*
[GlobalOpt] don't change CC of musttail calle(e|r)
Jonas Devlieghere
2018-02-28
1
-1
/
+24
*
Update comment for whether or not we can optimize an alias - we're
Eric Christopher
2018-02-22
1
-1
/
+1
*
[FunctionAttrs][ArgumentPromotion][GlobalOpt] Disable some optimisations pass...
Luke Cheeseman
2018-02-22
1
-0
/
+5
*
[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
[next]