| Commit message (Expand) | Author | Age | Files | Lines |
| * | Don't commit stores with addresses that have indices that are not | Dan Gohman | 2009-09-07 | 1 | -0/+21 |
| * | Don't commit addresses of aggregate values. This avoids problems with | Dan Gohman | 2009-09-07 | 1 | -0/+5 |
| * | Fix GlobalOpt to avoid committing a store if the address getelementptr | Dan Gohman | 2009-09-07 | 1 | -1/+2 |
| * | Preserve the InBounds flag when evaluating a getelementptr instruction | Dan Gohman | 2009-09-07 | 1 | -2/+3 |
| * | Simplify this code by using hasDefinitiveInitializer(). | Dan Gohman | 2009-09-07 | 1 | -9/+10 |
| * | Express this in the canonical way. | Nick Lewycky | 2009-09-07 | 1 | -2/+2 |
| * | Homogenize whitespace. | Nick Lewycky | 2009-09-07 | 1 | -20/+16 |
| * | Using a signal handler that does nothing should be | Duncan Sands | 2009-09-07 | 1 | -6/+2 |
| * | Disable MDNode uniquing. | Daniel Dunbar | 2009-09-07 | 1 | -1/+21 |
| * | Fix comment. | Eric Christopher | 2009-09-06 | 1 | -1/+1 |
| * | Do not create calls via PLT in compilation callback - this is higly platform | Anton Korobeynikov | 2009-09-06 | 1 | -11/+12 |
| * | Do not try to override non-virtual methods, especially | Duncan Sands | 2009-09-06 | 1 | -13/+0 |
| * | Remove a left over bit of code with no effect. | Duncan Sands | 2009-09-06 | 1 | -3/+1 |
| * | Avoid warnings if assertions are off. | Duncan Sands | 2009-09-06 | 1 | -0/+3 |
| * | Remove unreachable code. | Duncan Sands | 2009-09-06 | 1 | -3/+0 |
| * | Simplify. Testing shows that this is not equivalent to BBI = CR.CaseBB + 1. | Duncan Sands | 2009-09-06 | 1 | -4/+2 |
| * | Avoid an unused variable warning when assertions are | Duncan Sands | 2009-09-06 | 1 | -0/+1 |
| * | Mark more constants unsigned, as warned about by icc (#68). | Duncan Sands | 2009-09-06 | 3 | -6/+6 |
| * | Remove some not-really-used variables, as warned | Duncan Sands | 2009-09-06 | 12 | -42/+19 |
| * | More MSVC warning fixes: | Benjamin Kramer | 2009-09-06 | 3 | -2/+5 |
| * | Remove strange 'const' qualifiers, as warned about by icc | Duncan Sands | 2009-09-06 | 1 | -2/+2 |
| * | It's a bool, so treat it like one. Fixes a MSVC warning. | Benjamin Kramer | 2009-09-06 | 1 | -4/+4 |
| * | Tweak code into an equivalent form for which icc | Duncan Sands | 2009-09-06 | 3 | -17/+13 |
| * | Remove splint hints to silence warnings from ICC and MSVC. | Benjamin Kramer | 2009-09-06 | 1 | -2/+2 |
| * | Public and private corrections, warned about by icc (#304). | Duncan Sands | 2009-09-06 | 4 | -13/+13 |
| * | Remove some unused variables and methods warned about by | Duncan Sands | 2009-09-06 | 8 | -14/+2 |
| * | Fix a possible crash call setIsInBounds. | Daniel Dunbar | 2009-09-06 | 1 | -2/+2 |
| * | Revert r80926. It causes loop unswitch assertion and slow down some JIT tests... | Evan Cheng | 2009-09-06 | 8 | -206/+131 |
| * | Revert "Include optional subclass flags, such as inbounds, nsw, etc., ...", this | Daniel Dunbar | 2009-09-06 | 6 | -188/+127 |
| * | Detect VLAs. | Devang Patel | 2009-09-05 | 1 | -1/+5 |
| * | Ignore malformed global variable debug info. | Devang Patel | 2009-09-04 | 1 | -0/+4 |
| * | While replacing an MDNode elment, properly update MDNode's operand list. | Devang Patel | 2009-09-04 | 2 | -3/+28 |
| * | Prevent warnings on compilers for which its not clear that assert won't return. | Andreas Neustifter | 2009-09-04 | 1 | -0/+1 |
| * | Replaces uses of unsigned for indexes in LiveInterval and VNInfo with | Lang Hames | 2009-09-04 | 10 | -447/+517 |
| * | Cleaned up ProfileVerifierPass. | Andreas Neustifter | 2009-09-04 | 1 | -57/+78 |
| * | Converted MaximumSpanningTree algorithm to a generic template, this could go | Andreas Neustifter | 2009-09-04 | 4 | -138/+64 |
| * | Include optional subclass flags, such as inbounds, nsw, etc., in the | Dan Gohman | 2009-09-04 | 6 | -127/+188 |
| * | Use delete[] to match new[] (found by valgrind). | Duncan Sands | 2009-09-04 | 1 | -1/+1 |
| * | Run branch folding if if-converter make some transformations. | Evan Cheng | 2009-09-04 | 3 | -84/+155 |
| * | Fix comment for consistency sake. | Evan Cheng | 2009-09-04 | 1 | -1/+1 |
| * | Whitespace cleanup | Jim Grosbach | 2009-09-04 | 1 | -23/+23 |
| * | If there's a calling convention attach it to the rewind function call. | Eric Christopher | 2009-09-04 | 1 | -1/+3 |
| * | Funky indentation. | Evan Cheng | 2009-09-03 | 1 | -1/+2 |
| * | Revert "--- Reverse-merging r80908 into '.':", I already "fixed" this. | Daniel Dunbar | 2009-09-03 | 1 | -1/+1 |
| * | Revert 80959. It isn't sufficient to solve the full problem. And it | Dan Gohman | 2009-09-03 | 4 | -13/+66 |
| * | --- Reverse-merging r80908 into '.': | Bill Wendling | 2009-09-03 | 1 | -1/+1 |
| * | LLVM currently represents floating-point negation as -0.0 - x. Fix | Dan Gohman | 2009-09-03 | 1 | -0/+23 |
| * | Don't crash when target has no itineraries. | David Goodwin | 2009-09-03 | 1 | -54/+58 |
| * | If we've pushed registers onto the stack, but aren't adjusting the stack pointer | Bill Wendling | 2009-09-03 | 1 | -2/+2 |
| * | Remove the API for creating ConstantExprs with the nsw, nuw, inbounds, | Dan Gohman | 2009-09-03 | 4 | -66/+13 |