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] Don't emit DWARF fragments for members
David Spickett
2020-05-18
1
-6
/
+10
*
Revert "Recommit "[GlobalOpt] Pass DTU to removeUnreachableBlocks instead of ...
Florian Hahn
2020-01-14
1
-3
/
+7
*
[Transforms][GlobalSRA] huge array causes long compilation time and huge memo...
Alexey Lapshin
2020-01-04
1
-65
/
+77
*
Sink all InitializePasses.h includes
Reid Kleckner
2019-11-13
1
-1
/
+2
*
[Alignment][NFC] Convert StoreInst to MaybeAlign
Guillaume Chatelet
2019-10-22
1
-3
/
+3
*
[Alignment][NFC] Convert LoadInst to MaybeAlign
Guillaume Chatelet
2019-10-22
1
-5
/
+5
*
[Alignment][NFC] Remove dependency on GlobalObject::setAlignment(unsigned)
Guillaume Chatelet
2019-10-15
1
-4
/
+4
*
Recommit "[GlobalOpt] Pass DTU to removeUnreachableBlocks instead of recomput...
Florian Hahn
2019-10-02
1
-7
/
+3
*
Revert [GlobalOpt] Pass DTU to removeUnreachableBlocks instead of recomputing.
Florian Hahn
2019-10-02
1
-3
/
+7
*
[GlobalOpt] Pass DTU to removeUnreachableBlocks instead of recomputing.
Florian Hahn
2019-10-02
1
-7
/
+3
*
Change TargetLibraryInfo analysis passes to always require Function
Teresa Johnson
2019-09-07
1
-52
/
+80
*
IR. Change strip* family of functions to not look through aliases.
Peter Collingbourne
2019-08-22
1
-2
/
+2
*
[GlobalOpt] prevent crashing on large integer types (PR42932)
Sanjay Patel
2019-08-09
1
-2
/
+4
*
Revert r361460
Eli Friedman
2019-05-24
1
-23
/
+4
*
[GlobalOpt] recognize dead struct fields and propagate values
Christian Bruel
2019-05-23
1
-4
/
+23
*
[DebugInfoMetadata] Refactor DIExpression::prepend constants (NFC)
Petar Jovanovic
2019-05-20
1
-1
/
+2
*
GlobalOpt: do not promote globals used atomically to constants.
Tim Northover
2019-05-14
1
-1
/
+6
*
[DebugInfo] GlobalOpt DW_OP_deref_size instead of DW_OP_deref.
Markus Lavin
2019-05-06
1
-2
/
+6
*
remove inalloca parameters in globalopt and simplify argpromotion
Bob Haarman
2019-05-02
1
-16
/
+20
*
[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
[next]