2011-07-25 |
Jay Foad | Convert GetElementPtrInst to use ArrayRef. |
blob | commitdiff | raw |
2011-07-18 |
Chris Lattner | land David Blaikie's patch to de-constify Type, with... |
blob | commitdiff | raw | diff to current |
2011-07-15 |
Jay Foad | Convert CallInst and InvokeInst APIs to use ArrayRef. |
blob | commitdiff | raw | diff to current |
2011-07-13 |
Jay Foad | Convert InsertValueInst and ExtractValueInst APIs to... |
blob | commitdiff | raw | diff to current |
2011-07-09 |
Chris Lattner | Land the long talked about "type system rewrite" patch... |
blob | commitdiff | raw | diff to current |
2011-06-23 |
Jay Foad | Reinstate r133513 (reverted in r133700) with an additio... |
blob | commitdiff | raw | diff to current |
2011-06-23 |
Eric Christopher | Revert r133513: |
blob | commitdiff | raw | diff to current |
2011-06-21 |
Jay Foad | Reinstate r133435 and r133449 (reverted in r133499... |
blob | commitdiff | raw | diff to current |
2011-06-21 |
Chad Rosier | Revert r133435 and r133449 to appease buildbots. |
blob | commitdiff | raw | diff to current |
2011-06-20 |
Jay Foad | Fix a check for PHINodes with two incoming values. |
blob | commitdiff | raw | diff to current |
2011-06-20 |
Jay Foad | Change how PHINodes store their operands. |
blob | commitdiff | raw | diff to current |
2011-05-18 |
Duncan Sands | Now that SrcBits and DestBits always represent the... |
blob | commitdiff | raw | diff to current |
2011-05-18 |
Duncan Sands | Tighten up checking of the validity of casts. (1)... |
blob | commitdiff | raw | diff to current |
2011-05-18 |
Duncan Sands | Teach getCastOpcode about element-by-element vector... |
blob | commitdiff | raw | diff to current |
2011-04-11 |
Jay Foad | Phi nodes always use an even number of operands, so... |
blob | commitdiff | raw | diff to current |
2011-04-01 |
Jay Foad | Various Instructions' resizeOperands() methods are... |
blob | commitdiff | raw | diff to current |
2011-04-01 |
Duncan Sands | While testing dragonegg I noticed that isCastable and... |
blob | commitdiff | raw | diff to current |
2011-02-06 |
Chris Lattner | enhance vmcore to know that udiv's can be exact, and... |
blob | commitdiff | raw | diff to current |
2011-02-01 |
Jay Foad | Make SwitchInst::removeCase() more efficient. |
blob | commitdiff | raw | diff to current |
2011-01-16 |
Jay Foad | Simplify the construction and destruction of Uses.... |
blob | commitdiff | raw | diff to current |
2011-01-14 |
Jay Foad | Remove casts between Value** and Constant**, which... |
blob | commitdiff | raw | diff to current |
2011-01-07 |
Jay Foad | Simplify the allocation and freeing of Users' operand... |
blob | commitdiff | raw | diff to current |
2011-01-04 |
Duncan Sands | These methods should be "const"; make them so. |
blob | commitdiff | raw | diff to current |
2010-12-23 |
Jeffrey Yasskin | Change all self assignments X=X to (void)X, so that... |
blob | commitdiff | raw | diff to current |
2010-12-05 |
Frits van Bommel | Fix PR 4170 by having ExtractValueInst::getIndexedType... |
blob | commitdiff | raw | diff to current |
2010-11-17 |
Chris Lattner | fix PR8613 - Copy constructor of SwitchInst does not... |
blob | commitdiff | raw | diff to current |
2010-11-17 |
Duncan Sands | Fix a layering violation: hasConstantValue, which is... |
blob | commitdiff | raw | diff to current |
2010-11-14 |
Duncan Sands | If dom tree information is available, make it possible... |
blob | commitdiff | raw | diff to current |
2010-10-03 |
Bill Wendling | Cleanup. Get rid of extraneous variable. |
blob | commitdiff | raw | diff to current |
2010-10-01 |
Dale Johannesen | Attempt to outwit overly smart compiler. |
blob | commitdiff | raw | diff to current |
2010-09-30 |
Dale Johannesen | Massive rewrite of MMX: |
blob | commitdiff | raw | diff to current |
2010-09-27 |
Dan Gohman | Make this code 65-bit clean. |
blob | commitdiff | raw | diff to current |
2010-08-13 |
Nate Begeman | Move some code from Verifier into SVI::isValidOperands... |
blob | commitdiff | raw | diff to current |
2010-08-05 |
Gabor Greif | remove the private hack from CallInst, it was not suppo... |
blob | commitdiff | raw | diff to current |
2010-07-28 |
Dan Gohman | Define a maximum supported alignment value for load... |
blob | commitdiff | raw | diff to current |
2010-07-16 |
Gabor Greif | eliminate CallInst::ArgOffset |
blob | commitdiff | raw | diff to current |
2010-07-12 |
Duncan Sands | Convert some tab stops into spaces. |
blob | commitdiff | raw | diff to current |
2010-07-12 |
Chris Lattner | fix PR7311 by avoiding breaking casts when a bitcast... |
blob | commitdiff | raw | diff to current |
2010-07-12 |
Chris Lattner | make the prototypes for CreateMalloc and CreateFree... |
blob | commitdiff | raw | diff to current |
2010-07-01 |
Gabor Greif | reformulate CallSite::getCallee to adapt to CallInst... |
blob | commitdiff | raw | diff to current |
2010-06-29 |
Gabor Greif | encode operand initializations (at fixed index) |
blob | commitdiff | raw | diff to current |
2010-06-21 |
Dan Gohman | Use A.append(...) instead of A.insert(A.end(), ...... |
blob | commitdiff | raw | diff to current |
2010-05-28 |
Dan Gohman | Split the logic behind CastInst::isNoopCast into a... |
blob | commitdiff | raw | diff to current |
2010-05-28 |
Dan Gohman | Eliminate the restriction that the array size in an... |
blob | commitdiff | raw | diff to current |
2010-05-03 |
Dan Gohman | Remove the API compatibility layer which converted... |
blob | commitdiff | raw | diff to current |
2010-04-16 |
Eric Christopher | Revert 101465, it broke internal OpenGL testing. |
blob | commitdiff | raw | diff to current |
2010-04-16 |
Gabor Greif | reapply r101434 |
blob | commitdiff | raw | diff to current |
2010-04-16 |
Gabor Greif | back out r101423 and r101397, they break llvm-gcc self... |
blob | commitdiff | raw | diff to current |
2010-04-15 |
Gabor Greif | reapply r101364, which has been backed out in r101368 |
blob | commitdiff | raw | diff to current |
2010-04-15 |
Gabor Greif | back out r101364, as it trips the linux nightlybot... |
blob | commitdiff | raw | diff to current |
2010-04-15 |
Gabor Greif | rotate CallInst operands, i.e. move callee to the back |
blob | commitdiff | raw | diff to current |
2010-04-14 |
Dan Gohman | Move a bunch of methods from CallSite to CallSiteBase... |
blob | commitdiff | raw | diff to current |
2010-04-07 |
Dan Gohman | Say bitcast instead of bitconvert. |
blob | commitdiff | raw | diff to current |
2010-04-01 |
Gabor Greif | Introduce ImmutableCallSite, useful for contexts where... |
blob | commitdiff | raw | diff to current |
2010-03-25 |
Eric Christopher | Reapply r99451 with a fix to move the NoInline check... |
blob | commitdiff | raw | diff to current |
2010-03-24 |
Eric Christopher | Temporarily revert this, it's causing an issue with... |
blob | commitdiff | raw | diff to current |
2010-03-24 |
Gabor Greif | Finally land the InvokeInst operand reordering. |
blob | commitdiff | raw | diff to current |
2010-03-23 |
Chris Lattner | add some accessors to callsite/callinst/invokeinst... |
blob | commitdiff | raw | diff to current |
2010-03-23 |
Gabor Greif | word-o |
blob | commitdiff | raw | diff to current |
2010-03-22 |
Gabor Greif | backing out r99170 because it still fails on clang... |
blob | commitdiff | raw | diff to current |
2010-03-22 |
Gabor Greif | Now that hopefully all direct accesses to InvokeInst... |
blob | commitdiff | raw | diff to current |
2010-03-19 |
Gabor Greif | back out r98957, it broke smooshlab.apple.com:8010... |
blob | commitdiff | raw | diff to current |
2010-03-19 |
Gabor Greif | Recommit r80858 again (which has been backed out in... |
blob | commitdiff | raw | diff to current |
2010-02-16 |
Duncan Sands | There are two ways of checking for a given type, for... |
blob | commitdiff | raw | diff to current |
2010-02-15 |
Duncan Sands | Uniformize the names of type predicates: rather than... |
blob | commitdiff | raw | diff to current |
2010-02-02 |
Duncan Sands | Adding missing methods for creating Add, Mul, Neg and... |
blob | commitdiff | raw | diff to current |
2010-01-26 |
Chris Lattner | fix CastInst::castIsValid to reject aggregate types... |
blob | commitdiff | raw | diff to current |
2010-01-26 |
Dan Gohman | Fix ICmpInst::makeConstantRange to use ConstantRange... |
blob | commitdiff | raw | diff to current |
2010-01-23 |
Chris Lattner | simplify code a bit. |
blob | commitdiff | raw | diff to current |
2010-01-23 |
Mon P Wang | InstCombine should not fold sext/zext of a vector and... |
blob | commitdiff | raw | diff to current |
2010-01-22 |
Chris Lattner | add an out-of-line virtual method to CmpInst to give... |
blob | commitdiff | raw | diff to current |
2010-01-10 |
Chris Lattner | fix a buggy assertion, CreateIntegerCast should allow |
blob | commitdiff | raw | diff to current |
2010-01-05 |
Benjamin Kramer | Move remaining stuff to the isInteger predicate. |
blob | commitdiff | raw | diff to current |
2010-01-05 |
Benjamin Kramer | Convert a ton of simple integer type equality tests... |
blob | commitdiff | raw | diff to current |
2010-01-05 |
Benjamin Kramer | Avoid going through the LLVMContext for type equality... |
blob | commitdiff | raw | diff to current |
2009-12-29 |
Chris Lattner | sink the Instruction::HasMetadata bit into SubclassData. |
blob | commitdiff | raw | diff to current |
2009-12-29 |
Chris Lattner | add a layer of accessors around the Value::SubClassData... |
blob | commitdiff | raw | diff to current |
2009-12-18 |
Dan Gohman | Add utility routines for creating integer negation... |
blob | commitdiff | raw | diff to current |
2009-11-10 |
Victor Hernandez | make this handle redefinition of malloc function with... |
blob | commitdiff | raw | diff to current |
2009-11-09 |
Chris Lattner | make this handle redefinition of malloc with different... |
blob | commitdiff | raw | diff to current |
2009-11-07 |
Chris Lattner | prune #include / layering violation |
blob | commitdiff | raw | diff to current |
2009-11-07 |
Victor Hernandez | Fit in 80 columns |
blob | commitdiff | raw | diff to current |
2009-11-07 |
Victor Hernandez | Re-commit r86077 now that r86290 fixes the 179.art... |
blob | commitdiff | raw | diff to current |
2009-11-06 |
Victor Hernandez | CallInst::CreateMalloc() and CallInst::CreateFree(... |
blob | commitdiff | raw | diff to current |
2009-11-06 |
Victor Hernandez | Revert r86077 because it caused crashes in 179.art... |
blob | commitdiff | raw | diff to current |
2009-11-05 |
Victor Hernandez | Update CreateMalloc so that its callers specify the... |
blob | commitdiff | raw | diff to current |
2009-10-29 |
Chris Lattner | add sanity check for indbr. |
blob | commitdiff | raw | diff to current |
2009-10-28 |
Chris Lattner | rename indbr -> indirectbr to appease the residents... |
blob | commitdiff | raw | diff to current |
2009-10-27 |
Devang Patel | Factor out redundancy from clone() implementations. |
blob | commitdiff | raw | diff to current |
2009-10-27 |
Chris Lattner | add enough support for indirect branch for the feature... |
blob | commitdiff | raw | diff to current |
2009-10-26 |
Victor Hernandez | Remove FreeInst. |
blob | commitdiff | raw | diff to current |
2009-10-25 |
Nick Lewycky | Remove ICmpInst::isSignedPredicate which was a reimplem... |
blob | commitdiff | raw | diff to current |
2009-10-25 |
Nick Lewycky | Sink isTrueWhenEqual from ICmpInst to CmpInst. Add... |
blob | commitdiff | raw | diff to current |
2009-10-24 |
Victor Hernandez | Auto-upgrade free instructions to calls to the builtin... |
blob | commitdiff | raw | diff to current |
2009-10-23 |
Victor Hernandez | Remove AllocationInst. Since MallocInst went away... |
blob | commitdiff | raw | diff to current |
2009-10-17 |
Nick Lewycky | Fix test/Bindings/Ocaml/vmcore.ml. When IRBuilder:... |
blob | commitdiff | raw | diff to current |
2009-10-17 |
Victor Hernandez | Remove MallocInst from LLVM Instructions. |
blob | commitdiff | raw | diff to current |
2009-10-17 |
Victor Hernandez | Autoupgrade malloc insts to malloc calls. |
blob | commitdiff | raw | diff to current |
2009-10-06 |
Duncan Sands | Introduce and use convenience methods for getting point... |
blob | commitdiff | raw | diff to current |
2009-09-27 |
Nick Lewycky | Round out the API for the new optimization flags. |
blob | commitdiff | raw | diff to current |
next |