| Commit message (Expand) | Author | Age | Files | Lines |
* | Tests of the ocaml (and thus C) bindings for constants. | Gordon Henriksen | 2007-09-18 | 1 | -0/+8 |
* | Move the entries for 64-bit CMP, IMUL, and a few others into the correct | Dan Gohman | 2007-09-18 | 1 | -6/+11 |
* | Incorporating review feedback for GC verifier patch. | Gordon Henriksen | 2007-09-18 | 1 | -11/+5 |
* | Don't pass back a reference to a temporary. | Bill Wendling | 2007-09-18 | 1 | -2/+1 |
* | The exception handling function info should be reset for each new | Bill Wendling | 2007-09-18 | 1 | -4/+2 |
* | C bindings for libLLVMCore.a and libLLVMBitWriter.a. | Gordon Henriksen | 2007-09-18 | 2 | -0/+373 |
* | Fix PR1657 | Devang Patel | 2007-09-18 | 1 | -0/+8 |
* | Objective-C was generating EH frame info like this: | Bill Wendling | 2007-09-18 | 2 | -10/+20 |
* | Add support for appending a suffix to the end of a mangled name. | Bill Wendling | 2007-09-17 | 1 | -2/+2 |
* | Do not hide APInt::dump() inside #ifndef NDEBUG. | Devang Patel | 2007-09-17 | 2 | -6/+0 |
* | Do not eliminate loop when it is invalid to do so. For example, | Devang Patel | 2007-09-17 | 1 | -14/+35 |
* | Skeleton for transformations to truncate loop's iteration space. | Devang Patel | 2007-09-17 | 1 | -2/+198 |
* | Fix for PR1633: Verifier doesn't fully verify GC intrinsics | Gordon Henriksen | 2007-09-17 | 1 | -0/+36 |
* | Remove RSTRegClass case from loadRegFromStackSlot | Dale Johannesen | 2007-09-17 | 2 | -5/+3 |
* | Fix comment. | Devang Patel | 2007-09-17 | 1 | -1/+1 |
* | This is not ideal but unbreaks build failure. | Devang Patel | 2007-09-17 | 1 | -0/+2 |
* | Implement x86 long double in jit (not really | Dale Johannesen | 2007-09-17 | 2 | -4/+93 |
* | Merge DenseMapKeyInfo & DenseMapValueInfo into DenseMapInfo | Chris Lattner | 2007-09-17 | 7 | -12/+34 |
* | X86ISD::TEST is dead. | Evan Cheng | 2007-09-17 | 1 | -1/+1 |
* | Instcombine x-((x/y)*y) into a remainder operator. | Dan Gohman | 2007-09-17 | 1 | -1/+12 |
* | Add 64-bit jmp instructions to the list of instructions that | Dan Gohman | 2007-09-17 | 1 | -0/+2 |
* | Use xorl instead of xorq to enter a zero into a 64-bit register. | Dan Gohman | 2007-09-17 | 1 | -2/+4 |
* | Emit integer x<1 as x<=0, as comparisons with zero (now includeing | Dan Gohman | 2007-09-17 | 1 | -0/+5 |
* | Use "test reg,reg" in place of "cmp reg,0" for 64-bit operands. This was | Dan Gohman | 2007-09-17 | 1 | -0/+6 |
* | Factor the trampoline transformation into a subroutine. | Duncan Sands | 2007-09-17 | 1 | -137/+148 |
* | Implement x86 long double (uses host long double, | Dale Johannesen | 2007-09-17 | 1 | -5/+30 |
* | Fix bug in andersen's related to test_and_set. | Daniel Berlin | 2007-09-16 | 1 | -4/+3 |
* | Rewrite of andersen's to be about 100x faster, cleaner, and begin to support ... | Daniel Berlin | 2007-09-16 | 1 | -324/+687 |
* | Follow-up to patch r41999. Make the conditional that emits the personality stub | Bill Wendling | 2007-09-16 | 1 | -1/+1 |
* | Adjust per revew comments. | Dale Johannesen | 2007-09-16 | 1 | -16/+7 |
* | Only emit the personality function as a global value if the backend actually | Bill Wendling | 2007-09-16 | 1 | -1/+1 |
* | Be more careful when constant-folding PHI nodes. | Owen Anderson | 2007-09-16 | 1 | -1/+16 |
* | Fix PR1666, SPASS with the CBE and 254.gap with the CBE. | Chris Lattner | 2007-09-15 | 1 | -45/+27 |
* | Add patterns for SHLD64* and SHRD64*. | Dan Gohman | 2007-09-14 | 2 | -12/+28 |
* | fix a gcc warning: comparison between signed and unsigned integer expressions | Chris Lattner | 2007-09-14 | 1 | -1/+1 |
* | Remove RLE. It is subsumed by GVN. | Owen Anderson | 2007-09-14 | 1 | -135/+0 |
* | Remove the assumption that FP's are either float or | Dale Johannesen | 2007-09-14 | 10 | -51/+108 |
* | Add implicit def of EFLAGS on those instructions that may modify flags. | Evan Cheng | 2007-09-14 | 5 | -54/+85 |
* | And an FoldingSetImpl::NodeID::AddInteger overload for int64_t, to avoid | Dan Gohman | 2007-09-14 | 1 | -0/+3 |
* | Remove isReg, isImm, and isMBB, and change all their users to use | Dan Gohman | 2007-09-14 | 15 | -51/+51 |
* | Change "tmp." to "tmp" for temporaries created by ScalarEvolutionExpander | Dan Gohman | 2007-09-14 | 1 | -1/+1 |
* | Remove spurious consts. This fixes warnings with compilers that | Dan Gohman | 2007-09-14 | 3 | -5/+5 |
* | Add support for functions with byval arguments on x86 | Rafael Espindola | 2007-09-14 | 2 | -17/+23 |
* | Fix a logic error in ValueIsOnlyUsedLocallyOrStoredToOneGlobal that caused | Chris Lattner | 2007-09-14 | 1 | -4/+4 |
* | silence a bogus gcc warning. | Chris Lattner | 2007-09-14 | 1 | -1/+1 |
* | Fix comments. | Evan Cheng | 2007-09-14 | 1 | -4/+4 |
* | Temporary reverting r41817 | Bill Wendling | 2007-09-14 | 1 | -15/+5 |
* | Teach GlobalLoadUsesSimpleEnoughForHeapSRA and the SROA rewriter how to handle | Chris Lattner | 2007-09-13 | 1 | -14/+62 |
* | be tolerant of PHI nodes when rewriting heap SROA code. This is a step | Chris Lattner | 2007-09-13 | 1 | -26/+50 |
* | refactor some code, no functionality change. On the path to PR1639 | Chris Lattner | 2007-09-13 | 1 | -50/+56 |