1. 7a17675 Renamed inst_const_iterator -> const_inst_iterator by Chris Lattner · 24 years ago
  2. e9bb2df Rename ConstPoolVal -> Constant by Chris Lattner · 24 years ago
  3. 7061dc5 Split the PHINode class out from the iOther.h file into the iPHINode.h file by Chris Lattner · 24 years ago
  4. cee8f9a Create a new #include "Support/..." directory structure to move things by Chris Lattner · 24 years ago
  5. 360e17e Move DataTypes.h from llvm/Support to just Support by Chris Lattner · 24 years ago
  6. de51dd8 Use pointertype where appropriate by Chris Lattner · 24 years ago
  7. 69b5ce9 Remove invalid,unneccesary ## token by Chris Lattner · 24 years ago
  8. 782b939 * Implement array indexing in lli by Chris Lattner · 24 years ago
  9. 3bcce72 Rename cruft by Chris Lattner · 24 years ago
  10. 1b60014 Implement some more rand functions for em3d benchmark by Chris Lattner · 24 years ago
  11. 84efe09 Print percentages for profiling info better by Chris Lattner · 24 years ago
  12. a95c699 Print profile info if exit() is called by Chris Lattner · 24 years ago
  13. e240906 Hack a structure profiling option together by Chris Lattner · 24 years ago
  14. 070cf5e Correct problem that allows indirect function calls by Chris Lattner · 24 years ago
  15. ea38c0e * Switch to operation on pointers with PointerTy more consistently by Chris Lattner · 24 years ago
  16. 461f02f *Print Stack traces better. by Chris Lattner · 24 years ago
  17. 5af0c48 * Use cached writer to speed up printing and get symbolic types more consistently by Chris Lattner · 24 years ago
  18. 6a6791b Add %p format to printf, which MUST be used when printing pointer values. by Chris Lattner · 24 years ago
  19. 8679005 Implement log and drand48 for TSP bm by Chris Lattner · 24 years ago
  20. c063d38 Implement sqrt, implement printf better, simpler. by Chris Lattner · 24 years ago
  21. 0f279b2 Be lenient on types so that programs that are not very typesafe will work by Chris Lattner · 24 years ago
  22. 4d0e1f9 Implement xor operator by Chris Lattner · 24 years ago
  23. 5deea3c callExternalMethod now returns the return value of the function by Chris Lattner · 24 years ago
  24. 4721f13 Implement a gross function name map that must be used when linking statically by Chris Lattner · 24 years ago
  25. bb76f02 * Add some assertions for checking internal error conditions by Chris Lattner · 24 years ago
  26. a5637fc Don't fail to load runtime if running LLI from the current directory by Chris Lattner · 24 years ago
  27. f5b2ec1 Print out a label if we step into the first instruction of a basic block by Chris Lattner · 24 years ago
  28. 08845a2 * Fix pow wrapper to actually work by Chris Lattner · 24 years ago
  29. 95c3af5 Implement getelementptr instruction as well as the load and store forms by Chris Lattner · 24 years ago
  30. 069aa25 Remember to print out the next instruction if stepping over an external method call by Chris Lattner · 24 years ago
  31. a74a6b5 Fix problem next'ing over an external method by Chris Lattner · 24 years ago
  32. 316a65b Fix some illegal uses of the ## operator by Chris Lattner · 24 years ago
  33. 3eb60f8 Add methods print<TYPE> for String, Pointer, and each primitive type. by Vikram S. Adve · 24 years ago
  34. 43e3f7c Implement a -trace command line option and a trace option in the interpreter. by Chris Lattner · 24 years ago
  35. c259316 * Make pointer values work better by treating them uniformly as 64 bit values. by Chris Lattner · 24 years ago
  36. 204eec3 Provide argv for commands by Chris Lattner · 24 years ago
  37. e43db88 * Implement exit() builtin function by Chris Lattner · 24 years ago
  38. f8f2afb Enhancements to pass argc & argv to main if required by Chris Lattner · 24 years ago
  39. 7b851ab Implement ulong & long support by Chris Lattner · 24 years ago
  40. 39bb5b4 Implement initializers for structs and pointers by Chris Lattner · 24 years ago
  41. 2e42d3a Implement global variables. Struct and Pointer initializers are not implemented yet though by Chris Lattner · 24 years ago
  42. ef9c23f * Both Method & GlobalVariable now subclass GlobalValue by Chris Lattner · 24 years ago
  43. b00c582 Commit more code over to new cast style by Chris Lattner · 24 years ago
  44. 1d87bcf Convert more code to use new style casts Eliminate old style casts from value.h by Chris Lattner · 24 years ago
  45. 9636a91 Add support for new style casts by Chris Lattner · 24 years ago
  46. 41c2e5c File #include file by Chris Lattner · 24 years ago
  47. b26bcc5 Make a new llvm/Target #include directory. by Chris Lattner · 24 years ago
  48. e93cdce Use the correct style casts by Chris Lattner · 24 years ago
  49. 7720c8e Add support for external methods by Chris Lattner · 24 years ago
  50. 365a76e Genericize support for calling functions a bit Add external method support by Chris Lattner · 24 years ago
  51. 454bd1f Annotations are now const by Chris Lattner · 24 years ago
  52. 8666098 Lots of new functionality by Chris Lattner · 24 years ago
  53. 92101ac Initial checkin of interpreter by Chris Lattner · 24 years ago