aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-09-18Adding ocaml language bindings for the vmcore and bitwriter libraries. These areGordon Henriksen
2007-09-18Regenerate.Gordon Henriksen
2007-09-18git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42091 91177308-0d34-...Gordon Henriksen
2007-09-18git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42090 91177308-0d34-...Gordon Henriksen
2007-09-18Incorporating review feedback for GC verifier patch.Gordon Henriksen
2007-09-18Don't pass back a reference to a temporary.Bill Wendling
2007-09-18Update my entry.Bill Wendling
2007-09-18The exception handling function info should be reset for each newBill Wendling
2007-09-18C bindings for libLLVMCore.a and libLLVMBitWriter.a.Gordon Henriksen
2007-09-18Fixing an comment in Module.h that refers to a nonexistent parameter.Gordon Henriksen
2007-09-18Fix PR1657Devang Patel
2007-09-18Objective-C was generating EH frame info like this:Bill Wendling
2007-09-17Add support for appending a suffix to the end of a mangled name.Bill Wendling
2007-09-17Bug fix and minor clean up of generated code.Evan Cheng
2007-09-17Do not hide APInt::dump() inside #ifndef NDEBUG.Devang Patel
2007-09-17Fix broken default help strings for enable-shared, enable-static, and enable-...Tanya Lattner
2007-09-17Do not eliminate loop when it is invalid to do so. For example,Devang Patel
2007-09-17Skeleton for transformations to truncate loop's iteration space.Devang Patel
2007-09-17Fix for PR1633: Verifier doesn't fully verify GC intrinsicsGordon Henriksen
2007-09-17Remove RSTRegClass case from loadRegFromStackSlotDale Johannesen
2007-09-17Fix comment.Devang Patel
2007-09-17This is not ideal but unbreaks build failure.Devang Patel
2007-09-17Implement x86 long double in jit (not reallyDale Johannesen
2007-09-17Merge DenseMapKeyInfo & DenseMapValueInfo into DenseMapInfoChris Lattner
2007-09-17That's what i get for using carbon emacs in a terminalDaniel Berlin
2007-09-17Fix iterator so it doesn't sometimes report bits that aren't in the bitmapDaniel Berlin
2007-09-17Add a utility function to SDOperand for testing if a value is unused.Dan Gohman
2007-09-17X86ISD::TEST is dead.Evan Cheng
2007-09-17regenerateChris Lattner
2007-09-17Instcombine x-((x/y)*y) into a remainder operator.Dan Gohman
2007-09-17Adding myself to credits.Gordon Henriksen
2007-09-17Add 64-bit jmp instructions to the list of instructions thatDan Gohman
2007-09-17Use xorl instead of xorq to enter a zero into a 64-bit register.Dan Gohman
2007-09-17Emit integer x<1 as x<=0, as comparisons with zero (now includeingDan Gohman
2007-09-17Use "test reg,reg" in place of "cmp reg,0" for 64-bit operands. This wasDan Gohman
2007-09-17Factor the trampoline transformation into a subroutine.Duncan Sands
2007-09-17Implement x86 long double (uses host long double,Dale Johannesen
2007-09-16Fix bug in andersen's related to test_and_set.Daniel Berlin
2007-09-16Fix a few bugs related to zero'ing of elementsDaniel Berlin
2007-09-16Rewrite of andersen's to be about 100x faster, cleaner, and begin to support ...Daniel Berlin
2007-09-16Follow-up to patch r41999. Make the conditional that emits the personality stubBill Wendling
2007-09-16Adjust per revew comments.Dale Johannesen
2007-09-16Only emit the personality function as a global value if the backend actuallyBill Wendling
2007-09-16Be more careful when constant-folding PHI nodes.Owen Anderson
2007-09-15remove obsolete tests.Chris Lattner
2007-09-15Fix PR1666, SPASS with the CBE and 254.gap with the CBE.Chris Lattner
2007-09-15New testcase for PR1662. GCC trees are horrible :(Chris Lattner
2007-09-14Add patterns for SHLD64* and SHRD64*.Dan Gohman
2007-09-14fix a gcc warning: comparison between signed and unsigned integer expressionsChris Lattner
2007-09-14Remove RLE from the headers, since the pass itself is gone now.Owen Anderson