aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* Another comments fixingAnton Korobeynikov2008-03-222-2/+3
* Slightly increase default set size. It's cheap and won't hurt.Anton Korobeynikov2008-03-221-1/+1
* 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
* Add a comment, and fix a bug where AllocateRW recurred to AllocateRWX instead...Owen Anderson2008-03-221-1/+1
* Add an AllocateRW to match AllocateRWX.Owen Anderson2008-03-222-0/+70
* Teach DAG combiner to commute commutable binary nodes in order to achieve sdi...Evan Cheng2008-03-222-0/+31
* 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-2112-0/+12
* Avoid calling array_endof in a static initializer, as it incursDan Gohman2008-03-211-2/+2
* Specialize FORCE_DEFINING_FILE_TO_BE_LINKED using a GCC trickDan Gohman2008-03-211-1/+1
* Fix -view-sunit-dags to support cross-rc-copy nodes.Dan Gohman2008-03-211-1/+4
* 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
* Restore this assert now that the livevar bug is fixed.Chris Lattner2008-03-211-2/+7
* A couple of kill marker maintainence bug.Evan Cheng2008-03-212-1/+5
* FunctionExtractorPass has been superceded by GVExtractorPassAndrew Lenharth2008-03-211-147/+0
* Make it possible to get an empty struct usingDuncan Sands2008-03-211-2/+3
* Introduce a new node for holding call argumentDuncan Sands2008-03-219-134/+145
* Fix the build for gcc-4.2.Duncan Sands2008-03-211-1/+2
* remove Evan's "ugly hack" that sorta attempted to get Chris Lattner2008-03-215-174/+2
* Add support for calls that return two FP values inChris Lattner2008-03-213-5/+52
* disable a bogus assertion.Chris Lattner2008-03-211-2/+2
* Enable support for returning two long-double values in ST(0)/ST(1).Chris Lattner2008-03-212-7/+4
* Teach masked value is zero about add and sub, and use MVIZ toChris Lattner2008-03-211-34/+87
* Undo 48570. Correctly match mmx shift instructions with an immediate operand.Evan Cheng2008-03-212-18/+25
* These passes preserve CFG.Devang Patel2008-03-204-5/+5
* Incorporate feedback.Devang Patel2008-03-201-24/+24
* C and Objective Caml bindings for mem2reg and reg2mem.Gordon Henriksen2008-03-201-0/+8
* enable -analyze for andersensAndrew Lenharth2008-03-201-19/+39
* Take the old function's name.Zhou Sheng2008-03-201-0/+1
* add a note.Chris Lattner2008-03-201-0/+8
* Check even more carefully before applying this DAGCombine transform.Christopher Lamb2008-03-201-13/+19
* Restore isCFGOnly property of various analysis passes.Devang Patel2008-03-2020-25/+25
* Fix this xform: (sra (shl X, m), result_size) -> (sign_extend (trunc (shl X, ...Evan Cheng2008-03-202-3/+5
* detabify llvm, patch by Mike Stump!Chris Lattner2008-03-206-76/+76
* Keep track of analysis information inherited from Module pass manager.Devang Patel2008-03-201-0/+4
* Add more patterns to match in the integer comparison test harnesses.Scott Michel2008-03-203-9/+8
* 80 col violation.Evan Cheng2008-03-201-1/+2
* Add intrinsics to match mmx shift builtin's with immediate operand.Evan Cheng2008-03-192-12/+13
* Add comment.Devang Patel2008-03-191-0/+4
* #if 1 .. #endif markers do not add any value.Devang Patel2008-03-191-2/+0
* Remove dead options.Evan Cheng2008-03-192-20/+4
* PassInfo keep tracks whether a pass is an analysis pass or not.Devang Patel2008-03-1923-41/+47
* Add support for multiple return values for the PPC target byDan Gohman2008-03-192-146/+23
* Don't loose incoming argument registers. Fix documentation style.Arnold Schwaighofer2008-03-193-9/+9
* Fix X86's isTruncateFree to not claim that truncate to i1 is free. This fixes...Christopher Lamb2008-03-193-46/+27
* add some convenience methods for creating GEP instructions and Chris Lattner2008-03-191-0/+11