1. 47992ea Don't use std::hex. by Bill Wendling · 18 years ago
  2. 3bae2e9 Don't use a cast. It causes an error on some platforms. by Bill Wendling · 18 years ago
  3. 5763105 Fix some thinko's in the last patch. PtrSize has to be in bits and we by Reid Spencer · 18 years ago
  4. 7553c34 Fix a bug in IntToPtr. Truncating to 64-bits only works if the integer by Reid Spencer · 18 years ago
  5. f953633 Radically simplify execution. This patch gets rid of all the special by Reid Spencer · 18 years ago
  6. e092936 Complete the APIntification of the interpreter. All asserts for > 64 bits by Reid Spencer · 18 years ago
  7. e1aa066 Implement APInt support for the binary operators. by Reid Spencer · 18 years ago
  8. 64f150f From Dan Gohman: by Chris Lattner · 18 years ago
  9. b1919e2 Privatize StructLayout::MemberOffsets, adding an accessor by Chris Lattner · 19 years ago
  10. 23cbb1c For PR1188: Compute BitMask correctly. by Reid Spencer · 19 years ago
  11. 832254e Changes to support making the shift instructions be true BinaryOperators. by Reid Spencer · 19 years ago
  12. 5cbf985 For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoid by Reid Spencer · 19 years ago
  13. 24d6da5 For PR970: by Reid Spencer · 19 years ago
  14. a42c7fd Implement the signed icmp instructions properly. To do this we introduce by Reid Spencer · 19 years ago
  15. c00a430 Implement bit-accurate sext instruction. by Reid Spencer · 19 years ago
  16. 65367b2 Use the new maskToBitWidth function to ensure that the results of by Reid Spencer · 19 years ago
  17. 547dcf2 Make shl instruction mask its result to the correct bitsize. This is by Reid Spencer · 19 years ago
  18. 23e2883 Two changes: by Reid Spencer · 19 years ago
  19. 42a7551 rename Type::isIntegral to Type::isInteger, eliminating the old Type::isInteger. by Chris Lattner · 19 years ago
  20. 0ee69bb eliminate calls to Type::isInteger, preferring isIntegral instead. by Chris Lattner · 19 years ago
  21. a54b7cb For PR1064: by Reid Spencer · 19 years ago
  22. 4fe16d6 Rename BoolTy as Int1Ty. Patch by Sheng Zhou. by Reid Spencer · 19 years ago
  23. e49661b For PR950: Convert signed integer types to signless ones. by Reid Spencer · 19 years ago
  24. e4d87aa For PR950: by Reid Spencer · 19 years ago
  25. cecf56b elimiante Statistic static ctors by Chris Lattner · 19 years ago
  26. e815619 Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are by Bill Wendling · 19 years ago
  27. ac0b6ae Detemplatize the Statistic class. The only type it is instantiated with by Chris Lattner · 19 years ago
  28. 97af751 Unbreak VC++ build. by Jeff Cohen · 19 years ago
  29. 480f093 Removed #include <iostream> and replaced streams with llvm streams. by Bill Wendling · 19 years ago
  30. 3da59db For PR950: by Reid Spencer · 19 years ago
  31. d6c3422 Remove redundant <cmath>. by Jim Laskey · 19 years ago
  32. 3822ff5 For PR950: by Reid Spencer · 19 years ago
  33. 45430ac Remove a function prototype that is no longer needed (REM patch missed it) by Reid Spencer · 19 years ago
  34. 0a783f7 For PR950: Replace the REM instruction with UREM, SREM and FREM. by Reid Spencer · 19 years ago
  35. fa8a51e Remove unnecessary sign conversions made possible by last patch. by Reid Spencer · 19 years ago
  36. fe85526 Fix a bug in the interpreter where divides of unmatched signed operands by Reid Spencer · 19 years ago
  37. 1628cec For PR950: by Reid Spencer · 19 years ago
  38. b83eb64 For PR950: by Reid Spencer · 19 years ago
  39. 8c9191c The interpreter assumes that the caller of runFunction() must be lli, and by Jeff Cohen · 20 years ago
  40. 558bc88 core changes for varargs by Andrew Lenharth · 20 years ago
  41. d1c881a * Remove trailing whitespace * Convert tabs to spaces by Misha Brukman · 20 years ago
  42. e4d5c44 This mega patch converts us from using Function::a{iterator|begin|end} to by Chris Lattner · 20 years ago
  43. d564496 Silence VS warnings by Chris Lattner · 21 years ago
  44. ec7c1ab Add support for unreachable by Chris Lattner · 21 years ago
  45. 2da5c3d Convert code to compile with vc7.1. by Reid Spencer · 21 years ago
  46. 551ccae Changes For Bug 352 by Reid Spencer · 21 years ago
  47. ed6c073 Fixes for PR341 by Chris Lattner · 21 years ago
  48. 0a8e8e1 Fixes for PR341 by Chris Lattner · 21 years ago
  49. 3048373 Move the IntrinsicLowering header into the CodeGen directory, as per PR346 by Chris Lattner · 21 years ago
  50. f70c22b Rename Type::PrimitiveID to TypeId and ::getPrimitiveID() to ::getTypeID() by Chris Lattner · 21 years ago
  51. b440dea Go back to the interpreter main loop after performing intrinsic lowering, by Brian Gaeke · 21 years ago
  52. 759d34f Add support for the select instruction by Chris Lattner · 21 years ago
  53. 317201d Rename the intrinsic enum values for llvm.va_* from Intrinsic::va_* to by Chris Lattner · 21 years ago
  54. 9d20b71 Represent va_list in interpreter as a (ec-stack-depth . var-arg-index) by Brian Gaeke · 21 years ago
  55. d8400d8 The Interpreter was failing the AtExit UnitTest. This fixes it. by Brian Gaeke · 22 years ago
  56. aeb2a1d rename the "exceptional" destination of an invoke instruction to the 'unwind' dest by Chris Lattner · 22 years ago
  57. 34562ba Don't pass anything to the IntrinsicLowering class that is not_intrinsic, by Brian Gaeke · 22 years ago
  58. f70e0c2 Clean up a lot of the code I added yesterday by exposing the IntrinsicLowering by Chris Lattner · 22 years ago
  59. 7301178 Pass around IntrinsicLowering instances as appropriate. by Chris Lattner · 22 years ago
  60. 2798cd0 Since we are using a gep_type_iterator, we apparently must get the type by Brian Gaeke · 22 years ago
  61. 63438cc Add support for --debug-only=interpreter, to print out instrs before by Brian Gaeke · 22 years ago
  62. 4af6de8 Do not depend on structure elements being of type UByteTy by Chris Lattner · 22 years ago
  63. 8da1748 Change LLI's internal representation of va_list to a pointer to the next by Brian Gaeke · 22 years ago
  64. d0fde30 Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 22 years ago
  65. c1a2be1 Implement vaarg instruction. This is not quite perfect: 2003-08-11-VaListArg by Brian Gaeke · 22 years ago
  66. dbde1ae popStackAndReturnValueToCaller() must advance instruction pointer to normal by Brian Gaeke · 22 years ago
  67. 9bf06b1 Add stub version of unwind support by Brian Gaeke · 22 years ago
  68. fea483d visitCallInst --> visitCallSite. by Brian Gaeke · 22 years ago
  69. ae2495a Make the operation of visitCallInst() only depend on the CallSite. by Brian Gaeke · 22 years ago
  70. 2cb474c Use CallSites for call sites, instead of CallInsts. A revolutionary concept. by Brian Gaeke · 22 years ago
  71. af955ba Refactor the return-from-function code into popStackAndReturnValueToCaller(). by Brian Gaeke · 22 years ago
  72. 502dda0 Be friendly to gcc 3.4... good compiler. Nice compiler. by Chris Lattner · 22 years ago
  73. 2fa8212 Use regular old malloc to emulate malloc/alloca instructions. by Brian Gaeke · 22 years ago
  74. 3636f4e Remove a comment which no longer applies. by Brian Gaeke · 22 years ago
  75. 03e43dc Reduce the number of #includes. by Brian Gaeke · 22 years ago
  76. b576c94 Added LLVM project notice to the top of every C++ source file. by John Criswell · 22 years ago
  77. 4c66549 Interpret the new varargs intrinsics correctly by Chris Lattner · 22 years ago
  78. d5d96b9 Fix spelling. by Misha Brukman · 22 years ago
  79. 235b200 Never set any signal handlers. Never call setjmp(), longjmp() or strsignal(). by Brian Gaeke · 22 years ago
  80. 63bd613 Change FunctionInfo from being an annotation put on Functions to be by Chris Lattner · 22 years ago
  81. 29794cb Make getOperandValue and executeCastOperation methods of Interpreter. by Brian Gaeke · 22 years ago
  82. d5caf7c Remove printOperandInfo(), and simplify run(). by Brian Gaeke · 22 years ago
  83. 932539a Remove support for printing values from a module by name, only used by Brian Gaeke · 22 years ago
  84. 413ab66 Remove support for interactive (step finish next) instructions. by Brian Gaeke · 22 years ago
  85. 9ad671d Remove support for breakpoints (not used). Remove some dead code and whitespace. by Brian Gaeke · 22 years ago
  86. f58815e Interpreter cleanups: by Brian Gaeke · 22 years ago
  87. 832688a Remove redundant const qualifier by Chris Lattner · 22 years ago
  88. 44edb6b Add support for atexit function, remove support for __main function by Chris Lattner · 22 years ago
  89. d7916e9 switch main LLI core execution to use an InstVisitor instead of a switch statement by Chris Lattner · 22 years ago
  90. 77113b6 Fix testcase: SingleSource/UnitTests/2003-05-02-DependantPHI.c by Chris Lattner · 22 years ago
  91. 374344c Implement varargs support for LLI! by Chris Lattner · 22 years ago
  92. da82ed5 A large number of simple changes: by Chris Lattner · 22 years ago
  93. cdf5178 Add support for recording arguments passed through the ... of a varargs function by Chris Lattner · 22 years ago
  94. d5bc41a Fix problem where we would read 64 bits worth of pointer information, even on 32 bit targets! by Chris Lattner · 22 years ago
  95. fd506f5 Fix a problem with setcc instructions and pointers by Chris Lattner · 22 years ago
  96. 669b76a Implement &|^ on bool values by Chris Lattner · 22 years ago
  97. 0286835 Kill using declarations Kill code for invalid operations on pointers by Chris Lattner · 22 years ago
  98. 5bff50d Implement cast to bool by Chris Lattner · 22 years ago
  99. b945e4d Get rid of extraneous arguments to implementation functions by Chris Lattner · 22 years ago
  100. 09e9392 Add support to LLI for switch instruction by Chris Lattner · 22 years ago