1. e4d5c44 This mega patch converts us from using Function::a{iterator|begin|end} to by Chris Lattner · 19 years ago
  2. 193904a Add a dependency to the trace library so that it gets pulled in automatically. by Alkis Evlogimenos · 20 years ago
  3. b3b1e33 Correct type of accessor functions. by Brian Gaeke · 20 years ago
  4. 551ccae Changes For Bug 352 by Reid Spencer · 20 years ago
  5. 47b14a4 Fix #includes of i*.h => Instructions.h as per PR403. by Misha Brukman · 20 years ago
  6. 518310c bug 122: - Replace ConstantPointerRef usage with GlobalValue usage by Reid Spencer · 20 years ago
  7. f7703df Finegrainify namespacification by Chris Lattner · 21 years ago
  8. d0fde30 Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 21 years ago
  9. 7b6dd29 Eliminate using declarations by Chris Lattner · 21 years ago
  10. b576c94 Added LLVM project notice to the top of every C++ source file. by John Criswell · 21 years ago
  11. 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
  12. cf3056d Regularize header file comments by Chris Lattner · 21 years ago
  13. 02a3be0 Rename Function::getEntryNode -> getEntryBlock by Chris Lattner · 21 years ago
  14. 5f07c87 Use the new interface, simplifies code by Chris Lattner · 21 years ago
  15. 919fc8c Trace loads and stores as they happen (stores were being by Vikram S. Adve · 21 years ago
  16. d3646f1 Use a constant expr GEP instead of an actual instruction by Chris Lattner · 21 years ago
  17. e408e25 Remove unnecesary &*'s by Chris Lattner · 21 years ago
  18. 4ad02e7 Add new linkage types to support a real frontend by Chris Lattner · 21 years ago
  19. af7ccd9 Make help message more clear by Chris Lattner · 21 years ago
  20. c56d239 Rename include/llvm/Transforms/Instrumentation/TraceFunctions.h to Instrumentation.h by Chris Lattner · 22 years ago
  21. 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
  22. cb2610e - Rename AnalysisUsage::preservesAll to getPreservesAll & preservesCFG to by Chris Lattner · 22 years ago
  23. 1a33e31 * Apparently string::find doesn't work right on our sun boxes. Work around this. by Chris Lattner · 22 years ago
  24. 0b16ae2 - Rename Instruction::First*Op to *OpsBegin, and Num*Ops to *OpsEnd to by Chris Lattner · 22 years ago
  25. 106ff45 - Change getelementptr instruction to use long indexes instead of uint by Chris Lattner · 22 years ago
  26. 2a7c23e Simplify code (somtimes dramatically), by using the new "auto-insert" feature by Chris Lattner · 22 years ago
  27. 65ad372 by Chris Lattner · 22 years ago
  28. 8e4fc25 *** empty log message *** by Chris Lattner · 22 years ago
  29. 25ba059 Remove extraneous #includes by Chris Lattner · 22 years ago
  30. a6275cc by Chris Lattner · 22 years ago
  31. 1198266 * Cleanup the pass a bit more, making it more object oriented. by Chris Lattner · 22 years ago
  32. 4689728 Hide extra argument by Chris Lattner · 22 years ago
  33. 5ff62e9 *** empty log message *** by Chris Lattner · 22 years ago
  34. f86b4c1 Fix iteration and InsertPos bugs introduced when Chris changed over to ilist. by Vikram S. Adve · 22 years ago
  35. 7e70829 MEGAPATCH checkin. by Chris Lattner · 22 years ago
  36. 2e0769e * Change commandline options a bit to be nicer by Chris Lattner · 22 years ago
  37. 1e2ddcf Hash pointer values to a sequence number to get identical results from by Vikram S. Adve · 22 years ago
  38. 96c466b Add new optional getPassName() virtual function that a Pass can override by Chris Lattner · 22 years ago
  39. 97e52e4 Tighten up the AnalysisUsage of lots of passes, primarily to correctly indicate whether or not they invalidate the CFGA by Chris Lattner · 22 years ago
  40. 31bcdb8 Split ConstantVals.h into Constant.h and Constants.h by Chris Lattner · 22 years ago
  41. f57b845 * Rename MethodPass class to FunctionPass by Chris Lattner · 22 years ago
  42. 649f5dd * s/Method/Function * Fix bug where the character after a % was being discarded by Chris Lattner · 22 years ago
  43. 73e2142 Move FunctionArgument out of iOther.h into Argument.h and rename class to by Chris Lattner · 22 years ago
  44. 42a4127 Add #includes to make up for #includes pruned out of header files. by Chris Lattner · 22 years ago
  45. 2aac6bf s/MethodType/FunctionType by Chris Lattner · 22 years ago
  46. 8985107 Simplify code a bit by using Module::getOrInsertFunction by Chris Lattner · 22 years ago
  47. 79df7c0 Change references from Method to Function by Chris Lattner · 22 years ago
  48. 524185a Just a comment. by Vikram S. Adve · 22 years ago
  49. bd0ef77 Change over to use new style pass mechanism, now passes only expose small by Chris Lattner · 22 years ago
  50. fcc93d2 MethodPass's are now guaranteed to not be run on external methods! by Chris Lattner · 23 years ago
  51. f4de63f Implement a more powerful, simpler, pass system. This pass system can figure by Chris Lattner · 23 years ago
  52. 697954c Changes to build successfully with GCC 3.02 by Chris Lattner · 23 years ago
  53. 29c1473 * Refactor trace values to work as a proper pass. Before it used to add by Chris Lattner · 23 years ago
  54. 7a17675 Renamed inst_const_iterator -> const_inst_iterator by Chris Lattner · 23 years ago
  55. e9bb2df Rename ConstPoolVal -> Constant by Chris Lattner · 23 years ago
  56. cee8f9a Create a new #include "Support/..." directory structure to move things by Chris Lattner · 23 years ago
  57. 9e00579 Make strings be internal by Chris Lattner · 23 years ago
  58. 7c54b4a Support array indexing by Chris Lattner · 23 years ago
  59. 2ed5ccd Print incoming arguments and return values. by Vikram S. Adve · 23 years ago
  60. 65ea171 Remove much cruft from the MemAccessInst instruction by Chris Lattner · 23 years ago
  61. 8e7f409 Minor method rename by Chris Lattner · 23 years ago
  62. 111bd01 Fix broken assertion. Didn't allow for pointer case by Chris Lattner · 23 years ago
  63. c426c63 Make newlines be newlines! This should now work in both lli and native code. by Vikram S. Adve · 23 years ago
  64. d889330 Use separate functions for printing values of each type. by Vikram S. Adve · 23 years ago
  65. b81a0bf Refix bugs, stop using deprecated strstream header by Chris Lattner · 23 years ago
  66. 631b9a3 Only print values live at BB or method exit, and insert loads at each by Vikram S. Adve · 23 years ago
  67. bedb00d Handle multiple exit blocks correctly. by Vikram S. Adve · 23 years ago
  68. 4457163 Convert to be compatible with lli. Need to eliminate duplicate \n entries by Chris Lattner · 23 years ago
  69. 8d9e377 Massive hacks to try to fix subtle logic bugs. I think it's all working now, by Chris Lattner · 23 years ago
  70. c18545d Rename ConstPoolPointerReference to ConstPoolPointerRef - My fingers get tired typing that much by Chris Lattner · 23 years ago
  71. f84b9bc * getExitNode() doesn't exist in method anymore * Make local functions static by Chris Lattner · 23 years ago
  72. df1892f Insert code to trace values at basic block and method exits. by Vikram S. Adve · 23 years ago