| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a routine to swap branch instruction operands, and update any | Chandler Carruth | 2011-10-17 | 1 | -0/+21 |
* | Change: | Richard Trieu | 2011-09-21 | 1 | -12/+12 |
* | Fixes following the CR by Chris and Duncan: | Nadav Rotem | 2011-08-29 | 1 | -8/+11 |
* | Initial commit of the 'landingpad' instruction. | Bill Wendling | 2011-08-12 | 1 | -0/+89 |
* | Whitespace. | Eli Friedman | 2011-08-10 | 1 | -1/+1 |
* | Representation of 'atomic load' and 'atomic store' in IR. | Eli Friedman | 2011-08-09 | 1 | -12/+88 |
* | Add the 'resume' instruction for the new EH rewrite. | Bill Wendling | 2011-07-31 | 1 | -0/+39 |
* | Revert r136253, r136263, r136269, r136313, r136325, r136326, r136329, r136338, | Bill Wendling | 2011-07-30 | 1 | -120/+2 |
* | LangRef and basic memory-representation/reading/writing for 'cmpxchg' and | Eli Friedman | 2011-07-28 | 1 | -0/+111 |
* | The personality function should be a Function* and not just a Value*. | Bill Wendling | 2011-07-28 | 1 | -2/+2 |
* | Don't add in the asked for size so that we don't copy too much from the old t... | Bill Wendling | 2011-07-28 | 1 | -3/+3 |
* | Make sure that the landingpad instruction takes a Constant* as the clause's v... | Bill Wendling | 2011-07-28 | 1 | -2/+2 |
* | Add a couple of convenience functions: | Bill Wendling | 2011-07-28 | 1 | -0/+17 |
* | Merge the contents from exception-handling-rewrite to the mainline. | Bill Wendling | 2011-07-27 | 1 | -2/+103 |
* | Initial implementation of 'fence' instruction, the new C++0x-style replacemen... | Eli Friedman | 2011-07-25 | 1 | -0/+24 |
* | Convert GetElementPtrInst to use ArrayRef. | Jay Foad | 2011-07-25 | 1 | -73/+16 |
* | land David Blaikie's patch to de-constify Type, with a few tweaks. | Chris Lattner | 2011-07-18 | 1 | -90/+90 |
* | Convert CallInst and InvokeInst APIs to use ArrayRef. | Jay Foad | 2011-07-15 | 1 | -89/+30 |
* | Convert InsertValueInst and ExtractValueInst APIs to use ArrayRef. | Jay Foad | 2011-07-13 | 1 | -53/+17 |
* | Land the long talked about "type system rewrite" patch. This | Chris Lattner | 2011-07-09 | 1 | -42/+24 |
* | Reinstate r133513 (reverted in r133700) with an additional fix for a | Jay Foad | 2011-06-23 | 1 | -25/+31 |
* | Revert r133513: | Eric Christopher | 2011-06-23 | 1 | -31/+25 |
* | Reinstate r133435 and r133449 (reverted in r133499) now that the clang | Jay Foad | 2011-06-21 | 1 | -25/+31 |
* | Revert r133435 and r133449 to appease buildbots. | Chad Rosier | 2011-06-21 | 1 | -31/+25 |
* | Fix a check for PHINodes with two incoming values. | Jay Foad | 2011-06-20 | 1 | -1/+1 |
* | Change how PHINodes store their operands. | Jay Foad | 2011-06-20 | 1 | -24/+30 |
* | Now that SrcBits and DestBits always represent the primitive size, rather | Duncan Sands | 2011-05-18 | 1 | -55/+29 |
* | Tighten up checking of the validity of casts. (1) The IR parser would | Duncan Sands | 2011-05-18 | 1 | -32/+28 |
* | Teach getCastOpcode about element-by-element vector casts. For example, "trunc" | Duncan Sands | 2011-05-18 | 1 | -4/+25 |
* | Phi nodes always use an even number of operands, so don't ever allocate | Jay Foad | 2011-04-11 | 1 | -1/+2 |
* | Various Instructions' resizeOperands() methods are only used to grow the | Jay Foad | 2011-04-01 | 1 | -54/+16 |
* | While testing dragonegg I noticed that isCastable and getCastOpcode | Duncan Sands | 2011-04-01 | 1 | -4/+12 |
* | enhance vmcore to know that udiv's can be exact, and add a trivial | Chris Lattner | 2011-02-06 | 1 | -2/+2 |
* | Make SwitchInst::removeCase() more efficient. | Jay Foad | 2011-02-01 | 1 | -8/+4 |
* | Simplify the construction and destruction of Uses. Simplify | Jay Foad | 2011-01-16 | 1 | -8/+7 |
* | Remove casts between Value** and Constant**, which won't work if a | Jay Foad | 2011-01-14 | 1 | -0/+6 |
* | Simplify the allocation and freeing of Users' operand lists, now that | Jay Foad | 2011-01-07 | 1 | -27/+1 |
* | These methods should be "const"; make them so. | Duncan Sands | 2011-01-04 | 1 | -4/+4 |
* | Change all self assignments X=X to (void)X, so that we can turn on a | Jeffrey Yasskin | 2010-12-23 | 1 | -6/+6 |
* | Fix PR 4170 by having ExtractValueInst::getIndexedType() reject out-of-bounds... | Frits van Bommel | 2010-12-05 | 1 | -7/+24 |
* | fix PR8613 - Copy constructor of SwitchInst does not call SwitchInst::init | Chris Lattner | 2010-11-17 | 1 | -8/+9 |
* | Fix a layering violation: hasConstantValue, which is part of the PHINode | Duncan Sands | 2010-11-17 | 1 | -56/+7 |
* | If dom tree information is available, make it possible to pass | Duncan Sands | 2010-11-14 | 1 | -1/+1 |
* | Cleanup. Get rid of extraneous variable. | Bill Wendling | 2010-10-03 | 1 | -3/+2 |
* | Attempt to outwit overly smart compiler. | Dale Johannesen | 2010-10-01 | 1 | -0/+1 |
* | Massive rewrite of MMX: | Dale Johannesen | 2010-09-30 | 1 | -0/+14 |
* | Make this code 65-bit clean. | Dan Gohman | 2010-09-27 | 1 | -1/+1 |
* | Move some code from Verifier into SVI::isValidOperands. This allows us to ca... | Nate Begeman | 2010-08-13 | 1 | -2/+17 |
* | remove the private hack from CallInst, it was not supposed to hit the branch ... | Gabor Greif | 2010-08-05 | 1 | -1/+1 |
* | Define a maximum supported alignment value for load, store, and | Dan Gohman | 2010-07-28 | 1 | -0/+8 |