Age | Commit message (Expand) | Author |
2010-08-23 | Verify that a non-uniqued non-temporary MDNode is not deleted via | Dan Gohman |
2010-08-23 | Now that PassInfo and Pass::ID have been separated, move the rest of the pass... | Owen Anderson |
2010-08-22 | Verify the predicates on icmp/fcmp. Suggested by Jeff Yasskin! | Nick Lewycky |
2010-08-21 | Use MDNode::destroy(). Fixes a delete/free mismatch. | Benjamin Kramer |
2010-08-21 | Add an assert to MDNode::deleteTemporary check that the node being deleted | Dan Gohman |
2010-08-20 | Create the new linker type "linker_private_weak_def_auto". | Bill Wendling |
2010-08-20 | Introduce a new temporary MDNode concept. Temporary MDNodes are | Dan Gohman |
2010-08-20 | Expose LLVMSetOperand and LLVMGetNumOperands to llvm-c and ocaml. | Erick Tryzelaar |
2010-08-20 | Replace the arm.neon.vmovls and vmovlu intrinsics with vector sign-extend and | Bob Wilson |
2010-08-19 | Revert r111199; it breaks -debug-pass=Structure output. | Dan Gohman |
2010-08-16 | The plural of analysis is analyses. | Dan Gohman |
2010-08-16 | Make dumpPassStructure be a PMDataManager abstraction, rather than | Dan Gohman |
2010-08-16 | Remove redundant inline keywords. | Dan Gohman |
2010-08-16 | Eliminate the TopLevelManagerType enum; instead, just make | Dan Gohman |
2010-08-15 | Revert r111082. No warnings for this common pattern. | Argyrios Kyrtzidis |
2010-08-14 | Add ATTRIBUTE_UNUSED to methods that are not supposed to be used. | Argyrios Kyrtzidis |
2010-08-13 | Move some code from Verifier into SVI::isValidOperands. This allows us to ca... | Nate Begeman |
2010-08-12 | Trim #includes. | Dan Gohman |
2010-08-12 | Tidy up whitespace. | Dan Gohman |
2010-08-12 | Use .empty() instead of .size(). | Dan Gohman |
2010-08-11 | Remove BasicBlockPass::runOnFunction, which was unused. | Dan Gohman |
2010-08-11 | Delete FunctionPass::run, which is unused. | Dan Gohman |
2010-08-11 | Delete FunctionPass::runOnModule, which is unused. | Dan Gohman |
2010-08-08 | Reject unrepresentable pointer types in intrinsics. Fixes PR7316. | Nick Lewycky |
2010-08-07 | More #include cleanups. | Dan Gohman |
2010-08-07 | Oops, check in this file too. | Dan Gohman |
2010-08-07 | Tidy some #includes and forward-declarations, and move the C binding code | Dan Gohman |
2010-08-06 | Reapply r110396, with fixes to appease the Linux buildbot gods. | Owen Anderson |
2010-08-06 | Revert r110396 to fix buildbots. | Owen Anderson |
2010-08-05 | Don't use PassInfo* as a type identifier for passes. Instead, use the addres... | Owen Anderson |
2010-08-05 | remove the private hack from CallInst, it was not supposed to hit the branch ... | Gabor Greif |
2010-08-04 | Eliminate unnecessary empty string literals. | Dan Gohman |
2010-08-02 | Fix visitInvokeInst to call visitTerminatorInst, and remove | Dan Gohman |
2010-08-02 | Add Verifier logic for indirectbr. | Dan Gohman |
2010-08-02 | Prefix `next' iterator operation with `llvm::'. | Oscar Fuentes |
2010-08-01 | Preallocate vector, avoid unnecessary vector growth. | Benjamin Kramer |
2010-07-28 | Make GlobalValue alignment consistent with load, store, and alloca | Dan Gohman |
2010-07-28 | Define a maximum supported alignment value for load, store, and | Dan Gohman |
2010-07-27 | After updating value handles for RAUW, check that no weak or tracking handles | Duncan Sands |
2010-07-26 | Fix (at least) quadratic worst-case complexity in DominanceFrontier::splitBlock: | Dan Gohman |
2010-07-26 | Avoid copying and recopying a std::set. | Dan Gohman |
2010-07-26 | Exit a search loop when the search goal is found. | Dan Gohman |
2010-07-26 | Fix formatting. | Dan Gohman |
2010-07-25 | Reduce string trashing. | Benjamin Kramer |
2010-07-24 | PR7704: A function is not allowed to return a function; make sure to enforce | Eli Friedman |
2010-07-24 | Clarify that if a new value handle is added while dropping value handles | Duncan Sands |
2010-07-22 | undo 80 column trespassing I caused | Gabor Greif |
2010-07-21 | Make NamedMDNode not be a subclass of Value, and simplify the interface | Dan Gohman |
2010-07-21 | Fix batch of converting RegisterPass<> to INTIALIZE_PASS(). | Owen Anderson |
2010-07-21 | NamedMDNode is never an operand. | Dan Gohman |