1. 3da59db For PR950: by Reid Spencer · 18 years ago
  2. 45fb3f3 For PR950: by Reid Spencer · 18 years ago
  3. 3822ff5 For PR950: by Reid Spencer · 18 years ago
  4. 0a783f7 For PR950: Replace the REM instruction with UREM, SREM and FREM. by Reid Spencer · 18 years ago
  5. 1628cec For PR950: by Reid Spencer · 18 years ago
  6. b83eb64 For PR950: by Reid Spencer · 18 years ago
  7. 06a248c2 Add insertelement/extractelement helper ctors. by Chris Lattner · 18 years ago
  8. 79bc332 add a helper method by Chris Lattner · 18 years ago
  9. 2f46386 Add ShiftInst::isLogical/ArithmeticShift methods. by Chris Lattner · 18 years ago
  10. 70aa33e Add some out-of-line virtual dtors so that the class has a "home", preventing by Chris Lattner · 18 years ago
  11. ff8953a remove dead var by Chris Lattner · 18 years ago
  12. e46749c Add an assertion for a common error by Chris Lattner · 18 years ago
  13. 9b4c96d Add assertions that verify that the actual arguments to a call or invoke match by Chris Lattner · 18 years ago
  14. f95670f Move these ctors out of line by Chris Lattner · 18 years ago
  15. d2325d0 Add methods to check insertelement/extractelement instructions for validity, by Chris Lattner · 18 years ago
  16. 00f1023 Add shufflevector support, todo, implement better constant folding. by Chris Lattner · 18 years ago
  17. fdbc82a Teach BinaryOperator::createNot to work with packed integer types by Chris Lattner · 18 years ago
  18. c152f9c VMCore support for the insertelement operation. by Robert Bocchino · 19 years ago
  19. b52ee7f Added support for the extractelement operation. by Robert Bocchino · 19 years ago
  20. b9d4100 Get logical operations to like packed types, allow BinOp::getNot to create by Chris Lattner · 19 years ago
  21. 6033716 verify that alignments are always a power of 2 by Chris Lattner · 19 years ago
  22. 14b0529 Add support alignment of allocation instructions. by Nate Begeman · 19 years ago
  23. d7231ac PHINode::hasConstantValue should never return the PHI itself, even if the by Chris Lattner · 19 years ago
  24. 8313a25 Invoke instructions do not dominate all successors by Chris Lattner · 19 years ago
  25. b3b48e1 Use the bool argument to hasConstantValue to decide whether the client is by Chris Lattner · 19 years ago
  26. 9acbd61 Mark hasConstantValue as a const method by Chris Lattner · 19 years ago
  27. c523f4c Add an extra parameter that Chris requested by Nate Begeman · 19 years ago
  28. a83ba0f Fix a fixme in CondPropagate.cpp by moving a PhiNode optimization into by Nate Begeman · 19 years ago
  29. 558bc88 core changes for varargs by Andrew Lenharth · 19 years ago
  30. d511898 add support for explicit calling conventions by Chris Lattner · 19 years ago
  31. ddb6db4 Add a 'tail' marker for call instructions, patch contributed by by Chris Lattner · 19 years ago
  32. f818cfe fix a bug in the 1 index GEP handling code by Chris Lattner · 19 years ago
  33. 38bacf2 add direct support for making GEP instrs with one index by Chris Lattner · 19 years ago
  34. 64001d0 Allow these methods to take a generic Value* to simplify clients. Use by Chris Lattner · 19 years ago
  35. fd93908 Remove trailing whitespace by Misha Brukman · 19 years ago
  36. fd67824 Convert tabs to spaces by Misha Brukman · 19 years ago
  37. d1a3260 switch instructions only allow constantints for their values, be more specific. by Chris Lattner · 19 years ago
  38. 2866297 Instead of initializing the volatile field, use accessors to set it. by Chris Lattner · 20 years ago
  39. 1f377fc Make sure that we always grow a multiple of 2 operands. by Chris Lattner · 20 years ago
  40. b12261a Merge InstrTypes.cpp into this file by Chris Lattner · 20 years ago
  41. 1bae291 Fix grammar by Misha Brukman · 20 years ago
  42. 18e6c22 These methods are inlined by Chris Lattner · 20 years ago
  43. 859804f Make ReturnInst accept a value of type void as the return value. The by Alkis Evlogimenos · 20 years ago
  44. b976e66 Add support for undef and unreachable by Chris Lattner · 20 years ago
  45. 795948a Move the implementation of the instructions clone methods to this file so by Chris Lattner · 20 years ago
  46. 715c90b Packed types, brought to you by Brad Jones by Brian Gaeke · 20 years ago
  47. 8fabb62 Split assertion to two in order to give better assertion messages. by Alkis Evlogimenos · 20 years ago
  48. 91366a8 Merge i*.cpp definitions into Instructions.cpp as part of bug403. by Alkis Evlogimenos · 20 years ago