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 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
*
GlobalOpt: Aliases don't have sections, don't copy them when replacing
Reid Kleckner
2014-02-13
1
-1
/
+2
*
Re-sort all of the includes with ./utils/sort_includes.py so that
Chandler Carruth
2014-01-07
1
-1
/
+1
*
Delete unread globals through addrspacecast
Matt Arsenault
2014-01-02
1
-2
/
+3
*
Fix addrspacecast with metadata globals
Matt Arsenault
2014-01-02
1
-3
/
+5
*
Fix a use-after-free error in GlobalOpt CleanupConstantGlobalUsers
Hal Finkel
2013-12-12
1
-2
/
+11
*
Correct word hyphenations
Alp Toker
2013-12-05
1
-2
/
+2
*
Remove dead code
Shuxin Yang
2013-11-04
1
-6
/
+0
*
Revert r193251 : Use address-taken to disambiguate global variable and indire...
Shuxin Yang
2013-10-27
1
-1
/
+0
*
Use address-taken to disambiguate global variable and indirect memops.
Shuxin Yang
2013-10-23
1
-0
/
+1
*
Use more type helper functions
Matt Arsenault
2013-10-21
1
-4
/
+2
*
Optimize more linkonce_odr values during LTO.
Rafael Espindola
2013-10-21
1
-208
/
+2
*
Rename fields of GlobalStatus to match the coding style.
Rafael Espindola
2013-10-17
1
-43
/
+41
[next]