summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Honour built-in defines on win64 targets for automatically subtarget recognize.Anton Korobeynikov2008-03-22
* Recognize "windows" in target triple, not only "win32"Anton Korobeynikov2008-03-22
* Add information about callee-saved registers on Win64Anton Korobeynikov2008-03-22
* Add convenient helper for win64 check. Simplify things slightly.Anton Korobeynikov2008-03-22
* Initial support for Win64 calling conventions. Still in early state.Anton Korobeynikov2008-03-22
* Register EH frames emitted in JIT when using gcc unwinding runtimeAnton Korobeynikov2008-03-22
* Fix merge errorAnton Korobeynikov2008-03-22
* Add testcase for prev. commit. Minor fixesAnton Korobeynikov2008-03-22
* Aliasing chains cleanups: update langref, add check into verifierAnton Korobeynikov2008-03-22
* Support chained aliases for LLVM IR printing. This fixes PR2145Anton Korobeynikov2008-03-22
* Another comments fixingAnton Korobeynikov2008-03-22
* Slightly increase default set size. It's cheap and won't hurt.Anton Korobeynikov2008-03-22
* implement an initial hack at a straight-line store -> memset optimization.Chris Lattner2008-03-22
* implement the logic for memset insertion and store deletion.Chris Lattner2008-03-22
* Add a comment, and fix a bug where AllocateRW recurred to AllocateRWX instead...Owen Anderson2008-03-22
* Add an AllocateRW to match AllocateRWX.Owen Anderson2008-03-22
* Teach DAG combiner to commute commutable binary nodes in order to achieve sdi...Evan Cheng2008-03-22
* This is a partially implemented and currently disabled start of a storeChris Lattner2008-03-22
* Don't include <map> in Pass.h, which doesn't need it. This requiresDan Gohman2008-03-21
* Avoid calling array_endof in a static initializer, as it incursDan Gohman2008-03-21
* Specialize FORCE_DEFINING_FILE_TO_BE_LINKED using a GCC trickDan Gohman2008-03-21
* Fix -view-sunit-dags to support cross-rc-copy nodes.Dan Gohman2008-03-21
* the size of a smallvector shouldn't be part of the interface to these methods.Chris Lattner2008-03-21
* make gvn marginally faster by reallocating the lastSeenLoad map forChris Lattner2008-03-21
* Minor cleanups and shrinkification.Chris Lattner2008-03-21
* Handle getresult instructions in different basic blocksDan Gohman2008-03-21
* Restore this assert now that the livevar bug is fixed.Chris Lattner2008-03-21
* A couple of kill marker maintainence bug.Evan Cheng2008-03-21
* FunctionExtractorPass has been superceded by GVExtractorPassAndrew Lenharth2008-03-21
* Make it possible to get an empty struct usingDuncan Sands2008-03-21
* Introduce a new node for holding call argumentDuncan Sands2008-03-21
* Fix the build for gcc-4.2.Duncan Sands2008-03-21
* remove Evan's "ugly hack" that sorta attempted to get Chris Lattner2008-03-21
* Add support for calls that return two FP values inChris Lattner2008-03-21
* disable a bogus assertion.Chris Lattner2008-03-21
* Enable support for returning two long-double values in ST(0)/ST(1).Chris Lattner2008-03-21
* Teach masked value is zero about add and sub, and use MVIZ toChris Lattner2008-03-21
* Undo 48570. Correctly match mmx shift instructions with an immediate operand.Evan Cheng2008-03-21
* These passes preserve CFG.Devang Patel2008-03-20
* Incorporate feedback.Devang Patel2008-03-20
* C and Objective Caml bindings for mem2reg and reg2mem.Gordon Henriksen2008-03-20
* enable -analyze for andersensAndrew Lenharth2008-03-20
* Take the old function's name.Zhou Sheng2008-03-20
* add a note.Chris Lattner2008-03-20
* Check even more carefully before applying this DAGCombine transform.Christopher Lamb2008-03-20
* Restore isCFGOnly property of various analysis passes.Devang Patel2008-03-20
* Fix this xform: (sra (shl X, m), result_size) -> (sign_extend (trunc (shl X, ...Evan Cheng2008-03-20
* detabify llvm, patch by Mike Stump!Chris Lattner2008-03-20
* Keep track of analysis information inherited from Module pass manager.Devang Patel2008-03-20
* Add more patterns to match in the integer comparison test harnesses.Scott Michel2008-03-20