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