| Commit message (Expand) | Author | Age | Files | Lines |
| * | "LLVMContext* " --> "LLVMContext *" | Owen Anderson | 2009-07-06 | 1 | -2/+2 |
| * | Finish LLVMContext-ing lib/Analysis. This required pushing LLVMContext's thr... | Owen Anderson | 2009-07-06 | 1 | -1/+1 |
| * | Thread LLVMContext through the constant folding APIs, which touches a lot of ... | Owen Anderson | 2009-07-06 | 1 | -1/+2 |
| * | Even more passes being LLVMContext'd. | Owen Anderson | 2009-07-03 | 1 | -26/+34 |
| * | Don't crash on multiple return value with no obvious inserted value. | Nick Lewycky | 2009-06-06 | 1 | -2/+2 |
| * | Use Operands.data() instead of &Operands[0] where Operands is a potentially | Nick Lewycky | 2009-05-28 | 1 | -1/+1 |
| * | Factorize out a concept - no functionality change. | Duncan Sands | 2009-03-21 | 1 | -2/+2 |
| * | Don't load values out of global constants with weak | Duncan Sands | 2009-03-20 | 1 | -2/+2 |
| * | Add the private linkage. | Rafael Espindola | 2009-01-15 | 1 | -5/+5 |
| * | Fix PR3325, a miscompilation of invokes by IPSCCP. Patch by Jay Foad! | Chris Lattner | 2009-01-14 | 1 | -3/+2 |
| * | Fix unused variable warnings. | Devang Patel | 2008-11-21 | 1 | -0/+2 |
| * | Replace explicit loop with utility function. | Nick Lewycky | 2008-11-03 | 1 | -4/+2 |
| * | Tidy up several unbeseeming casts from pointer to intptr_t. | Dan Gohman | 2008-09-04 | 1 | -2/+2 |
| * | improve encapsulation of the BBExecutable set. | Chris Lattner | 2008-08-23 | 1 | -8/+4 |
| * | Switch an assortment of maps, sets and vectors to more efficient versions, | Chris Lattner | 2008-08-23 | 1 | -28/+25 |
| * | Temporarily revert r54792. It's causing an ICE during bootstrapping. | Bill Wendling | 2008-08-14 | 1 | -5/+5 |
| * | Use DenseMap. Patch by Pratik Solanki. | Devang Patel | 2008-08-14 | 1 | -5/+5 |
| * | Fix SCCP's handling of struct value loads and stores. SCCP doesn't | Dan Gohman | 2008-08-13 | 1 | -2/+0 |
| * | Enable first-class aggregates support. | Dan Gohman | 2008-07-23 | 1 | -41/+0 |
| * | Tidy up some commments and use the getAggregateOperand and | Dan Gohman | 2008-06-20 | 1 | -9/+9 |
| * | Fix the conditions under which SCCP should examine insertvalue | Dan Gohman | 2008-06-20 | 1 | -1/+18 |
| * | Teach SCCP about insertvalue and extractvalue, and about | Dan Gohman | 2008-06-20 | 1 | -13/+107 |
| * | Fix PR2358 by resolving calls with undef arguments to overdefined. | Chris Lattner | 2008-05-24 | 1 | -0/+6 |
| * | Allow for switch with no cases. Was causing fault | Dale Johannesen | 2008-05-23 | 1 | -0/+2 |
| * | Clean up the use of static and anonymous namespaces. This turned up | Dan Gohman | 2008-05-13 | 1 | -7/+7 |
| * | Fix various DOUTs to not call the extremely expensive Value::getName() | Chris Lattner | 2008-05-11 | 1 | -5/+5 |
| * | Simplify code by using SwitchInst::findCaseValue instead of reimplementing it. | Chris Lattner | 2008-05-10 | 1 | -14/+2 |
| * | Remove 'unwinds to' support from mainline. This patch undoes r47802 r47989 | Nick Lewycky | 2008-04-25 | 1 | -5/+0 |
| * | code restructuring, not functionality change. | Chris Lattner | 2008-04-24 | 1 | -22/+24 |
| * | Don't replace multiple result of calls with undef, | Chris Lattner | 2008-04-24 | 1 | -2/+4 |
| * | code cleanup, no functionality change. | Chris Lattner | 2008-04-24 | 1 | -19/+21 |
| * | Rewrite multiple return value handling in SCCP. Before, the -sccp pass | Chris Lattner | 2008-04-23 | 1 | -112/+114 |
| * | Be conservative if getresult operand is neither call nor invoke. | Devang Patel | 2008-04-09 | 1 | -2/+3 |
| * | API changes for class Use size reduction, wave 1. | Gabor Greif | 2008-04-06 | 1 | -1/+1 |
| * | Don't include <map> in Pass.h, which doesn't need it. This requires | Dan Gohman | 2008-03-21 | 1 | -0/+1 |
| * | Add TODO reminder. | Devang Patel | 2008-03-11 | 1 | -0/+1 |
| * | Initial multiple return values support. | Devang Patel | 2008-03-11 | 1 | -19/+95 |
| * | SCCP also needs to be taught to follow unwind_to | Nick Lewycky | 2008-03-09 | 1 | -0/+4 |
| * | Not all users of a BB are Instructions any more. | Nick Lewycky | 2008-03-08 | 1 | -1/+6 |
| * | Make Transforms to be 4.3 warnings-clean | Anton Korobeynikov | 2008-02-20 | 1 | -2/+2 |
| * | Fix PR1938 by forcing the code that uses an undefined value to branch one | Chris Lattner | 2008-01-28 | 1 | -4/+19 |
| * | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
| * | Disable null pointer folding transforms for non-generic address spaces. This ... | Christopher Lamb | 2007-12-29 | 1 | -1/+3 |
| * | Use empty() member functions when that's what's being tested for instead | Dan Gohman | 2007-10-03 | 1 | -1/+1 |
| * | Place SCCPSolver also in the anonymous namespace. This | Duncan Sands | 2007-07-20 | 1 | -3/+3 |
| * | It's not necessary to do rounding for alloca operations when the requested | Dan Gohman | 2007-07-18 | 1 | -0/+1691 |