| Commit message (Expand) | Author | Age | Files | Lines |
* | Simplify the logic of getting hold of a PHI predecessor block. | Gabor Greif | 2009-01-23 | 1 | -2/+1 |
* | Do not use host floating point types when emitting | Dale Johannesen | 2009-01-21 | 1 | -2/+12 |
* | Make special cases (0 inf nan) work for frem. | Dale Johannesen | 2009-01-21 | 1 | -10/+0 |
* | div/rem by zero and div/rem overflow are both undefined according to | Chris Lattner | 2009-01-19 | 1 | -11/+11 |
* | Verify Intrinsic::dbg_declare. | Devang Patel | 2009-01-19 | 1 | -0/+5 |
* | Add the private linkage. | Rafael Espindola | 2009-01-15 | 4 | -11/+17 |
* | add comment to explain my previous commit, as asked by Chris | Nuno Lopes | 2009-01-15 | 1 | -0/+2 |
* | fix crash in the case when some arg is null | Nuno Lopes | 2009-01-14 | 1 | -1/+1 |
* | add a new insertAfter method, patch by Tom Jablin! | Chris Lattner | 2009-01-13 | 1 | -0/+6 |
* | Remove some dead code from the days llvm had type planes. | Rafael Espindola | 2009-01-12 | 1 | -46/+1 |
* | make tblgen emit the entire Intrinsic::getAttributes method, | Chris Lattner | 2009-01-12 | 1 | -10/+1 |
* | simplify CallSite helper class to not consult the Instruction's | Gabor Greif | 2009-01-11 | 1 | -59/+33 |
* | Use the spiffy new getAlignmentFromAttrs function. | Nick Lewycky | 2009-01-11 | 1 | -1/+1 |
* | Removed trailing whitespace from Makefiles. | Misha Brukman | 2009-01-09 | 1 | -2/+2 |
* | Use mayBeOverridden here, in anticipation of the | Duncan Sands | 2009-01-08 | 1 | -2/+2 |
* | Fix failure messages in Verifier::PerformTypeCheck. The argument numbers | Bob Wilson | 2009-01-08 | 1 | -47/+42 |
* | CMake: removed lib/VMCore/DebugInfoBuilder.cpp. | Oscar Fuentes | 2009-01-08 | 1 | -1/+0 |
* | Assert that VectorType::getTruncatedElementVectorType is not used with | Bob Wilson | 2009-01-07 | 1 | -4/+10 |
* | remove DebugInfoBuilder, it has been subsumed by Analysis/DebugInfo.h | Chris Lattner | 2009-01-07 | 1 | -274/+0 |
* | Improve support for type-generic vector intrinsics by teaching TableGen how | Bob Wilson | 2009-01-07 | 1 | -1/+27 |
* | Tidy up #includes, deleting a bunch of unnecessary #includes. | Dan Gohman | 2009-01-05 | 1 | -1/+0 |
* | another fix to my previous commit: | Gabor Greif | 2009-01-05 | 1 | -2/+5 |
* | eliminate tabs from my previous commit | Gabor Greif | 2009-01-05 | 1 | -4/+4 |
* | Get rid of the tagging functions and use PointerIntPair. | Gabor Greif | 2009-01-05 | 1 | -10/+13 |
* | tighten up return type check | Chris Lattner | 2009-01-05 | 1 | -4/+2 |
* | Add a mechanism to specify attributes in getOrInsertFunction. | Nick Lewycky | 2009-01-04 | 1 | -2/+29 |
* | Reimplement the old and horrible bison parser for .ll files with a nice | Chris Lattner | 2009-01-02 | 1 | -3/+2 |
* | Don't analyze arguments already marked 'nocapture'. | Duncan Sands | 2008-12-31 | 1 | -0/+7 |
* | Make stripPointerCasts and getUnderlyingObject | Duncan Sands | 2008-12-29 | 1 | -26/+39 |
* | select constant exprs should have the same constraints as select instructions, | Chris Lattner | 2008-12-29 | 1 | -3/+1 |
* | move select validation logic into a shared place where the select ctor, | Chris Lattner | 2008-12-29 | 2 | -17/+31 |
* | The fields for the stoppoint debug intrinsic have not changed, so update the | John Criswell | 2008-12-19 | 1 | -2/+2 |
* | C bindings for dyn_cast_or_null. | Gordon Henriksen | 2008-12-19 | 1 | -0/+12 |
* | Commit missed files from nocapture change. | Nick Lewycky | 2008-12-19 | 1 | -2/+5 |
* | Added support for vector widening. | Mon P Wang | 2008-12-18 | 1 | -0/+6 |
* | This adds some missing functions to the C binding: | Chris Lattner | 2008-12-17 | 1 | -0/+24 |
* | Temporarily revert r61019, r61030, and r61040. These were breaking LLVM Release | Bill Wendling | 2008-12-16 | 1 | -5/+2 |
* | It turns out that "align 1" and unaligned are different. Add a bias to the | Nick Lewycky | 2008-12-15 | 1 | -1/+1 |
* | Introducing nocapture, a parameter attribute for pointers to indicate that the | Nick Lewycky | 2008-12-15 | 1 | -2/+5 |
* | These messages should always be emitted when NDEBUG is unset, not when | Chris Lattner | 2008-12-13 | 1 | -2/+2 |
* | fix grammar, thanks Duncan! | Torok Edwin | 2008-12-11 | 1 | -4/+4 |
* | introduce BasicBlock::getUniquePredecessor() | Torok Edwin | 2008-12-11 | 1 | -0/+19 |
* | Make ConstantAggregateZero::get return a ConstantAggregateZero*, | Dan Gohman | 2008-12-08 | 1 | -1/+1 |
* | Have PseudoSourceValue override Value::dump, so that it works | Dan Gohman | 2008-12-03 | 1 | -2/+1 |
* | Comment typeo fix, thanks Duncan! | Chris Lattner | 2008-12-02 | 1 | -1/+1 |
* | add a little helper function that does PHI translation. | Chris Lattner | 2008-12-02 | 1 | -0/+13 |
* | The PreVerifier pass preserves everything. In practice, this | Chris Lattner | 2008-12-01 | 1 | -0/+4 |
* | improve const correctness. | Chris Lattner | 2008-11-27 | 1 | -2/+2 |
* | add a long-overdue AllocaInst::isStaticAlloca method. | Chris Lattner | 2008-11-26 | 1 | -0/+12 |
* | Silence unused variable warnings. | Devang Patel | 2008-11-21 | 1 | -0/+1 |