1. e69671d Add the ability for users to specify a specific argv[0] to pass into the program by Chris Lattner · 21 years ago
  2. d09bef4 Actually save and pass in argument information by Chris Lattner · 21 years ago
  3. c0204e0 Pass in argc & argv by Chris Lattner · 21 years ago
  4. 4963dcf Print out command lines used to run the programs by Chris Lattner · 21 years ago
  5. 2040890 Fix extract to use the right TargetData, like Bugpoint does. by Brian Gaeke · 21 years ago
  6. ad910eb Helper script for collecting profiling instrumentation. Simply run by Chris Lattner · 21 years ago
  7. 33f1ca7 Add support for reading block frequencies. Fix bug in attribution of counts by Chris Lattner · 21 years ago
  8. b9e5789 * Put LLVM in title of page so readers know which CFE we're talking about by Misha Brukman · 21 years ago
  9. 7a78d81 Provide an accessor for getting function count information. Print a simple by Chris Lattner · 21 years ago
  10. e436779 Read in the bytecode and profile information, but don't do anything with it yet. by Chris Lattner · 21 years ago
  11. 98b1d81 We need to output the number of records we have, so we know how many to read in! Doh. by Chris Lattner · 21 years ago
  12. 759c3ed Generated autoconf script for Chris. by John Criswell · 21 years ago
  13. 644ccc1 Add profiling runtime and llvm-prof tools. Would someone please regen the by Chris Lattner · 21 years ago
  14. 67e7104 Build the llvm-prof directory by Chris Lattner · 21 years ago
  15. 6f82d07 Initial checkin of llvmprof stub by Chris Lattner · 21 years ago
  16. 8be7aa1 Remove __STDC_LIMIT_MACROS from here. by Brian Gaeke · 21 years ago
  17. 90eca55 Add __STDC_LIMIT_MACROS here. by Brian Gaeke · 21 years ago
  18. 08020c1 Reorder #includes, drop unneeded one by Chris Lattner · 21 years ago
  19. baa2007 Initial checkin of profiling instrumentation pass. So far, despite the by Chris Lattner · 21 years ago
  20. a9a3028 Initial checkin of function and block profiling runtime library by Chris Lattner · 21 years ago
  21. 00ba55e Publications do not get distributed with docs/; hence, their stylesheet need not by Misha Brukman · 21 years ago
  22. 3e457f7 I'm tired of the nightly tester stopping, aren't you? by Chris Lattner · 21 years ago
  23. 7b6dd29 Eliminate using declarations by Chris Lattner · 21 years ago
  24. 2e8dfb8 Propagating constants to arguments can make other arguments constant. For now by Chris Lattner · 21 years ago
  25. e01fcfb Clarify what is a bug and what isn't by Chris Lattner · 21 years ago
  26. 0f6d7c0 Merged in RELEASE_1. by John Criswell · 21 years ago
  27. 6a7ccea Merged in RELEASE_1. by John Criswell · 21 years ago
  28. 4ad4b3a Add a new bugfix by Chris Lattner · 21 years ago
  29. 7acfa0b Merged in RELEASE_1. by John Criswell · 21 years ago
  30. fbbc2cc New testcase which crashes the C++ FE by Chris Lattner · 21 years ago
  31. d184c67 Merged RELEASE_1. by John Criswell · 21 years ago
  32. 9774595 Updated with Vikram's comments. by John Criswell · 21 years ago
  33. 89ca2b8 Update release notes for recent bug fixes by Chris Lattner · 21 years ago
  34. 3595655 Fix test: Linker/2003-10-27-LinkOncePromote.ll Fix PR58 by Chris Lattner · 21 years ago
  35. 27684c8 Fix initializers to match by Chris Lattner · 21 years ago
  36. 3168770 New testcase by Chris Lattner · 21 years ago
  37. f710020 Update release notes by Chris Lattner · 21 years ago
  38. 198f450 Get the list of PHI node values before the basic block is split. Also, add by Chris Lattner · 21 years ago
  39. 5bf9ce9 New testcase. by Chris Lattner · 21 years ago
  40. 0512d02 Make sure to syntax hilight the 'unwind' keyword! by Chris Lattner · 21 years ago
  41. 73b96bd Do not print out lists with thousands of elements in them, that's kinda silly by Chris Lattner · 21 years ago
  42. 12d9063 Bump the release number, add a skeleton to be filled in as stuff changes. by Chris Lattner · 21 years ago
  43. e55c2d7 This file is obsolete by Chris Lattner · 21 years ago
  44. 42fc192 Gotta use gmake, not make. make on Solaris is Sun's make which does not work. by Vikram S. Adve · 21 years ago
  45. aeeeab9 Add a link to the bug tracker by Chris Lattner · 21 years ago
  46. 58433c4 Rephrase the OSI answer. by Vikram S. Adve · 21 years ago
  47. 6d37679 Dang...these different file locations make it a pain to get the URLs right. by Vikram S. Adve · 21 years ago
  48. 0493f34 Fix license URL and typo. by Vikram S. Adve · 21 years ago
  49. 168da7d Improve formatting of licensing section. by Vikram S. Adve · 21 years ago
  50. 04da65a Add a section on licensing questions. by Vikram S. Adve · 21 years ago
  51. 764486f Attempt to provide support for those without RTLD_DEFAULT. by Chris Lattner · 21 years ago
  52. b8afbe6 Unbreak the build by Chris Lattner · 21 years ago
  53. f08c5d8 Added answers to test suite questions. by John Criswell · 21 years ago
  54. 8fc4934 Publicize the type of FnAllocState. by Brian Gaeke · 21 years ago
  55. 3e43026 standardize command line option names by Chris Lattner · 21 years ago
  56. 2f828c3 TraceMode, as you may have heard, is history. by Brian Gaeke · 21 years ago
  57. 7c7a3a2 lli -q is history. Rebuild your gccld shell scripts, folks! by Brian Gaeke · 21 years ago
  58. f143d3c ExecutionEngine::create no longer takes a TraceMode argument. by Brian Gaeke · 21 years ago
  59. a824f42 ExecutionEngine::create no longer takes a TraceMode argument. by Brian Gaeke · 21 years ago
  60. 9718e96 * Use stylesheets and <div>s for layout instead of <ul> by Misha Brukman · 21 years ago
  61. 02438ca The ExecutionAnnotations (SlotNumber, InstNumber, and FunctionInfo) are history. by Brian Gaeke · 21 years ago
  62. 03e43dc Reduce the number of #includes. by Brian Gaeke · 21 years ago
  63. 20a277e ExecutionEngine::create no longer takes a TraceMode argument. by Brian Gaeke · 21 years ago
  64. 9583acb Added a style for making test red, which is used in CommandLine.html by Misha Brukman · 21 years ago
  65. 246ce3c Turn on the inliner by default at link-time by Chris Lattner · 21 years ago
  66. 3896be2 This is now valid HTML 4.01 Strict. by Misha Brukman · 21 years ago
  67. 75f258e * Use HTML 4.01 Strict DTD by Misha Brukman · 21 years ago
  68. 85be5e0 Add a style for document footers. by Misha Brukman · 21 years ago
  69. 7905a8a * Made into valid CSS that W3C accepts by Misha Brukman · 21 years ago
  70. 13964e0 Add note about multilibs. THis should go into the 1.0 release if possible by Chris Lattner · 21 years ago
  71. 2af4605 Update list of passes and buglist. by Chris Lattner · 21 years ago
  72. 242978c Destroy MachineFunction for any Function that we are about to by Brian Gaeke · 21 years ago
  73. 45daa0a Organized in 4 parts. The last two are the same as before: LLVM Docs and by Vikram S. Adve · 21 years ago
  74. 232db6e Move the implementations of ==, != on AllocInfos here, from UnpackTraceFunction. by Brian Gaeke · 21 years ago
  75. 537132b Move AllocInfo structure to a private AllocInfo.h header file. by Brian Gaeke · 21 years ago
  76. b8dbbce Make FnAllocState contain vectors of AllocInfo, instead of LLVM Constants. by Brian Gaeke · 21 years ago
  77. 3d7125c New file, containing AllocInfo structure. by Brian Gaeke · 21 years ago
  78. 70bb09b Recommend using -z3 by Chris Lattner · 21 years ago
  79. fafe630 Remove explicit paths by Chris Lattner · 21 years ago
  80. 7c4098e Add assertions by Chris Lattner · 21 years ago
  81. 4a2c0e9 Fix bug in eon hopefully by Chris Lattner · 21 years ago
  82. 472a7ef Fix bug: CBackend/2003-10-23-UnusedType.ll and hopefully 252.eon by Chris Lattner · 21 years ago
  83. 10be6a6 New testcase, which failes to compile. 252.eon hits this problem by Chris Lattner · 21 years ago
  84. e8a63eb Updated configure script. by John Criswell · 21 years ago
  85. 2e56dd8 We might as well strip off any CPRs before propagation by Chris Lattner · 21 years ago
  86. 4065ef9 Fail gracefully if we have a zero arg varargs function by Chris Lattner · 21 years ago
  87. eaa35bb Turn on the IPCP pass by default. It has passed all of the tests by Chris Lattner · 21 years ago
  88. af19f2e Reformat. A few minor edits. by Brian Gaeke · 21 years ago
  89. f54c437 * Eliminate `using' directive by Misha Brukman · 21 years ago
  90. 396c8c3 * Fix order of #include files * Doxygen-ify method comments by Misha Brukman · 21 years ago
  91. 0d82a54 * Order #includes as per style guide by Misha Brukman · 21 years ago
  92. a1f6435 * Use C++ style comments instead of C-style by Misha Brukman · 21 years ago
  93. 1913848 * Eliminate `using' directive * Order #includes as per style guide by Misha Brukman · 21 years ago
  94. ff5bf9c * We were forgetting to pass varargs arguments through a call by Chris Lattner · 21 years ago
  95. 0849f5a * Eliminate `using' directive * Make code layout more consistent by Misha Brukman · 21 years ago
  96. 5e15259 Make code layout more consistent. by Misha Brukman · 21 years ago
  97. eea7cca Zero arg varargs functions are legal in LLVM, but not in C. by Chris Lattner · 21 years ago
  98. cadff44 Delete unused EmitByteSwap method Implement mul/div/rem constant expressions by Chris Lattner · 21 years ago
  99. d358e6f Check in initial version of ipcp by Chris Lattner · 21 years ago
  100. 815904d Include new prototype by Chris Lattner · 21 years ago