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
/
Utils
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
instcombine: Migrate fputs optimizations
Meador Inge
2012-11-29
1
-0
/
+24
*
instcombine: Migrate fwrite optimizations
Meador Inge
2012-11-29
1
-0
/
+35
*
instcombine: Migrate fprintf optimizations
Meador Inge
2012-11-29
1
-0
/
+77
*
Remove the dependent libraries feature.
Bill Wendling
2012-11-27
1
-4
/
+0
*
instcombine: Migrate sprintf optimizations
Meador Inge
2012-11-27
1
-0
/
+95
*
Fix a comment bug in toascii simplifier
Meador Inge
2012-11-26
1
-1
/
+1
*
instcombine: Migrate printf optimizations
Meador Inge
2012-11-26
1
-0
/
+103
*
instcombine: Migrate toascii optimizations
Meador Inge
2012-11-26
1
-0
/
+16
*
instcombine: Migrate isascii optimizations
Meador Inge
2012-11-26
1
-0
/
+17
*
instcombine: Migrate isdigit optimizations
Meador Inge
2012-11-26
1
-0
/
+18
*
instcombine: Migrate *abs optimizations
Meador Inge
2012-11-26
1
-0
/
+21
*
instcombine: Migrate ffs* optimizations
Meador Inge
2012-11-25
1
-0
/
+46
*
Make the AttrListPtr object a part of the LLVMContext.
Bill Wendling
2012-11-20
1
-13
/
+30
*
SimplifyCFG: Don't assume non-null ScalarTargetTransformInfo.
Hans Wennborg
2012-11-16
1
-1
/
+2
*
misspell
Andrew Trick
2012-11-15
1
-3
/
+3
*
whitespace
Andrew Trick
2012-11-15
1
-4
/
+4
*
Use empty parens for empty function parameter list instead of '(void)'.
Dmitri Gribenko
2012-11-15
1
-1
/
+1
*
Figure out <size> argument of llvm.lifetime intrinsics at the moment they are...
Alexey Samsonov
2012-11-13
1
-2
/
+21
*
instcombine: Migrate math library call simplifications
Meador Inge
2012-11-13
1
-3
/
+262
*
Normalize memcmp constant folding results.
Meador Inge
2012-11-12
1
-1
/
+8
*
instcombine: Migrate memset optimizations
Meador Inge
2012-11-11
1
-0
/
+21
*
instcombine: Migrate memmove optimizations
Meador Inge
2012-11-11
1
-0
/
+21
*
instcombine: Migrate memcpy optimizations
Meador Inge
2012-11-11
1
-0
/
+21
*
instcombine: Migrate memcmp optimizations
Meador Inge
2012-11-11
1
-2
/
+53
*
instcombine: Migrate strstr optimizations
Meador Inge
2012-11-11
1
-0
/
+80
*
Add method for replacing instructions to LibCallSimplifier
Meador Inge
2012-11-11
1
-4
/
+15
*
instcombine: Migrate strcspn optimizations
Meador Inge
2012-11-10
1
-0
/
+34
*
instcombine: Query target library information to gate libcall simplifications
Meador Inge
2012-11-10
1
-19
/
+25
*
instcombine: Migrate strspn optimizations
Meador Inge
2012-11-08
1
-0
/
+31
*
Only do switch-to-lookup table transformation when TargetTransformInfo
Hans Wennborg
2012-11-07
1
-1
/
+2
*
Revert the majority of the next patch in the address space series:
Chandler Carruth
2012-11-01
1
-2
/
+1
*
Revert the series of commits starting with r166578 which introduced the
Chandler Carruth
2012-11-01
4
-58
/
+53
*
LCSSA: Try to recover compile time regressions due to SCEV updates.
Benjamin Kramer
2012-10-31
1
-15
/
+9
*
Remove fixme about unreachable cases from SwitchToLookupTable
Hans Wennborg
2012-10-31
1
-2
/
+0
*
Address Duncan's comments on r167121.
Hans Wennborg
2012-10-31
1
-3
/
+4
*
Address Duncan's comments on r167115
Hans Wennborg
2012-10-31
1
-48
/
+42
*
instcombine: Migrate strto* optimizations
Meador Inge
2012-10-31
1
-0
/
+28
*
Fix false -> NULL conversion from r167115 spotted by Benjamin Kramer.
Hans Wennborg
2012-10-31
1
-1
/
+1
*
Do simple constant propagation in lookup table formation for switches
Hans Wennborg
2012-10-31
1
-15
/
+98
*
LCSSA: Add a workaround for another nasty SCEV cache invalidation issue.
Benjamin Kramer
2012-10-31
1
-0
/
+5
*
instcombine: Migrate strpbrk optimizations
Meador Inge
2012-10-31
1
-0
/
+37
*
instcombine: Migrate strlen optimizations
Meador Inge
2012-10-31
1
-0
/
+44
*
instcombine: Migrate strncpy optimizations
Meador Inge
2012-10-31
1
-0
/
+49
*
instcombine: Migrate stpcpy optimizations
Meador Inge
2012-10-31
1
-0
/
+38
*
instcombine: Split out the __stpcpy_chk simplifications from StrCpyChkOpt
Meador Inge
2012-10-31
1
-3
/
+54
*
Use TargetTransformInfo to control switch-to-lookup table transformation
Hans Wennborg
2012-10-30
1
-6
/
+15
*
Remove a wrapper around getIntPtrType added to GVN by Hal in commit 166624 (the
Duncan Sands
2012-10-29
1
-1
/
+1
*
LoopSimplify: Preserve DependenceAnalysis.
Benjamin Kramer
2012-10-26
1
-0
/
+2
*
Fix SCEV cache invalidation in LCSSA and LoopSimplify.
Benjamin Kramer
2012-10-26
2
-0
/
+19
*
Also optimize large switch statements.
Jakob Stoklund Olesen
2012-10-25
1
-22
/
+20
[prev]
[next]