1. 0220219 Regenerating. by Chandler Carruth · 17 years ago
  2. 6994040 This is the patch to provide clean intrinsic function overloading support in LLVM. It cleans up the intrinsic definitions and generally smooths the process for more complicated intrinsic writing. It will be used by the upcoming atomic intrinsics as well as vector and float intrinsics in the future. by Chandler Carruth · 17 years ago
  3. 22256f4 Adjust for new CallInst constructor interface. by Reid Spencer · 17 years ago
  4. f6a05f9 Rename FastDSE to just DSE. by Owen Anderson · 17 years ago
  5. 718fda3 by David Greene · 17 years ago
  6. 52eec54 by David Greene · 17 years ago
  7. d47cab8 Remove a FIXME comment that wasn't removed when the code it accompanied by Dan Gohman · 17 years ago
  8. 0a4c8de Remove dead option. by Reid Spencer · 17 years ago
  9. cbb7ec7 Fix a sys::Path API error caught by a gcc 4.2 warning. by Reid Spencer · 17 years ago
  10. b63c7b6 Turn on FastDSE by default. by Owen Anderson · 17 years ago
  11. 74b1e14 Change sroa threshold back. by Evan Cheng · 17 years ago
  12. a8b9a7b Temporarily set SROA threshold to 512. by Evan Cheng · 17 years ago
  13. 02e2152 Emit correct linkage. Patch by Roman Samoilov. by Anton Korobeynikov · 17 years ago
  14. 087d90e Simplify the handling of the --*flags options. The makefile already gets it by Reid Spencer · 17 years ago
  15. 4a2c083 Makesure the -cppflags also uses the CPP.BaseFlags as the CPP.Defines only by Reid Spencer · 17 years ago
  16. db5565a finishing touches of bytecode -> bitcode changes. also unbreak Windows by Gabor Greif · 17 years ago
  17. e75ca3d eliminate residual cruft related to recognizing bytecode by Gabor Greif · 17 years ago
  18. f87bd84 update the .cvs files. by Chris Lattner · 17 years ago
  19. a99be51 Here is the bulk of the sanitizing. by Gabor Greif · 17 years ago
  20. 56fb164 Fix PR1539. Add LoopPassPrinter. by Devang Patel · 17 years ago
  21. 8ff70c2 Pretty straightforward replacement of "bytecode" by "bitcode" by Gabor Greif · 17 years ago
  22. e644ef7 Convert .cvsignore files by John Criswell · 17 years ago
  23. 28552da Fix PR 1526. by Devang Patel · 17 years ago
  24. a696d24 Add support for building with _GLIBCXX_DEBUG. New configure option by David Greene · 17 years ago
  25. 4a828ee llvm-nm must print the alias symbols. by Lauro Ramos Venancio · 17 years ago
  26. c38adbb Fix PR1525: by Reid Spencer · 17 years ago
  27. 3f931b8 Fix pr1448 by Chris Lattner · 17 years ago
  28. a4d71f0 Fix PR1517: by Reid Spencer · 17 years ago
  29. ab24b4c Fix PR1516: by Reid Spencer · 17 years ago
  30. 8946fe1 Call the correct function name. Patch from Stephane Letz. by Nick Lewycky · 17 years ago
  31. 497391a Fix bugpoint to run -llc-safe with -Xlinker. by Lauro Ramos Venancio · 17 years ago
  32. 037a704 if internalize is disabled, don't run the pass at all! by Chris Lattner · 17 years ago
  33. febca34 Commit first round work of PR1373. "noalias" is now fully supported in by Zhou Sheng · 17 years ago
  34. 7eea8ff Regenerate. by Reid Spencer · 17 years ago
  35. 295b1ce Initialize variable to null so it has a value in the off chance that a by Reid Spencer · 17 years ago
  36. 065344d use the new MemoryBuffer interfaces to simplify error reporting in clients. by Chris Lattner · 17 years ago
  37. c57ed8b remove dead option by Chris Lattner · 17 years ago
  38. 421e516 Fix a buggy conversion from bytecode to bitcode by Chris Lattner · 17 years ago
  39. d44ae90 make sure the ofstream for opt's output file is destroyed, so that the bits by Chris Lattner · 17 years ago
  40. 744879e switch tools to bitcode from bytecode by Chris Lattner · 17 years ago
  41. 44dadff switch tools to bitcode instead of bytecode by Chris Lattner · 17 years ago
  42. 5e3c9f9 this doesn't directly depend on bytecode by Chris Lattner · 17 years ago
  43. bb3f3d3 add bitcode support. by Chris Lattner · 17 years ago
  44. a8653f3 archive library already depends on bc reader by Chris Lattner · 17 years ago
  45. 5e8edbb add bitcode support, optimize reading to not read all function bodies just by Chris Lattner · 17 years ago
  46. db9cbeb use an auto_ptr to avoid an explicit delete by Chris Lattner · 17 years ago
  47. 03b6963 add bitcode support by Chris Lattner · 17 years ago
  48. e3c55a5 Remove the -emit-bytecode option. Noone in the llvm tree uses it, and this by Chris Lattner · 17 years ago
  49. 4d5aad2 add bitcode reading support to llvm-nm by Chris Lattner · 17 years ago
  50. b958ba3 bitcodify, remove eh cruft by Chris Lattner · 17 years ago
  51. 9356b1a debugger depends on bcreader, not llvm-db by Chris Lattner · 17 years ago
  52. c48e1db remove EH cruft, add bitcode support by Chris Lattner · 17 years ago
  53. c1e6d68 add bitcode reading support, remove eh stuff by Chris Lattner · 17 years ago
  54. 1a73540 add bitcode reading support. Remove EH cruft. by Chris Lattner · 17 years ago
  55. 68d4922 bitcodify by Chris Lattner · 17 years ago
  56. 0f4ed87 simplify code by Chris Lattner · 17 years ago
  57. 592488a add support to llvm-prof for reading from a bitcode file by Chris Lattner · 17 years ago
  58. b330e38 if -bitcode is specified, read and write a bitcode file instead of a bytecode file. by Chris Lattner · 17 years ago
  59. c5ff2cc add inline asm code by Chris Lattner · 17 years ago
  60. cb3d91b add a denser encoding for null terminated strings, add a 6-bit abbrev as by Chris Lattner · 17 years ago
  61. b1e85b5 emit spiffy little histograms of codes, if enabled. Don't print averages if by Chris Lattner · 17 years ago
  62. 44b0f10 do not charge subblock sizes to the parent block. by Chris Lattner · 17 years ago
  63. 1772b12 update to new APIs, make output a bit (haha) nicer by Chris Lattner · 17 years ago
  64. cd5b7d7 add support for new codes/block by Chris Lattner · 17 years ago
  65. 34e400e Added -rsh-host and -rsh-user to support remote execution. by Evan Cheng · 17 years ago
  66. 1997473 Drop 'const' by Devang Patel · 17 years ago
  67. 3e15bf3 Use 'static const char' instead of 'static const int'. by Devang Patel · 17 years ago
  68. 794fd75 Do not use typeinfo to identify pass in pass manager. by Devang Patel · 17 years ago
  69. 8f92668 add phi by Chris Lattner · 17 years ago
  70. 3b72639 Augment the verbose output to print out the sub-commands executed. by Reid Spencer · 17 years ago
  71. b30c925 Implement much expanded dumper support. We now print stuff like: by Chris Lattner · 17 years ago
  72. 4238d47 add some simple per-block statistics by Chris Lattner · 18 years ago
  73. 32de633 Implement support to read an arbitrary bitcode file. Next up, dumping the by Chris Lattner · 18 years ago
  74. 45e0f89 very early support for analyzing a bitstream. This opens the file, starts by Chris Lattner · 18 years ago
  75. c453f76 Switch the bitcode reader interface to take a MemoryBuffer instead of knowing by Chris Lattner · 18 years ago
  76. 63db485 fit in 80 cols by Chris Lattner · 18 years ago
  77. 0204032 reset errno to zero on entry to the application's main function. This fixes by Chris Lattner · 18 years ago
  78. b5594e3 Add new option to usage help. by Jeff Cohen · 18 years ago
  79. 197ccea don't break reading from stdin by Chris Lattner · 18 years ago
  80. 395439b link in bitwriter library by Chris Lattner · 18 years ago
  81. b3ca362 teach llvm-dis to read bitcode files by Chris Lattner · 18 years ago
  82. 27bb3af add a temporary -bitcode option, which instructs llvm-as to produce a bitcode file instead of a bytecode file by Chris Lattner · 18 years ago
  83. 4f859aa For PR1146: by Reid Spencer · 18 years ago
  84. 3b87d6a Add the --host-target option. by Reid Spencer · 18 years ago
  85. 9c81664 remove cruft by Chris Lattner · 18 years ago
  86. e59f493 Regenerate. by Reid Spencer · 18 years ago
  87. 7055daf For PR1336: by Reid Spencer · 18 years ago
  88. 53bd704 For PR1336: by Reid Spencer · 18 years ago
  89. ff0e448 Regenerate. by Reid Spencer · 18 years ago
  90. d23c4dd For PR1336: by Reid Spencer · 18 years ago
  91. 4d26a06 Make the generated code for ConstantInt nicer. by Reid Spencer · 18 years ago
  92. 46fea10 Teach llvm2cpp about packed structure types. by Reid Spencer · 18 years ago
  93. 0744166 Fix several bugs relating to changes in the LLVM IR API or just outright by Reid Spencer · 18 years ago
  94. baba98a Regenerate. by Reid Spencer · 18 years ago
  95. 8486744 Fix a crash-by-unknown-exception caused by attempting to use a null pointer by Reid Spencer · 18 years ago
  96. a9297b1 Fix some issues with param attrs. by Reid Spencer · 18 years ago
  97. 6abd3da Add support for parameter attributes. by Reid Spencer · 18 years ago
  98. 18da072 For PR1146: by Reid Spencer · 18 years ago
  99. 0aa37f4 Enable loop rotate pass. by Devang Patel · 18 years ago
  100. 7b5d466 Regenerate by Reid Spencer · 18 years ago