aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms/IPO
Commit message (Expand)AuthorAgeFilesLines
* Fix a typo that broke SimplifyLibCalls/SPrintF.ll (pr1315)Chris Lattner2007-04-081-1/+1
* implement a fixme: move optimizations for fwrite out of fputs into a newChris Lattner2007-04-081-26/+56
* Significantly simplify the clients of GetConstantStringInfo, by having itChris Lattner2007-04-071-235/+154
* Fix problems in the sprintf optimizerChris Lattner2007-04-071-81/+60
* Change CastToCStr to take a pointer instead of a reference.Chris Lattner2007-04-071-82/+76
* Fix an off-by-one error that broke Prolangs/deriv2 with llc on x86Chris Lattner2007-04-071-1/+1
* Expunge DomSet from CodeExtractor. This is part of the continuing workOwen Anderson2007-04-071-5/+7
* fix a miscompilation in printf optimizer.Chris Lattner2007-04-071-38/+36
* trunc to bool no longer compares against zeroChris Lattner2007-04-071-10/+5
* cleanups for strlen optimizerChris Lattner2007-04-071-34/+21
* Introduce a new ReplaceCallWith method, which simplifies a lot of code.Chris Lattner2007-04-071-186/+86
* fixes for strcpy optimizerChris Lattner2007-04-071-53/+42
* Fix bugs in strncmp.Chris Lattner2007-04-071-62/+52
* fix 3 miscompilations and several compielr crashes in strcmp optimizer.Chris Lattner2007-04-071-44/+35
* Fix several nasty bugs in the strchr optimizer, this fixesChris Lattner2007-04-061-48/+54
* clean up strcat optimizer, no functionality change.Chris Lattner2007-04-061-28/+21
* rename getConstantStringLength -> GetConstantStringInfo. Make it returnChris Lattner2007-04-061-74/+83
* Fix Transforms/GlobalOpt/2007-04-05-Crash.llChris Lattner2007-04-051-1/+1
* Unbreak VC++ build.Jeff Cohen2007-03-051-0/+1
* Prefer non-virtual calls to ConstantInt::isZero over virtual calls toReid Spencer2007-03-022-4/+4
* Use APInt conversion to string so the result is correct regardless of theReid Spencer2007-03-011-1/+1
* fix commentChris Lattner2007-02-181-1/+1
* simplify pass, delete dead gvar protos as well.Chris Lattner2007-02-181-16/+21
* For PR1195:Reid Spencer2007-02-151-3/+3
* eliminate a bunch of vector-related heap trafficChris Lattner2007-02-131-47/+53
* Eliminate use of ctors that take vectors.Chris Lattner2007-02-134-32/+27
* stop using methods that take vectors.Chris Lattner2007-02-122-5/+9
* Switch ValueSymbolTable to use StringMap<Value*> instead of std::map<std::str...Chris Lattner2007-02-121-1/+1
* simplify name juggling through the use of Value::takeName.Chris Lattner2007-02-116-34/+23
* Fix Transforms/DeadArgElim/2007-02-07-FuncRename.ll, fallout from PR411.Chris Lattner2007-02-071-2/+4
* shrink vmcore by moving symbol table stripping support out of VMCore intoChris Lattner2007-02-071-2/+23
* Apply the VISIBILITY_HIDDEN field to the remaining anonymous classes inReid Spencer2007-02-0517-51/+71
* Add missing and needed #include.Reid Spencer2007-02-051-0/+1
* Make the class VISIBILITY_HIDDEN.Reid Spencer2007-02-051-3/+3
* For PR411:Reid Spencer2007-02-055-11/+11
* For PR411:Reid Spencer2007-02-053-39/+58
* For PR411:Reid Spencer2007-02-051-363/+0
* Create a pass to strip dead function declarations (prototypes). This isReid Spencer2007-02-051-0/+61
* Changes to support making the shift instructions be true BinaryOperators.Reid Spencer2007-02-021-4/+0
* eliminate temporary vectorsChris Lattner2007-01-312-12/+8
* eliminate temporary vectorsChris Lattner2007-01-311-9/+12
* Adjust #includes to match movement of constant folding code from transformuti...Chris Lattner2007-01-301-2/+2
* the inliner pass now passes targetdata down through the inliner api'sChris Lattner2007-01-302-3/+19
* adjust to api changeChris Lattner2007-01-301-1/+2
* For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoidReid Spencer2007-01-3012-30/+30
* Propagate changes from my local tree. This patch includes:Anton Korobeynikov2007-01-282-7/+29
* Change the MachineDebugInfo to MachineModuleInfo to better reflect usageJim Laskey2007-01-261-2/+2
* Inherit CallGraphSCCPass directly from Pass.Devang Patel2007-01-263-3/+3
* Make llvm-extract preserve the callingconv of prototypes in the extractedChris Lattner2007-01-251-0/+1
* For PR970:Reid Spencer2007-01-211-0/+1