1. a65371e Fix a bug in the bc reader/writer: we were not correctly encoding varargs by Chris Lattner · 19 years ago
  2. 59fecec use isValidOperands instead of duplicating checks by Chris Lattner · 19 years ago
  3. 30b44b6 Add shufflevector reading support by Chris Lattner · 19 years ago
  4. d2cfb7a We have an assertion that checks that we do not encode null values into the by Chris Lattner · 19 years ago
  5. f4321a3 Handle the removal of the debug chain. by Jim Laskey · 19 years ago
  6. bad0800 Simplify the autoupgrade interface by Chris Lattner · 19 years ago
  7. e2a5fb0 Fix auto-upgrade of intrinsics to work properly with both assembly and by Reid Spencer · 19 years ago
  8. 3bc5a60 add bc reader/writer support for inline asm by Chris Lattner · 19 years ago
  9. 05ebc8d Make it even more portable. by Jeff Cohen · 19 years ago
  10. fb709b6 Portably cast a pointer to an integer. by Jeff Cohen · 19 years ago
  11. 6631601 Rename method by Chris Lattner · 19 years ago
  12. 7e6db76 Add support for reading/writing inline asm by Chris Lattner · 19 years ago
  13. 49e732c Revert last patch because it messes up the JIT, amongst other things. by Reid Spencer · 19 years ago
  14. 9629efd For PR411: by Reid Spencer · 19 years ago
  15. e1e96c0 1. Identify bytecode modules that have upgraded intrinsics by setting a by Reid Spencer · 19 years ago
  16. e812fb2 Make sure intrinsic auto-upgrade is invoked correctly. by Reid Spencer · 19 years ago
  17. b1f240b Reader support for the insertelement operation. by Robert Bocchino · 19 years ago
  18. 0b11820 For PR411: by Reid Spencer · 19 years ago
  19. fee31b3 Added bytecode support for the extractelement operation. by Robert Bocchino · 19 years ago
  20. 39979ea Fix reading LLVM 1.3 bc files. by Chris Lattner · 20 years ago
  21. 404cddf Read and write section info from/to .bc files by Chris Lattner · 20 years ago
  22. ce5e04e minor clarity changes, no functionality difference. by Chris Lattner · 20 years ago
  23. 54b369e don't misencode CC#'s by Chris Lattner · 20 years ago
  24. e73bd45 encode/decode function alignment in bc files by Chris Lattner · 20 years ago
  25. 8eb52dd Read/write global variable alignments if present by Chris Lattner · 20 years ago
  26. 42ba6b4 Write/read allocation instruction alignment info to .bc files. by Chris Lattner · 20 years ago
  27. 66c5fd6 When a function takes a variable number of pointer arguments, with a zero by Jeff Cohen · 20 years ago
  28. eebac5f Use a map to cache the ModuleType information, so we can do logarithmic by Chris Lattner · 20 years ago
  29. cb6682f Culling out use of unions for converting FP to bits and vice versa. by Jim Laskey · 20 years ago
  30. 00b16889 Eliminate all remaining tabs and trailing spaces. by Jeff Cohen · 20 years ago
  31. 558bc88 core changes for varargs by Andrew Lenharth · 20 years ago
  32. 3f6948d remove some dead (always dynamically false) flags by Chris Lattner · 20 years ago
  33. dee199f encode calling conventions for call/invoke instructions. by Chris Lattner · 20 years ago
  34. 479ffeb encode function calling convs in the bytecode file. invoke and call are by Chris Lattner · 20 years ago
  35. 38287bd add bytecode reader support for tail calls by Chris Lattner · 20 years ago
  36. 6b8a63a Remove vim settings from source code; people should use llvm/utils/vim/vimrc by Misha Brukman · 20 years ago
  37. aba5ff5 Add some extra checks. Opaque types don't have a null marker. by Chris Lattner · 20 years ago
  38. 8a96c53 Remove trailing whitespace by Misha Brukman · 20 years ago
  39. e4d5c44 This mega patch converts us from using Function::a{iterator|begin|end} to by Chris Lattner · 20 years ago
  40. 7acff25 second argument to Value::setName is now gone. by Chris Lattner · 20 years ago
  41. 7e61823 use more specific cast. by Chris Lattner · 20 years ago
  42. b52f1c2 Make sure to clear the LazyFunctionLoadMap after we ParseAllFunctionBodies. by Chris Lattner · 20 years ago
  43. 6132332 Fix the regressions my User changes introduced. Apparently some parts of by Chris Lattner · 20 years ago
  44. cad28bd Adjust to changes in User class and minor changes in instruction ctors. by Chris Lattner · 20 years ago
  45. e133721 Fix problems uncovered by VC++ (first time compiled by VC++) by Jeff Cohen · 20 years ago
  46. 389bd04 Remove a dead field, make the map go to integer type ID to hash better and by Chris Lattner · 20 years ago
  47. 0aed01d Remove #include inadvertently added by Chris Lattner · 20 years ago
  48. c4d6916 Eliminate this ugly hack. This was put back in when replaceAllUsesOf used by Chris Lattner · 20 years ago
  49. 3c39127 Provide more information in the error message that occurs when there are by Reid Spencer · 20 years ago
  50. 02dce16 Do not allow bytecode files with unresolved references to be read. Doing by Chris Lattner · 20 years ago
  51. 3af4b4f RevisionNum is read by error(), initialize it early. by Chris Lattner · 21 years ago
  52. 638c381 Add note that this is for old bytecode files. by Chris Lattner · 21 years ago
  53. 97fbc50 Use a per-function flag bit to indicate whether or not there is a function by Chris Lattner · 21 years ago
  54. 3bdad69 Make *SURE* to null out the pointer before throwing an exception, otherwise by Chris Lattner · 21 years ago
  55. 18549c2 Make functions default to having external linkage if they have no FunctionBlock. by Chris Lattner · 21 years ago
  56. 61aaf2e Simplify decompression code by using the high level interface to the Compressor by Reid Spencer · 21 years ago
  57. a3e6ad6 Mark an unmaterialized function as having GhostLinkage by Misha Brukman · 21 years ago
  58. f0c977c * Comments & cleanup per CL code review. by Reid Spencer · 21 years ago
  59. 17f52c5 Add support for compressed bytecode by Reid Spencer · 21 years ago
  60. 2e7ec12 Do not erroneously accept revision 6 bytecode files when the format hasn't by Chris Lattner · 21 years ago
  61. a79e7cc Add support for undef, unreachable, and function flags by Chris Lattner · 21 years ago
  62. 4a242b3 Fit in 80 columns by Chris Lattner · 21 years ago
  63. 44666b1 Fix doxygen comment by Misha Brukman · 21 years ago
  64. 56bc894 The system ranlib on darwin occasionally adds two extra newlines to the by Chris Lattner · 21 years ago
  65. 2da5c3d Convert code to compile with vc7.1. by Reid Spencer · 21 years ago
  66. 20aa474 Fixes to make LLVM compile with vc7.1. by Alkis Evlogimenos · 21 years ago
  67. 551ccae Changes For Bug 352 by Reid Spencer · 21 years ago
  68. af073bd Get rid of an extraneous local variable. by Reid Spencer · 21 years ago
  69. 5b472d9 Bytecode Reader Cleanup: by Reid Spencer · 21 years ago
  70. 715c90b Packed types, brought to you by Brad Jones by Brian Gaeke · 21 years ago
  71. 38d54be Bytecode File Format Changes: by Reid Spencer · 21 years ago
  72. 9a7e0c5 Turn a use of intptr_t into a reinterpret_cast<uint64_t> instead to get by Reid Spencer · 21 years ago
  73. 2c6c14d Make getGlobalTableValue not use getTypeSlot, this speeds up the bc reader by Chris Lattner · 21 years ago
  74. 45b5dd2 Do not do a linear std::find to reconstruct information we had, but later threw by Chris Lattner · 21 years ago
  75. bcb11cf Simplify code and silence warning by Chris Lattner · 21 years ago
  76. 1d78516 Fix a serious bug in the double constant reader. In particular, because by Chris Lattner · 21 years ago
  77. ada1618 Always write FP values correctly. by Reid Spencer · 21 years ago
  78. ad89bd6 bug 263: by Reid Spencer · 21 years ago
  79. a86037e bug 122: by Reid Spencer · 21 years ago
  80. fe2102b Actually set the endian/pointersize flags on the module being read in! by Brian Gaeke · 21 years ago
  81. 0859e52 Fix warning on SparcV9, where sizeof (int) != sizeof (void *). by Brian Gaeke · 21 years ago
  82. 46b002c Various cleanups: by Reid Spencer · 21 years ago
  83. 2439972 Error Handling Cleanup: by Reid Spencer · 21 years ago
  84. 011bed5 Fix a backwards compatibility bug found by Tanya. In version 1.2, the by Reid Spencer · 21 years ago
  85. 5c15fe5 Finalize bytecode dumping. The "handleFinish" method was getting called by Reid Spencer · 21 years ago
  86. 04cde2c - Don't use macros to call the BytecodeHandler by Reid Spencer · 21 years ago
  87. 060d25d MAJOR REWRITE. by Reid Spencer · 21 years ago
  88. f70c22b Rename Type::PrimitiveID to TypeId and ::getPrimitiveID() to ::getTypeID() by Chris Lattner · 21 years ago
  89. 5fa428f Implement support for a new LLVM 1.3 bytecode format, which uses uint's by Chris Lattner · 21 years ago
  90. 9dd8770 Remove a bunch of cruft that was used to be backwards compatible with the last by Chris Lattner · 21 years ago
  91. 11cad51 Make error message a bit nicer. Contributed by Reid Spencer by Chris Lattner · 21 years ago
  92. d5d8996 Start using the new and improve interface to FunctionType arguments by Chris Lattner · 21 years ago
  93. cdaff32 Fix bogus warning and simplify code by Chris Lattner · 21 years ago
  94. 52f86d6 Bugfixes for dealing with partially compactified functions by Chris Lattner · 21 years ago
  95. 2410243 Save another 30K from 176.gcc by encoding the compaction table a bit more by Chris Lattner · 21 years ago
  96. 89e0253 Add support for reading bytecode files with compactiontables for bytecode files. by Chris Lattner · 21 years ago
  97. 80b9734 Bytecode format for LLVM 1.2 no longer explicitly encodes zeros in primitive by Chris Lattner · 21 years ago
  98. 9336199 Allow bytecode files to refer directly to global values as constants, instead by Chris Lattner · 21 years ago
  99. 44d0eeb Fix PR73 by Chris Lattner · 21 years ago
  100. 7969dc2 Change all of the bytecode reader primitives to throw exceptions instead of by Chris Lattner · 21 years ago