summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Relax loop ExitCondition predicate restriction.Devang Patel2007-09-191-5/+7
* Filter loops where split condition's false branch is not empty. For exampleDevang Patel2007-09-191-0/+4
* Bail out early, before modifying anything.Devang Patel2007-09-191-4/+5
* Work is incomplete. Loop is not modified at all right now.Devang Patel2007-09-191-1/+1
* ooops...Devang Patel2007-09-181-1/+1
* Clean up.Evan Cheng2007-09-181-215/+1
* Fix a bogus splat xform:Evan Cheng2007-09-182-2/+245
* rename test, it is obviously misspelledGabor Greif2007-09-181-0/+0
* Prevent crash on long double.Dale Johannesen2007-09-181-0/+4
* Tests of the ocaml (and thus C) bindings for constants.Gordon Henriksen2007-09-186-19/+143
* Move the entries for 64-bit CMP, IMUL, and a few others into the correctDan Gohman2007-09-181-6/+11
* Adding ocaml language bindings for the vmcore and bitwriter libraries. These areGordon Henriksen2007-09-1816-3/+1213
* Regenerate.Gordon Henriksen2007-09-181-25/+111
* git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42091 91177308-0d34-...Gordon Henriksen2007-09-181-0/+2
* git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42090 91177308-0d34-...Gordon Henriksen2007-09-183-1/+279
* Incorporating review feedback for GC verifier patch.Gordon Henriksen2007-09-181-11/+5
* Don't pass back a reference to a temporary.Bill Wendling2007-09-182-3/+2
* Update my entry.Bill Wendling2007-09-181-1/+1
* The exception handling function info should be reset for each newBill Wendling2007-09-182-9/+2
* C bindings for libLLVMCore.a and libLLVMBitWriter.a.Gordon Henriksen2007-09-185-0/+730
* Fixing an comment in Module.h that refers to a nonexistent parameter.Gordon Henriksen2007-09-181-5/+3
* Fix PR1657Devang Patel2007-09-182-0/+34
* Objective-C was generating EH frame info like this:Bill Wendling2007-09-184-10/+95
* Add support for appending a suffix to the end of a mangled name.Bill Wendling2007-09-172-3/+3
* Bug fix and minor clean up of generated code.Evan Cheng2007-09-171-29/+18
* Do not hide APInt::dump() inside #ifndef NDEBUG.Devang Patel2007-09-173-8/+0
* Fix broken default help strings for enable-shared, enable-static, and enable-...Tanya Lattner2007-09-172-6/+6
* Do not eliminate loop when it is invalid to do so. For example,Devang Patel2007-09-171-14/+35
* Skeleton for transformations to truncate loop's iteration space.Devang Patel2007-09-171-2/+198
* Fix for PR1633: Verifier doesn't fully verify GC intrinsicsGordon Henriksen2007-09-177-1/+108
* Remove RSTRegClass case from loadRegFromStackSlotDale Johannesen2007-09-172-5/+3
* Fix comment.Devang Patel2007-09-171-1/+1
* This is not ideal but unbreaks build failure.Devang Patel2007-09-171-0/+2
* Implement x86 long double in jit (not reallyDale Johannesen2007-09-173-5/+94
* Merge DenseMapKeyInfo & DenseMapValueInfo into DenseMapInfoChris Lattner2007-09-1710-39/+57
* That's what i get for using carbon emacs in a terminalDaniel Berlin2007-09-171-2/+2
* Fix iterator so it doesn't sometimes report bits that aren't in the bitmapDaniel Berlin2007-09-171-0/+2
* Add a utility function to SDOperand for testing if a value is unused.Dan Gohman2007-09-171-0/+7
* X86ISD::TEST is dead.Evan Cheng2007-09-171-1/+1
* regenerateChris Lattner2007-09-173-2348/+1511
* Instcombine x-((x/y)*y) into a remainder operator.Dan Gohman2007-09-173-1/+28
* Adding myself to credits.Gordon Henriksen2007-09-171-0/+4
* Add 64-bit jmp instructions to the list of instructions thatDan Gohman2007-09-171-0/+2
* Use xorl instead of xorq to enter a zero into a 64-bit register.Dan Gohman2007-09-171-2/+4
* Emit integer x<1 as x<=0, as comparisons with zero (now includeingDan Gohman2007-09-172-0/+12
* Use "test reg,reg" in place of "cmp reg,0" for 64-bit operands. This wasDan Gohman2007-09-172-0/+13
* Factor the trampoline transformation into a subroutine.Duncan Sands2007-09-171-137/+148
* Implement x86 long double (uses host long double,Dale Johannesen2007-09-171-5/+30
* Fix bug in andersen's related to test_and_set.Daniel Berlin2007-09-162-8/+29
* Fix a few bugs related to zero'ing of elementsDaniel Berlin2007-09-161-45/+14