| Commit message (Expand) | Author | Age | Files | Lines |
* | If dom tree information is available, make it possible to pass | Duncan Sands | 2010-11-14 | 1 | -1/+1 |
* | It is confusing to call a random-access iterator 'InputIterator'. | Mikhail Glushenkov | 2010-10-27 | 1 | -122/+158 |
* | Trailing whitespace. | Mikhail Glushenkov | 2010-10-27 | 1 | -30/+30 |
* | Remove compatibilty code for old-style multiple return values. | Dan Gohman | 2010-10-06 | 1 | -5/+3 |
* | Add a getPointerOperand() helper function to VAArgInst, for consistency | Dan Gohman | 2010-09-09 | 1 | -0/+4 |
* | Add a predicate to determine if a call is an inline asm statement. | Owen Anderson | 2010-08-07 | 1 | -0/+5 |
* | remove the private hack from CallInst, it was not supposed to hit the branch ... | Gabor Greif | 2010-08-05 | 1 | -20/+0 |
* | doxygenize argument accessors | Gabor Greif | 2010-07-31 | 1 | -0/+10 |
* | Move MaximumAlignment to Value.h, now that GlobalValue.h needs it. | Dan Gohman | 2010-07-28 | 1 | -4/+0 |
* | Define a maximum supported alignment value for load, store, and | Dan Gohman | 2010-07-28 | 1 | -0/+4 |
* | restore aesthetics | Gabor Greif | 2010-07-21 | 1 | -24/+24 |
* | eliminate CallInst::ArgOffset | Gabor Greif | 2010-07-16 | 1 | -7/+6 |
* | rotate CallInst operands | Gabor Greif | 2010-07-13 | 1 | -13/+4 |
* | make the prototypes for CreateMalloc and CreateFree more consistent. Patch | Chris Lattner | 2010-07-12 | 1 | -1/+2 |
* | minor cosmetic changes that happened to sit in my tree | Gabor Greif | 2010-07-07 | 1 | -3/+3 |
* | second round of low-level interface squeeze-out: | Gabor Greif | 2010-07-06 | 1 | -2/+24 |
* | Add default value to setIsNoInline for parity with the other methods of its | Nick Lewycky | 2010-07-06 | 1 | -15/+7 |
* | back out r107580, I have seen what I wanted | Gabor Greif | 2010-07-04 | 1 | -21/+1 |
* | [another test commit, just to tickle the selfhost buildbots; I'll back out in... | Gabor Greif | 2010-07-04 | 1 | -1/+21 |
* | back out r107480, it was just testing the waters anyway... | Gabor Greif | 2010-07-02 | 1 | -21/+1 |
* | [test commit, just to tickle the selfhost buildbots; I'll back out in a few m... | Gabor Greif | 2010-07-02 | 1 | -1/+21 |
* | evil hack to coerce external users (projects) | Gabor Greif | 2010-07-01 | 1 | -0/+11 |
* | back out r107396 for now, it needs another minor change to function as advert... | Gabor Greif | 2010-07-01 | 1 | -7/+0 |
* | evil hack to coerce external users (projects) | Gabor Greif | 2010-07-01 | 1 | -0/+7 |
* | minor cosmetics | Gabor Greif | 2010-06-29 | 1 | -1/+1 |
* | use ArgOffset constant to prepare for operand rotation | Gabor Greif | 2010-06-29 | 1 | -4/+4 |
* | extend ArgOperand interface: setArgOperand | Gabor Greif | 2010-06-28 | 1 | -1/+4 |
* | add some named accessors for StoreInst | Chris Lattner | 2010-06-26 | 1 | -0/+3 |
* | Create new accessors to get arguments for call/invoke instructions. It breaks | Bill Wendling | 2010-06-07 | 1 | -0/+6 |
* | Revert 101465, it broke internal OpenGL testing. | Eric Christopher | 2010-04-16 | 1 | -5/+5 |
* | reapply r101434 | Gabor Greif | 2010-04-16 | 1 | -5/+5 |
* | back out r101423 and r101397, they break llvm-gcc self-host on darwin10 | Gabor Greif | 2010-04-16 | 1 | -5/+5 |
* | reapply r101364, which has been backed out in r101368 | Gabor Greif | 2010-04-15 | 1 | -5/+5 |
* | back out r101364, as it trips the linux nightlybot on some clang C++ tests | Gabor Greif | 2010-04-15 | 1 | -5/+5 |
* | rotate CallInst operands, i.e. move callee to the back | Gabor Greif | 2010-04-15 | 1 | -5/+5 |
* | Reapply r99451 with a fix to move the NoInline check to the cost functions | Eric Christopher | 2010-03-25 | 1 | -0/+14 |
* | Temporarily revert this, it's causing an issue with an internal project. | Eric Christopher | 2010-03-24 | 1 | -14/+0 |
* | Finally land the InvokeInst operand reordering. | Gabor Greif | 2010-03-24 | 1 | -10/+10 |
* | add some accessors to callsite/callinst/invokeinst to check | Chris Lattner | 2010-03-23 | 1 | -0/+14 |
* | backing out r99170 because it still fails on clang-x86_64-darwin10-fnt | Gabor Greif | 2010-03-22 | 1 | -10/+10 |
* | Now that hopefully all direct accesses to InvokeInst operands are fixed | Gabor Greif | 2010-03-22 | 1 | -10/+10 |
* | Add a setCalledFunction member to InvokeInst (like in CallInst) | Gabor Greif | 2010-03-20 | 1 | -0/+5 |
* | back out r98957, it broke http://smooshlab.apple.com:8010/builders/clang-x86_... | Gabor Greif | 2010-03-19 | 1 | -9/+9 |
* | Recommit r80858 again (which has been backed out in r80871). | Gabor Greif | 2010-03-19 | 1 | -9/+9 |
* | fix PR6589 | Gabor Greif | 2010-03-16 | 1 | -1/+1 |
* | Fix various doxygen warnings. | Dan Gohman | 2010-02-22 | 1 | -1/+1 |
* | There are two ways of checking for a given type, for example isa<PointerType>(T) | Duncan Sands | 2010-02-16 | 1 | -3/+3 |
* | Uniformize the names of type predicates: rather than having isFloatTy and | Duncan Sands | 2010-02-15 | 1 | -6/+6 |
* | sink the Instruction::HasMetadata bit into SubclassData. | Chris Lattner | 2009-12-29 | 1 | -34/+37 |
* | add a layer of accessors around the Value::SubClassData member, and use | Chris Lattner | 2009-12-29 | 1 | -24/+54 |