1. 0b79a77 Replace isTrapping with a new, similar method called by Eli Friedman · 15 years ago
  2. 34468c2 FreeInst is trapping. by Dan Gohman · 15 years ago
  3. 7f6aa2b Remove the vicmp and vfcmp instructions. Because we never had a release with by Nick Lewycky · 15 years ago
  4. 194ae78 Give Instruction::isSameOperationAs a corresponding comment to note by Dan Gohman · 15 years ago
  5. ae3a0be Split the Add, Sub, and Mul instruction opcodes into separate by Dan Gohman · 15 years ago
  6. 7af1c78 Allow readonly functions to unwind exceptions. Teach by Duncan Sands · 15 years ago
  7. a36791d Simplify the logic of getting hold of a PHI predecessor block. by Gabor Greif · 16 years ago
  8. 3ff704f add a new insertAfter method, patch by Tom Jablin! by Chris Lattner · 16 years ago
  9. e3a0884 improve const correctness. by Chris Lattner · 16 years ago
  10. 41fe88b Fix an obvious copy/pasto. by Nick Lewycky · 16 years ago
  11. 9a8af45 Fix Instruction::isIdenticalTo and isSameOperationAs to recognize by Dan Gohman · 16 years ago
  12. 95c2cc5 Correct the name of isTrapping in comments. by Dan Gohman · 16 years ago
  13. fc74abf Enable first-class aggregates support. by Dan Gohman · 16 years ago
  14. 26bb50a Add an insertBefore method for attaching previously unattached instructions, by Owen Anderson · 16 years ago
  15. 74b5e07 Let Instruction::getOpcodeName() return something useful for the new by Matthijs Kooijman · 16 years ago
  16. ac80ade Add two new instructions to the llvm IR, vicmp and vfcmp. see updated LangRef by Nate Begeman · 16 years ago
  17. 748118d conservatively say that volatile stores read memory. by Chris Lattner · 16 years ago
  18. 38818b0 store can't read from memory. by Chris Lattner · 16 years ago
  19. d96288a add a new Instruction::mayReadFromMemory predicate, make by Chris Lattner · 16 years ago
  20. 7ae40e7 add a handy helper method to instruction, useful for determining by Chris Lattner · 16 years ago
  21. d660f97 VAArg may trap. by Dan Gohman · 16 years ago
  22. 95cb2ad print getresult instruction. by Devang Patel · 16 years ago
  23. 4ee451d Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 17 years ago
  24. 7915cbe Revert r44626, which turned off the use of readonly by Duncan Sands · 17 years ago
  25. afba8fe Reverting dtor devirtualization patch. by Gordon Henriksen · 17 years ago
  26. ed455c8 Devirtualizing Value destructor (PR889). Patch by Pawel Kunio! by Gordon Henriksen · 17 years ago
  27. 5d84afd Commit 44487 broke bootstrap of llvm-gcc-4.2. It is by Duncan Sands · 17 years ago
  28. a3355ff Rather than having special rules like "intrinsics cannot by Duncan Sands · 17 years ago
  29. 37f3ee1 Move the GET_SIDE_EFFECT_INFO logic from isInstructionTriviallyDead by Dan Gohman · 17 years ago
  30. 910c80a Refactor the setName stuff, moving it down the inheritance hierarchy, to by Chris Lattner · 17 years ago
  31. da304d0 remove warning by Chris Lattner · 17 years ago
  32. c552ff2 Add a FIXME for unwritten code. by Reid Spencer · 17 years ago
  33. fadb3f7 fix build by Andrew Lenharth · 17 years ago
  34. bb5493d make mayWriteToMemory a non-virtual function by Chris Lattner · 17 years ago
  35. f00042a Switch UnaryOperators to default to passing names up by const char* when possible. by Chris Lattner · 17 years ago
  36. dec628e Switch ValueSymbolTable to use StringMap<Value*> instead of std::map<std::string, Value*> by Chris Lattner · 18 years ago
  37. ef9b9a7 For PR411: by Reid Spencer · 18 years ago
  38. 70d8d12 Now that setcondinst has been eliminated, we can mark Value::SubclassID by Chris Lattner · 18 years ago
  39. e4d87aa For PR950: by Reid Spencer · 18 years ago
  40. 74f1642 Allow the ICmp and FCmp instructions to be written by the AsmWriter by Reid Spencer · 18 years ago
  41. 3da59db For PR950: by Reid Spencer · 18 years ago
  42. 45fb3f3 For PR950: by Reid Spencer · 18 years ago
  43. 3822ff5 For PR950: by Reid Spencer · 18 years ago
  44. 0a783f7 For PR950: Replace the REM instruction with UREM, SREM and FREM. by Reid Spencer · 18 years ago
  45. 4d3839d Fix Transforms/InstCombine/2006-10-26-VectorReassoc.ll by Chris Lattner · 18 years ago
  46. 1628cec For PR950: by Reid Spencer · 18 years ago
  47. a5b0740 Add new SetCondInst::isRelational/isEquality methods. Rename by Chris Lattner · 18 years ago
  48. 70aa33e Add some out-of-line virtual dtors so that the class has a "home", preventing by Chris Lattner · 18 years ago
  49. 00f1023 Add shufflevector support, todo, implement better constant folding. by Chris Lattner · 18 years ago
  50. c152f9c VMCore support for the insertelement operation. by Robert Bocchino · 19 years ago
  51. b52ee7f Added support for the extractelement operation. by Robert Bocchino · 19 years ago
  52. 0fe34d8 add new helper function by Chris Lattner · 19 years ago
  53. 558bc88 core changes for varargs by Andrew Lenharth · 19 years ago
  54. ddb6db4 Add a 'tail' marker for call instructions, patch contributed by by Chris Lattner · 19 years ago
  55. fd93908 Remove trailing whitespace by Misha Brukman · 19 years ago
  56. 0d1e407 remove all of the various setName implementations, consolidating them into by Chris Lattner · 19 years ago
  57. 18221ed Remove the 2nd argument to Value::setName by Chris Lattner · 19 years ago
  58. 96d83f6 Adjust to changes in User class. by Chris Lattner · 20 years ago
  59. 38f1455 Add method by Chris Lattner · 20 years ago
  60. b976e66 Add support for undef and unreachable by Chris Lattner · 20 years ago
  61. 4b83380 Implement remove/eraseFromParent methods by Chris Lattner · 20 years ago
  62. 551ccae Changes For Bug 352 by Reid Spencer · 20 years ago
  63. 40515db Fold iType into Value::VTy by Chris Lattner · 20 years ago
  64. e5828f1 Refactor common initialization code in private init() functions. by Alkis Evlogimenos · 20 years ago
  65. b4f4880 Know the opcode name of the select instruction by Chris Lattner · 20 years ago
  66. 786993c If changing a parent, don't add then remove the object from the leak detector by Chris Lattner · 21 years ago
  67. 3a534f2 Implement new Instruction::isRelational method by Chris Lattner · 21 years ago
  68. 4b74c83 * Finegrainify namespacification by Chris Lattner · 21 years ago
  69. d0fde30 Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 21 years ago
  70. b576c94 Added LLVM project notice to the top of every C++ source file. by John Criswell · 21 years ago
  71. 3b237fc Change the Opcode enum for PHI nodes from "Instruction::PHINode" to "Instruction::PHI" to be more consistent with the other instructions. by Chris Lattner · 21 years ago
  72. 4d45bd0 Add support for the new varargs intrinsics and instructions by Chris Lattner · 21 years ago
  73. cf3056d Regularize header file comments by Chris Lattner · 21 years ago
  74. 6b63452 Fix spelling/grammar. by Misha Brukman · 21 years ago
  75. a6ce898 Add support for unwind by Chris Lattner · 21 years ago
  76. ec127bb *** empty log message *** by Tanya Lattner · 21 years ago
  77. 741bb00 Added function to determine if an Instruction may trap. by Tanya Lattner · 21 years ago
  78. 8f77dae Add support for the new va_arg instruction by Chris Lattner · 21 years ago
  79. 6e6026b - Eliminated the deferred symbol table stuff in Module & Function, it really by Chris Lattner · 22 years ago
  80. f2da724 New isAssociative/isCommutative inspection methods, graciously contributed by by Chris Lattner · 22 years ago
  81. 2aa8311 Add capability to insert an instruction into a basic block immediately after by Chris Lattner · 22 years ago
  82. d1e693f Enable "garbage detection" of LLVM objects. Now users should be obnoxious by Chris Lattner · 22 years ago
  83. bded132 Move code out of header files into .cpp files to make future changes easier by Chris Lattner · 22 years ago
  84. 0513e9f Remove support for NOT instruction by Chris Lattner · 22 years ago
  85. c105645 Create a static version of Instruction::getOpcodeName(opCode) that by Vikram S. Adve · 22 years ago
  86. 7e70829 MEGAPATCH checkin. by Chris Lattner · 22 years ago
  87. 2fbfdcf Change references to the Method class to be references to the Function by Chris Lattner · 22 years ago
  88. 221d688 Method.h no longer includes BasicBlock.h by Chris Lattner · 23 years ago
  89. 71947fd Switch from MachineCodeForVMInstr model that is built into the VMCore library to an annotation based MAchineCodeForInstruction model by Chris Lattner · 23 years ago
  90. 699a7bf Remove extraneous #includes by Chris Lattner · 23 years ago
  91. 697954c Changes to build successfully with GCC 3.02 by Chris Lattner · 23 years ago
  92. e05bf2f * Support new setname interface * Add assertion for sanity checking by Chris Lattner · 23 years ago
  93. 7e583cf Renamed include/llvm/Codegen to include/llvm/CodeGen by Chris Lattner · 23 years ago
  94. f9be9a9 Fix code to be in a consistent style by Chris Lattner · 23 years ago
  95. cfad5df Remove getTempValuesForMachineCode from the Instruction interface by Chris Lattner · 23 years ago
  96. 3344615 Added a representation of the machine instructions generated by Vikram S. Adve · 23 years ago
  97. 20554f1 Moved UnaryOperator::create to InstrTypes.cpp until there is an iUnaryOps.cpp by Chris Lattner · 23 years ago
  98. 477c2ec Moved getBinaryOperator to the BinaryOperator class and the getUnaryOperator by Chris Lattner · 23 years ago
  99. 0095054 Initial revision by Chris Lattner · 23 years ago