summaryrefslogtreecommitdiff
path: root/lib/Transforms/IPO
Commit message (Expand)AuthorAge
* 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
* Changes to support making the shift instructions be true BinaryOperators.Reid Spencer2007-02-02
* eliminate temporary vectorsChris Lattner2007-01-31
* eliminate temporary vectorsChris Lattner2007-01-31
* Adjust #includes to match movement of constant folding code from transformuti...Chris Lattner2007-01-30
* the inliner pass now passes targetdata down through the inliner api'sChris Lattner2007-01-30
* adjust to api changeChris Lattner2007-01-30
* For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoidReid Spencer2007-01-30
* Propagate changes from my local tree. This patch includes:Anton Korobeynikov2007-01-28
* Change the MachineDebugInfo to MachineModuleInfo to better reflect usageJim Laskey2007-01-26
* Inherit CallGraphSCCPass directly from Pass.Devang Patel2007-01-26
* Make llvm-extract preserve the callingconv of prototypes in the extractedChris Lattner2007-01-25