index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Transforms
/
IPO
Commit message (
Expand
)
Author
Age
Files
Lines
*
ArgumentPromotion: correctly transfer TBAA tags and alignments.
Manman Ren
2013-11-15
1
-3
/
+5
*
Corruptly merge constants with explicit and implicit alignments.
Rafael Espindola
2013-11-12
1
-4
/
+7
*
Teach MergeFunctions about address spaces
Matt Arsenault
2013-11-10
1
-11
/
+19
*
Remove dead code
Shuxin Yang
2013-11-04
1
-6
/
+0
*
Spell "Actual" correctly
David Majnemer
2013-11-03
1
-1
/
+1
*
Use LTO_SYMBOL_SCOPE_DEFAULT_CAN_BE_HIDDEN instead of the "dso list".
Rafael Espindola
2013-10-31
3
-53
/
+15
*
Merge CallGraph and BasicCallGraph.
Rafael Espindola
2013-10-31
5
-5
/
+5
*
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
*
Fix spelling, grammar, and match naming convention for test files.
Eric Christopher
2013-10-21
1
-3
/
+3
*
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
2
-210
/
+21
*
Mark some command line flags as hidden
Nadav Rotem
2013-10-18
1
-3
/
+3
*
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
*
Fix a bug in Dead Argument Elimination.
Shuxin Yang
2013-10-09
1
-0
/
+13
*
Revert r191834 until we measure the effect of this benchmarks and maybe find ...
Alexey Samsonov
2013-10-07
1
-3
/
+56
*
Optimize linkonce_odr unnamed_addr functions during LTO.
Rafael Espindola
2013-10-03
3
-11
/
+39
*
Remove "localize global" optimization
Alexey Samsonov
2013-10-02
1
-56
/
+3
*
Don't merge tiny functions.
Matt Arsenault
2013-10-01
1
-0
/
+12
*
Provide basic type safety for array_pod_sort comparators.
Benjamin Kramer
2013-09-22
1
-8
/
+2
*
Bugfix for PR17099:
Stepan Dyatkovskiy
2013-09-17
1
-8
/
+15
*
Implement function prefix data as an IR feature.
Peter Collingbourne
2013-09-16
1
-0
/
+3
*
Avoid a compiler warning about Found not being used when assertions are
Duncan Sands
2013-09-13
1
-0
/
+1
*
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
*
Declare missing dependency on AliasAnalysis. Patch by Liu Xin!
Nick Lewycky
2013-09-05
1
-0
/
+1
*
Rename some variables to match the style guide.
Rafael Espindola
2013-09-04
1
-6
/
+6
*
Small simplification given that insert of an empty range is a nop.
Rafael Espindola
2013-09-04
1
-2
/
+1
*
Refactor duplicated logic to a helper function.
Rafael Espindola
2013-09-04
1
-36
/
+53
*
Remove dead code.
Rafael Espindola
2013-09-04
1
-10
/
+0
*
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
*
Enable late-vectorization by default.
Nadav Rotem
2013-09-03
1
-1
/
+1
*
Compulsive reformatting.
Bill Wendling
2013-08-30
1
-2
/
+5
*
Random cleanup: No need to use a std::vector here, since createInternalizePas...
Bill Wendling
2013-08-30
1
-5
/
+4
*
Vectorizer/PassManager: I am working on moving the vectorizer out of the SCC...
Nadav Rotem
2013-08-28
1
-46
/
+18
*
Disable unrolling in the loop vectorizer when disabled in the pass manager
Hal Finkel
2013-08-28
1
-2
/
+2
*
Fixed typo.
Michael Gottesman
2013-08-27
1
-1
/
+1
*
Update StripDeadDebugInfo to use DebugInfoFinder so that it is no longer stal...
Michael Gottesman
2013-08-23
1
-62
/
+93
*
Fixed typo.
Michael Gottesman
2013-08-21
1
-1
/
+1
*
Removed trailing whitespace.
Michael Gottesman
2013-08-21
1
-13
/
+13
*
Also remove logic in LateVectorize
Arnold Schwaighofer
2013-08-13
1
-1
/
+1
*
Remove logic that decides whether to vectorize or not depending on O-levels
Arnold Schwaighofer
2013-08-13
1
-1
/
+1
*
Move stack protector names to the same place.
Bill Wendling
2013-08-12
1
-5
/
+3
*
Factor FlattenCFG out from SimplifyCFG
Tom Stellard
2013-08-06
1
-2
/
+2
*
Move the optlevel check to the frontend.
Nadav Rotem
2013-08-01
1
-1
/
+1
*
Only enable SLP-vectorization on O3 builds.
Nadav Rotem
2013-08-01
1
-1
/
+1
[next]