1. 1997473 Drop 'const' by Devang Patel · 17 years ago
  2. 3e15bf3 Use 'static const char' instead of 'static const int'. by Devang Patel · 17 years ago
  3. 794fd75 Do not use typeinfo to identify pass in pass manager. by Devang Patel · 17 years ago
  4. 8f92668 add phi by Chris Lattner · 17 years ago
  5. 3b72639 Augment the verbose output to print out the sub-commands executed. by Reid Spencer · 17 years ago
  6. b30c925 Implement much expanded dumper support. We now print stuff like: by Chris Lattner · 17 years ago
  7. 4238d47 add some simple per-block statistics by Chris Lattner · 17 years ago
  8. 32de633 Implement support to read an arbitrary bitcode file. Next up, dumping the by Chris Lattner · 17 years ago
  9. 45e0f89 very early support for analyzing a bitstream. This opens the file, starts by Chris Lattner · 17 years ago
  10. c453f76 Switch the bitcode reader interface to take a MemoryBuffer instead of knowing by Chris Lattner · 17 years ago
  11. 63db485 fit in 80 cols by Chris Lattner · 17 years ago
  12. 0204032 reset errno to zero on entry to the application's main function. This fixes by Chris Lattner · 17 years ago
  13. b5594e3 Add new option to usage help. by Jeff Cohen · 17 years ago
  14. 197ccea don't break reading from stdin by Chris Lattner · 17 years ago
  15. 395439b link in bitwriter library by Chris Lattner · 17 years ago
  16. b3ca362 teach llvm-dis to read bitcode files by Chris Lattner · 17 years ago
  17. 27bb3af add a temporary -bitcode option, which instructs llvm-as to produce a bitcode file instead of a bytecode file by Chris Lattner · 17 years ago
  18. 4f859aa For PR1146: by Reid Spencer · 17 years ago
  19. 3b87d6a Add the --host-target option. by Reid Spencer · 17 years ago
  20. 9c81664 remove cruft by Chris Lattner · 17 years ago
  21. e59f493 Regenerate. by Reid Spencer · 17 years ago
  22. 7055daf For PR1336: by Reid Spencer · 17 years ago
  23. 53bd704 For PR1336: by Reid Spencer · 17 years ago
  24. ff0e448 Regenerate. by Reid Spencer · 17 years ago
  25. d23c4dd For PR1336: by Reid Spencer · 17 years ago
  26. 4d26a06 Make the generated code for ConstantInt nicer. by Reid Spencer · 17 years ago
  27. 46fea10 Teach llvm2cpp about packed structure types. by Reid Spencer · 17 years ago
  28. 0744166 Fix several bugs relating to changes in the LLVM IR API or just outright by Reid Spencer · 17 years ago
  29. baba98a Regenerate. by Reid Spencer · 17 years ago
  30. 8486744 Fix a crash-by-unknown-exception caused by attempting to use a null pointer by Reid Spencer · 17 years ago
  31. a9297b1 Fix some issues with param attrs. by Reid Spencer · 17 years ago
  32. 6abd3da Add support for parameter attributes. by Reid Spencer · 17 years ago
  33. 18da072 For PR1146: by Reid Spencer · 17 years ago
  34. 0aa37f4 Enable loop rotate pass. by Devang Patel · 17 years ago
  35. 7b5d466 Regenerate by Reid Spencer · 17 years ago
  36. 460dd9b For PR1146: Adapt handling of parameter attributes to use ParamAttrsList class. by Reid Spencer · 17 years ago
  37. b9125b1 Make TempDir a PathWithStatus so we don't have to cast it to one. by Reid Spencer · 17 years ago
  38. 7b57fe3 Avoid temporary construction and potential for corrupted data access. by Reid Spencer · 17 years ago
  39. 184e67e Don't rely on destructed local storage. Thanks, Chris. by Reid Spencer · 17 years ago
  40. c74b461 For PR1291: by Reid Spencer · 17 years ago
  41. a3b12dd Regenerate. by Reid Spencer · 17 years ago
  42. b289f19 For PR1312: by Reid Spencer · 17 years ago
  43. c8c5752 run a late dce pass to clean up extra cruft. by Chris Lattner · 17 years ago
  44. c82a5da For PR1302: by Reid Spencer · 17 years ago
  45. 8166a6c Regenerate by Reid Spencer · 17 years ago
  46. 8918cb4 Upgrade the bit count intrinsics to have an i32 result. by Reid Spencer · 17 years ago
  47. 41b213e Regenerate by Reid Spencer · 17 years ago
  48. de704f3 Don't upgrade functions that look like a bswap intrinsic but aren't. by Reid Spencer · 17 years ago
  49. 1e70bb6 Handle upgrade of llvm.bswap.iXX to llvm.bswap.iXX.iXX per new naming by Reid Spencer · 17 years ago
  50. a145c6d Remove some non-sensical logic that prevented llvm-nm from working on any by Reid Spencer · 17 years ago
  51. 8475ec0 For PR789: by Reid Spencer · 17 years ago
  52. cf525fc getFileStatus has a new parameter (caught by VC++). by Jeff Cohen · 17 years ago
  53. 02c91ef Fix problem with llvm-config that prevented JIT from being used on x86_64 by Jeff Cohen · 17 years ago
  54. 497b0b0 For PR1277: Implement error handling for bytecode parsing. by Reid Spencer · 17 years ago
  55. 2b48420 Unbreak non-debug builds. by Evan Cheng · 17 years ago
  56. d2920cd Regenerate. by Reid Spencer · 17 years ago
  57. 91a9d54 For PR1243: by Reid Spencer · 17 years ago
  58. bb1fd57 Regenerate. by Reid Spencer · 17 years ago
  59. 3e5affd For PR1256: by Reid Spencer · 17 years ago
  60. 5eb77c7 Regenerate. by Reid Spencer · 17 years ago
  61. 44f87ee Revert last changes as they introduced other problems. by Reid Spencer · 17 years ago
  62. 3fae7ba Regenerate. by Reid Spencer · 17 years ago
  63. be5c50c The sign information was not propagating into the rename map so only the by Reid Spencer · 17 years ago
  64. c188221 For PR1256: Carry sign with ValID and make TypeInfo sortable (useful in a map). by Reid Spencer · 17 years ago
  65. 91f76be Make older versions of bison happy. by Jeff Cohen · 17 years ago
  66. 54959d6 Now LICM is a LoopPass. by Devang Patel · 17 years ago
  67. 1bc8936 Now LoopUnswitch is a LoopPass. by Devang Patel · 17 years ago
  68. 124294b Obtain the exit function before execution just in case the module by Reid Spencer · 17 years ago
  69. ca5183d Unbreak VC++ build. by Jeff Cohen · 17 years ago
  70. f70d677 1. Handle errors around the ModuleProvider. This is necessary since it is by Reid Spencer · 17 years ago
  71. 7029725 Make output for ConstantInt construction correct for any bitwidth. by Reid Spencer · 17 years ago
  72. 00f59da remove use of deprecated apis by Chris Lattner · 17 years ago
  73. 4227bdb remove use of deprecated api by Chris Lattner · 17 years ago
  74. 9ba8a76 Add possibility to set memory limit for binaries run via libSystem. This by Anton Korobeynikov · 17 years ago
  75. 3481657 Add missing break statements! by Reid Spencer · 17 years ago
  76. ac9dcb9 For PR1195: by Reid Spencer · 17 years ago
  77. 9d6565a For PR1195: by Reid Spencer · 17 years ago
  78. 10ac377 eliminate use of vector-related ctors by Chris Lattner · 17 years ago
  79. cf3d061 regenerate by Chris Lattner · 17 years ago
  80. 858d973 remove use of vector-related ctors by Chris Lattner · 17 years ago
  81. 1bc3fa6 stop using me thods that take a vector by Chris Lattner · 17 years ago
  82. 34a451d Fix build error on ARM. by Lauro Ramos Venancio · 18 years ago
  83. 8adde28 regenerate by Chris Lattner · 18 years ago
  84. c02659f add #include by Chris Lattner · 18 years ago
  85. ead1aea Align make log output with the rest of llvm. by Reid Spencer · 18 years ago
  86. fd57a00 Get the use of \ right. by Reid Spencer · 18 years ago
  87. 36a987e Now that gccas and gccld are just schell scripts, adjust the build ordering by Reid Spencer · 18 years ago
  88. d748ea3 End of life for gccld. Remove its source code and enable the generation by Reid Spencer · 18 years ago
  89. 8912cdd Write the deprecation message to stderr instead of stdout so that it by Reid Spencer · 18 years ago
  90. 8d0dbdb Write the deprecation message to stderr instead of stdout so that it by Reid Spencer · 18 years ago
  91. 1ce58ee Put in a disabled template for when gccld is replaced by the shell script. by Reid Spencer · 18 years ago
  92. f49262e Get the right warning message. by Reid Spencer · 18 years ago
  93. 7d8311f New shell script to replace gccld, eventually. by Reid Spencer · 18 years ago
  94. 708585a Clean up error handling. by Reid Spencer · 18 years ago
  95. 98a030c For PR1153: Copy a couple more missing options from gccld to llvm-ld. by Reid Spencer · 18 years ago
  96. 7f04c08 For PR1153: by Reid Spencer · 18 years ago
  97. ed96d1e Regenerate. by Reid Spencer · 18 years ago
  98. 2dcb583 Rename a field so there's less confusion between fields of the same name. by Reid Spencer · 18 years ago
  99. ac6d608 For PR1187: Rename function scope names that conflict with basic block names. by Reid Spencer · 18 years ago
  100. 39a9792 For PR1187: by Reid Spencer · 18 years ago