1. 4b74c83 * Finegrainify namespacification by Chris Lattner · 21 years ago
  2. d0fde30 Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 21 years ago
  3. b576c94 Added LLVM project notice to the top of every C++ source file. by John Criswell · 21 years ago
  4. 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
  5. 4d45bd0 Add support for the new varargs intrinsics and instructions by Chris Lattner · 21 years ago
  6. cf3056d Regularize header file comments by Chris Lattner · 21 years ago
  7. 6b63452 Fix spelling/grammar. by Misha Brukman · 21 years ago
  8. a6ce898 Add support for unwind by Chris Lattner · 21 years ago
  9. ec127bb *** empty log message *** by Tanya Lattner · 21 years ago
  10. 741bb00 Added function to determine if an Instruction may trap. by Tanya Lattner · 21 years ago
  11. 8f77dae Add support for the new va_arg instruction by Chris Lattner · 21 years ago
  12. 6e6026b - Eliminated the deferred symbol table stuff in Module & Function, it really by Chris Lattner · 22 years ago
  13. f2da724 New isAssociative/isCommutative inspection methods, graciously contributed by by Chris Lattner · 22 years ago
  14. 2aa8311 Add capability to insert an instruction into a basic block immediately after by Chris Lattner · 22 years ago
  15. d1e693f Enable "garbage detection" of LLVM objects. Now users should be obnoxious by Chris Lattner · 22 years ago
  16. bded132 Move code out of header files into .cpp files to make future changes easier by Chris Lattner · 22 years ago
  17. 0513e9f Remove support for NOT instruction by Chris Lattner · 22 years ago
  18. c105645 Create a static version of Instruction::getOpcodeName(opCode) that by Vikram S. Adve · 22 years ago
  19. 7e70829 MEGAPATCH checkin. by Chris Lattner · 22 years ago
  20. 2fbfdcf Change references to the Method class to be references to the Function by Chris Lattner · 22 years ago
  21. 221d688 Method.h no longer includes BasicBlock.h by Chris Lattner · 23 years ago
  22. 71947fd Switch from MachineCodeForVMInstr model that is built into the VMCore library to an annotation based MAchineCodeForInstruction model by Chris Lattner · 23 years ago
  23. 699a7bf Remove extraneous #includes by Chris Lattner · 23 years ago
  24. 697954c Changes to build successfully with GCC 3.02 by Chris Lattner · 23 years ago
  25. e05bf2f * Support new setname interface * Add assertion for sanity checking by Chris Lattner · 23 years ago
  26. 7e583cf Renamed include/llvm/Codegen to include/llvm/CodeGen by Chris Lattner · 23 years ago
  27. f9be9a9 Fix code to be in a consistent style by Chris Lattner · 23 years ago
  28. cfad5df Remove getTempValuesForMachineCode from the Instruction interface by Chris Lattner · 23 years ago
  29. 3344615 Added a representation of the machine instructions generated by Vikram S. Adve · 23 years ago
  30. 20554f1 Moved UnaryOperator::create to InstrTypes.cpp until there is an iUnaryOps.cpp by Chris Lattner · 23 years ago
  31. 477c2ec Moved getBinaryOperator to the BinaryOperator class and the getUnaryOperator by Chris Lattner · 23 years ago
  32. 0095054 Initial revision by Chris Lattner · 23 years ago