aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Increasing the inline limit from (overly conservative) 200 to 300. Given each...Evan Cheng2008-03-245-11/+54
* Small format/grammar changes.Bill Wendling2008-03-241-2/+2
* Grammar Nazi strikes! :-)Bill Wendling2008-03-241-35/+34
* Update Function type documentation to clarify how multiple return values are ...Devang Patel2008-03-241-2/+9
* Temporarily disabling memset forming optimization. Add an option.Evan Cheng2008-03-241-0/+8
* Be sure to remove intervals after we've joined them. Also, remove some dupli...Owen Anderson2008-03-241-46/+18
* Ignoring per-user file.Gordon Henriksen2008-03-240-0/+0
* Ignoring generated files.Gordon Henriksen2008-03-240-0/+0
* Transform (zext (or (icmp), (icmp))) to (or (zext (cimp), (zext icmp))) if at...Evan Cheng2008-03-242-96/+164
* Remove duplicated entries.Evan Cheng2008-03-231-35/+0
* Another typo.Gordon Henriksen2008-03-231-1/+1
* Fix a typo.Gordon Henriksen2008-03-231-1/+1
* Objective Caml bindings for basic block, function, global, and arg iterators.Gordon Henriksen2008-03-236-20/+605
* Minor typo fixes. Also add another FIXME.Anton Korobeynikov2008-03-231-5/+6
* Update project to reflect deleted files.Gordon Henriksen2008-03-231-12/+0
* Preserve calling convention during function cloningAnton Korobeynikov2008-03-231-0/+3
* Add license headerAnton Korobeynikov2008-03-231-0/+13
* Add Win64 compilation callback. This allows easy examples to be JITed on Win64!Anton Korobeynikov2008-03-232-5/+58
* Use C-style comments :)Anton Korobeynikov2008-03-231-2/+2
* Provide a JIT selector on win64Anton Korobeynikov2008-03-231-1/+1
* Hack out the PIC mode on Win64 targets. This needs to be investigated later.Anton Korobeynikov2008-03-231-1/+3
* Code cleanup. Provide generic way of selecting JIT pointer bitwidth regardlessAnton Korobeynikov2008-03-231-22/+30
* Remove old-standing obsolete code.Anton Korobeynikov2008-03-231-9/+11
* Add Mikhail to credits fileAnton Korobeynikov2008-03-231-0/+4
* Add first proof-of-concept universal compiler driver framework basedAnton Korobeynikov2008-03-2319-3/+2019
* New testcase.Bill Wendling2008-03-221-0/+10
* Don't strip things when we're doing a debug build.Bill Wendling2008-03-221-3/+5
* Honour built-in defines on win64 targets for automatically subtarget recognize.Anton Korobeynikov2008-03-221-2/+3
* Recognize "windows" in target triple, not only "win32"Anton Korobeynikov2008-03-221-0/+2
* Use normal naming convention for test.Owen Anderson2008-03-221-0/+0
* Add information about callee-saved registers on Win64Anton Korobeynikov2008-03-222-6/+28
* Add convenient helper for win64 check. Simplify things slightly.Anton Korobeynikov2008-03-223-3/+5
* Initial support for Win64 calling conventions. Still in early state.Anton Korobeynikov2008-03-222-5/+54
* Register EH frames emitted in JIT when using gcc unwinding runtimeAnton Korobeynikov2008-03-221-1/+9
* Fix merge errorAnton Korobeynikov2008-03-221-1/+0
* Add testcase for prev. commit. Minor fixesAnton Korobeynikov2008-03-222-2/+8
* Aliasing chains cleanups: update langref, add check into verifierAnton Korobeynikov2008-03-222-3/+8
* Support chained aliases for LLVM IR printing. This fixes PR2145Anton Korobeynikov2008-03-222-0/+5
* 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
* Typo fixesAnton Korobeynikov2008-03-221-3/+3
* implement an initial hack at a straight-line store -> memset optimization.Chris Lattner2008-03-222-6/+114
* 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-222-1/+9
* Add an AllocateRW to match AllocateRWX.Owen Anderson2008-03-223-0/+75
* Teach DAG combiner to commute commutable binary nodes in order to achieve sdi...Evan Cheng2008-03-224-0/+63
* 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-2118-1/+18
* 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-212-5/+18