1. b5c520b Lowercase versions of `occurrence' need to be spelled correctly, too. by Misha Brukman · 21 years ago
  2. dd6cb6a `Occurrence' has no `a' and the `r' is doubled. by Misha Brukman · 21 years ago
  3. 3915da3 INCLUDE_PARENT_GRAPH is required by Chris Lattner · 21 years ago
  4. a523e22 Remove dead method by Chris Lattner · 21 years ago
  5. 8fd2715 Add new methods by Chris Lattner · 21 years ago
  6. 73440f6 Disable the parent graph code when not compiled in DEBUG mode by Chris Lattner · 21 years ago
  7. daee2b4 Leak fix: delete old objects before reallocation in an assignment operator! by Vikram S. Adve · 21 years ago
  8. c019f9b TD pass keeps track of which functions have complete arguments by Chris Lattner · 21 years ago
  9. b512b24 Add new operator= impl by Chris Lattner · 21 years ago
  10. e2fe664 Ok, I'm a moron. Fixed now by Chris Lattner · 21 years ago
  11. 985d312 Fix major problem that was causing all kinds of nasty foldings by Chris Lattner · 21 years ago
  12. 17d5d86 Add new methods to BUDS for keeping track of a precise call graph by Chris Lattner · 21 years ago
  13. 7a73b80 Merged in autoconf branch. This provides configuration via the autoconf system. by John Criswell · 21 years ago
  14. a9d6566 Add new method by Chris Lattner · 21 years ago
  15. 332f0aa Be more const correct by Chris Lattner · 21 years ago
  16. fa45c7a Constness changes by Chris Lattner · 21 years ago
  17. 17fefa3 Substantial revamp: DSGraphs now may contain the graphs for multiple functions by Chris Lattner · 21 years ago
  18. 1a36443 Add argument by Chris Lattner · 21 years ago
  19. 0baec25 Remove prototype for dead method by Chris Lattner · 21 years ago
  20. 62b5c16 Add support for gathering sets of must aliases by Chris Lattner · 21 years ago
  21. 35de11f Add new DSGraph::ScalarMapTy typedef to avoid pulling representation issues by Chris Lattner · 21 years ago
  22. 2769e6c Add new 'isComplete' method by Chris Lattner · 21 years ago
  23. d2a6fc3 Add support for 'unsigned' command line arguments by Chris Lattner · 21 years ago
  24. d7908f6 Nice tasty llc fixes. These should fix LLC for x86 for everything in by Brian Gaeke · 21 years ago
  25. 9b2a14b Add argument to DAE to allow operation on non-internal functions by Chris Lattner · 21 years ago
  26. 1ee7855 Add prototype for tail-dup pass by Chris Lattner · 21 years ago
  27. 680a7c2 Get rid of WORDSIZE macro which can pollute untold numbers of translation units by Chris Lattner · 21 years ago
  28. 3889a2c Remove a ton of extraneous #includes by Chris Lattner · 21 years ago
  29. 18345bb Whoops, accidentally lost a #include by Chris Lattner · 21 years ago
  30. 5bb8776 Remove support for the MultiObject flag, which was just fundamentally broken by Chris Lattner · 21 years ago
  31. 160cf48 Lots of changes to make the NodeType field private to DSNode. by Chris Lattner · 21 years ago
  32. 936f771 Update comments by Chris Lattner · 21 years ago
  33. 893f025 Detemplatize the PATypeHandle class, which was only really instantiated on 'Type'. by Chris Lattner · 21 years ago
  34. 697a00f * Add new CallSite::get factory method by Chris Lattner · 21 years ago
  35. a599f87 Add new op_erase method by Chris Lattner · 21 years ago
  36. 57ec659 Make sure accessor is properly doxygenized. It wants two lines by Chris Lattner · 21 years ago
  37. 95ab3d4 Add accessor by Chris Lattner · 21 years ago
  38. ad110d2 Make CallSite's default constructable, copyable, and assignable (explicitly) by Chris Lattner · 21 years ago
  39. a9f6e4a Regularize the names of #include-guards. by Brian Gaeke · 21 years ago
  40. ad95d9e Isolate machine-dependent use of <alloca.h> in "Support/Alloca.h", by Brian Gaeke · 21 years ago
  41. 5c91898 Whoops. I didn't mean to step on John's changes. by Brian Gaeke · 21 years ago
  42. 6d3b7fa This version supports FreeBSD. by Brian Gaeke · 21 years ago
  43. 1989d34 Add prototype for the new DAE pass by Chris Lattner · 21 years ago
  44. a277ca8 Changed the LITTLE_ENDIAN and BIG_ENDIAN macros to ENDIAN_LITTLE and ENDIAN_BIG. by John Criswell · 21 years ago
  45. be583b9 Included assert.h so that the code compiles under newer versions of GCC. by John Criswell · 21 years ago
  46. 9271ade Made changes suggested by Chris by Sumant Kowshik · 21 years ago
  47. a3e5764 Made changes suggested by Chris; Renamed 'union' function to unionSetsWith by Sumant Kowshik · 21 years ago
  48. 9dad6d7 Add new setCondition member by Chris Lattner · 21 years ago
  49. b05497e Minor cleanups: by Chris Lattner · 21 years ago
  50. 4052cf9 Remove use of enum by Chris Lattner · 21 years ago
  51. 0c0583a There are now no uses of NonCopyableV by Chris Lattner · 21 years ago
  52. bf0ac3f Add doxygen comment for namespace by Chris Lattner · 21 years ago
  53. 0519bdc Add comment for doxygen for namespace by Chris Lattner · 21 years ago
  54. 5b595b9 Minor cleanups: by Chris Lattner · 21 years ago
  55. 4ade9ed Remove noncopyable base class as it was making the doxygen docs harder to read by Chris Lattner · 21 years ago
  56. 17035c0 Remove noncopyableV base classes, as they were confusing the doxygen documentation, by Chris Lattner · 21 years ago
  57. 9452b07 Remove NonCopyable base class to clean up doxygen output by Chris Lattner · 21 years ago
  58. f2e364a Hack up MachineCodeEmitter to actually be target independent. by Chris Lattner · 21 years ago
  59. 658c5bc Fixed comment width, changed arg to be const, fixed indentation, removed unnecessary includes. by Tanya Lattner · 21 years ago
  60. 3fd7bf4 Made a single common InvalidRegNum = -1. by Vikram S. Adve · 21 years ago
  61. 2263df0 Renamed a variable. by Vikram S. Adve · 21 years ago
  62. 9f495b5 Support for annul/pred and other future flags on op codes. by Vikram S. Adve · 21 years ago
  63. f3d3ca1 Added MachineCodeForInstruction object as an argument to by Vikram S. Adve · 21 years ago
  64. da3a8b1 Added saveBBreferences() for BasicBlock resolution. by Misha Brukman · 21 years ago
  65. 7cf322f Sorry, correcting small typo. by Tanya Lattner · 21 years ago
  66. 2c49fc0 Added support for cloning a trace. by Tanya Lattner · 21 years ago
  67. 87a991e Implementation of Equivalence Classes by Sumant Kowshik · 21 years ago
  68. 5e587d7 Changes to support function pointers by Sumant Kowshik · 21 years ago
  69. f0afa50 Don't require the user to do something like isa<foo>(II->get()). The ->get by Chris Lattner · 21 years ago
  70. 1ff1da7 dyn_cast_or_null should work just the same as dyn_cast does by Chris Lattner · 21 years ago
  71. aa101c3 Doxygenify comments by Chris Lattner · 21 years ago
  72. e5841da Fixed misspelling and broke a line that was wrapping. by Misha Brukman · 21 years ago
  73. 6b5e054 Defines a pass-through debugging emitter -- it writes to a file for inspection by Misha Brukman · 21 years ago
  74. 504905f Allow allocation of a Sparc TargetMachine. by Misha Brukman · 21 years ago
  75. a161f0c Expose proto for SRoA pass. by Chris Lattner · 21 years ago
  76. bfebd79 (1) Added special register class containing (for now) %fsr. by Vikram S. Adve · 21 years ago
  77. a22eace Renamed MachienOperand::opIsDef to MachineOperand::opIsDefOnly() by Vikram S. Adve · 21 years ago
  78. 28fc440 Make case of GetNumOfInt/FloatArgRegs functions to be use lower case by Vikram S. Adve · 21 years ago
  79. 12745c5 Reword to remove reference to how things worked in the past. by Misha Brukman · 21 years ago
  80. 00b05bd7 NOP instructions are pseudo-instructions. We should not have them explicitly in by Misha Brukman · 21 years ago
  81. 6cc89aa Remove some cruft, add some methods to allow implementation of bugfix for by Chris Lattner · 21 years ago
  82. baf850a Minor rewording/cleanups by Chris Lattner · 21 years ago
  83. 7594b29 Remove long dead code by Chris Lattner · 21 years ago
  84. b3b729b Add support for a new "CommaSeparated" modifier by Chris Lattner · 21 years ago
  85. 67d8e1a New method by Chris Lattner · 21 years ago
  86. 82c89b9 Hopefully, the final fix for `[Pp]ropogate'. by Misha Brukman · 21 years ago
  87. f117cc9 s/convertable/convertible/g by Misha Brukman · 21 years ago
  88. d5bd008 The plural of `Pass' is Passes, not Pass's. by Misha Brukman · 21 years ago
  89. c436b37 Add support for setjmp/longjmp primitives Patch checked in for Bill Wendling :) by Chris Lattner · 21 years ago
  90. 17aefb1 Add some methods to make type safety a bit easier by Chris Lattner · 21 years ago
  91. bc4a15f Beef up interface, move getVarInfo out-of-line. by Chris Lattner · 21 years ago
  92. 9c34136 Expand API for updating live var info. by Chris Lattner · 21 years ago
  93. 56adf15 Make sure that globals are emitted AFTER the passmanager is set up for the JIT, by Chris Lattner · 21 years ago
  94. b450b20 Fixed comment. by Joel Stanley · 21 years ago
  95. fbe3ecd Update out of date comment by Chris Lattner · 21 years ago
  96. 806cebc Updates to match recent timer updates by Chris Lattner · 21 years ago
  97. 70bca51 Add new method to check to see if a global is available by Chris Lattner · 21 years ago
  98. e0e7217 Allow const functions by Chris Lattner · 21 years ago
  99. eccf8d0 Fix bug in last checkin by Chris Lattner · 21 years ago
  100. 1f25d88 Add new methods for stub generation by Chris Lattner · 21 years ago