aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms/Scalar
Commit message (Expand)AuthorAgeFilesLines
* Temporarily disabling memset forming optimization. Add an option.Evan Cheng2008-03-241-0/+8
* Transform (zext (or (icmp), (icmp))) to (or (zext (cimp), (zext icmp))) if at...Evan Cheng2008-03-241-96/+129
* implement an initial hack at a straight-line store -> memset optimization.Chris Lattner2008-03-221-6/+59
* implement the logic for memset insertion and store deletion.Chris Lattner2008-03-221-11/+49
* This is a partially implemented and currently disabled start of a storeChris Lattner2008-03-221-0/+159
* Don't include <map> in Pass.h, which doesn't need it. This requiresDan Gohman2008-03-213-0/+3
* the size of a smallvector shouldn't be part of the interface to these methods.Chris Lattner2008-03-211-20/+18
* make gvn marginally faster by reallocating the lastSeenLoad map forChris Lattner2008-03-211-3/+4
* Minor cleanups and shrinkification.Chris Lattner2008-03-211-186/+114
* Handle getresult instructions in different basic blocksDan Gohman2008-03-211-0/+9
* Fix the build for gcc-4.2.Duncan Sands2008-03-211-1/+2
* Teach masked value is zero about add and sub, and use MVIZ toChris Lattner2008-03-211-34/+87
* C and Objective Caml bindings for mem2reg and reg2mem.Gordon Henriksen2008-03-201-0/+8
* Add comment.Devang Patel2008-03-191-0/+4
* Remove dead options.Evan Cheng2008-03-192-20/+4
* Update heuritics that estimates cost of call instructions.Devang Patel2008-03-171-0/+5
* C and Objective Caml bindings for several scalar transforms.Gordon Henriksen2008-03-161-0/+39
* The inst combining of inttoptr into GEP with one index was using the bit size ofBill Wendling2008-03-141-1/+1
* Fix a bug in GVN that Duncan noticed, where we potentially need to insert a Owen Anderson2008-03-131-1/+5
* Reimplement the parameter attributes support, phase #1. hilights:Chris Lattner2008-03-121-39/+28
* Improve the return slot optimization to be both more aggressive (not limited ...Owen Anderson2008-03-121-93/+109
* Skip functions that return multiple values.Devang Patel2008-03-111-0/+3
* Become multiple return value aware.Devang Patel2008-03-111-1/+5
* Add TODO reminder.Devang Patel2008-03-111-0/+1
* Initial multiple return values support.Devang Patel2008-03-111-19/+95
* SCCP also needs to be taught to follow unwind_toNick Lewycky2008-03-091-0/+4
* Don't eliminate blocks that are only reachable by unwind_to.Nick Lewycky2008-03-091-2/+8
* Update the block cloner which fixes bugpoint on code using unwind_to (phew!)Nick Lewycky2008-03-092-6/+14
* Not all users of a BB are Instructions any more.Nick Lewycky2008-03-081-1/+6
* Don't try to simplify urem and srem using arithmetic rules that don't workNick Lewycky2008-03-061-43/+96
* fix a bug Anders ran into where scalarrepl would crash when promotingChris Lattner2008-02-291-57/+68
* Refactor some code out of ConvertUsesToScalar into their own methods, noChris Lattner2008-02-291-148/+190
* Folding or(fcmp,fcmp) only works if the operands of the fcmps are the same fp...Chris Lattner2008-02-291-1/+2
* Fix an issue where GVN had the sizes of the two memcpy's reverse, resultingOwen Anderson2008-02-261-2/+2
* fix http://llvm.org/bugs/show_bug.cgi?id=2097Gabor Greif2008-02-261-1/+1
* Fix for pr2093: direct operands aren't necessarily addresses, so don't Eli Friedman2008-02-261-1/+2
* De-tabify.Bill Wendling2008-02-262-24/+24
* Fix PR2076. CodeGenPrepare now sinks address computation for inline asm memoryEvan Cheng2008-02-261-0/+55
* Fix an issue where GVN was performing the return slot optimization when it wasOwen Anderson2008-02-251-8/+26
* Fix an issue where GVN would try to use an instruction before its definition ...Owen Anderson2008-02-251-0/+7
* Split ParameterAttributes.h, putting the complicatedDale Johannesen2008-02-221-1/+1
* Fixed a typo.Zhou Sheng2008-02-221-1/+1
* Add explicit keywords.Dan Gohman2008-02-201-1/+1
* Fix newly-introduced 4.3 warningsAnton Korobeynikov2008-02-201-2/+2
* Make Transforms to be 4.3 warnings-cleanAnton Korobeynikov2008-02-205-29/+40
* Unbreak build with gcc 4.3: provide missed includes and silence most annoying...Anton Korobeynikov2008-02-201-1/+2
* When performing return slot optimization, remember to inform memdep when we'r...Owen Anderson2008-02-201-0/+1
* Expand ParameterAttributes to 32 bits (in preparationDale Johannesen2008-02-191-8/+13
* remove the lower packed pass. It can never work and even the parts that Chris Lattner2008-02-191-448/+0
* Refactor this method a bit, and correct a test that was completely wrong but ...Owen Anderson2008-02-191-7/+11