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] 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
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
1
-2
/
+2
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
1
-2
/
+2
*
Recommit r236670: [opaque pointer type] Pass explicit pointer type through GE...
David Blaikie
2015-05-07
1
-4
/
+2
*
Revert "[opaque pointer type] Pass explicit pointer type through GEP constant...
David Blaikie
2015-05-06
1
-2
/
+4
*
[opaque pointer type] Pass explicit pointer type through GEP constant folding
David Blaikie
2015-05-06
1
-4
/
+2
*
[opaque pointer type] API migration for GEP constant factories
David Blaikie
2015-04-02
1
-6
/
+9
*
Re-sort includes with sort-includes.py and insert raw_ostream.h where it's used.
Benjamin Kramer
2015-03-23
1
-1
/
+1
*
[opaque pointer type] more gep API migrations
David Blaikie
2015-03-14
1
-1
/
+1
*
[opaque pointer type] Start migrating GEP creation to explicitly specify the ...
David Blaikie
2015-03-14
1
-5
/
+5
*
DataLayout is mandatory, update the API to reflect it with references.
Mehdi Amini
2015-03-10
1
-10
/
+9
*
Make DataLayout Non-Optional in the Module
Mehdi Amini
2015-03-04
1
-58
/
+51
*
[PM] Separate the TargetLibraryInfo object from the immutable pass.
Chandler Carruth
2015-01-15
1
-3
/
+3
*
[PM] Move TargetLibraryInfo into the Analysis library.
Chandler Carruth
2015-01-15
1
-1
/
+1
*
Update SetVector to rely on the underlying set's insert to return a pair<iter...
David Blaikie
2014-11-19
1
-9
/
+12
*
GlobalOpt: Don't drop unused memberes of a Comdat
David Majnemer
2014-10-08
1
-8
/
+20
*
Use range based for loops to avoid needing to re-mention SmallPtrSet size.
Craig Topper
2014-08-24
1
-9
/
+12
*
Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoid needin...
Craig Topper
2014-08-21
1
-15
/
+13
*
Const-correct and prevent a copy of a SmallPtrSet.
Craig Topper
2014-08-19
1
-2
/
+2
*
Revert "Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoi...
Craig Topper
2014-08-18
1
-9
/
+9
*
Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoid needin...
Craig Topper
2014-08-17
1
-9
/
+9
*
GlobalOpt: Optimize in the face of insertvalue/extractvalue
David Majnemer
2014-08-08
1
-0
/
+11
*
GlobalOpt: Don't swap private for internal linkage
David Majnemer
2014-07-01
1
-3
/
+3
*
GlobalOpt: Handle non-zero offsets for aliases
David Majnemer
2014-07-01
1
-1
/
+6
*
IR: Add COMDATs to the IR
David Majnemer
2014-06-27
1
-4
/
+14
*
GlobalOpt: Don't optimize thread_local for initializers
David Majnemer
2014-06-26
1
-2
/
+3
*
GlobalOpt: Don't optimize dllimport for initializers
David Majnemer
2014-06-24
1
-6
/
+7
*
Fix most of PR10367.
Rafael Espindola
2014-05-16
1
-1
/
+1
*
Re-commit r208025, reverted in r208030, with a fix for a conformance issue
Richard Smith
2014-05-06
1
-4
/
+3
*
Revert r208025, which made buildbots unhappy for unknown reasons.
Richard Smith
2014-05-06
1
-3
/
+4
*
Add llvm::function_ref (and a couple of uses of it), representing a type-eras...
Richard Smith
2014-05-06
1
-4
/
+3
*
SLPVectorizer: Lazily allocate the map for block numbering.
Benjamin Kramer
2014-05-03
1
-6
/
+7
*
Teach GlobalDCE how to remove empty global_ctor entries.
Nico Weber
2014-05-02
1
-157
/
+7
*
[C++] Use 'nullptr'. Transforms edition.
Craig Topper
2014-04-25
1
-35
/
+36
*
Don't use default address space arguments in GlobalOpt
Matt Arsenault
2014-04-23
1
-3
/
+7
*
[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
1
-1
/
+2
[prev]
[next]