Age | Commit message (Expand) | Author |
2011-07-18 | land David Blaikie's patch to de-constify Type, with a few tweaks. | Chris Lattner |
2011-04-04 | Remove some support for ReturnInsts with multiple operands, and for | Jay Foad |
2010-10-19 | Get rid of static constructors for pass registration. Instead, every pass ex... | Owen Anderson |
2010-10-07 | Now with fewer extraneous semicolons! | Owen Anderson |
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-07-28 | simplify by using CallSite constructors; virtually eliminates CallSite::get f... | Gabor Greif |
2010-07-21 | Fix batch of converting RegisterPass<> to INTIALIZE_PASS(). | Owen Anderson |
2010-07-12 | cache result of operator* | Gabor Greif |
2009-11-23 | Remove unused LLVMContext. | Nick Lewycky |
2009-11-01 | teach ipsccp and ipconstprop that a blockaddress doesn't 'take the address' o... | Chris Lattner |
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-09-24 | Constant propagating byval pointer is safe if function is readonly. | Torok Edwin |
2009-09-24 | Don't constant propagate byval pointers, since they are not really pointers, but | Torok Edwin |
2009-08-13 | Push LLVMContexts through the IntegerType APIs. | Owen Anderson |
2009-07-30 | Move more code back to 2.5 APIs. | 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-06 | Finish LLVMContext-ing lib/Analysis. This required pushing LLVMContext's thr... | Owen Anderson |
2009-07-06 | More LLVMContext-ification. | Owen Anderson |
2009-06-06 | Use cast<> instead of dyn_cast<> for things that are known to be | Jay Foad |
2009-01-22 | introduce a useful abstraction to find out if a Use is in the call position o... | Gabor Greif |
2009-01-15 | Add the private linkage. | Rafael Espindola |
2008-10-03 | Clean up some multiple-return-value code that is no longer | Dan Gohman |
2008-09-29 | remove redundant test (mayBeOverriden() includes hasLinkOnceLinkage) | Nuno Lopes |
2008-09-29 | Rename isWeakForLinker to mayBeOverridden. Use it | Duncan Sands |
2008-09-04 | Tidy up several unbeseeming casts from pointer to intptr_t. | Dan Gohman |
2008-07-23 | Enable first-class aggregates support. | Dan Gohman |
2008-06-19 | Use a CallSite to find the nth argument of a call/invoke instruction instead of | Matthijs Kooijman |
2008-06-18 | Reapply r52397 (make IPConstProp promote returned arguments), but fixed this | Matthijs Kooijman |
2008-06-18 | Reapply r52396, it was unrelated to the breakage (that was caused by r52397, my | Matthijs Kooijman |
2008-06-17 | revert recent patch which is causing widespread breakage. | Chris Lattner |
2008-06-17 | Learn IPConstProp to propagate arguments that are directly returned. Strictly | Matthijs Kooijman |
2008-06-17 | Learn IPConstProp to look at individual return values and propagate them | Matthijs Kooijman |
2008-06-09 | Fix PR2411, where ip constant prop would propagate the | Chris Lattner |
2008-05-13 | Clean up the use of static and anonymous namespaces. This turned up | Dan Gohman |
2008-04-23 | simplify code for propagation of constant arguments into | Chris Lattner |
2008-04-23 | Fix a number of bugs in ipconstantprop, simplify the code, fit in 80 cols, | Chris Lattner |
2008-03-20 | Incorporate feedback. | Devang Patel |
2008-03-11 | Handle multiple ret values. | Devang Patel |
2008-02-20 | Make Transforms to be 4.3 warnings-clean | Anton Korobeynikov |
2007-12-29 | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner |
2007-05-06 | Fix typo in comment. | Nick Lewycky |
2007-05-03 | Drop 'const' | Devang Patel |
2007-05-02 | Use 'static const char' instead of 'static const int'. | Devang Patel |
2007-05-01 | Do not use typeinfo to identify pass in pass manager. | Devang Patel |
2007-02-05 | Apply the VISIBILITY_HIDDEN field to the remaining anonymous classes in | Reid Spencer |
2007-01-30 | For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoid | Reid Spencer |