2009-12-29 |
Chris Lattner | sink the Instruction::HasMetadata bit into SubclassData. |
blob | commitdiff | raw |
2009-12-29 |
Chris Lattner | add a layer of accessors around the Value::SubClassData... |
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 | 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-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-27 |
Chris Lattner | trim another #include |
blob | commitdiff | raw | diff to current |
2009-10-27 |
Chris Lattner | remove an unneeded #include. |
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-18 |
Chris Lattner | punctuate properly |
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-10 |
Chris Lattner | change some static_cast into cast, pointed out by Gabor. |
blob | commitdiff | raw | diff to current |
2009-10-10 |
Chris Lattner | add a version of PHINode::getIncomingBlock that takes... |
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 |
2009-09-27 |
Nick Lewycky | Instruction::clone does not need to take an LLVMContext... |
blob | commitdiff | raw | diff to current |
2009-09-25 |
Victor Hernandez | Revert 82694 "Auto-upgrade malloc instructions to mallo... |
blob | commitdiff | raw | diff to current |
2009-09-24 |
Victor Hernandez | Auto-upgrade malloc instructions to malloc calls. |
blob | commitdiff | raw | diff to current |
2009-09-18 |
Victor Hernandez | Update malloc call creation code (AllocType is now... |
blob | commitdiff | raw | diff to current |
2009-09-10 |
Evan Cheng | Add malloc call utility functions. Patch by Victor... |
blob | commitdiff | raw | diff to current |
2009-09-08 |
Chris Lattner | fix pasto |
blob | commitdiff | raw | diff to current |
2009-09-08 |
Chris Lattner | add getVectorOperand/getIndexOperand accessors to Extra... |
blob | commitdiff | raw | diff to current |
2009-09-07 |
Dan Gohman | Reappy r80998, now that the GlobalOpt bug that it expos... |
blob | commitdiff | raw | diff to current |
2009-09-06 |
Duncan Sands | Public and private corrections, warned about by icc... |
blob | commitdiff | raw | diff to current |
2009-09-06 |
Daniel Dunbar | Revert "Include optional subclass flags, such as inboun... |
blob | commitdiff | raw | diff to current |
2009-09-04 |
Dan Gohman | Include optional subclass flags, such as inbounds,... |
blob | commitdiff | raw | diff to current |
2009-09-03 |
Dan Gohman | Change PHINode::hasConstantValue to have a DominatorTre... |
blob | commitdiff | raw | diff to current |
2009-09-03 |
Gabor Greif | back out my recent commit (r80858), it seems to break... |
blob | commitdiff | raw | diff to current |
2009-09-03 |
Gabor Greif | re-commit r66920 (which has been backed out in r66953... |
blob | commitdiff | raw | diff to current |
2009-09-02 |
Sandeep Patel | Retype from unsigned to CallingConv::ID accordingly... |
blob | commitdiff | raw | diff to current |
2009-08-30 |
Chris Lattner | add getPointerAddressSpace() to GEP instruction, use... |
blob | commitdiff | raw | diff to current |
2009-08-30 |
Chris Lattner | add a "getPointerAddressSpace" helper method to LoadIns... |
blob | commitdiff | raw | diff to current |
2009-08-25 |
Dan Gohman | Eliminate the unused Context argument on one of the... |
blob | commitdiff | raw | diff to current |
2009-08-25 |
Dan Gohman | Use covariant return types for Instruction::clone,... |
blob | commitdiff | raw | diff to current |
2009-08-25 |
Dan Gohman | Rename Instruction::isIdenticalTo to Instruction::isIde... |
blob | commitdiff | raw | diff to current |
2009-08-13 |
Owen Anderson | Push LLVMContexts through the IntegerType APIs. |
blob | commitdiff | raw | diff to current |
2009-08-11 |
Daniel Dunbar | Revert 78680 until I figure out why it completely broke... |
blob | commitdiff | raw | diff to current |
2009-08-11 |
Dan Gohman | Add convenience functions for creating inbounds GEPs. |
blob | commitdiff | raw | diff to current |
2009-08-11 |
Benjamin Kramer | Make LLVMContext and LLVMContextImpl classes instead... |
blob | commitdiff | raw | diff to current |
2009-08-11 |
Daniel Dunbar | Remove some unnecessary LoadInst constructors, missed... |
blob | commitdiff | raw | diff to current |
2009-08-04 |
Owen Anderson | Factor some of the constants+context related code out... |
blob | commitdiff | raw | diff to current |
2009-07-29 |
Owen Anderson | Move types back to the 2.5 API. |
blob | commitdiff | raw | diff to current |
2009-07-25 |
Daniel Dunbar | Initial update to VMCore to use Twines for string argum... |
blob | commitdiff | raw | diff to current |
2009-07-25 |
Eric Christopher | Move ExtractElementInst to ::Create instead of new... |
blob | commitdiff | raw | diff to current |
2009-07-22 |
Owen Anderson | Get rid of the Pass+Context magic. |
blob | commitdiff | raw | diff to current |
2009-07-17 |
Dan Gohman | Add a GEPOperator class, and move the hasNoPointerOverflow |
blob | commitdiff | raw | diff to current |
2009-07-17 |
Dan Gohman | Define a no-pointer-overflow flag for GetElementPtr... |
blob | commitdiff | raw | diff to current |
2009-07-17 |
Dan Gohman | Fix an apparent typo. |
blob | commitdiff | raw | diff to current |
2009-07-15 |
Owen Anderson | Revert yesterday's change by removing the LLVMContext... |
blob | commitdiff | raw | diff to current |
2009-07-14 |
Owen Anderson | Move EVER MORE stuff over to LLVMContext. |
blob | commitdiff | raw | diff to current |
2009-07-09 |
Owen Anderson | This started as a small change, I swear. Unfortunately... |
blob | commitdiff | raw | diff to current |
2009-07-08 |
Nick Lewycky | Remove the vicmp and vfcmp instructions. Because we... |
blob | commitdiff | raw | diff to current |
2009-07-07 |
Dan Gohman | Fix a typo and a grammaro in a comment. |
blob | commitdiff | raw | diff to current |
2009-05-18 |
Eric Christopher | Remove getType() overrides for ExtractValueInst and... |
blob | commitdiff | raw | diff to current |
2009-03-23 |
Dan Gohman | Make getOperandNumForIncomingValue and getOperandNumFor... |
blob | commitdiff | raw | diff to current |
2009-03-13 |
Bill Wendling | Revert r66920. It was causing failures in the self... |
blob | commitdiff | raw | diff to current |
2009-03-13 |
Gabor Greif | Second installment of "BasicBlock operands to the back" |
blob | commitdiff | raw | diff to current |
2009-03-12 |
Gabor Greif | cosmetic change, in preparation of future change |
blob | commitdiff | raw | diff to current |
2009-03-12 |
Gabor Greif | Rearrange operands of the BranchInst, to be able to |
blob | commitdiff | raw | diff to current |
2009-02-15 |
Mikhail Glushenkov | 80-column violation. |
blob | commitdiff | raw | diff to current |
2009-02-09 |
Gabor Greif | incorporate review feedback |
blob | commitdiff | raw | diff to current |
2009-02-09 |
Mikhail Glushenkov | 80-column violations. |
blob | commitdiff | raw | diff to current |
2009-02-09 |
Gabor Greif | make sure that BranchInst::getSuccessor() does not... |
blob | commitdiff | raw | diff to current |
2009-01-23 |
Gabor Greif | Simplify the logic of getting hold of a PHI predecessor... |
blob | commitdiff | raw | diff to current |
2009-01-09 |
Chris Lattner | add a helper method. |
blob | commitdiff | raw | diff to current |
2009-01-05 |
Dan Gohman | Tidy up #includes, deleting a bunch of unnecessary... |
blob | commitdiff | raw | diff to current |
2008-12-29 |
Chris Lattner | move select validation logic into a shared place where... |
blob | commitdiff | raw | diff to current |
2008-11-26 |
Chris Lattner | add a long-overdue AllocaInst::isStaticAlloca method. |
blob | commitdiff | raw | diff to current |
2008-10-29 |
David Greene | Don't force things to be Value * when they're not. |
blob | commitdiff | raw | diff to current |
2008-09-26 |
Devang Patel | Now Attributes are divided in three groups |
blob | commitdiff | raw | diff to current |
2008-09-26 |
Dan Gohman | Make some minor reorganizations and comment changes... |
blob | commitdiff | raw | diff to current |
2008-09-25 |
Devang Patel | Large mechanical patch. |
blob | commitdiff | raw | diff to current |
2008-09-23 |
Devang Patel | s/ParameterAttributes/Attributes/g |
blob | commitdiff | raw | diff to current |
2008-09-16 |
Dan Gohman | FCmpInst predicates UNO, ORD, FALSE, and TRUE are commu... |
blob | commitdiff | raw | diff to current |
2008-09-09 |
Dan Gohman | Extend the vcmp/fcmp LLVM IR instructions to take vecto... |
blob | commitdiff | raw | diff to current |
2008-07-29 |
Matthijs Kooijman | Add a GetElementPtrInst::getIndexedType that accepts... |
blob | commitdiff | raw | diff to current |
2008-07-24 |
Evan Cheng | Rename instance variables, parameter argument names... |
blob | commitdiff | raw | diff to current |
2008-07-23 |
Dan Gohman | Enable first-class aggregates support. |
blob | commitdiff | raw | diff to current |
2008-07-22 |
Bill Wendling | Removing tabs. |
blob | commitdiff | raw | diff to current |
2008-07-08 |
Duncan Sands | Add some convenience methods for manipulating |
blob | commitdiff | raw | diff to current |
2008-06-23 |
Dan Gohman | Remove two convenience constructors because they're... |
blob | commitdiff | raw | diff to current |
2008-06-23 |
Dan Gohman | Remove an unnecessary cast. |
blob | commitdiff | raw | diff to current |
2008-06-19 |
Owen Anderson | Add an idx_iterator to the insertvalue and extractvalue... |
blob | commitdiff | raw | diff to current |
2008-06-06 |
Gabor Greif | get rid of ExtractValueInst::init's Value argument... |
blob | commitdiff | raw | diff to current |
2008-06-06 |
Gabor Greif | make ExtractValueInst derived from UnaryInstruction |
blob | commitdiff | raw | diff to current |
2008-06-05 |
Bill Wendling | Cast because I think I know what I'm doing. There are... |
blob | commitdiff | raw | diff to current |
2008-06-05 |
Matthijs Kooijman | Fix 80 column violations. |
blob | commitdiff | raw | diff to current |
2008-06-04 |
Matthijs Kooijman | Add a Name parameter to two of the init methods of... |
blob | commitdiff | raw | diff to current |
2008-06-04 |
Matthijs Kooijman | Implement the two constructors in InsertValueInst and... |
blob | commitdiff | raw | diff to current |
2008-05-31 |
Dan Gohman | Fix a copy+paste error in a comment. |
blob | commitdiff | raw | diff to current |
2008-05-31 |
Dan Gohman | Fix some bugs with the handling of indices in insertval... |
blob | commitdiff | raw | diff to current |
2008-05-31 |
Dan Gohman | Factor several methods, including getInversePredicate and |
blob | commitdiff | raw | diff to current |
2008-05-31 |
Dan Gohman | IR, bitcode reader, bitcode writer, and asmparser chang... |
blob | commitdiff | raw | diff to current |
next |