Age | Commit message (Expand) | Author |
2009-01-15 | Add the private linkage. | Rafael Espindola |
2009-01-14 | Fix PR3325, a miscompilation of invokes by IPSCCP. Patch by Jay Foad! | Chris Lattner |
2008-11-21 | Fix unused variable warnings. | Devang Patel |
2008-11-03 | Replace explicit loop with utility function. | Nick Lewycky |
2008-09-04 | Tidy up several unbeseeming casts from pointer to intptr_t. | Dan Gohman |
2008-08-23 | improve encapsulation of the BBExecutable set. | Chris Lattner |
2008-08-23 | Switch an assortment of maps, sets and vectors to more efficient versions, | Chris Lattner |
2008-08-14 | Temporarily revert r54792. It's causing an ICE during bootstrapping. | Bill Wendling |
2008-08-14 | Use DenseMap. Patch by Pratik Solanki. | Devang Patel |
2008-08-13 | Fix SCCP's handling of struct value loads and stores. SCCP doesn't | Dan Gohman |
2008-07-23 | Enable first-class aggregates support. | Dan Gohman |
2008-06-20 | Tidy up some commments and use the getAggregateOperand and | Dan Gohman |
2008-06-20 | Fix the conditions under which SCCP should examine insertvalue | Dan Gohman |
2008-06-20 | Teach SCCP about insertvalue and extractvalue, and about | Dan Gohman |
2008-05-24 | Fix PR2358 by resolving calls with undef arguments to overdefined. | Chris Lattner |
2008-05-23 | Allow for switch with no cases. Was causing fault | Dale Johannesen |
2008-05-13 | Clean up the use of static and anonymous namespaces. This turned up | Dan Gohman |
2008-05-11 | Fix various DOUTs to not call the extremely expensive Value::getName() | Chris Lattner |
2008-05-10 | Simplify code by using SwitchInst::findCaseValue instead of reimplementing it. | Chris Lattner |
2008-04-25 | Remove 'unwinds to' support from mainline. This patch undoes r47802 r47989 | Nick Lewycky |
2008-04-24 | code restructuring, not functionality change. | Chris Lattner |
2008-04-24 | Don't replace multiple result of calls with undef, | Chris Lattner |
2008-04-24 | code cleanup, no functionality change. | Chris Lattner |
2008-04-23 | Rewrite multiple return value handling in SCCP. Before, the -sccp pass | Chris Lattner |
2008-04-09 | Be conservative if getresult operand is neither call nor invoke. | Devang Patel |
2008-04-06 | API changes for class Use size reduction, wave 1. | Gabor Greif |
2008-03-21 | Don't include <map> in Pass.h, which doesn't need it. This requires | Dan Gohman |
2008-03-11 | Add TODO reminder. | Devang Patel |
2008-03-11 | Initial multiple return values support. | Devang Patel |
2008-03-09 | SCCP also needs to be taught to follow unwind_to | Nick Lewycky |
2008-03-08 | Not all users of a BB are Instructions any more. | Nick Lewycky |
2008-02-20 | Make Transforms to be 4.3 warnings-clean | Anton Korobeynikov |
2008-01-28 | Fix PR1938 by forcing the code that uses an undefined value to branch one | Chris Lattner |
2007-12-29 | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner |
2007-12-29 | Disable null pointer folding transforms for non-generic address spaces. This ... | Christopher Lamb |
2007-10-03 | Use empty() member functions when that's what's being tested for instead | Dan Gohman |
2007-07-20 | Place SCCPSolver also in the anonymous namespace. This | Duncan Sands |
2007-05-17 | Fix PR1431 | Devang Patel |
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-04-14 | fix long lines | Chris Lattner |
2007-03-04 | minor cleanups | Chris Lattner |
2007-02-15 | For PR1195: | Reid Spencer |
2007-02-05 | Apply the VISIBILITY_HIDDEN field to the remaining anonymous classes in | Reid Spencer |
2007-02-02 | Switch this back to using an std::map. DenseMap entries are getting invalidated | Chris Lattner |
2007-02-02 | Remove more malloc thrashing, this speeds up IPSCCP on kimwitu another 6.7%. | Chris Lattner |
2007-02-02 | Convert an std::set to SmallSet, this speeds up IPSCCP 17% on kimwitu. | Chris Lattner |
2007-02-02 | eliminate a malloc/free for (almost) every GEP processed. This speeds up | Chris Lattner |