1. f0edc6c Fix massive resource leaks in the bytecode reader. Reading a bytecode file by Chris Lattner · 19 years ago
  2. 93c2b37 Small fixes for supporting dll* linkage types by Anton Korobeynikov · 19 years ago
  3. b74ed07 Adding dllimport, dllexport and external weak linkage types. by Anton Korobeynikov · 19 years ago
  4. 7d51544 - Fixed broken Win32 build by Anton Korobeynikov · 19 years ago
  5. 99655e1 For PR797: by Reid Spencer · 19 years ago
  6. 0b5a504 For PR797: by Reid Spencer · 19 years ago
  7. b152fd2 For PR797: by Reid Spencer · 19 years ago
  8. 233fe72 For PR797: by Reid Spencer · 19 years ago
  9. 7c339b8 These libs use EH info by Chris Lattner · 19 years ago
  10. 94aa7f3 Fix a bug in my previous patch which broke building llvm/runtime when using llvm-gcc3. by Chris Lattner · 19 years ago
  11. 0300f3e Change the ModuleProvider interface to not throw exceptions. by Chris Lattner · 19 years ago
  12. 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
  13. 32f5553 For PR787: by Reid Spencer · 19 years ago
  14. 18c8b49 Use archive libraries instead of object files for VMCore, BCReader, by Reid Spencer · 19 years ago
  15. a65371e Fix a bug in the bc reader/writer: we were not correctly encoding varargs by Chris Lattner · 19 years ago
  16. 59fecec use isValidOperands instead of duplicating checks by Chris Lattner · 19 years ago
  17. 30b44b6 Add shufflevector reading support by Chris Lattner · 19 years ago
  18. d2cfb7a We have an assertion that checks that we do not encode null values into the by Chris Lattner · 19 years ago
  19. f4321a3 Handle the removal of the debug chain. by Jim Laskey · 19 years ago
  20. bad0800 Simplify the autoupgrade interface by Chris Lattner · 19 years ago
  21. e2a5fb0 Fix auto-upgrade of intrinsics to work properly with both assembly and by Reid Spencer · 20 years ago
  22. 3bc5a60 add bc reader/writer support for inline asm by Chris Lattner · 20 years ago
  23. 05ebc8d Make it even more portable. by Jeff Cohen · 20 years ago
  24. fb709b6 Portably cast a pointer to an integer. by Jeff Cohen · 20 years ago
  25. 6631601 Rename method by Chris Lattner · 20 years ago
  26. 7e6db76 Add support for reading/writing inline asm by Chris Lattner · 20 years ago
  27. 49e732c Revert last patch because it messes up the JIT, amongst other things. by Reid Spencer · 20 years ago
  28. 9629efd For PR411: by Reid Spencer · 20 years ago
  29. e1e96c0 1. Identify bytecode modules that have upgraded intrinsics by setting a by Reid Spencer · 20 years ago
  30. 3e59546 Add a flag to identify bytecode files that have intrinsic functions that by Reid Spencer · 20 years ago
  31. e812fb2 Make sure intrinsic auto-upgrade is invoked correctly. by Reid Spencer · 20 years ago
  32. b1f240b Reader support for the insertelement operation. by Robert Bocchino · 20 years ago
  33. 0b11820 For PR411: by Reid Spencer · 20 years ago
  34. fee31b3 Added bytecode support for the extractelement operation. by Robert Bocchino · 20 years ago
  35. 0f7bfba I bet pinski knows why g++ accepts this stuff by Duraid Madina · 20 years ago
  36. 39979ea Fix reading LLVM 1.3 bc files. by Chris Lattner · 20 years ago
  37. 404cddf Read and write section info from/to .bc files by Chris Lattner · 20 years ago
  38. ce5e04e minor clarity changes, no functionality difference. by Chris Lattner · 20 years ago
  39. 54b369e don't misencode CC#'s by Chris Lattner · 20 years ago
  40. e73bd45 encode/decode function alignment in bc files by Chris Lattner · 20 years ago
  41. 8eb52dd Read/write global variable alignments if present by Chris Lattner · 20 years ago
  42. 42ba6b4 Write/read allocation instruction alignment info to .bc files. by Chris Lattner · 20 years ago
  43. 66c5fd6 When a function takes a variable number of pointer arguments, with a zero by Jeff Cohen · 20 years ago
  44. eebac5f Use a map to cache the ModuleType information, so we can do logarithmic by Chris Lattner · 20 years ago
  45. cb6682f Culling out use of unions for converting FP to bits and vice versa. by Jim Laskey · 20 years ago
  46. fea4930 This is a dummy, it doesn't matter what the ValueType is by Chris Lattner · 20 years ago
  47. 00b16889 Eliminate all remaining tabs and trailing spaces. by Jeff Cohen · 20 years ago
  48. 213e557 If we support structs as va_list, we must pass pointers to them to va_copy by Andrew Lenharth · 20 years ago
  49. 017fba9 va_end fix by Andrew Lenharth · 20 years ago
  50. 558bc88 core changes for varargs by Andrew Lenharth · 20 years ago
  51. 141e488 Remove code for conversion from old style va_args. Preparing the way for by Andrew Lenharth · 20 years ago
  52. 3f6948d remove some dead (always dynamically false) flags by Chris Lattner · 20 years ago
  53. dee199f encode calling conventions for call/invoke instructions. by Chris Lattner · 20 years ago
  54. 479ffeb encode function calling convs in the bytecode file. invoke and call are by Chris Lattner · 20 years ago
  55. 38287bd add bytecode reader support for tail calls by Chris Lattner · 20 years ago
  56. 6b8a63a Remove vim settings from source code; people should use llvm/utils/vim/vimrc by Misha Brukman · 20 years ago
  57. aba5ff5 Add some extra checks. Opaque types don't have a null marker. by Chris Lattner · 20 years ago
  58. 8a96c53 Remove trailing whitespace by Misha Brukman · 20 years ago
  59. e4d5c44 This mega patch converts us from using Function::a{iterator|begin|end} to by Chris Lattner · 20 years ago
  60. 7acff25 second argument to Value::setName is now gone. by Chris Lattner · 20 years ago
  61. 7e61823 use more specific cast. by Chris Lattner · 20 years ago
  62. 818827d Make the check for global variables the same as the one for functions. In by Reid Spencer · 21 years ago
  63. b52f1c2 Make sure to clear the LazyFunctionLoadMap after we ParseAllFunctionBodies. by Chris Lattner · 21 years ago
  64. e5cea5e Do not put internal symbols into the symbol table. This shrinks the symbol by Chris Lattner · 21 years ago
  65. 6132332 Fix the regressions my User changes introduced. Apparently some parts of by Chris Lattner · 21 years ago
  66. cad28bd Adjust to changes in User class and minor changes in instruction ctors. by Chris Lattner · 21 years ago
  67. 0a83472 For PR351: by Reid Spencer · 21 years ago
  68. 7904c4f Remove the #include of llvm/Config/unistd.h as it is no longer needed. by Reid Spencer · 21 years ago
  69. e133721 Fix problems uncovered by VC++ (first time compiled by VC++) by Jeff Cohen · 21 years ago
  70. 9153f8f For PR351: by Reid Spencer · 21 years ago
  71. 1fce091 Path::get -> Path::toString by Reid Spencer · 21 years ago
  72. 389bd04 Remove a dead field, make the map go to integer type ID to hash better and by Chris Lattner · 21 years ago
  73. 0aed01d Remove #include inadvertently added by Chris Lattner · 21 years ago
  74. c4d6916 Eliminate this ugly hack. This was put back in when replaceAllUsesOf used by Chris Lattner · 21 years ago
  75. 3c39127 Provide more information in the error message that occurs when there are by Reid Spencer · 21 years ago
  76. 02dce16 Do not allow bytecode files with unresolved references to be read. Doing by Chris Lattner · 21 years ago
  77. 3af4b4f RevisionNum is read by error(), initialize it early. by Chris Lattner · 21 years ago
  78. 93ee7dc Fix a comment to imply the correct semantics. by Reid Spencer · 21 years ago
  79. 638c381 Add note that this is for old bytecode files. by Chris Lattner · 21 years ago
  80. 5a88578 Per code review:\ by Reid Spencer · 21 years ago
  81. 97fbc50 Use a per-function flag bit to indicate whether or not there is a function by Chris Lattner · 21 years ago
  82. 3bdad69 Make *SURE* to null out the pointer before throwing an exception, otherwise by Chris Lattner · 21 years ago
  83. 1992522 Cleanups. Null out pointer after freeing it for paranoia by Chris Lattner · 21 years ago
  84. 18549c2 Make functions default to having external linkage if they have no FunctionBlock. by Chris Lattner · 21 years ago
  85. 766b793 Changes necessary to enable linking of archives without LLVM symbol tables. by Reid Spencer · 21 years ago
  86. ce2bc2b Moved to lib/Bytecode/Archive. by Reid Spencer · 21 years ago
  87. 565ff3d Add wrappers to get defined symbols from bytecode by Reid Spencer · 21 years ago
  88. d3539b8 Simplify handling of decompression by Reid Spencer · 21 years ago
  89. 61aaf2e Simplify decompression code by using the high level interface to the Compressor by Reid Spencer · 21 years ago
  90. a3e6ad6 Mark an unmaterialized function as having GhostLinkage by Misha Brukman · 21 years ago
  91. b581028 Recognize compressed LLVM bytecode files. by John Criswell · 21 years ago
  92. f0c977c * Comments & cleanup per CL code review. by Reid Spencer · 21 years ago
  93. 36eea80 Add comments per CL code review. by Reid Spencer · 21 years ago
  94. 17f52c5 Add support for compressed bytecode by Reid Spencer · 21 years ago
  95. 2bcfcbe Implement the GetBytecodeSymbols interface function to extract just the by Reid Spencer · 21 years ago
  96. 06aada9 Fix library name. by Reid Spencer · 21 years ago
  97. cac731e We won't use automake by Reid Spencer · 21 years ago
  98. 86d341b Initial automake generated Makefile template by Reid Spencer · 21 years ago
  99. 2e7ec12 Do not erroneously accept revision 6 bytecode files when the format hasn't by Chris Lattner · 21 years ago
  100. a79e7cc Add support for undef, unreachable, and function flags by Chris Lattner · 21 years ago