Age | Commit message (Expand) | Author |
2010-08-23 | Now that PassInfo and Pass::ID have been separated, move the rest of the pass... | Owen Anderson |
2010-08-06 | Eliminate PromoteMemoryToRegisterID; just use addPreserved("mem2reg") | 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-06-30 | lowerinvoke needs to handle aggregate function args like sjlj eh does. | Jim Grosbach |
2010-06-01 | Remove unused code | Jim Grosbach |
2010-06-01 | fix think-o | Jim Grosbach |
2010-06-01 | Simplify things a bit more. Fix prototype to use SmallVectorImpl and | Jim Grosbach |
2010-06-01 | mirror of r105280 changes for LowerInvoke, which uses the same basic logic here | Jim Grosbach |
2010-06-01 | Use SmallVector instead of std::vector. | Jim Grosbach |
2010-04-26 | Fix a problem that lower invoke has with allocas (PR6694), and | Chris Lattner |
2010-03-24 | Finally land the InvokeInst operand reordering. | Gabor Greif |
2010-03-22 | backing out r99170 because it still fails on clang-x86_64-darwin10-fnt | Gabor Greif |
2010-03-22 | Now that hopefully all direct accesses to InvokeInst operands are fixed | Gabor Greif |
2010-03-19 | back out r98957, it broke http://smooshlab.apple.com:8010/builders/clang-x86_... | Gabor Greif |
2010-03-19 | Recommit r80858 again (which has been backed out in r80871). | Gabor Greif |
2010-01-05 | Avoid going through the LLVMContext for type equality where it's safe to dere... | Benjamin Kramer |
2009-10-26 | Remove FreeInst. | Victor Hernandez |
2009-10-25 | Remove includes of Support/Compiler.h that are no longer needed after the | Nick Lewycky |
2009-10-25 | Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces. | Nick Lewycky |
2009-10-06 | Introduce and use convenience methods for getting pointer types | Duncan Sands |
2009-09-03 | back out my recent commit (r80858), it seems to break self-hosting buildbot's... | Gabor Greif |
2009-09-03 | re-commit r66920 (which has been backed out in r66953) I may have more luck t... | Gabor Greif |
2009-08-13 | Actually privatize a IntegerTypes, and fix a few bugs exposed by this. | Owen Anderson |
2009-08-13 | Push LLVMContexts through the IntegerType APIs. | Owen Anderson |
2009-08-05 | Privatize the StructType table, which unfortunately involves routing contexts... | Owen Anderson |
2009-07-31 | Move a few more APIs back to 2.5 forms. The only remaining ones left to chan... | Owen Anderson |
2009-07-29 | Move types back to the 2.5 API. | Owen Anderson |
2009-07-29 | Move ConstantExpr to 2.5 API. | Owen Anderson |
2009-07-28 | Change ConstantArray to 2.5 API. | Owen Anderson |
2009-07-24 | Revert the ConstantInt constructors back to their 2.5 forms where possible, t... | Owen Anderson |
2009-07-22 | Get rid of the Pass+Context magic. | Owen Anderson |
2009-07-16 | Move the ConstantInt uniquing table into LLVMContextImpl. This exposed a num... | Owen Anderson |
2009-07-15 | Revert yesterday's change by removing the LLVMContext parameter to AllocaInst... | Owen Anderson |
2009-07-14 | Move EVER MORE stuff over to LLVMContext. | Owen Anderson |
2009-07-13 | Begin the painful process of tearing apart the rat'ss nest that is Constants.... | Owen Anderson |
2009-07-09 | This started as a small change, I swear. Unfortunately, lots of things call ... | Owen Anderson |
2009-07-08 | Switch GlobalVariable ctors to a sane API, where *either* a context or a modu... | Owen Anderson |
2009-07-08 | Push LLVMContext through GlobalVariables and IRBuilder. | Owen Anderson |
2009-07-05 | More LLVMContext-ification. | Owen Anderson |
2009-04-17 | remove trailing whitespace | Jim Grosbach |
2009-03-13 | Revert r66920. It was causing failures in the self-hosting buildbot (in release | Bill Wendling |
2009-03-13 | Second installment of "BasicBlock operands to the back" | Gabor Greif |
2009-03-07 | Introduce new linkage types linkonce_odr, weak_odr, common_odr | Duncan Sands |
2008-09-25 | Large mechanical patch. | Devang Patel |
2008-09-04 | Tidy up several unbeseeming casts from pointer to intptr_t. | Dan Gohman |
2008-05-23 | Tidy up BasicBlock::getFirstNonPHI, and change a bunch of places to | Dan Gohman |
2008-05-13 | Change class' public PassInfo variables to by initialized with the | Dan Gohman |
2008-05-13 | Clean up the use of static and anonymous namespaces. This turned up | Dan Gohman |