| Commit message (Expand) | Author | Age | Files | Lines |
* | Change class' public PassInfo variables to by initialized with the | Dan Gohman | 2008-05-13 | 2 | -22/+17 |
* | Clean up the use of static and anonymous namespaces. This turned up | Dan Gohman | 2008-05-13 | 4 | -8/+17 |
* | Pointer comparisons should be handled by icmp, not vicmp :) | Nate Begeman | 2008-05-12 | 1 | -2/+2 |
* | Hard code CmpInst back to i1 for now while I go track down what in the bitcod... | Nate Begeman | 2008-05-12 | 1 | -2/+2 |
* | Fix build breakage | Nate Begeman | 2008-05-12 | 1 | -1/+1 |
* | Add two new instructions to the llvm IR, vicmp and vfcmp. see updated LangRef | Nate Begeman | 2008-05-12 | 4 | -72/+131 |
* | Update comments. | Dan Gohman | 2008-05-12 | 2 | -5/+4 |
* | merge of use-diet branch to trunk | Gabor Greif | 2008-05-10 | 5 | -235/+524 |
* | Check for validity of aliasee pointer before dereference. | Anton Korobeynikov | 2008-05-08 | 1 | -1/+3 |
* | conservatively say that volatile stores read memory. | Chris Lattner | 2008-05-08 | 1 | -2/+3 |
* | store can't read from memory. | Chris Lattner | 2008-05-08 | 1 | -1/+0 |
* | add a new Instruction::mayReadFromMemory predicate, make | Chris Lattner | 2008-05-08 | 1 | -2/+19 |
* | Turn StripPointerCast() into a method | Anton Korobeynikov | 2008-05-07 | 2 | -30/+26 |
* | Make StripPointerCast a common function (should we mak it method of Value ins... | Anton Korobeynikov | 2008-05-06 | 3 | -27/+30 |
* | Remove uses of llvm/System/IncludeFile.h that are no longer needed. | Dan Gohman | 2008-05-06 | 2 | -7/+0 |
* | Use (void) instead of () in C code. | Gordon Henriksen | 2008-05-04 | 1 | -14/+14 |
* | Add separate intrinsics for MMX / SSE shifts with i32 integer operands. This ... | Evan Cheng | 2008-05-03 | 1 | -1/+1 |
* | fix a bug in my previous patch, a classic =/== bug. | Chris Lattner | 2008-04-30 | 1 | -1/+1 |
* | add a method for comparing to see if a value has a specified name. | Chris Lattner | 2008-04-30 | 1 | -0/+7 |
* | Expose parameter attributes via C bindings. | Gordon Henriksen | 2008-04-28 | 2 | -0/+47 |
* | Allow asms to return multiple results by value. | Chris Lattner | 2008-04-27 | 1 | -4/+13 |
* | Remove 'unwinds to' support from mainline. This patch undoes r47802 r47989 | Nick Lewycky | 2008-04-25 | 3 | -50/+9 |
* | tighten up verifier checks which missed cases where | Chris Lattner | 2008-04-23 | 1 | -8/+9 |
* | Enforce that multiple return values have to have at least one result. | Chris Lattner | 2008-04-23 | 2 | -7/+25 |
* | Verify that the operand of a getresult instruction is a | Chris Lattner | 2008-04-23 | 1 | -1/+7 |
* | more fallout from Nicholas' asmprinter patch. | Chris Lattner | 2008-04-22 | 1 | -17/+13 |
* | don't print dominators every time it is computed with -debug. | Chris Lattner | 2008-04-21 | 1 | -4/+0 |
* | another bug introduced in r47802 by nicholas, for no apparent reason. | Chris Lattner | 2008-04-21 | 1 | -1/+1 |
* | fix a bug introduced by Nicholas' "unwinds to" stuff: we | Chris Lattner | 2008-04-21 | 1 | -2/+2 |
* | add a handy helper method to instruction, useful for determining | Chris Lattner | 2008-04-20 | 1 | -0/+23 |
* | hopefully resolve PR2240 | Chris Lattner | 2008-04-20 | 1 | -1/+1 |
* | rearrange some code, simplify handling of shifts. | Chris Lattner | 2008-04-20 | 1 | -60/+56 |
* | Use simplified ConstantFP::get method, fix a bug handling frem x, 0 with long... | Chris Lattner | 2008-04-20 | 2 | -16/+19 |
* | Implement PR2206. | Chris Lattner | 2008-04-19 | 1 | -8/+17 |
* | refactor handling of symbolic constant folding, picking up | Chris Lattner | 2008-04-19 | 1 | -62/+62 |
* | indentation fix. | Chris Lattner | 2008-04-19 | 1 | -14/+14 |
* | Don't read off end of the input array. | Dale Johannesen | 2008-04-16 | 1 | -1/+1 |
* | Major repairs to the post-dominators implementation. Patch from Florian Bran... | Owen Anderson | 2008-04-16 | 1 | -1/+4 |
* | VAArg may trap. | Dan Gohman | 2008-04-14 | 1 | -0/+1 |
* | Merge LLVMBuilder and FoldingBuilder, calling | Duncan Sands | 2008-04-13 | 1 | -1/+1 |
* | Make several symbols static. | Dan Gohman | 2008-04-10 | 1 | -5/+5 |
* | add a simplified accessor for creating an fp constant of a | Chris Lattner | 2008-04-09 | 1 | -13/+25 |
* | add a version of ConstantFP::get that doesn't take a redundant Type* value, | Chris Lattner | 2008-04-09 | 1 | -21/+22 |
* | Convenience method for setting the nounwind | Duncan Sands | 2008-04-08 | 1 | -0/+9 |
* | Make sure that intrinsics automagically get the | Duncan Sands | 2008-04-07 | 2 | -3/+9 |
* | fix a warning | Gabor Greif | 2008-04-06 | 1 | -1/+1 |
* | API changes for class Use size reduction, wave 1. | Gabor Greif | 2008-04-06 | 7 | -29/+75 |
* | Change the MemoryBuffer::getFile* methods to take just a pointer to the | Chris Lattner | 2008-04-01 | 1 | -1/+1 |
* | Don't eliminate bitcast instructions that change the type of a pointer | Nate Begeman | 2008-03-31 | 1 | -19/+21 |
* | Fix comment typo. | Duncan Sands | 2008-03-30 | 1 | -1/+1 |