| Commit message (Expand) | Author | Age | Files | Lines |
* | Update aux. info associated with an instruction before erasing instruction. | Devang Patel | 2007-09-20 | 1 | -12/+12 |
* | Do not override user specified section. | Devang Patel | 2007-09-20 | 1 | -2/+2 |
* | Don't increment invalid iterator. | Devang Patel | 2007-09-20 | 1 | -1/+2 |
* | Fix dumb regression in constant folding (Regression/C/casts) | Dale Johannesen | 2007-09-20 | 1 | -1/+1 |
* | Fix several more entries in the x86 reload/remat folding tables. | Dan Gohman | 2007-09-20 | 1 | -18/+18 |
* | another long double buglet | Dale Johannesen | 2007-09-20 | 1 | -0/+1 |
* | Fix optimization. %x = sub %x, %y does not imply that %y is zero. | Nick Lewycky | 2007-09-20 | 1 | -1/+1 |
* | Enable if-conversion for ARM by default. | Evan Cheng | 2007-09-20 | 1 | -3/+3 |
* | More long double fixes. x86_64 should build now. | Dale Johannesen | 2007-09-19 | 5 | -21/+63 |
* | Avoid referencing deleted instruction. | Evan Cheng | 2007-09-19 | 1 | -5/+26 |
* | Avoid unsafe promotion. | Devang Patel | 2007-09-19 | 1 | -9/+41 |
* | PSHUFDmi, etc. are actually folding a load, not a store. | Evan Cheng | 2007-09-19 | 1 | -3/+3 |
* | Fix longdouble -> uint conversion. | Dale Johannesen | 2007-09-19 | 1 | -2/+3 |
* | reject things like "declare internal @foo" | Chris Lattner | 2007-09-19 | 1 | -2/+11 |
* | Add a flag to mark a dirty cache entry. This is not yet used, but will event... | Owen Anderson | 2007-09-19 | 1 | -0/+1 |
* | Fix some long double issues. | Dale Johannesen | 2007-09-19 | 1 | -19/+21 |
* | Improve comment. | Duncan Sands | 2007-09-19 | 1 | -1/+2 |
* | Partial fix for PR1678: correct some parts of constant | Duncan Sands | 2007-09-19 | 1 | -2/+4 |
* | A global variable with external weak linkage can be null, while | Duncan Sands | 2007-09-19 | 1 | -2/+6 |
* | Use struct SDep instead of std::pair for SUnit pred and succ lists. First step | Evan Cheng | 2007-09-19 | 4 | -36/+36 |
* | Set CCR (EFLAGS) copy cost to -1, i.e. extremely expensive to copy. | Evan Cheng | 2007-09-19 | 1 | -1/+3 |
* | Add CopyCost to TargetRegisterClass. This specifies the cost of copying a value | Evan Cheng | 2007-09-19 | 1 | -0/+6 |
* | Relax loop ExitCondition predicate restriction. | Devang Patel | 2007-09-19 | 1 | -5/+7 |
* | Filter loops where split condition's false branch is not empty. For example | Devang Patel | 2007-09-19 | 1 | -0/+4 |
* | Bail out early, before modifying anything. | Devang Patel | 2007-09-19 | 1 | -4/+5 |
* | Work is incomplete. Loop is not modified at all right now. | Devang Patel | 2007-09-19 | 1 | -1/+1 |
* | ooops... | Devang Patel | 2007-09-18 | 1 | -1/+1 |
* | Fix a bogus splat xform: | Evan Cheng | 2007-09-18 | 1 | -2/+1 |
* | Prevent crash on long double. | Dale Johannesen | 2007-09-18 | 1 | -0/+4 |
* | 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 |