More indentation/tabification fixes.
[oota-llvm.git] / lib / Transforms / Scalar / SimplifyLibCalls.cpp
2010-02-02 Eric ChristopherMore indentation/tabification fixes.
2010-02-02 Eric ChristopherUntabify previous commit.
2010-02-01 Eric ChristopherFormatting.
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.
2010-01-23 Eric ChristopherReapply 94059 while fixing the calling convention setup
2010-01-22 Bob WilsonRevert 94059. It is breaking the MultiSource/Benchmark...
2010-01-21 Eric ChristopherAdd strcpy_chk -> strcpy support for "don't know" objec...
2010-01-06 Eric ChristopherMove the object size intrinsic optimization to inst...
2010-01-06 Mikhail GlushenkovFormatting.
2010-01-05 Benjamin KramerMove remaining stuff to the isInteger predicate.
2010-01-05 David GreeneChange errs() to dbgs().
2010-01-04 Mikhail Glushenkov80-col violations, trailing whitespace.
2009-12-24 Chris Lattnermove an optimization for memcmp out of simplifylibcalls...
2009-12-23 Chris Lattnerreorder to follow a normal fall-through style, no funct...
2009-12-23 Eric ChristopherUpdate objectsize intrinsic and associated dependencies...
2009-12-22 Eric ChristopherWhitespace fixes.
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-12-15 Chris Lattneradd some other xforms that should be done as part of...
2009-12-02 Chris Lattnertidy up, remove dependence on order of evaluation of...
2009-11-21 Eric ChristopherAdd more optimizations for object size checking, enable...
2009-11-20 Daniel DunbarRevert "Add some rough optimizations for checking routi...
2009-11-20 Eric ChristopherAdd some rough optimizations for checking routines.
2009-11-16 Duncan SandsCreateIntCast takes an "isSigned" parameter. Pass...
2009-11-09 Chris Lattnerfix PR5104: when printing a single character, return...
2009-11-05 Benjamin KramerTeach SimplifyLibCalls to fold memcmp calls with consta...
2009-10-27 Eric ChristopherAdd objectsize intrinsic and hook it up through codegen...
2009-10-07 Eric Christopher80-column and whitespace fixes.
2009-10-06 Duncan SandsIntroduce and use convenience methods for getting point...
2009-10-05 Chris Lattnerstrength reduce a ton of type equality tests to check...
2009-09-26 Dan GohmanFix SimplifyLibCalls to transfer attributes from callee...
2009-09-25 Dan GohmanRename ConstantFP's getInf to getInfinity.
2009-09-25 Dan GohmanTransform pow(x, 0.5) to (x == -inf ? inf : fabs(sqrt...
2009-09-18 Victor HernandezEnhance transform passes so that they apply the same...
2009-09-03 Chris LattnerIn C++, code is not allowed to call main. In C it...
2009-09-02 Chris Lattnereliminate VISIBILITY_HIDDEN from Transforms/Scalar...
2009-08-19 Dan GohmanFix SimplifyLibcalls and ValueTracking to check mayBeOv...
2009-08-18 Dan GohmanMake TargetData optional in SimplifyLibCalls.
2009-08-13 Owen AndersonPush LLVMContexts through the IntegerType APIs.
2009-07-31 Owen AndersonMove a few more APIs back to 2.5 forms. The only remai...
2009-07-29 Owen AndersonMove types back to the 2.5 API.
2009-07-29 Daniel DunbarFix PR4645 which was fallout from the fix for PR4641.
2009-07-29 Owen AndersonMove ConstantExpr to 2.5 API.
2009-07-29 Nick LewyckyBulk erasing instructions without RAUWing them is unsaf...
2009-07-28 Owen AndersonChange ConstantArray to 2.5 API.
2009-07-27 Owen AndersonMove ConstantFP construction back to the 2.5-ish API.
2009-07-26 Daniel DunbarRemove Value::getNameLen
2009-07-26 Daniel DunbarEliminate some uses of DOUT, cerr, and getNameStart().
2009-07-25 Daniel DunbarRemove Value::{isName, getNameRef}.
2009-07-24 Owen AndersonRevert the ConstantInt constructors back to their 2...
2009-07-23 Daniel DunbarConvert StringMap to using StringRef for its APIs.
2009-07-22 Owen AndersonGet rid of the Pass+Context magic.
2009-07-18 Eli FriedmanFix simplifylibcalls memset recognition to work on...
2009-07-16 Owen AndersonMove the ConstantInt uniquing table into LLVMContextImp...
2009-07-13 Owen AndersonMove more functionality over to LLVMContext.
2009-07-08 Owen AndersonPush LLVMContext _back_ through IRBuilder.
2009-07-08 Owen AndersonSwitch GlobalVariable ctors to a sane API, where *eithe...
2009-07-08 Owen AndersonPush LLVMContext through GlobalVariables and IRBuilder.
2009-07-03 Owen AndersonEven more passes being LLVMContext'd.
2009-06-19 Chris Lattnerpart of PR4405: disable a contentious optimization for
2009-06-18 Anton KorobeynikovRevert IRBuilder CC propagation. Fix SimplifyLibCalls...
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 Lattner"There was a typo in my previous patch which leads...
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-03-13 Bill WendlingOops...I committed too much.
2009-03-13 Bill WendlingTemporarily XFAIL this test.
2009-02-15 Nick LewyckyUpdate the list of function annotations for nocapture...
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-12 Nick LewyckyDon't mark all args to strtod and friends as nocapture.
2009-01-18 Nick LewyckyFix copy and pasted typos that prevented strtok_r,...
2009-01-05 Nick LewyckyMove the libcall annotating part from doFinalization...
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-21 Chris Lattnerreapply Sanjiv's patch to genericize memcpy/memset...
2008-11-21 Bill WendlingRevert r59802. It was breaking the build of llvm-gcc:
2008-11-21 Sanjiv GuptaMake mem[cpy,move,set] intrinsics overloaded.
2008-09-04 Dale JohannesenAdd intrinsic forms of pow and exp2. The non-intrinsic
2008-09-04 Dan GohmanTidy up several unbeseeming casts from pointer to intptr_t.
2008-08-08 Eric ChristopherHave IRBuilder take a template argument on whether...
2008-06-30 Evan Cheng- Re-apply 52748 and friends with fix. GetConstantStrin...
2008-06-29 Anton KorobeynikovRevert (52748 and friends):
2008-06-26 Eric ChristopherRemove unused function.
2008-06-16 Chris LattnerFix the crash on SimplifyLibCalls/2005-05-20-sprintf...
2008-06-09 Chris Lattnerlower calls to abs to inline code, PR2337
2008-05-19 Duncan SandsFix PR2341 - when the length is 4 use an i32 not
2008-05-05 Bill WendlingFix: Some classes were derived from a class in an anony...
2008-05-02 Chris Lattnerstrength reduce exp2 into ldexp, rdar://5852514
2008-05-01 Chris Lattner1) add '-debug' output
2008-05-01 Chris LattnerDelete the IPO simplify-libcalls and completely reimple...