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
*
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
*
Use unique_ptr to handle GlobalOpt's Evaluator members
David Blaikie
2014-04-21
1
-17
/
+10
*
Simplify expression that was explicitly naming an operator overload in a call.
David Blaikie
2014-04-21
1
-1
/
+1
*
Revert r204076 for now - it caused significant regressions in a number of
Lang Hames
2014-03-23
1
-47
/
+78
*
Use range metadata instead of introducing selects.
Dan Gohman
2014-03-17
1
-78
/
+47
*
[C++11] Add range based accessors for the Use-Def chain of a Value.
Chandler Carruth
2014-03-09
1
-67
/
+53
*
[C++11] Revert uses of lambdas with array_pod_sort.
Benjamin Kramer
2014-03-07
1
-4
/
+5
*
[C++11] Convert sort predicates into lambdas.
Benjamin Kramer
2014-03-07
1
-5
/
+4
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-05
1
-2
/
+2
*
[Modules] Move ValueHandle into the IR library where Value itself lives.
Chandler Carruth
2014-03-04
1
-1
/
+1
*
[Modules] Move CallSite into the IR library where it belogs. It is
Chandler Carruth
2014-03-04
1
-1
/
+1
*
[Modules] Move GetElementPtrTypeIterator into the IR library. As its
Chandler Carruth
2014-03-04
1
-1
/
+1
*
[C++11] Replace llvm::next and llvm::prior with std::next and std::prev.
Benjamin Kramer
2014-03-02
1
-1
/
+1
*
Reflow isProfitableToMakeFastCC
Reid Kleckner
2014-02-28
1
-1
/
+2
*
GlobalOpt: Apply fastcc to internal x86_thiscallcc functions
Reid Kleckner
2014-02-26
1
-5
/
+14
*
Make DataLayout a plain object, not a pass.
Rafael Espindola
2014-02-25
1
-3
/
+6
*
Make some DataLayout pointers const.
Rafael Espindola
2014-02-24
1
-9
/
+11
*
Rename many DataLayout variables from TD to DL.
Rafael Espindola
2014-02-21
1
-68
/
+68
[next]