1. c5cad21 Add check-exit-code option, defaulting to true. by Brian Gaeke · 21 years ago
  2. 89cf393 Factor profile information loading OUT of llvm-prof into libanalysis by Chris Lattner · 21 years ago
  3. 973e3ec7 Fix indentation of selectiondag. by Brian Gaeke · 21 years ago
  4. f2592ce Minor change to breakpoint (lack of) support by Chris Lattner · 21 years ago
  5. 2217bdb Add a -march=powerpc option. Automatically select it if this looks like a by Brian Gaeke · 21 years ago
  6. 7ca255b Link in the PowerPC back-end. by Brian Gaeke · 21 years ago
  7. 05e4e8a Now that tailduplication does not bork SSA form, run mem2reg earlier in gccas. by Chris Lattner · 21 years ago
  8. 6f5592a Fixed PR#197. The libcrtend library is removed from the library linking list by John Criswell · 21 years ago
  9. 7f7d16b Fixes for PR214. Use the SHLIBEXT variable instead of hardcoding .so into by John Criswell · 21 years ago
  10. 0cccb18 Make sure to verify the result before writing out the bytecode file. Not doing by Chris Lattner · 21 years ago
  11. fa76183 finegrainify namespacification by Chris Lattner · 21 years ago
  12. e275fe8 Remove standard C header wrappers by Chris Lattner · 21 years ago
  13. 335eb9d Remove wrappers around std c files by Chris Lattner · 21 years ago
  14. f6608dd Ugh, fix some copy and pasted code that somehow never got compiled or something by Chris Lattner · 21 years ago
  15. e1567ae * Implement set/show args by Chris Lattner · 21 years ago
  16. 8b1125f implement the "null command" which repeats the last command by Chris Lattner · 21 years ago
  17. d508776 /me slaps head by Chris Lattner · 21 years ago
  18. 6d47bae Add new directory by Chris Lattner · 21 years ago
  19. 7af5c12 Initial checkin of the LLVM Source-Level Debugger. This is incomplete, but by Chris Lattner · 21 years ago
  20. c4ee274 Remove some pointless #includes by Chris Lattner · 21 years ago
  21. b74f4d0 Use getFileSize() instead of sys/stat.h directly by Chris Lattner · 21 years ago
  22. 97f752f Use new getFileSize function. Eliminate some using directives. Reorder #includes a bit by Chris Lattner · 21 years ago
  23. 74295c0 Add a -disable-opt flag to gccas, so that we can use -Wa,-disable-opt just by Chris Lattner · 21 years ago
  24. 6fb6ce3 Pass extra arguments around n stuph by Chris Lattner · 21 years ago
  25. 269a428 Factor out code to ExecutionEngine by Chris Lattner · 21 years ago
  26. 3ef3dd3 Simplify code by Chris Lattner · 21 years ago
  27. efec966 * eliminate the -f argument to lli, as it was silly and never useful anyway by Chris Lattner · 21 years ago
  28. 7efea1d update comment by Chris Lattner · 21 years ago
  29. 368751f Modified the logic so that library objects with main() are only linked in by John Criswell · 21 years ago
  30. 1715ce0 Modified the linker so that it always links in an object from an archive by John Criswell · 21 years ago
  31. ac1ccae Rename method by Chris Lattner · 21 years ago
  32. ef1b62b There is no reason to add -load support to LLC by Chris Lattner · 21 years ago
  33. 2cdd21c Finegrainify namespacification by Chris Lattner · 21 years ago
  34. 3f6e798 Add an assertion to make sure we are at least getting argv[0] right. by Brian Gaeke · 21 years ago
  35. ca6cc6f Run tailcall elimination in a more logical place by Chris Lattner · 21 years ago
  36. b592fc2 Make 'opt -o -' work correctly instead of creating a file named './-' by Chris Lattner · 21 years ago
  37. aa2a47d Added the -h option for compatibility with other linkers. by John Criswell · 21 years ago
  38. de9750d Bugpoint had appalingly bad grammar. Fix some of it. by Chris Lattner · 21 years ago
  39. 1b74716 Do not leave a bunch of crud lying around by Chris Lattner · 21 years ago
  40. 1dcf7bc It is now after pldi. This issue has been fixed, so remove the hack by Chris Lattner · 21 years ago
  41. 57bd796 New command line parsing. This isn't as perfect as I would have liked. The CommandLine Library needs to be extended, in order to parse the options and allow for optional dashes. In addition, the help option isn't correct since I do the parsing mostly myself. But this is in the ocorrect ar format. by Tanya Lattner · 21 years ago
  42. 043b972 be 3.4 happy by Chris Lattner · 21 years ago
  43. 9e6f686 Fix compatibility with gcc 3.4 by Chris Lattner · 21 years ago
  44. 548e813 The function resolving pass must be run, even if -disable-opt is specified by Chris Lattner · 21 years ago
  45. 6cc8ca9 * The return value of LinkLibraries is ignored, so remove it. by Chris Lattner · 21 years ago
  46. 0d2459a I'm gonna be picky and say we don't really need that trailing slash "lib/" by Misha Brukman · 21 years ago
  47. 3e15c7a Make sure we ONLY add a `-load' switch to the JIT command line if the file is by Misha Brukman · 21 years ago
  48. c6b519d Do not DESTROY programs by default. No wonder bugpoint was not being useful all this time! by Chris Lattner · 21 years ago
  49. 3edb77c Revert the previous patch since it causes lots of miscompilations. :( :( by Chris Lattner · 21 years ago
  50. 8bc098b Do not crash when dealing with invoke and unwind instructions! by Chris Lattner · 21 years ago
  51. 89eca90 Use new interfaces by Chris Lattner · 21 years ago
  52. 14b170f Reorder passes a bit. In particular, it makes sense to run globaldce IMMEDIATELY after funcresolve. Also, run the mem2reg pass _early_ so that IPCP and DAE actually do stuff. by Chris Lattner · 21 years ago
  53. 3e25f2e When writing out the runner script, add -load=<lib> lines to pull in all the by Misha Brukman · 21 years ago
  54. 84fbc65 Add ability to search only for native shared object, and expose the by Misha Brukman · 21 years ago
  55. 438e364 For consistency, removed space between function name and left paren in function by Misha Brukman · 21 years ago
  56. 9839969 * Doxygenified comments, simplifying them and shortening in the process by Misha Brukman · 21 years ago
  57. 8b1daa3 Unbreak the "-" as filename hack. by Brian Gaeke · 21 years ago
  58. 8204287 Also print an error msg. for files we cannot currently deal with. by Brian Gaeke · 21 years ago
  59. 08d03c7 Fix PR134, by checking FileOpenable() on each input file before analyzing its by Brian Gaeke · 21 years ago
  60. c8db76c Only use -Wl,-R. if HAVE_LINK_R. by Brian Gaeke · 21 years ago
  61. 1c0b698 Include Support/FileUtilities.h. by Brian Gaeke · 21 years ago
  62. 1ab90d4 Add a -verify option to verify the results of gccld passes. by Brian Gaeke · 21 years ago
  63. 2282ae1 When we find a module we want, in an archive, in verbose mode, by Brian Gaeke · 21 years ago
  64. a8d76d4 As the comments indicate, this is a temporary, repulsive, hack by Chris Lattner · 21 years ago
  65. 6a45da0 Restore the -llvm option by Chris Lattner · 21 years ago
  66. d0fde30 Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 21 years ago
  67. 0d723ac Move IsArchive, IsBytecode to FileUtilities. Fix up some method comments. by Brian Gaeke · 21 years ago
  68. aab9ca7 'Tis quite silly to check for a cached version of the entire executable. That by Misha Brukman · 21 years ago
  69. ee8adb1 This version of Linker.cpp works a lot better, but it's a little messy. Sorry. by Brian Gaeke · 21 years ago
  70. fa33a13 The caching will not live in LLEE's execve() handler; that's suboptimal. by Misha Brukman · 21 years ago
  71. cc650b6 Give gccld more guts by Chris Lattner · 21 years ago
  72. cde1cf3 Add new command line option by Chris Lattner · 21 years ago
  73. aee4de9 Give this header file an Emacs mode-line. by Brian Gaeke · 21 years ago
  74. 00cc86a Do not assume the first file is a bytecode file. Instead, construct a dummy by Brian Gaeke · 21 years ago
  75. 3b3640a Shorten and correct some function-header comments. by Brian Gaeke · 21 years ago
  76. fcb6ec0 I hate it when bugpoint is all ready to give me a bytecode file, then crashes by Chris Lattner · 21 years ago
  77. 417477d Simplify the performFinalCleanups interface by Chris Lattner · 21 years ago
  78. fe32bf5 Make -r work, fixing PR 91 by Chris Lattner · 21 years ago
  79. fd35c64 If linking a library, do not link other libraries, like libc, into it! by Chris Lattner · 21 years ago
  80. 9088de7 never print zero executions blocks by Chris Lattner · 21 years ago
  81. 3b7f416 Simplify code by Chris Lattner · 21 years ago
  82. e1ccadf Add percentage info by Chris Lattner · 21 years ago
  83. 3baed41 Hrm, some of my counters are wrapping around 32 bits by Chris Lattner · 21 years ago
  84. 3673730 If only have function profile, don't print out "not executed" for all of the blocks :) by Chris Lattner · 21 years ago
  85. 5e71764 Add the ability to print out llvm code when the -annotated-llvm option is given by Chris Lattner · 21 years ago
  86. 750ba3d Add the ability to synthesize function counts from block count information by Chris Lattner · 21 years ago
  87. 18884a8 Print the top 20 most frequently executed blocks. Fix sort predicate problem by Chris Lattner · 21 years ago
  88. 3688205 Cleanup output a bit by Chris Lattner · 21 years ago
  89. e69671d Add the ability for users to specify a specific argv[0] to pass into the program by Chris Lattner · 21 years ago
  90. 4963dcf Print out command lines used to run the programs by Chris Lattner · 21 years ago
  91. 2040890 Fix extract to use the right TargetData, like Bugpoint does. by Brian Gaeke · 21 years ago
  92. 33f1ca7 Add support for reading block frequencies. Fix bug in attribution of counts by Chris Lattner · 21 years ago
  93. 7a78d81 Provide an accessor for getting function count information. Print a simple by Chris Lattner · 21 years ago
  94. e436779 Read in the bytecode and profile information, but don't do anything with it yet. by Chris Lattner · 21 years ago
  95. 67e7104 Build the llvm-prof directory by Chris Lattner · 21 years ago
  96. 6f82d07 Initial checkin of llvmprof stub by Chris Lattner · 21 years ago
  97. 08020c1 Reorder #includes, drop unneeded one by Chris Lattner · 21 years ago
  98. 73b96bd Do not print out lists with thousands of elements in them, that's kinda silly by Chris Lattner · 21 years ago
  99. 2f828c3 TraceMode, as you may have heard, is history. by Brian Gaeke · 21 years ago
  100. 7c7a3a2 lli -q is history. Rebuild your gccld shell scripts, folks! by Brian Gaeke · 21 years ago