1. 04d1fb6 Remove dependence on return type of ConstantStruct::get by Chris Lattner · 21 years ago
  2. 3710644 Remove dependence on the return type of ConstantArray::get by Chris Lattner · 21 years ago
  3. 81d1a22 initialization calls now return argc. If the program uses the argc value by Chris Lattner · 21 years ago
  4. f7703df Finegrainify namespacification by Chris Lattner · 21 years ago
  5. f8485c6 Start using the nicer terminator auto-insertion API by Chris Lattner · 21 years ago
  6. d0fde30 Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 21 years ago
  7. 646f8d7 Be gcc 3.4 clean by Chris Lattner · 21 years ago
  8. 9424575 Refactor code, initial implementation of -insert-block-profiling pass by Chris Lattner · 21 years ago
  9. c0204e0 Pass in argc & argv by Chris Lattner · 21 years ago
  10. baa2007 Initial checkin of profiling instrumentation pass. So far, despite the by Chris Lattner · 21 years ago
  11. 7b6dd29 Eliminate using declarations by Chris Lattner · 21 years ago
  12. 856ba76 Added LLVM copyright header. by John Criswell · 21 years ago
  13. e488e93 Added LLVM copyright notice to Makefiles. by John Criswell · 21 years ago
  14. b576c94 Added LLVM project notice to the top of every C++ source file. by John Criswell · 21 years ago
  15. 3b237fc Change the Opcode enum for PHI nodes from "Instruction::PHINode" to "Instruction::PHI" to be more consistent with the other instructions. by Chris Lattner · 21 years ago
  16. cf3056d Regularize header file comments by Chris Lattner · 21 years ago
  17. 21fb3af Regularize header file comment, eliminate using's by Chris Lattner · 21 years ago
  18. 17634f7 Include <cstdio> instead of <stdio.h>. by Brian Gaeke · 21 years ago
  19. e24b616 Don't include Config/stdio.h or <stdio.h>. by Brian Gaeke · 21 years ago
  20. cf00c4a Fix spelling. by Misha Brukman · 21 years ago
  21. 9c9c90d Fixing the spelling of this filename. by Misha Brukman · 21 years ago
  22. 23ed9c1 Use global *_iterator by Chris Lattner · 21 years ago
  23. f8b5b6d Do not use BasicBlock::*_iterator, just use *_iterator itself. by Chris Lattner · 21 years ago
  24. 02a3be0 Rename Function::getEntryNode -> getEntryBlock by Chris Lattner · 21 years ago
  25. 1df2998 Update for new UnifyFunction... API Remove using decl by Chris Lattner · 21 years ago
  26. 4ea31ca Remove #include by Chris Lattner · 21 years ago
  27. 85ce5f3 Correct comments by Brian Gaeke · 21 years ago
  28. 0346364 Use the new interface, simplifies code by Chris Lattner · 21 years ago
  29. 30aef42 Use the new interface, simplifies code Delete a bunch of commented out code by Chris Lattner · 21 years ago
  30. 5f07c87 Use the new interface, simplifies code by Chris Lattner · 21 years ago
  31. aee2fdf Give std::map<BasicBlock *, BasicBlock *> the short name BBMap, because by Brian Gaeke · 21 years ago
  32. 6806f56 DEBUG got moved to Support/Debug.h by Chris Lattner · 21 years ago
  33. a235e14 Added check for inlinable function by Anand Shukla · 21 years ago
  34. 0df7ddb A pass to combine multiple backedges that go to same target by Anand Shukla · 21 years ago
  35. 919fc8c Trace loads and stores as they happen (stores were being by Vikram S. Adve · 21 years ago
  36. 666ff52 Added functionality to instrmentation pass by Anand Shukla · 21 years ago
  37. 7a73b80 Merged in autoconf branch. This provides configuration via the autoconf system. by John Criswell · 21 years ago
  38. cd0cc61 Fixed a bug so initialization code is always inserted in main by Anand Shukla · 21 years ago
  39. d3646f1 Use a constant expr GEP instead of an actual instruction by Chris Lattner · 21 years ago
  40. fa9ee73 Make this work with counter > 127 by Chris Lattner · 21 years ago
  41. 619754f Added the #(internal functions) to output by Anand Shukla · 21 years ago
  42. de579f1 Remove using declarations by Chris Lattner · 21 years ago
  43. e408e25 Remove unnecesary &*'s by Chris Lattner · 22 years ago
  44. 4ad02e7 Add new linkage types to support a real frontend by Chris Lattner · 22 years ago
  45. af7ccd9 Make help message more clear by Chris Lattner · 22 years ago
  46. 92d5e30 Changes to runtime framework by Anand Shukla · 22 years ago
  47. dab73be Revert Anand's patch which broke the build by Chris Lattner · 22 years ago
  48. f013d3d *** empty log message *** by Anand Shukla · 22 years ago
  49. c56d239 Rename include/llvm/Transforms/Instrumentation/TraceFunctions.h to Instrumentation.h by Chris Lattner · 22 years ago
  50. 4b208dc Fix typeo by Chris Lattner · 22 years ago
  51. e9e5513 Remove unused header and function by Chris Lattner · 22 years ago
  52. b117fb5 Clean up #includes Move graph.h into local directory by Chris Lattner · 22 years ago
  53. 80e5ed9 Make sure to handle %'s in strings correctly so that the names of BB's and functions are actually printed! by Chris Lattner · 22 years ago
  54. 0006bd7 Fix warning by Chris Lattner · 22 years ago
  55. 93d545e code to lightly instrument at branches by Anand Shukla · 22 years ago
  56. cb2610e - Rename AnalysisUsage::preservesAll to getPreservesAll & preservesCFG to by Chris Lattner · 22 years ago
  57. 1a33e31 * Apparently string::find doesn't work right on our sun boxes. Work around this. by Chris Lattner · 22 years ago
  58. 0b16ae2 - Rename Instruction::First*Op to *OpsBegin, and Num*Ops to *OpsEnd to by Chris Lattner · 22 years ago
  59. 3383b1d Changed to external global var by Anand Shukla · 22 years ago
  60. e68bf61 Changes to work with Statistics rework by Chris Lattner · 22 years ago
  61. 6ee6bbe Updates to work with recent Statistic's changes: by Chris Lattner · 22 years ago
  62. 249be91 Build subdirs in parallel by Chris Lattner · 22 years ago
  63. 590df88 Added checking threshold by Anand Shukla · 22 years ago
  64. 6689b06 split retracing into a separate file by Anand Shukla · 22 years ago
  65. bfb4724 Removed unnecessary #includes. by Misha Brukman · 22 years ago
  66. cb16c65 There is a #define in some header that conflicts with INFINITY, rename it. by Chris Lattner · 22 years ago
  67. 6641995 Incorporated changes in alloca and getElementPointer instruction by Anand Shukla · 22 years ago
  68. ada50a5 Incorporated changes in alloca instruction by Anand Shukla · 22 years ago
  69. b2a0fbe Fix bug I introduced by Chris Lattner · 22 years ago
  70. 106ff45 - Change getelementptr instruction to use long indexes instead of uint by Chris Lattner · 22 years ago
  71. 2a7c23e Simplify code (somtimes dramatically), by using the new "auto-insert" feature by Chris Lattner · 22 years ago
  72. 3ea5cb0 by Chris Lattner · 22 years ago
  73. 65ad372 by Chris Lattner · 22 years ago
  74. 8e4fc25 *** empty log message *** by Chris Lattner · 22 years ago
  75. b63b29d Do not generate loads/stores with indexing by Chris Lattner · 22 years ago
  76. 25ba059 Remove extraneous #includes by Chris Lattner · 22 years ago
  77. dd5b495 - Cleaned up the interface to AnalysisUsage to take analysis class names by Chris Lattner · 22 years ago
  78. a6275cc by Chris Lattner · 22 years ago
  79. 1e43516 * Add support for different "PassType's" by Chris Lattner · 22 years ago
  80. f629309 *** empty log message *** by Chris Lattner · 22 years ago
  81. 1198266 * Cleanup the pass a bit more, making it more object oriented. by Chris Lattner · 22 years ago
  82. 56d2701 *** empty log message *** by Chris Lattner · 22 years ago
  83. 4689728 Hide extra argument by Chris Lattner · 22 years ago
  84. 5ff62e9 *** empty log message *** by Chris Lattner · 22 years ago
  85. 5585f53 comeented out debug printing by Anand Shukla · 22 years ago
  86. e617f92 minor corrections by Anand Shukla · 22 years ago
  87. 260fc14 Anand forgot to check in the makefile corresponding to his previous change by Chris Lattner · 22 years ago
  88. e0b5142 Moved over EmitFunctions to this library by Anand Shukla · 22 years ago
  89. f080ec7 removed this directory by Anand Shukla · 22 years ago
  90. 1187087 Moved EmitFunctions.cpp up to instrumentation directory by Anand Shukla · 22 years ago
  91. 9713c4e * Cleanup pass by Chris Lattner · 22 years ago
  92. 135b75d Added EmitFunctions directory by Anand Shukla · 22 years ago
  93. 41059bc Initial makefile by Anand Shukla · 22 years ago
  94. 09ba7b3 Initial version: adds a function table to output code by Anand Shukla · 22 years ago
  95. f86b4c1 Fix iteration and InsertPos bugs introduced when Chris changed over to ilist. by Vikram S. Adve · 22 years ago
  96. ec07c75 changes BBsorting and oredering by Anand Shukla · 22 years ago
  97. 82f40e8 small corrections by Anand Shukla · 22 years ago
  98. d4d7906 changed function numbering by Anand Shukla · 22 years ago
  99. 5cafcfb additions and bug fixes by Anand Shukla · 22 years ago
  100. 7e70829 MEGAPATCH checkin. by Chris Lattner · 22 years ago