Update more tests to the new EH scheme.
[oota-llvm.git] / test / Transforms / SimplifyLibCalls /
2011-08-12 Eli FriedmanMove "atomic" and "volatile" designations on instructio...
2011-06-18 Chris Lattnerrip out a ton of intrinsic modernization logic from...
2011-03-09 Devang PatelPreserve line number information while simplifying...
2011-03-03 Richard OsborneOptimize fprintf -> iprintf if there are no floating...
2011-03-03 Richard OsborneOptimize sprintf -> siprintf if there are no floating...
2011-03-03 Richard OsborneOptimize printf -> iprintf if there are no floating...
2011-02-28 Dan GohmanDelete obsolete test.
2011-02-12 Daniel DunbarSimplifyLibCalls: Add missing legalize check on various...
2011-02-12 Daniel Dunbartests: FileCheckize
2010-12-17 Dan GohmanRevert r64460. strtol and friends cannot be marked...
2010-11-30 Anders CarlssonAdd a puts optimization that converts puts() to putchar...
2010-11-30 Anders CarlssonFix a typo.
2010-11-30 Anders CarlssonRename this test to FPuts.ll since it actually tests...
2010-11-29 Benjamin KramerFix some broken CHECK lines.
2010-10-28 NAKAMURA Takumitest/Transforms/SimplifyLibCalls/floor.ll: Mark as...
2010-09-30 Benjamin KramerAdd constant folding for strspn and strcspn to Simplify...
2010-09-29 Benjamin KramerAdd strpbrk folding to SimplifyLibCalls.
2010-09-29 Benjamin KramerSimplify the loop in StrChrOptimizer. FileCheckize...
2010-09-29 Benjamin KramerTeach SimplifyLibCalls how to optimize strrchr.
2010-06-16 Rafael EspindolaMake sure that simplify libcalls does not replace a...
2010-06-16 Benjamin Kramersimplify-libcalls: fold strncmp(x, y, 1) -> memcmp...
2010-06-15 Benjamin Kramersimplify-libcalls: fold strstr(a, b) == a -> strncmp...
2010-05-31 Nick LewyckyThe memcpy intrinsic only takes i8* for %src and %dst...
2010-05-25 Benjamin KramerProperly promote operands when optimizing a single...
2010-04-04 Mon P WangReapply address space patch after fixing an issue in...
2010-04-02 Mon P WangRevert r100191 since it breaks objc in clang
2010-04-02 Mon P WangReapply address space patch after fixing an issue in...
2010-03-30 Bob WilsonRevert Mon Ping's change 99928, since it broke all...
2010-03-30 Mon P WangAdded support for address spaces and added a isVolatile...
2010-03-23 Evan ChengTeach simplify libcall to transform __strcpy_chk to...
2010-03-06 Eric ChristopherMigrate _chk call lowering from SimplifyLibCalls to...
2010-03-05 Evan ChengSafely turn memset_chk etc. to non-chk variant if the...
2010-02-03 Eric ChristopherRecommit this, looks like it wasn't the cause.
2010-02-02 Eric ChristopherHopefully temporarily revert this.
2010-02-02 Eric ChristopherRe-add strcmp and known size object size checking optim...
2010-01-29 Eric ChristopherRevert my last couple of patches. They appear to have...
2010-01-29 Eric ChristopherMake strcpy_chk lower to strcpy if we have a safe size.
2009-12-24 Chris Lattnermove an optimization for memcmp out of simplifylibcalls...
2009-12-16 Chris Lattnerreapply my strstr optimization. I have reproduced...
2009-12-16 Chris Lattnerrevert my strstr optimization, I'm told it breaks x86...
2009-12-15 Chris Lattneroptimize strstr, PR5783
2009-11-05 Benjamin KramerTeach SimplifyLibCalls to fold memcmp calls with consta...
2009-09-26 Dan GohmanFix SimplifyLibCalls to transfer attributes from callee...
2009-09-26 Dan GohmanI put the wrong rdar number in this test.
2009-09-25 Dan GohmanTransform pow(x, 0.5) to (x == -inf ? inf : fabs(sqrt...
2009-09-11 Dan GohmanChange tests from "opt %s" to "opt < %s" so that opt...
2009-09-08 Dan GohmanUse opt -S instead of piping bitcode output through...
2009-09-08 Dan GohmanChange these tests to feed the assembly files to opt...
2009-09-05 Daniel DunbarEliminate uses of %prcontext.
2009-09-03 Chris LattnerIn C++, code is not allowed to call main. In C it...
2009-08-19 Dan GohmanAdd targetdata strings to these tests, since SimplifyLi...
2009-08-19 Dan GohmanFix SimplifyLibcalls and ValueTracking to check mayBeOv...
2009-07-29 Daniel DunbarFix PR4645 which was fallout from the fix for PR4641.
2009-07-29 Nick LewyckyJust discard the output, no need to turn it back into...
2009-07-29 Chris Lattnerdon't dump .bc file to stdout, and simplify this to...
2009-07-29 Nick LewyckyBulk erasing instructions without RAUWing them is unsaf...
2009-07-18 Eli FriedmanFix simplifylibcalls memset recognition to work on...
2009-06-19 Chris Lattnerpart of PR4405: disable a contentious optimization for
2009-06-04 Dan GohmanSplit the Add, Sub, and Mul instruction opcodes into...
2009-05-30 Chris Lattnerfix PR4284, a bug in simplifylibcalls handling memcmp...
2009-05-13 Chris LattnerFix PR4206 - crash in simplify lib calls
2009-04-12 Chris Lattneradd some optimizations for strncpy/strncat and factor...
2009-04-06 Ed SchoutenLet the strcat optimizer return the pointer to the...
2009-02-13 Nick LewyckyMark strto* as readonly when the endptr is null.
2009-02-13 Nick LewyckyOn strtod and friends, mark 'endptr' nocapture in the...
2009-02-13 Nick LewyckyReapply r64300:
2009-02-11 Bill WendlingRevert r64300 and r64301. These were causing the follow...
2009-02-11 Duncan SandsMake sure the SCC pass manager initializes any contained
2009-01-18 Nick LewyckyForgot this in the previous checkin: fopen now has...
2009-01-04 Nick LewyckyRun a post-pass that marks known function declarations...
2008-12-21 Nick LewyckyTurn strcmp into memcmp, such as strcmp(P, "x") --...
2008-11-30 Eli FriedmanOptimize memmove and memset into the LLVM builtins...
2008-11-04 Dan GohmanAdd a new pass to simplify specific half_powr function...
2008-06-09 Chris Lattnerlower calls to abs to inline code, PR2337
2008-05-20 Gabor Greifsabre brings to my attention that the 'tr' suffix is...
2008-05-20 Gabor GreifRename the last test with .llx extension to .ll, resolv...
2008-05-19 Duncan SandsFix PR2341 - when the length is 4 use an i32 not
2008-05-02 Chris Lattnerstrength reduce exp2 into ldexp, rdar://5852514
2008-05-01 Dan GohmanUpdate old-style syntax in some "not grep" tests.
2008-05-01 Chris Lattnerfix typo
2008-05-01 Chris Lattnerinstcombine does memset optzns.
2008-05-01 Chris Lattnersimplifylibcalls doesn't optimize llvm.memmove, instcom...
2008-04-30 Chris Lattnerno reason for simplifylibcalls to simplify intrinsics...
2008-04-30 Chris Lattnerremove redundant check.
2008-04-09 Chris LattnerGeneralize getUnaryFloatFunction to handle any FP unary...
2008-04-09 Chris Lattnerremove capital letter from test name.
2008-04-09 Chris Lattnermany cleanups to the pow optimizer. Allow it to handle...
2008-03-10 Tanya LattnerRemove llvm-upgrade and update tests.
2007-08-15 Dan GohmanConvert tests using "grep -c ... | grep ..." to use...
2007-06-29 John CriswellConvert .cvsignore files
2007-04-16 Reid SpencerFor PR1319:
2007-04-16 Reid SpencerFor PR1319:
2007-04-15 Reid SpencerFor PR1319:
2007-04-14 Chris Lattnernew testcase
2007-04-11 Reid SpencerMake the llvm-runtest function much more amenable by...
2007-04-06 Chris Lattnertestcase for PR1307
2007-01-26 Reid SpencerFor PR761:
2006-12-31 Reid SpencerFor PR950:
2006-12-02 Reid SpencerUpgrade intrinsic function calls manually.
2006-12-02 Reid SpencerUse the llvm-upgrade program to upgrade llvm assembly.
next