summaryrefslogtreecommitdiff
path: root/test/Transforms/SimplifyLibCalls
Commit message (Expand)AuthorAge
* Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman2009-09-11
* Use opt -S instead of piping bitcode output through llvm-dis.Dan Gohman2009-09-08
* Change these tests to feed the assembly files to opt directly, insteadDan Gohman2009-09-08
* Eliminate uses of %prcontext.Daniel Dunbar2009-09-05
* In C++, code is not allowed to call main. In C it is, thisChris Lattner2009-09-03
* Add targetdata strings to these tests, since SimplifyLibCalls usesDan Gohman2009-08-19
* Fix SimplifyLibcalls and ValueTracking to check mayBeOverriddenDan Gohman2009-08-19
* Fix PR4645 which was fallout from the fix for PR4641.Daniel Dunbar2009-07-29
* Just discard the output, no need to turn it back into text.Nick Lewycky2009-07-29
* don't dump .bc file to stdout, and simplify this to a trivial testcase.Chris Lattner2009-07-29
* Bulk erasing instructions without RAUWing them is unsafe. Instead, break themNick Lewycky2009-07-29
* Fix simplifylibcalls memset recognition to work on 64-bit platforms Eli Friedman2009-07-18
* part of PR4405: disable a contentious optimization forChris Lattner2009-06-19
* Split the Add, Sub, and Mul instruction opcodes into separateDan Gohman2009-06-04
* fix PR4284, a bug in simplifylibcalls handling memcmp. Patch by Chris Lattner2009-05-30
* Fix PR4206 - crash in simplify lib callsChris Lattner2009-05-13
* add some optimizations for strncpy/strncat and factor someChris Lattner2009-04-12
* Let the strcat optimizer return the pointer to the start of the buffer,Ed Schouten2009-04-06
* Mark strto* as readonly when the endptr is null.Nick Lewycky2009-02-13
* On strtod and friends, mark 'endptr' nocapture in the function prototype, andNick Lewycky2009-02-13
* Reapply r64300:Nick Lewycky2009-02-13
* Revert r64300 and r64301. These were causing the following errors respectively:Bill Wendling2009-02-11
* Make sure the SCC pass manager initializes any containedDuncan Sands2009-02-11
* Forgot this in the previous checkin: fopen now has nocapture, realloc isNick Lewycky2009-01-18
* Run a post-pass that marks known function declarations by name.Nick Lewycky2009-01-04
* Turn strcmp into memcmp, such as strcmp(P, "x") --> memcmp(P, "x", 2).Nick Lewycky2008-12-21
* Optimize memmove and memset into the LLVM builtins. Note that these Eli Friedman2008-11-30
* Add a new pass to simplify specific half_powr function calls. This isDan Gohman2008-11-04
* lower calls to abs to inline code, PR2337Chris Lattner2008-06-09
* sabre brings to my attention that the 'tr' suffix is also obsoleteGabor Greif2008-05-20
* Rename the last test with .llx extension to .ll, resolve duplicate test by re...Gabor Greif2008-05-20
* Fix PR2341 - when the length is 4 use an i32 notDuncan Sands2008-05-19
* strength reduce exp2 into ldexp, rdar://5852514Chris Lattner2008-05-02
* Update old-style syntax in some "not grep" tests.Dan Gohman2008-05-01
* fix typoChris Lattner2008-05-01
* instcombine does memset optzns.Chris Lattner2008-05-01
* simplifylibcalls doesn't optimize llvm.memmove, instcombine does.Chris Lattner2008-05-01
* no reason for simplifylibcalls to simplify intrinsics, instcombine doesChris Lattner2008-04-30
* remove redundant check.Chris Lattner2008-04-30
* Generalize getUnaryFloatFunction to handle any FP unary function, automaticallyChris Lattner2008-04-09
* remove capital letter from test name.Chris Lattner2008-04-09
* many cleanups to the pow optimizer. Allow it to handle powf,Chris Lattner2008-04-09
* Remove llvm-upgrade and update tests.Tanya Lattner2008-03-10
* Convert tests using "grep -c ... | grep ..." to use the count script.Dan Gohman2007-08-15
* Convert .cvsignore filesJohn Criswell2007-06-29
* For PR1319:Reid Spencer2007-04-16
* For PR1319:Reid Spencer2007-04-16
* For PR1319:Reid Spencer2007-04-15
* new testcaseChris Lattner2007-04-14
* Make the llvm-runtest function much more amenable by eliminating all theReid Spencer2007-04-11