index
:
external_llvm.git
replicant-6.0
Android's llvm
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
Transforms
/
SimplifyLibCalls
Commit message (
Expand
)
Author
Age
Files
Lines
*
Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a Mod...
Dmitri Gribenko
2012-12-30
1
-1
/
+1
*
instcombine: Migrate puts optimizations
Meador Inge
2012-11-29
1
-15
/
+0
*
instcombine: Migrate fputs optimizations
Meador Inge
2012-11-29
1
-30
/
+0
*
instcombine: Migrate fwrite optimizations
Meador Inge
2012-11-29
1
-13
/
+0
*
instcombine: Migrate fprintf optimizations
Meador Inge
2012-11-29
3
-88
/
+0
*
Move sprintf simplifier tests to test/Transforms/InstCombine
Meador Inge
2012-11-27
1
-42
/
+0
*
llvm/test/Transforms/SimplifyLibCalls: FileCheck-ize 3 tests.
NAKAMURA Takumi
2012-11-27
3
-6
/
+12
*
llvm/test/Transforms/SimplifyLibCalls/SPrintF.ll: Handle @sprintf() with -ins...
NAKAMURA Takumi
2012-11-27
1
-2
/
+1
*
llvm/test/Transforms/SimplifyLibCalls/SPrintF.ll: Fix datalayout since r168516.
NAKAMURA Takumi
2012-11-27
3
-3
/
+3
*
Trailing linefeeds.
NAKAMURA Takumi
2012-11-27
2
-2
/
+0
*
test/Transforms/SimplifyLibCalls/SPrintF.ll: Suppress this for now. r168677 u...
NAKAMURA Takumi
2012-11-27
1
-0
/
+1
*
instcombine: Migrate sprintf optimizations
Meador Inge
2012-11-27
2
-41
/
+0
*
instcombine: Migrate printf optimizations
Meador Inge
2012-11-26
3
-82
/
+0
*
instcombine: Migrate toascii optimizations
Meador Inge
2012-11-26
1
-21
/
+0
*
instcombine: Migrate isdigit optimizations
Meador Inge
2012-11-26
1
-21
/
+0
*
instcombine: Migrate *abs optimizations
Meador Inge
2012-11-26
1
-11
/
+0
*
instcombine: Migrate ffs* optimizations
Meador Inge
2012-11-25
1
-45
/
+0
*
Disallow the undocumented practice of starting the datalayout string with '-'.
Patrik Hägglund
2012-11-23
1
-1
/
+1
*
instcombine: Migrate math library call simplifications
Meador Inge
2012-11-13
6
-540
/
+0
*
instcombine: Migrate memset optimizations
Meador Inge
2012-11-11
2
-24
/
+0
*
instcombine: Migrate memmove optimizations
Meador Inge
2012-11-11
1
-12
/
+0
*
instcombine: Migrate memcmp optimizations
Meador Inge
2012-11-11
1
-35
/
+0
*
instcombine: Migrate strstr optimizations
Meador Inge
2012-11-11
1
-60
/
+0
*
instcombine: Migrate strcspn optimizations
Meador Inge
2012-11-10
1
-25
/
+0
*
instcombine: Migrate strspn optimizations
Meador Inge
2012-11-08
1
-16
/
+0
*
instcombine: Migrate strto* optimizations
Meador Inge
2012-10-31
1
-14
/
+0
*
instcombine: Migrate strpbrk optimizations
Meador Inge
2012-10-31
1
-25
/
+0
*
instcombine: Migrate strlen optimizations
Meador Inge
2012-10-31
1
-62
/
+0
*
instcombine: Migrate strncpy optimizations
Meador Inge
2012-10-31
1
-29
/
+0
*
instcombine: Migrate stpcpy optimizations
Meador Inge
2012-10-31
1
-43
/
+0
*
SimplifyLibcalls: The return value of ffsll is always i32, even when the inpu...
Benjamin Kramer
2012-10-19
1
-3
/
+12
*
instcombine: Migrate strcpy optimizations
Meador Inge
2012-10-18
1
-37
/
+0
*
instcombine: Migrate strcmp and strncmp optimizations
Meador Inge
2012-10-15
3
-169
/
+0
*
instcombine: Migrate strchr and strrchr optimizations
Meador Inge
2012-10-13
2
-49
/
+0
*
instcombine: Migrate strcat and strncat optimizations
Meador Inge
2012-10-13
2
-64
/
+0
*
SimplifyLibCalls: Give all safely-shrinkable libcalls the same treatment.
Benjamin Kramer
2012-08-22
1
-0
/
+179
*
Whitespace.
Chad Rosier
2012-08-22
1
-2
/
+0
*
Add test case for r162368.
Chad Rosier
2012-08-22
1
-0
/
+335
*
SimplifyLibcalls: Add fabs and trunc to the list of libcalls that are safe to...
Benjamin Kramer
2012-08-18
1
-0
/
+23
*
Fix the remaining TCL-style quotes found in the testsuite. This is
Chandler Carruth
2012-07-02
9
-9
/
+9
*
Convert all tests using TCL-style quoting to use shell-style quoting.
Chandler Carruth
2012-07-02
9
-13
/
+13
*
revert my previous commit (r159173), since as Eli pointed out, it's perfectly...
Nuno Lopes
2012-06-25
1
-1
/
+1
*
do not set realloc() as NotAlias, since it can return the same pointer. This ...
Nuno Lopes
2012-06-25
1
-1
/
+1
*
revert my previous patches that introduced an additional parameter to the obj...
Nuno Lopes
2012-05-22
2
-4
/
+4
*
FileCheck-ify, apropos of nothing
Joel Jones
2012-05-18
1
-4
/
+4
*
Teach SimplifyLibCalls about stpcpy.
David Majnemer
2012-05-15
1
-0
/
+43
*
change the objectsize intrinsic signature: add a 3rd parameter to denote the ...
Nuno Lopes
2012-05-09
1
-2
/
+2
*
FileCheckify, un-XFAIL SimplifyLibCalls/floor test
Joe Groff
2012-04-18
1
-10
/
+31
*
Move win32 SimplifyLibcall test under Transforms
Joe Groff
2012-04-18
1
-0
/
+275
*
Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...
Eli Bendersky
2012-02-16
2
-3
/
+1
[next]