1. fb93931 remove unneeded special case for bool by Chris Lattner · 19 years ago
  2. a55866f Eliminate a log(n) lookup by Chris Lattner · 19 years ago
  3. 7f70559 * PIC codegen for X86/Linux has been implemented by Anton Korobeynikov · 19 years ago
  4. a54b7cb For PR1064: by Reid Spencer · 19 years ago
  5. 579dca1 Implement review feedback for the ConstantBool->ConstantInt merge. Chris by Reid Spencer · 19 years ago
  6. 4fe16d6 Rename BoolTy as Int1Ty. Patch by Sheng Zhou. by Reid Spencer · 19 years ago
  7. 6b6b6ef For PR1043: by Zhou Sheng · 19 years ago
  8. f3ccb69 remove support for old-style varargs upgrading by Chris Lattner · 19 years ago
  9. 78d033e For PR411: by Reid Spencer · 19 years ago
  10. 88cfda2 For PR950: by Reid Spencer · 19 years ago
  11. 1c560ad switch statistics over to not use static ctors. by Chris Lattner · 19 years ago
  12. c252fac This snuck in. Reverted. by Bill Wendling · 19 years ago
  13. 5c7e326 Added an automatic cast to "std::ostream*" etc. from OStream. We then can by Bill Wendling · 19 years ago
  14. c6d416a Remove an extraneous { at the end of a block. by Reid Spencer · 19 years ago
  15. 9b84ad1 Fix long standing issue with propagating error message back to caller. This by Reid Spencer · 19 years ago
  16. cd5561a For PR1050: Convert asserts into error messages. by Reid Spencer · 19 years ago
  17. a77fa7e Create the cast constant expression that was read instead of attempting by Reid Spencer · 19 years ago
  18. 38ecbf1 Packed Structures by Andrew Lenharth · 19 years ago
  19. bcd2498 Removed more <iostream> includes by Bill Wendling · 19 years ago
  20. e815619 Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are by Bill Wendling · 19 years ago
  21. ac0b6ae Detemplatize the Statistic class. The only type it is instantiated with by Chris Lattner · 19 years ago
  22. cae6053 Fix a CmpInst writing bug by removing merge cruft that I *know* I've removed by Reid Spencer · 19 years ago
  23. 595b477 For PR950: Implement read/write of ICmp and FCmp constant expressions by Reid Spencer · 19 years ago
  24. 9f13276 Support ICmp/FCmp constant expression reading and writing. by Reid Spencer · 19 years ago
  25. c8dab49 Implement reading and writing of the ICmp and FCmp instructions. by Reid Spencer · 19 years ago
  26. 3795ad1 Remove backwards compatibility goop. This is now handled by llvm-upgrade. by Reid Spencer · 19 years ago
  27. 68fe61d Replacing std::iostreams with llvm iostreams. Some of these changes involve by Bill Wendling · 19 years ago
  28. a21900d Use ostream instead of iostream by Bill Wendling · 19 years ago
  29. 3da59db For PR950: by Reid Spencer · 19 years ago
  30. 967413f Have ConstantExprs upgrade opcodes the same way as instructions. by Reid Spencer · 19 years ago
  31. d798a51 Discard code that supported old bytecode formats. This makes the Bytecode by Reid Spencer · 19 years ago
  32. 4952143 For PR998: by Reid Spencer · 19 years ago
  33. 6996feb Bump the bytecode version number to 7. Implement upgrade of version 6 and by Reid Spencer · 19 years ago
  34. 3822ff5 For PR950: by Reid Spencer · 19 years ago
  35. e03f09c Remove some dead code. by Reid Spencer · 19 years ago
  36. 3ed469c For PR786: by Reid Spencer · 19 years ago
  37. 0a783f7 For PR950: Replace the REM instruction with UREM, SREM and FREM. by Reid Spencer · 19 years ago
  38. 1628cec For PR950: by Reid Spencer · 19 years ago
  39. b83eb64 For PR950: by Reid Spencer · 19 years ago
  40. f0edc6c Fix massive resource leaks in the bytecode reader. Reading a bytecode file by Chris Lattner · 19 years ago
  41. 93c2b37 Small fixes for supporting dll* linkage types by Anton Korobeynikov · 19 years ago
  42. b74ed07 Adding dllimport, dllexport and external weak linkage types. by Anton Korobeynikov · 19 years ago
  43. 7d51544 - Fixed broken Win32 build by Anton Korobeynikov · 19 years ago
  44. 99655e1 For PR797: by Reid Spencer · 19 years ago
  45. 0b5a504 For PR797: by Reid Spencer · 19 years ago
  46. 0ff2d31 For PR797: by Reid Spencer · 19 years ago
  47. 5a06077 For PR797: by Reid Spencer · 19 years ago
  48. e5c9cb5 For PR797: by Reid Spencer · 19 years ago
  49. a5ec45d Inverse the error check logic for the MappedFile::map() call. It returns by Reid Spencer · 19 years ago
  50. b152fd2 For PR797: by Reid Spencer · 19 years ago
  51. 233fe72 For PR797: by Reid Spencer · 19 years ago
  52. 751ca6b For PR797: by Reid Spencer · 19 years ago
  53. 0c33231 Modify Path::eraseFromDisk to not throw an exception. by Chris Lattner · 19 years ago
  54. c847f7c formatting cleanups by Chris Lattner · 19 years ago
  55. 252ad03 Change Path::getStatusInfo to return a boolean and error string on an error by Chris Lattner · 19 years ago
  56. 435540f Exceptions are thrown by and through this library. by Chris Lattner · 19 years ago
  57. 8d8a7ff Finish removal of EH usage from the Archive library. The REQUIRES_EH flag by Reid Spencer · 19 years ago
  58. 3039b99 Remove EH use from the Archive library and adjust its users accordingly. by Reid Spencer · 19 years ago
  59. 7c339b8 These libs use EH info by Chris Lattner · 19 years ago
  60. 94aa7f3 Fix a bug in my previous patch which broke building llvm/runtime when using llvm-gcc3. by Chris Lattner · 19 years ago
  61. 0300f3e Change the ModuleProvider interface to not throw exceptions. by Chris Lattner · 19 years ago
  62. 05ac92c Change the verifier to never throw an exception. Instead verifyModule canoptionally return the string error, which is an easier api for clients touse anyway. by Chris Lattner · 19 years ago
  63. 32f5553 For PR787: by Reid Spencer · 19 years ago
  64. 101cefa Fix a bug where the types for inlineasm nodes were not properly entered into by Chris Lattner · 19 years ago
  65. 18c8b49 Use archive libraries instead of object files for VMCore, BCReader, by Reid Spencer · 19 years ago
  66. a65371e Fix a bug in the bc reader/writer: we were not correctly encoding varargs by Chris Lattner · 19 years ago
  67. ebf8e6c Fix misencoding of calling conventions by Chris Lattner · 19 years ago
  68. ffb4d62 When reading the symbol table, make sure to delete the ArchiveMember by Reid Spencer · 19 years ago
  69. 943b9b6 Apply bug fix supplied by Greg Pettyjohn for a bug he found: '<invalid>' is not a legal path on Windows. by Jeff Cohen · 19 years ago
  70. 59fecec use isValidOperands instead of duplicating checks by Chris Lattner · 19 years ago
  71. 30b44b6 Add shufflevector reading support by Chris Lattner · 19 years ago
  72. d2cfb7a We have an assertion that checks that we do not encode null values into the by Chris Lattner · 19 years ago
  73. f4321a3 Handle the removal of the debug chain. by Jim Laskey · 19 years ago
  74. bad0800 Simplify the autoupgrade interface by Chris Lattner · 19 years ago
  75. e2a5fb0 Fix auto-upgrade of intrinsics to work properly with both assembly and by Reid Spencer · 20 years ago
  76. 3bc5a60 add bc reader/writer support for inline asm by Chris Lattner · 20 years ago
  77. 05ebc8d Make it even more portable. by Jeff Cohen · 20 years ago
  78. fb709b6 Portably cast a pointer to an integer. by Jeff Cohen · 20 years ago
  79. 6631601 Rename method by Chris Lattner · 20 years ago
  80. 7e6db76 Add support for reading/writing inline asm by Chris Lattner · 20 years ago
  81. 49e732c Revert last patch because it messes up the JIT, amongst other things. by Reid Spencer · 20 years ago
  82. 9629efd For PR411: by Reid Spencer · 20 years ago
  83. e1e96c0 1. Identify bytecode modules that have upgraded intrinsics by setting a by Reid Spencer · 20 years ago
  84. 3e59546 Add a flag to identify bytecode files that have intrinsic functions that by Reid Spencer · 20 years ago
  85. e812fb2 Make sure intrinsic auto-upgrade is invoked correctly. by Reid Spencer · 20 years ago
  86. b1f240b Reader support for the insertelement operation. by Robert Bocchino · 20 years ago
  87. 0b11820 For PR411: by Reid Spencer · 20 years ago
  88. fee31b3 Added bytecode support for the extractelement operation. by Robert Bocchino · 20 years ago
  89. 8748746 more C++ daintiness by Duraid Madina · 20 years ago
  90. 0f7bfba I bet pinski knows why g++ accepts this stuff by Duraid Madina · 20 years ago
  91. 6ff7240 Fix a problem with llvm-ranlib that (on some platforms) caused the archive by Reid Spencer · 20 years ago
  92. c76ea43 trivial cleanup by Chris Lattner · 20 years ago
  93. 39979ea Fix reading LLVM 1.3 bc files. by Chris Lattner · 20 years ago
  94. 404cddf Read and write section info from/to .bc files by Chris Lattner · 20 years ago
  95. ba0ffcc Wrap long line. by Jeff Cohen · 20 years ago
  96. 277973b Fix VC++ warning that bools cannot be ORed. by Jeff Cohen · 20 years ago
  97. ce5e04e minor clarity changes, no functionality difference. by Chris Lattner · 20 years ago
  98. 54b369e don't misencode CC#'s by Chris Lattner · 20 years ago
  99. e73bd45 encode/decode function alignment in bc files by Chris Lattner · 20 years ago
  100. 8eb52dd Read/write global variable alignments if present by Chris Lattner · 20 years ago