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
/
Scalar
/
SimplifyLibCalls.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-4
/
+4
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-7
/
+7
*
Move library call simplification statistic to instcombine
Meador Inge
2012-11-30
1
-2
/
+0
*
instcombine: Migrate puts optimizations
Meador Inge
2012-11-29
1
-39
/
+0
*
instcombine: Migrate fputs optimizations
Meador Inge
2012-11-29
1
-27
/
+0
*
instcombine: Migrate fwrite optimizations
Meador Inge
2012-11-29
1
-38
/
+1
*
instcombine: Migrate fprintf optimizations
Meador Inge
2012-11-29
1
-93
/
+1
*
instcombine: Migrate sprintf optimizations
Meador Inge
2012-11-27
1
-98
/
+0
*
instcombine: Migrate printf optimizations
Meador Inge
2012-11-26
1
-89
/
+1
*
instcombine: Migrate toascii optimizations
Meador Inge
2012-11-26
1
-26
/
+0
*
instcombine: Migrate isascii optimizations
Meador Inge
2012-11-26
1
-20
/
+0
*
instcombine: Migrate isdigit optimizations
Meador Inge
2012-11-26
1
-21
/
+1
*
instcombine: Migrate *abs optimizations
Meador Inge
2012-11-26
1
-25
/
+1
*
instcombine: Migrate ffs* optimizations
Meador Inge
2012-11-25
1
-41
/
+1
*
instcombine: Migrate math library call simplifications
Meador Inge
2012-11-13
1
-248
/
+1
*
Delete a stale comment. No functional change.
Meador Inge
2012-11-12
1
-4
/
+0
*
instcombine: Migrate memset optimizations
Meador Inge
2012-11-11
1
-27
/
+0
*
instcombine: Migrate memmove optimizations
Meador Inge
2012-11-11
1
-24
/
+1
*
instcombine: Migrate memcpy optimizations
Meador Inge
2012-11-11
1
-24
/
+1
*
instcombine: Migrate memcmp optimizations
Meador Inge
2012-11-11
1
-50
/
+1
*
instcombine: Migrate strstr optimizations
Meador Inge
2012-11-11
1
-88
/
+3
*
instcombine: Migrate strcspn optimizations
Meador Inge
2012-11-10
1
-37
/
+1
*
instcombine: Migrate strspn optimizations
Meador Inge
2012-11-08
1
-34
/
+1
*
Revert the series of commits starting with r166578 which introduced the
Chandler Carruth
2012-11-01
1
-12
/
+6
*
instcombine: Migrate strto* optimizations
Meador Inge
2012-10-31
1
-31
/
+1
*
instcombine: Migrate strpbrk optimizations
Meador Inge
2012-10-31
1
-40
/
+0
*
instcombine: Migrate strlen optimizations
Meador Inge
2012-10-31
1
-44
/
+1
*
instcombine: Migrate strncpy optimizations
Meador Inge
2012-10-31
1
-52
/
+0
*
instcombine: Migrate stpcpy optimizations
Meador Inge
2012-10-31
1
-53
/
+2
*
Add in support for getIntPtrType to get the pointer type based on the address...
Micah Villmow
2012-10-24
1
-9
/
+17
*
SimplifyLibcalls: The return value of ffsll is always i32, even when the inpu...
Benjamin Kramer
2012-10-19
1
-2
/
+2
*
instcombine: Migrate strcpy optimizations
Meador Inge
2012-10-18
1
-46
/
+1
*
Use the Attributes::get method which takes an AttrVal value directly to simpl...
Bill Wendling
2012-10-16
1
-3
/
+2
*
Move the Attributes::Builder outside of the Attributes class and into its own...
Bill Wendling
2012-10-15
1
-1
/
+1
*
Attributes Rewrite
Bill Wendling
2012-10-15
1
-1
/
+1
*
instcombine: Migrate strcmp and strncmp optimizations
Meador Inge
2012-10-15
1
-105
/
+0
*
instcombine: Migrate strchr and strrchr optimizations
Meador Inge
2012-10-13
1
-91
/
+0
*
instcombine: Migrate strcat and strncat optimizations
Meador Inge
2012-10-13
1
-101
/
+1
*
Remove the final bits of Attributes being declared in the Attribute
Bill Wendling
2012-10-10
1
-1
/
+3
*
Move TargetData to DataLayout.
Micah Villmow
2012-10-08
1
-18
/
+18
*
SimplifyLibCalls: Give all safely-shrinkable libcalls the same treatment.
Benjamin Kramer
2012-08-22
1
-5
/
+5
*
Add a few float shrinking optimizations to SimplifyLibCalls. Unsafe
Chad Rosier
2012-08-22
1
-36
/
+99
*
Add a new helper function, AddOpt(F1, F1, Opt), as part of PR13574. No
Chad Rosier
2012-08-22
1
-14
/
+15
*
SimplifyLibcalls: Add fabs and trunc to the list of libcalls that are safe to...
Benjamin Kramer
2012-08-18
1
-0
/
+4
*
do null checks for a few more Emit*() functions.
Nuno Lopes
2012-07-26
1
-17
/
+15
*
make all Emit*() functions consult the TargetLibraryInfo information before c...
Nuno Lopes
2012-07-25
1
-40
/
+50
*
Clean whitespaces.
Nadav Rotem
2012-07-24
1
-5
/
+5
*
Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.h
Chandler Carruth
2012-06-29
1
-6
/
+6
*
revert my previous commit (r159173), since as Eli pointed out, it's perfectly...
Nuno Lopes
2012-06-25
1
-0
/
+1
*
do not set realloc() as NotAlias, since it can return the same pointer. This ...
Nuno Lopes
2012-06-25
1
-1
/
+0
[next]