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
...
*
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
*
rename SafeToDestroyConstant to isSafeToDestroyConstant and clang-format.
Rafael Espindola
2013-10-17
1
-10
/
+12
*
Simplify the interface of AnalyzeGlobal a bit and rename to analyzeGlobal.
Rafael Espindola
2013-10-17
1
-14
/
+22
*
Revert r191834 until we measure the effect of this benchmarks and maybe find ...
Alexey Samsonov
2013-10-07
1
-3
/
+56
*
Remove "localize global" optimization
Alexey Samsonov
2013-10-02
1
-56
/
+3
*
Provide basic type safety for array_pod_sort comparators.
Benjamin Kramer
2013-09-22
1
-8
/
+2
*
Use type form of getIntPtrType
Matt Arsenault
2013-09-11
1
-2
/
+2
*
Don't shrink atomic ops to bool in GlobalOpt.
Eli Friedman
2013-09-09
1
-4
/
+7
*
Remove unused argument.
Rafael Espindola
2013-09-05
1
-3
/
+1
*
Revert "Add r159136 back now that pr13124 has been fixed."
Rafael Espindola
2013-09-04
1
-11
/
+0
*
Add r159136 back now that pr13124 has been fixed.
Rafael Espindola
2013-09-03
1
-0
/
+11
*
Respect llvm.used in Internalize.
Rafael Espindola
2013-07-25
1
-21
/
+3
*
Check that TD isn't NULL before dereferencing it down this path.
Nick Lewycky
2013-07-25
1
-1
/
+1
*
Make these methods const correct.
Rafael Espindola
2013-07-25
1
-2
/
+2
*
Don't crash when llvm.compiler.used becomes empty.
Rafael Espindola
2013-07-20
1
-0
/
+5
*
s/compiler_used/compiler.used/.
Rafael Espindola
2013-07-19
1
-7
/
+7
*
Fix comment
Eli Bendersky
2013-07-08
1
-3
/
+2
*
Always remove an alias when we rename the target.
Rafael Espindola
2013-06-12
1
-3
/
+1
*
Change how globalopt handles aliases in llvm.used.
Rafael Espindola
2013-06-11
1
-100
/
+156
*
GlobalOpt: fix an issue where CXAAtExitFn points to a deleted function.
Manman Ren
2013-05-14
1
-3
/
+3
*
Don't replace an alias in llvm.used with its target.
Rafael Espindola
2013-05-09
1
-2
/
+102
*
Use a worklist to avoid a sneaky iterator invalidation.
Bill Wendling
2013-04-02
1
-3
/
+3
[prev]
[next]