| Commit message (Expand) | Author | Age | Files | Lines |
| * | Don't pass StringRef by reference. | Benjamin Kramer | 2010-07-14 | 1 | -2/+1 |
| * | Just use getParent() instead of getModuleFromVal when the value is a Function. | Dan Gohman | 2010-07-14 | 1 | -1/+1 |
| * | Rename WriteConstantInt to WriteConstantInternal, to avoid confusion. | Dan Gohman | 2010-07-14 | 1 | -4/+5 |
| * | Add support for empty metadata nodes: !{}. | Dan Gohman | 2010-07-13 | 1 | -1/+2 |
| * | rotate CallInst operands | Gabor Greif | 2010-07-13 | 1 | -2/+3 |
| * | cache dereferenced iterators | Gabor Greif | 2010-07-12 | 1 | -2/+3 |
| * | Convert some tab stops into spaces. | Duncan Sands | 2010-07-12 | 2 | -2/+2 |
| * | fix PR7311 by avoiding breaking casts when a bitcast from scalar->vector | Chris Lattner | 2010-07-12 | 1 | -0/+8 |
| * | make the prototypes for CreateMalloc and CreateFree more consistent. Patch | Chris Lattner | 2010-07-12 | 1 | -3/+4 |
| * | If it's safe to speculatively execute load(alloca) the it's safe to execute | Nick Lewycky | 2010-07-11 | 1 | -3/+11 |
| * | fix typo | Chris Lattner | 2010-07-11 | 1 | -1/+1 |
| * | use PrintEscapedString to handle attribute section with escapes in it, | Chris Lattner | 2010-07-07 | 1 | -6/+11 |
| * | Add fixme. | Devang Patel | 2010-07-06 | 1 | -0/+1 |
| * | IndirectBr is not safe to speculatively execute (!) | Dan Gohman | 2010-07-02 | 1 | -0/+1 |
| * | Implement the "linker_private_weak" linkage type. This will be used for | Bill Wendling | 2010-07-01 | 2 | -0/+8 |
| * | reformulate CallSite::getCallee to adapt to CallInst::ArgOffset, and make it ... | Gabor Greif | 2010-07-01 | 1 | -1/+3 |
| * | Revert r107205 and r107207. | Bill Wendling | 2010-06-29 | 2 | -6/+0 |
| * | Introducing the "linker_weak" linkage type. This will be used for Objective-C | Bill Wendling | 2010-06-29 | 2 | -0/+6 |
| * | use ArgOperand API | Gabor Greif | 2010-06-29 | 1 | -6/+6 |
| * | encode operand initializations (at fixed index) | Gabor Greif | 2010-06-29 | 1 | -12/+8 |
| * | Constant fold x == undef to undef. | Dan Gohman | 2010-06-28 | 1 | -1/+8 |
| * | Fix Value::stripPointerCasts and BasicAA to avoid trouble on | Dan Gohman | 2010-06-28 | 1 | -1/+9 |
| * | use ArgOperand accessors | Gabor Greif | 2010-06-23 | 1 | -13/+13 |
| * | use ArgOperand accessors | Gabor Greif | 2010-06-23 | 1 | -5/+6 |
| * | use helper to neatly access arguments | Gabor Greif | 2010-06-23 | 1 | -5/+6 |
| * | use high-level accessors | Gabor Greif | 2010-06-22 | 1 | -12/+13 |
| * | warmup ritual: use high-level argument accessors | Gabor Greif | 2010-06-22 | 1 | -3/+3 |
| * | Use single interface, using twine, to get named metadata. | Devang Patel | 2010-06-22 | 1 | -5/+1 |
| * | Use A.append(...) instead of A.insert(A.end(), ...) when A is a | Dan Gohman | 2010-06-21 | 2 | -3/+3 |
| * | Move several non-performance-critical member functinos out of line. | Dan Gohman | 2010-06-21 | 2 | -0/+50 |
| * | Tidy. | Bob Wilson | 2010-06-19 | 1 | -2/+2 |
| * | Use separate named MDNode to hold each function's local variable info. | Devang Patel | 2010-06-16 | 1 | -0/+7 |
| * | improve verifier error about unterminated block to include | Chris Lattner | 2010-06-12 | 1 | -1/+2 |
| * | Another place where the code wanted to access the argument list and not all of | Bill Wendling | 2010-06-07 | 1 | -2/+2 |
| * | getFoldedOffsetOf no longer does anything special with vector types. | Dan Gohman | 2010-06-05 | 1 | -1/+1 |
| * | Split the logic behind CastInst::isNoopCast into a separate static function, | Dan Gohman | 2010-05-28 | 1 | -5/+13 |
| * | Eliminate the restriction that the array size in an alloca must be i32. | Dan Gohman | 2010-05-28 | 2 | -4/+4 |
| * | Add basic error checking to MemoryBuffer::getSTDIN. | Dan Gohman | 2010-05-27 | 1 | -7/+6 |
| * | Add support for thiscall calling convention. | Anton Korobeynikov | 2010-05-16 | 2 | -0/+4 |
| * | Adding a v8i64 512-bit vector type. This will be used to model ARM NEON intri... | Evan Cheng | 2010-05-13 | 1 | -0/+6 |
| * | Revert r103493, materializing functions in the regular PassManager. | Dan Gohman | 2010-05-11 | 1 | -9/+1 |
| * | Teach the regular pass manager how to materialize functions as needed. | Dan Gohman | 2010-05-11 | 1 | -1/+9 |
| * | simplify more. | Chris Lattner | 2010-05-10 | 1 | -1/+1 |
| * | Simplify by using startswith instead of substr. | Chris Lattner | 2010-05-10 | 1 | -2/+2 |
| * | fix PR7105 by enumerating MDNodes on all @llvm.foo | Chris Lattner | 2010-05-10 | 1 | -5/+10 |
| * | Fix PR6875: | David Greene | 2010-05-10 | 1 | -15/+31 |
| * | Minimally fix this code to not abort on mdnodes with integer data | Dan Gohman | 2010-05-07 | 1 | -5/+7 |
| * | Fix a problem exposed by my previous commit and noticed by a release-asserts | Duncan Sands | 2010-05-04 | 1 | -11/+3 |
| * | Fix a variant of PR6112 found by thinking about it: when doing | Duncan Sands | 2010-05-04 | 1 | -7/+21 |
| * | Remove the API compatibility layer which converted add, sub, and mul | Dan Gohman | 2010-05-03 | 2 | -27/+4 |