aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/IPO
AgeCommit message (Expand)Author
2007-05-18Merge from mainline.Tanya Lattner
2007-05-18Merge from mainline.Tanya Lattner
2007-05-06Fix PR1395, by passing the ID correctlyChris Lattner
2007-05-06Fix typo in comment.Nick Lewycky
2007-05-03Drop 'const'Devang Patel
2007-05-02Use 'static const char' instead of 'static const int'.Devang Patel
2007-05-01Do not use typeinfo to identify pass in pass manager.Devang Patel
2007-04-29Implement review feedbackAnton Korobeynikov
2007-04-28Implement review feedback. Aliasees can be either GlobalValue's orAnton Korobeynikov
2007-04-25Implement aliases. This fixes PR1017 and it's dependent bugs. CFE partAnton Korobeynikov
2007-04-16Removed tabs everywhere except autogenerated & external files. Add makeAnton Korobeynikov
2007-04-15fix SimplifyLibCalls/IsDigit.llChris Lattner
2007-04-14avoid iterator invalidation.Chris Lattner
2007-04-14An even better fix.Jeff Cohen
2007-04-14Fix recent regression that broke several llvm-tests.Jeff Cohen
2007-04-14Implement a few missing xforms: printf("foo\n") -> puts. printf("x") -> putcharChris Lattner
2007-04-14in addition to merging, constantmerge should also delete trivially dead globals,Chris Lattner
2007-04-12Implement the "thread_local" keyword.Lauro Ramos Venancio
2007-04-08Fix a typo that broke SimplifyLibCalls/SPrintF.ll (pr1315)Chris Lattner
2007-04-08implement a fixme: move optimizations for fwrite out of fputs into a newChris Lattner
2007-04-07Significantly simplify the clients of GetConstantStringInfo, by having itChris Lattner
2007-04-07Fix problems in the sprintf optimizerChris Lattner
2007-04-07Change CastToCStr to take a pointer instead of a reference.Chris Lattner
2007-04-07Fix an off-by-one error that broke Prolangs/deriv2 with llc on x86Chris Lattner
2007-04-07Expunge DomSet from CodeExtractor. This is part of the continuing workOwen Anderson
2007-04-07fix a miscompilation in printf optimizer.Chris Lattner
2007-04-07trunc to bool no longer compares against zeroChris Lattner
2007-04-07cleanups for strlen optimizerChris Lattner
2007-04-07Introduce a new ReplaceCallWith method, which simplifies a lot of code.Chris Lattner
2007-04-07fixes for strcpy optimizerChris Lattner
2007-04-07Fix bugs in strncmp.Chris Lattner
2007-04-07fix 3 miscompilations and several compielr crashes in strcmp optimizer.Chris Lattner
2007-04-06Fix several nasty bugs in the strchr optimizer, this fixesChris Lattner
2007-04-06clean up strcat optimizer, no functionality change.Chris Lattner
2007-04-06rename getConstantStringLength -> GetConstantStringInfo. Make it returnChris Lattner
2007-04-05Fix Transforms/GlobalOpt/2007-04-05-Crash.llChris Lattner
2007-03-05Unbreak VC++ build.Jeff Cohen
2007-03-02Prefer non-virtual calls to ConstantInt::isZero over virtual calls toReid Spencer
2007-03-01Use APInt conversion to string so the result is correct regardless of theReid Spencer
2007-02-18fix commentChris Lattner
2007-02-18simplify pass, delete dead gvar protos as well.Chris Lattner
2007-02-15For PR1195:Reid Spencer
2007-02-13eliminate a bunch of vector-related heap trafficChris Lattner
2007-02-13Eliminate use of ctors that take vectors.Chris Lattner
2007-02-12stop using methods that take vectors.Chris Lattner
2007-02-12Switch ValueSymbolTable to use StringMap<Value*> instead of std::map<std::str...Chris Lattner
2007-02-11simplify name juggling through the use of Value::takeName.Chris Lattner
2007-02-07Fix Transforms/DeadArgElim/2007-02-07-FuncRename.ll, fallout from PR411.Chris Lattner
2007-02-07shrink vmcore by moving symbol table stripping support out of VMCore intoChris Lattner
2007-02-05Apply the VISIBILITY_HIDDEN field to the remaining anonymous classes inReid Spencer