1. 0a783f7 For PR950: Replace the REM instruction with UREM, SREM and FREM. by Reid Spencer · 19 years ago
  2. 1628cec For PR950: by Reid Spencer · 19 years ago
  3. b83eb64 For PR950: by Reid Spencer · 19 years ago
  4. f0edc6c Fix massive resource leaks in the bytecode reader. Reading a bytecode file by Chris Lattner · 19 years ago
  5. 93c2b37 Small fixes for supporting dll* linkage types by Anton Korobeynikov · 19 years ago
  6. b74ed07 Adding dllimport, dllexport and external weak linkage types. by Anton Korobeynikov · 19 years ago
  7. 7d51544 - Fixed broken Win32 build by Anton Korobeynikov · 19 years ago
  8. 99655e1 For PR797: by Reid Spencer · 19 years ago
  9. 0b5a504 For PR797: by Reid Spencer · 19 years ago
  10. 0ff2d31 For PR797: by Reid Spencer · 19 years ago
  11. 5a06077 For PR797: by Reid Spencer · 19 years ago
  12. e5c9cb5 For PR797: by Reid Spencer · 19 years ago
  13. a5ec45d Inverse the error check logic for the MappedFile::map() call. It returns by Reid Spencer · 19 years ago
  14. b152fd2 For PR797: by Reid Spencer · 19 years ago
  15. 233fe72 For PR797: by Reid Spencer · 19 years ago
  16. 751ca6b For PR797: by Reid Spencer · 19 years ago
  17. 0c33231 Modify Path::eraseFromDisk to not throw an exception. by Chris Lattner · 19 years ago
  18. c847f7c formatting cleanups by Chris Lattner · 19 years ago
  19. 252ad03 Change Path::getStatusInfo to return a boolean and error string on an error by Chris Lattner · 19 years ago
  20. 435540f Exceptions are thrown by and through this library. by Chris Lattner · 19 years ago
  21. 8d8a7ff Finish removal of EH usage from the Archive library. The REQUIRES_EH flag by Reid Spencer · 19 years ago
  22. 3039b99 Remove EH use from the Archive library and adjust its users accordingly. by Reid Spencer · 19 years ago
  23. 7c339b8 These libs use EH info by Chris Lattner · 19 years ago
  24. 94aa7f3 Fix a bug in my previous patch which broke building llvm/runtime when using llvm-gcc3. by Chris Lattner · 19 years ago
  25. 0300f3e Change the ModuleProvider interface to not throw exceptions. by Chris Lattner · 19 years ago
  26. 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
  27. 32f5553 For PR787: by Reid Spencer · 19 years ago
  28. 101cefa Fix a bug where the types for inlineasm nodes were not properly entered into by Chris Lattner · 19 years ago
  29. 18c8b49 Use archive libraries instead of object files for VMCore, BCReader, by Reid Spencer · 19 years ago
  30. a65371e Fix a bug in the bc reader/writer: we were not correctly encoding varargs by Chris Lattner · 19 years ago
  31. ebf8e6c Fix misencoding of calling conventions by Chris Lattner · 19 years ago
  32. ffb4d62 When reading the symbol table, make sure to delete the ArchiveMember by Reid Spencer · 19 years ago
  33. 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
  34. 59fecec use isValidOperands instead of duplicating checks by Chris Lattner · 19 years ago
  35. 30b44b6 Add shufflevector reading support by Chris Lattner · 19 years ago
  36. d2cfb7a We have an assertion that checks that we do not encode null values into the by Chris Lattner · 19 years ago
  37. f4321a3 Handle the removal of the debug chain. by Jim Laskey · 19 years ago
  38. bad0800 Simplify the autoupgrade interface by Chris Lattner · 19 years ago
  39. e2a5fb0 Fix auto-upgrade of intrinsics to work properly with both assembly and by Reid Spencer · 20 years ago
  40. 3bc5a60 add bc reader/writer support for inline asm by Chris Lattner · 20 years ago
  41. 05ebc8d Make it even more portable. by Jeff Cohen · 20 years ago
  42. fb709b6 Portably cast a pointer to an integer. by Jeff Cohen · 20 years ago
  43. 6631601 Rename method by Chris Lattner · 20 years ago
  44. 7e6db76 Add support for reading/writing inline asm by Chris Lattner · 20 years ago
  45. 49e732c Revert last patch because it messes up the JIT, amongst other things. by Reid Spencer · 20 years ago
  46. 9629efd For PR411: by Reid Spencer · 20 years ago
  47. e1e96c0 1. Identify bytecode modules that have upgraded intrinsics by setting a by Reid Spencer · 20 years ago
  48. 3e59546 Add a flag to identify bytecode files that have intrinsic functions that by Reid Spencer · 20 years ago
  49. e812fb2 Make sure intrinsic auto-upgrade is invoked correctly. by Reid Spencer · 20 years ago
  50. b1f240b Reader support for the insertelement operation. by Robert Bocchino · 20 years ago
  51. 0b11820 For PR411: by Reid Spencer · 20 years ago
  52. fee31b3 Added bytecode support for the extractelement operation. by Robert Bocchino · 20 years ago
  53. 8748746 more C++ daintiness by Duraid Madina · 20 years ago
  54. 0f7bfba I bet pinski knows why g++ accepts this stuff by Duraid Madina · 20 years ago
  55. 6ff7240 Fix a problem with llvm-ranlib that (on some platforms) caused the archive by Reid Spencer · 20 years ago
  56. c76ea43 trivial cleanup by Chris Lattner · 20 years ago
  57. 39979ea Fix reading LLVM 1.3 bc files. by Chris Lattner · 20 years ago
  58. 404cddf Read and write section info from/to .bc files by Chris Lattner · 20 years ago
  59. ba0ffcc Wrap long line. by Jeff Cohen · 20 years ago
  60. 277973b Fix VC++ warning that bools cannot be ORed. by Jeff Cohen · 20 years ago
  61. ce5e04e minor clarity changes, no functionality difference. by Chris Lattner · 20 years ago
  62. 54b369e don't misencode CC#'s by Chris Lattner · 20 years ago
  63. e73bd45 encode/decode function alignment in bc files by Chris Lattner · 20 years ago
  64. 8eb52dd Read/write global variable alignments if present by Chris Lattner · 20 years ago
  65. 42ba6b4 Write/read allocation instruction alignment info to .bc files. by Chris Lattner · 20 years ago
  66. f36aeed DONT_BUILD_RELINKED is gone and implied by BUILD_ARCHIVE now by Chris Lattner · 20 years ago
  67. 66c5fd6 When a function takes a variable number of pointer arguments, with a zero by Jeff Cohen · 20 years ago
  68. eebac5f Use a map to cache the ModuleType information, so we can do logarithmic by Chris Lattner · 20 years ago
  69. 7c43992 speed up Archive::isBytecodeArchive in the case when the archive doesn't have by Chris Lattner · 20 years ago
  70. cb6682f Culling out use of unions for converting FP to bits and vice versa. by Jim Laskey · 20 years ago
  71. fea4930 This is a dummy, it doesn't matter what the ValueType is by Chris Lattner · 20 years ago
  72. 00b16889 Eliminate all remaining tabs and trailing spaces. by Jeff Cohen · 20 years ago
  73. a229c5c Final Changes For PR495: by Reid Spencer · 20 years ago
  74. dd04df0 For PR495: by Reid Spencer · 20 years ago
  75. 213e557 If we support structs as va_list, we must pass pointers to them to va_copy by Andrew Lenharth · 20 years ago
  76. 017fba9 va_end fix by Andrew Lenharth · 20 years ago
  77. 558bc88 core changes for varargs by Andrew Lenharth · 20 years ago
  78. 141e488 Remove code for conversion from old style va_args. Preparing the way for by Andrew Lenharth · 20 years ago
  79. bfed924 fix the assertion by Chris Lattner · 20 years ago
  80. 39cef60 Silence VC++ warnings about unsafe mixing of ints and bools with the | operator. by Jeff Cohen · 20 years ago
  81. 3f6948d remove some dead (always dynamically false) flags by Chris Lattner · 20 years ago
  82. dee199f encode calling conventions for call/invoke instructions. by Chris Lattner · 20 years ago
  83. 479ffeb encode function calling convs in the bytecode file. invoke and call are by Chris Lattner · 20 years ago
  84. 28caccf wrap a longline by Chris Lattner · 20 years ago
  85. 38287bd add bytecode reader support for tail calls by Chris Lattner · 20 years ago
  86. 6b8a63a Remove vim settings from source code; people should use llvm/utils/vim/vimrc by Misha Brukman · 20 years ago
  87. 9e60d8d add support for undef values of opaque type, addressing PR541 by Chris Lattner · 20 years ago
  88. aba5ff5 Add some extra checks. Opaque types don't have a null marker. by Chris Lattner · 20 years ago
  89. dedf2bd Convert tabs to spaces by Misha Brukman · 20 years ago
  90. 23c6d2c * Remove trailing whitespace * Convert tabs to spaces by Misha Brukman · 20 years ago
  91. 8a96c53 Remove trailing whitespace by Misha Brukman · 20 years ago
  92. 2b37d7c Remove trailing whitespace by Misha Brukman · 20 years ago
  93. 8e827e8 Use the actual uid/gid for defaulting the fields in the archive. by Reid Spencer · 20 years ago
  94. 3468e57 Eliminate calls to system dependent function getuid by using by Reid Spencer · 20 years ago
  95. 4b2afe6 Initialize fields mode, uid, and gid. Patch by Markus Oberhumer. Thanks! by Misha Brukman · 20 years ago
  96. 72a9caa Align comments together for consistency by Misha Brukman · 20 years ago
  97. e4d5c44 This mega patch converts us from using Function::a{iterator|begin|end} to by Chris Lattner · 20 years ago
  98. 001d16a Fix an apparent ambiguity compiling on PPC by Chris Lattner · 20 years ago
  99. af4a9bb simplify and speed up some code by Chris Lattner · 20 years ago
  100. 7acff25 second argument to Value::setName is now gone. by Chris Lattner · 20 years ago