| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | Re-commit r86077 now that r86290 fixes the 179.art and 175.vpr ARM regressions. | Victor Hernandez | 2009-11-07 | 1 | -2/+3 |
| * | Revert r86077 because it caused crashes in 179.art and 175.vpr on ARM | Victor Hernandez | 2009-11-06 | 1 | -3/+2 |
| * | Update CreateMalloc so that its callers specify the size to allocate: | Victor Hernandez | 2009-11-05 | 1 | -2/+3 |
| * | rename indbr -> indirectbr to appease the residents of #llvm. | Chris Lattner | 2009-10-28 | 1 | -28/+28 |
| * | Factor out redundancy from clone() implementations. | Devang Patel | 2009-10-27 | 1 | -78/+96 |
| * | add enough support for indirect branch for the feature test to pass | Chris Lattner | 2009-10-27 | 1 | -2/+101 |
| * | trim another #include | Chris Lattner | 2009-10-27 | 1 | -1/+0 |
| * | remove an unneeded #include. | Chris Lattner | 2009-10-27 | 1 | -10/+9 |
| * | Remove FreeInst. | Victor Hernandez | 2009-10-26 | 1 | -29/+0 |
| * | Remove ICmpInst::isSignedPredicate which was a reimplementation | Nick Lewycky | 2009-10-25 | 1 | -8/+0 |
| * | Sink isTrueWhenEqual from ICmpInst to CmpInst. Add a matching isFalseWhenEqual | Nick Lewycky | 2009-10-25 | 1 | -16/+0 |
| * | Auto-upgrade free instructions to calls to the builtin free function. | Victor Hernandez | 2009-10-24 | 1 | -0/+3 |
| * | Remove AllocationInst. Since MallocInst went away, AllocaInst is the only su... | Victor Hernandez | 2009-10-23 | 1 | -63/+19 |
| * | punctuate properly | Chris Lattner | 2009-10-18 | 1 | -2/+2 |
| * | Fix test/Bindings/Ocaml/vmcore.ml. When IRBuilder::CreateMalloc was removed, | Nick Lewycky | 2009-10-17 | 1 | -6/+8 |
| * | Remove MallocInst from LLVM Instructions. | Victor Hernandez | 2009-10-17 | 1 | -52/+2 |
| * | Autoupgrade malloc insts to malloc calls. | Victor Hernandez | 2009-10-17 | 1 | -1/+6 |
| * | change some static_cast into cast, pointed out by Gabor. | Chris Lattner | 2009-10-10 | 1 | -2/+2 |
| * | add a version of PHINode::getIncomingBlock that takes a raw | Chris Lattner | 2009-10-10 | 1 | -8/+18 |
| * | Round out the API for the new optimization flags. | Nick Lewycky | 2009-09-27 | 1 | -1/+4 |
| * | Instruction::clone does not need to take an LLVMContext&. Remove that and | Nick Lewycky | 2009-09-27 | 1 | -36/+36 |
| * | Revert 82694 "Auto-upgrade malloc instructions to malloc calls." because it c... | Victor Hernandez | 2009-09-25 | 1 | -6/+1 |
| * | Auto-upgrade malloc instructions to malloc calls. | Victor Hernandez | 2009-09-24 | 1 | -1/+6 |
| * | Update malloc call creation code (AllocType is now the element type of the ma... | Victor Hernandez | 2009-09-18 | 1 | -6/+6 |
| * | Add malloc call utility functions. Patch by Victor Hernandez. | Evan Cheng | 2009-09-10 | 1 | -0/+12 |
| * | fix pasto | Chris Lattner | 2009-09-08 | 1 | -1/+1 |
| * | add getVectorOperand/getIndexOperand accessors to ExtractElementInst. | Chris Lattner | 2009-09-08 | 1 | -4/+17 |
| * | Reappy r80998, now that the GlobalOpt bug that it exposed on MiniSAT is fixed. | Dan Gohman | 2009-09-07 | 1 | -4/+8 |
| * | Public and private corrections, warned about by icc (#304). | Duncan Sands | 2009-09-06 | 1 | -13/+13 |
| * | Revert "Include optional subclass flags, such as inbounds, nsw, etc., ...", this | Daniel Dunbar | 2009-09-06 | 1 | -8/+4 |
| * | Include optional subclass flags, such as inbounds, nsw, etc., in the | Dan Gohman | 2009-09-04 | 1 | -4/+8 |
| * | Change PHINode::hasConstantValue to have a DominatorTree argument | Dan Gohman | 2009-09-03 | 1 | -1/+7 |
| * | back out my recent commit (r80858), it seems to break self-hosting buildbot's... | Gabor Greif | 2009-09-03 | 1 | -9/+9 |
| * | re-commit r66920 (which has been backed out in r66953) I may have more luck t... | Gabor Greif | 2009-09-03 | 1 | -9/+9 |
| * | Retype from unsigned to CallingConv::ID accordingly. Approved by Bob Wilson. | Sandeep Patel | 2009-09-02 | 1 | -6/+11 |