Age | Commit message (Expand) | Author |
2010-08-13 | Move some code from Verifier into SVI::isValidOperands. This allows us to ca... | Nate Begeman |
2010-08-05 | remove the private hack from CallInst, it was not supposed to hit the branch ... | Gabor Greif |
2010-07-28 | Define a maximum supported alignment value for load, store, and | Dan Gohman |
2010-07-16 | eliminate CallInst::ArgOffset | Gabor Greif |
2010-07-12 | Convert some tab stops into spaces. | Duncan Sands |
2010-07-12 | fix PR7311 by avoiding breaking casts when a bitcast from scalar->vector | Chris Lattner |
2010-07-12 | make the prototypes for CreateMalloc and CreateFree more consistent. Patch | Chris Lattner |
2010-07-01 | reformulate CallSite::getCallee to adapt to CallInst::ArgOffset, and make it ... | Gabor Greif |
2010-06-29 | encode operand initializations (at fixed index) | Gabor Greif |
2010-06-21 | Use A.append(...) instead of A.insert(A.end(), ...) when A is a | Dan Gohman |
2010-05-28 | Split the logic behind CastInst::isNoopCast into a separate static function, | Dan Gohman |
2010-05-28 | Eliminate the restriction that the array size in an alloca must be i32. | Dan Gohman |
2010-05-03 | Remove the API compatibility layer which converted add, sub, and mul | Dan Gohman |
2010-04-16 | Revert 101465, it broke internal OpenGL testing. | Eric Christopher |
2010-04-16 | reapply r101434 | Gabor Greif |
2010-04-16 | back out r101423 and r101397, they break llvm-gcc self-host on darwin10 | Gabor Greif |
2010-04-15 | reapply r101364, which has been backed out in r101368 | Gabor Greif |
2010-04-15 | back out r101364, as it trips the linux nightlybot on some clang C++ tests | Gabor Greif |
2010-04-15 | rotate CallInst operands, i.e. move callee to the back | Gabor Greif |
2010-04-14 | Move a bunch of methods from CallSite to CallSiteBase, so that they can | Dan Gohman |
2010-04-07 | Say bitcast instead of bitconvert. | Dan Gohman |
2010-04-01 | Introduce ImmutableCallSite, useful for contexts where no mutation | Gabor Greif |
2010-03-25 | Reapply r99451 with a fix to move the NoInline check to the cost functions | Eric Christopher |
2010-03-24 | Temporarily revert this, it's causing an issue with an internal project. | Eric Christopher |
2010-03-24 | Finally land the InvokeInst operand reordering. | Gabor Greif |
2010-03-23 | add some accessors to callsite/callinst/invokeinst to check | Chris Lattner |
2010-03-23 | word-o | Gabor Greif |
2010-03-22 | backing out r99170 because it still fails on clang-x86_64-darwin10-fnt | Gabor Greif |
2010-03-22 | Now that hopefully all direct accesses to InvokeInst operands are fixed | Gabor Greif |
2010-03-19 | back out r98957, it broke http://smooshlab.apple.com:8010/builders/clang-x86_... | Gabor Greif |
2010-03-19 | Recommit r80858 again (which has been backed out in r80871). | Gabor Greif |
2010-02-16 | There are two ways of checking for a given type, for example isa<PointerType>(T) | Duncan Sands |
2010-02-15 | Uniformize the names of type predicates: rather than having isFloatTy and | Duncan Sands |
2010-02-02 | Adding missing methods for creating Add, Mul, Neg and Sub with NUW. | Duncan Sands |
2010-01-26 | fix CastInst::castIsValid to reject aggregate types, fixing PR6153: | Chris Lattner |
2010-01-26 | Fix ICmpInst::makeConstantRange to use ConstantRange's API properly | Dan Gohman |
2010-01-23 | simplify code a bit. | Chris Lattner |
2010-01-23 | InstCombine should not fold sext/zext of a vector and a bitcast to a scalar t... | Mon P Wang |
2010-01-22 | add an out-of-line virtual method to CmpInst to give it a home. | Chris Lattner |
2010-01-10 | fix a buggy assertion, CreateIntegerCast should allow | Chris Lattner |
2010-01-05 | Move remaining stuff to the isInteger predicate. | Benjamin Kramer |
2010-01-05 | Convert a ton of simple integer type equality tests to the new predicate. | Benjamin Kramer |
2010-01-05 | Avoid going through the LLVMContext for type equality where it's safe to dere... | Benjamin Kramer |
2009-12-29 | sink the Instruction::HasMetadata bit into SubclassData. | Chris Lattner |
2009-12-29 | add a layer of accessors around the Value::SubClassData member, and use | Chris Lattner |
2009-12-18 | Add utility routines for creating integer negation operators with NSW set. | Dan Gohman |
2009-11-10 | make this handle redefinition of malloc function with different prototype cor... | Victor Hernandez |
2009-11-09 | make this handle redefinition of malloc with different prototype correctly. | Chris Lattner |
2009-11-07 | prune #include / layering violation | Chris Lattner |
2009-11-07 | Fit in 80 columns | Victor Hernandez |