| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace the -unwind-tables option with a per function flag. This is more | Rafael Espindola | 2011-05-25 | 1 | -3/+3 |
* | Fix lowering of DYNAMIC_STACKALLOC nodes. | Akira Hatanaka | 2011-05-25 | 1 | -0/+31 |
* | Add a test for the .seh_handler directive. Fix problems with the parsing | Charles Davis | 2011-05-25 | 1 | -4/+6 |
* | Fix PR9762 | Bruno Cardoso Lopes | 2011-05-25 | 1 | -0/+3 |
* | Implement the arm 'L' asm modifier. | Eric Christopher | 2011-05-24 | 1 | -0/+8 |
* | Implement the immediate part of the 'B' modifier. | Eric Christopher | 2011-05-24 | 1 | -1/+9 |
* | Add support for the arm 'y' asm modifier. | Eric Christopher | 2011-05-24 | 1 | -0/+15 |
* | Test case for r132003. | Akira Hatanaka | 2011-05-24 | 1 | -0/+23 |
* | Test basic SEH directive-parsing functionality. Fix a latent bug exposed by | Charles Davis | 2011-05-24 | 1 | -0/+18 |
* | Fix test case. | Akira Hatanaka | 2011-05-24 | 1 | -3/+3 |
* | Revision 131986 test case. | Akira Hatanaka | 2011-05-24 | 1 | -0/+136 |
* | Fix "make check" in Release by removing debug-only options from an 'opt' invo... | Cameron Zwarich | 2011-05-24 | 1 | -2/+2 |
* | Make DecomposeGEPExpression check SimplifyInstruction only | Dan Gohman | 2011-05-24 | 1 | -0/+25 |
* | Make LoadAndStorePromoter preserve debug info and create llvm.dbg.values when | Cameron Zwarich | 2011-05-24 | 2 | -0/+62 |
* | Fix the defaults for .eh_frame. We were marking it as writable. | Rafael Espindola | 2011-05-24 | 1 | -0/+5 |
* | - Teach SelectionDAG::isKnownNeverZero to return true (op x, c) when c is | Evan Cheng | 2011-05-24 | 1 | -0/+15 |
* | FileCheck-ize a couple of IV unit tests. | Andrew Trick | 2011-05-24 | 2 | -7/+13 |
* | Test case for r130799 - indvars: Added canExpandBackEdgeTakenCount. | Andrew Trick | 2011-05-24 | 1 | -1/+5 |
* | Add pattern for double-to-integer conversion. Patch by Sasa Stankovic. | Akira Hatanaka | 2011-05-23 | 1 | -0/+8 |
* | When checking for signed multiplication overflow, watch out for INT_MIN and -1. | Dan Gohman | 2011-05-23 | 1 | -0/+18 |
* | Change StackDirection from StackGrowsUp to StackGrowsDown. | Akira Hatanaka | 2011-05-23 | 1 | -40/+34 |
* | Test case for r131908. | Devang Patel | 2011-05-23 | 1 | -0/+102 |
* | While replacing all uses of a SDValue with another value, do not forget to tr... | Devang Patel | 2011-05-23 | 1 | -0/+48 |
* | fix a really nasty basicaa mod/ref calculation bug that was causing miscompil... | Chris Lattner | 2011-05-23 | 1 | -0/+17 |
* | Fix <rdar://problem/9476260> by having tail calls always generate 32-bit bran... | Cameron Zwarich | 2011-05-23 | 1 | -5/+8 |
* | Transform any logical shift of a power of two into an exact/NUW shift when | Chris Lattner | 2011-05-23 | 1 | -0/+21 |
* | Teach valuetracking that byval arguments with a specified alignment are | Chris Lattner | 2011-05-23 | 1 | -0/+20 |
* | add test from PR9164 | Chris Lattner | 2011-05-22 | 1 | -0/+6 |
* | testcase for PR9378 | Chris Lattner | 2011-05-22 | 1 | -0/+6 |
* | implement PR9315, constant folding exp2 in terms of pow (since hosts without | Chris Lattner | 2011-05-22 | 1 | -1/+6 |
* | RTABI chapter 4.3.4 specifies __eabi_mem* calls. Specifically, __eabi_memset ... | Renato Golin | 2011-05-22 | 1 | -4/+20 |
* | Carve out a place in instcombine to put transformations which work knowing th... | Chris Lattner | 2011-05-22 | 1 | -0/+14 |
* | Fix Bug 9386 - ARM disassembler failed to disassemble conditional bx | Johnny Chen | 2011-05-22 | 1 | -0/+3 |
* | Fix PR9815: I was trying to get out of "generating code and then | Chris Lattner | 2011-05-22 | 1 | -0/+37 |
* | Add a parameter to ConstantFoldTerminator() that callers can use to ask it to... | Frits van Bommel | 2011-05-22 | 1 | -0/+52 |
* | I missed a checking with my GVN change. | Chris Lattner | 2011-05-22 | 1 | -2/+2 |
* | fix PR9856, an incorrectly conservative assertion: a global can be | Chris Lattner | 2011-05-22 | 1 | -0/+14 |
* | fix PR9841 by having GVN not process dead loads. This was | Chris Lattner | 2011-05-22 | 1 | -0/+12 |
* | remove a trivial test, make some other tests less trivial. | Chris Lattner | 2011-05-22 | 4 | -14/+11 |
* | make this test less trivial. | Chris Lattner | 2011-05-22 | 1 | -4/+6 |
* | Commit test change, forgotten as part of r131838. | Nick Lewycky | 2011-05-22 | 1 | -1/+1 |
* | Teach the inliner to emit llvm.lifetime.start/end, to scope the local variables | Nick Lewycky | 2011-05-22 | 1 | -0/+78 |
* | Fix grammar in test. | Nick Lewycky | 2011-05-22 | 1 | -1/+1 |
* | Revert commit 131781, to see if it fixes the x86-64 dragonegg buildbot. | Duncan Sands | 2011-05-21 | 2 | -132/+1 |
* | Implement mulo x, 2 -> addo x, x in DAGCombiner. | Benjamin Kramer | 2011-05-21 | 1 | -0/+24 |
* | Merge and FileCheckize test cases. | Benjamin Kramer | 2011-05-21 | 3 | -45/+48 |
* | Revert "InstCombine: Turn mul.with.overflow(X, 2) into the cheaper add.with.o... | Benjamin Kramer | 2011-05-21 | 1 | -21/+0 |
* | InstCombine: Turn mul.with.overflow(X, 2) into the cheaper add.with.overflow(... | Benjamin Kramer | 2011-05-21 | 1 | -0/+21 |
* | When BasicAA can determine that two pointers have the same base but | Dan Gohman | 2011-05-21 | 2 | -1/+132 |
* | Add fast-isel support for byval calls on x86. | Eli Friedman | 2011-05-20 | 1 | -3/+19 |