| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix a grammaro. | Dan Gohman | 2010-03-30 | 1 | -1/+1 |
* | fix two cases where the arguments were extracted from the wrong range out of ... | Gabor Greif | 2010-03-30 | 1 | -3/+3 |
* | Make returns more consistent with others. | Bill Wendling | 2010-03-14 | 1 | -2/+2 |
* | There are two ways of checking for a given type, for example isa<PointerType>(T) | Duncan Sands | 2010-02-16 | 1 | -5/+5 |
* | Uniformize the names of type predicates: rather than having isFloatTy and | Duncan Sands | 2010-02-15 | 1 | -1/+1 |
* | Teach SimplifyCFG about magic pointer constants. | Jakob Stoklund Olesen | 2010-02-05 | 1 | -33/+111 |
* | Convert a ton of simple integer type equality tests to the new predicate. | Benjamin Kramer | 2010-01-05 | 1 | -1/+1 |
* | Avoid going through the LLVMContext for type equality where it's safe to dere... | Benjamin Kramer | 2010-01-05 | 1 | -1/+1 |
* | Change errs() to dbgs(). | David Greene | 2010-01-05 | 1 | -13/+13 |
* | Remove dead debug info intrinsics. | Devang Patel | 2010-01-05 | 1 | -7/+0 |
* | Move EliminateDuplicatePHINodes() from SimplifyCFG.cpp to Local.cpp | Jim Grosbach | 2009-12-02 | 1 | -63/+0 |
* | Make EliminateDuplicatePHINodes() available as a utility function | Jim Grosbach | 2009-11-19 | 1 | -1/+1 |
* | refactor TryToSimplifyUncondBranchFromEmptyBlock out of SimplifyCFG. | Chris Lattner | 2009-11-10 | 1 | -164/+2 |
* | remove a bunch of extraneous LLVMContext arguments | Chris Lattner | 2009-11-06 | 1 | -1/+1 |
* | Add a comment about a missed opportunity. | Dan Gohman | 2009-10-30 | 1 | -0/+5 |
* | Teach SimplifyCFG how to eliminate duplicate PHI nodes within a block. | Dan Gohman | 2009-10-30 | 1 | -0/+61 |
* | change simplifycfg to not duplicate 'unwind' instructions. Hopefully | Chris Lattner | 2009-10-13 | 1 | -12/+5 |
* | Instruction::clone does not need to take an LLVMContext&. Remove that and | Nick Lewycky | 2009-09-27 | 1 | -7/+5 |
* | Rename Instruction::isIdenticalTo to Instruction::isIdenticalToWhenDefined, | Dan Gohman | 2009-08-25 | 1 | -2/+4 |
* | Fix -Asserts warnings. | Daniel Dunbar | 2009-08-23 | 1 | -0/+3 |
* | eliminate the "Value" printing methods that print to a std::ostream. | Chris Lattner | 2009-08-23 | 1 | -21/+20 |
* | Fix for PR3016: detect the tricky case, where there are | Eli Friedman | 2009-08-16 | 1 | -59/+37 |
* | Push LLVMContexts through the IntegerType APIs. | Owen Anderson | 2009-08-13 | 1 | -13/+17 |
* | Remove a bunch more now-unnecessary Context arguments. | Dan Gohman | 2009-08-12 | 1 | -6/+4 |
* | Move more code back to 2.5 APIs. | Owen Anderson | 2009-07-30 | 1 | -3/+1 |
* | Remove Value::getName{Start,End}, the last of the old Name APIs. | Daniel Dunbar | 2009-07-26 | 1 | -12/+12 |
* | More migration to raw_ostream, the water has dried up around the iostream hole. | Daniel Dunbar | 2009-07-25 | 1 | -2/+3 |
* | Revert the ConstantInt constructors back to their 2.5 forms where possible, t... | Owen Anderson | 2009-07-24 | 1 | -2/+2 |
* | Get rid of the Pass+Context magic. | Owen Anderson | 2009-07-22 | 1 | -13/+13 |
* | Replace isTrapping with a new, similar method called | Eli Friedman | 2009-07-17 | 1 | -17/+6 |
* | Move more functionality over to LLVMContext. | Owen Anderson | 2009-07-13 | 1 | -3/+4 |
* | This started as a small change, I swear. Unfortunately, lots of things call ... | Owen Anderson | 2009-07-09 | 1 | -4/+4 |
* | "LLVMContext* " --> "LLVMContext *" | Owen Anderson | 2009-07-06 | 1 | -3/+3 |
* | Thread LLVMContext through the constant folding APIs, which touches a lot of ... | Owen Anderson | 2009-07-06 | 1 | -1/+2 |
* | More LLVMContext-ification. | Owen Anderson | 2009-07-05 | 1 | -3/+7 |
* | Teach LoopSimplify how to merge multiple loop exits into a single exit, | Dan Gohman | 2009-06-27 | 1 | -1/+1 |
* | Fix the crash in this test. This is basically the same | Dale Johannesen | 2009-06-15 | 1 | -2/+27 |
* | Split the Add, Sub, and Mul instruction opcodes into separate | Dan Gohman | 2009-06-04 | 1 | -6/+2 |
* | Reuse existing getUnderlyingObject instead of | Dale Johannesen | 2009-05-14 | 1 | -24/+6 |
* | Handle some additonal cases of external weak globals. | Dale Johannesen | 2009-05-13 | 1 | -4/+22 |
* | Don't generate a select whose operand is load of a weak | Dale Johannesen | 2009-05-13 | 1 | -0/+6 |
* | Simplify code by using SmallVector's pop_back_val() instead of | Dan Gohman | 2009-05-06 | 1 | -6/+3 |
* | Fix comment typo. | Dale Johannesen | 2009-03-19 | 1 | -1/+1 |
* | Fix one more place where debug info affected | Dale Johannesen | 2009-03-13 | 1 | -2/+5 |
* | Previous debug info fix to this code wasn't quite | Dale Johannesen | 2009-03-12 | 1 | -5/+4 |
* | There already was a class to force deterministic | Dale Johannesen | 2009-03-12 | 1 | -23/+14 |
* | Another missing check for debug intrinsics. | Dale Johannesen | 2009-03-12 | 1 | -1/+1 |
* | Allow for switch values bigger than 64 bits. | Dale Johannesen | 2009-03-12 | 1 | -1/+1 |
* | Fix some nondeterministic behavior when forwarding | Dale Johannesen | 2009-03-12 | 1 | -3/+13 |
* | Ignore dbg info, while estimating size of jump through block. | Devang Patel | 2009-03-10 | 1 | -1/+3 |