Age | Commit message (Expand) | Author |
2011-07-15 | Convert CallInst and InvokeInst APIs to use ArrayRef. | Jay Foad |
2011-07-12 | Second attempt at de-constifying LLVM Types in FunctionType::get(), | Jay Foad |
2011-07-12 | Revert r134893 and r134888 (and related patches in other trees). It was causing | Bill Wendling |
2011-07-11 | De-constify Types in StructType::get() and TargetData::getIntPtrType(). | Jay Foad |
2011-07-11 | De-constify Types in FunctionType::get(). | Jay Foad |
2011-07-09 | remove the DerivedType which isn't adding value anymore. | Chris Lattner |
2011-07-09 | Land the long talked about "type system rewrite" patch. This | Chris Lattner |
2011-06-20 | Revamp the "ConstantStruct::get" methods. Previously, these were scattered | Chris Lattner |
2011-06-09 | When deleting a basic block, remove call edges only for non-intrinsics. | John McCall |
2011-06-09 | Improve the handling of available_externally and llvm.global_ctors. | Rafael Espindola |
2011-05-29 | Don't crash owhen ComputeLoadResult can't compute the result of the load. | Nick Lewycky |
2011-05-29 | Obey the isVolatile bit on memory intrinsics when analyzing uses of a global | Nick Lewycky |
2011-05-22 | fix PR9856, an incorrectly conservative assertion: a global can be | Chris Lattner |
2011-05-13 | Fix a source of non determinism in FindUsedTypes, use a SetVector instead of a | Julien Lerouge |
2011-05-10 | Preserve line number information. | Devang Patel |
2011-04-23 | Remove unused STL header includes. | Jay Foad |
2011-04-15 | Fix a ton of comment typos found by codespell. Patch by | Chris Lattner |
2011-04-11 | remove the StructRetPromotion pass. It is unused, not maintained and | Chris Lattner |
2011-04-11 | Just because a GlobalVariable's initializer is [N x { i32, void ()* }] doesn't | Nick Lewycky |
2011-04-11 | Don't include Operator.h from InstrTypes.h. | Jay Foad |
2011-04-09 | Add back a couple checks removed by r129128; the fact that an intitializer | Eli Friedman |
2011-04-08 | llvm.global_[cd]tor is defined to be either external, or appending with an array | Nick Lewycky |
2011-04-04 | Remove some support for ReturnInsts with multiple operands, and for | Jay Foad |
2011-03-30 | Remove PHINode::reserveOperandSpace(). Instead, add a parameter to | Jay Foad |
2011-03-30 | (Almost) always call reserveOperandSpace() on newly created PHINodes. | Jay Foad |
2011-03-25 | No functionality change, just adjust some whitespace for coding style complia... | Nick Lewycky |
2011-03-22 | Handle another case that Frits suggested. | Anders Carlsson |
2011-03-21 | More cleanups to the OptimizeEmptyGlobalCXXDtors GlobalOpt function. | Anders Carlsson |
2011-03-21 | As suggested by Nick Lewycky, ignore debugging intrinsics when trying to deci... | Anders Carlsson |
2011-03-21 | Fix comments | Nick Lewycky |
2011-03-20 | Don't try to eliminate invokes to __cxa_atexit. | Anders Carlsson |
2011-03-20 | Don't segfault on mutual recursion, as pointed out by Frits. | Anders Carlsson |
2011-03-20 | Address comments from Frits van Bommel. | Anders Carlsson |
2011-03-20 | Add an optimization to GlobalOpt that eliminates calls to __cxa_atexit, if th... | Anders Carlsson |
2011-03-09 | These llvm.dbg.* constants are not used anymore. | Devang Patel |
2011-03-06 | Don't internalize available_externally functions. We already did the right | Rafael Espindola |
2011-03-01 | Add an obvious missing safety check to DAE::RemoveDeadArgumentsFromCallers. | Eli Friedman |
2011-02-20 | Instead of keeping two Value*->id# mappings, keep one Value->Value mapping and | Nick Lewycky |
2011-02-15 | convert ConstantVector::get to use ArrayRef. | Chris Lattner |
2011-02-14 | revert my ConstantVector patch, it seems to have made the llvm-gcc | Chris Lattner |
2011-02-14 | Switch ConstantVector::get to use ArrayRef instead of a pointer+size | Chris Lattner |
2011-02-09 | When removing a function from the function set and adding it to deferred, we | Nick Lewycky |
2011-02-06 | Simplify away redundant test, and document what's going on. | Nick Lewycky |
2011-02-06 | Remove specialized comparison of InlineAsm objects. They're uniqued on creation | Nick Lewycky |
2011-02-02 | Remove wasteful caching. This isn't needed for correctness because any function | Nick Lewycky |
2011-01-28 | Rename functions to follow coding standard. Also rejiggers comments. No | Nick Lewycky |
2011-01-28 | Add a doxygen comment for this class. | Nick Lewycky |
2011-01-28 | Reorder for readability. (Chris, is this what you meant?) | Nick Lewycky |
2011-01-28 | Reduce the number of functions we look at in the first pass, and preallocate | Nick Lewycky |
2011-01-27 | Unbreak the build. | Benjamin Kramer |