1. 1997473 Drop 'const' by Devang Patel · 17 years ago
  2. 3e15bf3 Use 'static const char' instead of 'static const int'. by Devang Patel · 17 years ago
  3. 794fd75 Do not use typeinfo to identify pass in pass manager. by Devang Patel · 17 years ago
  4. e538838 Simplify code by Chris Lattner · 18 years ago
  5. 5d8925c Eliminate RegisterAnalysis. RegisterPass now does all that is necessary. by Chris Lattner · 18 years ago
  6. 4f1bd9e For PR780: by Reid Spencer · 18 years ago
  7. 192913e Change from using a stub function to a stub variable for passing to the by Reid Spencer · 18 years ago
  8. 365320e Remove unused inclusion of SymbolTable.h by Reid Spencer · 19 years ago
  9. dedf2bd Convert tabs to spaces by Misha Brukman · 19 years ago
  10. 2b37d7c Remove trailing whitespace by Misha Brukman · 19 years ago
  11. e4d5c44 This mega patch converts us from using Function::a{iterator|begin|end} to by Chris Lattner · 19 years ago
  12. b12914b 'Pass' should now not be derived from by clients. Instead, they should derive by Chris Lattner · 20 years ago
  13. e840434 bug 122: by Reid Spencer · 20 years ago
  14. 1ff1ff7 Fixes for PR341 by Chris Lattner · 20 years ago
  15. a5dcc4f Minor efficiency gain: do 1 nlogn lookup instead of two Code cleanup by Chris Lattner · 20 years ago
  16. 0555ed8 Fine grainify namespacification by Chris Lattner · 20 years ago
  17. 6ffe551 Changes to fix up the inst_iterator to pass to boost iterator checks. This by Chris Lattner · 20 years ago
  18. d0fde30 Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 21 years ago
  19. ba12c23 Including the symbol table in the FindUsedTypes analysis was the WRONG way by Chris Lattner · 21 years ago
  20. c2bcde4 Fix PR62, and llvm/test/Regression/CBackend/2003-10-28-CastToPtrToStruct.ll by Chris Lattner · 21 years ago
  21. 472a7ef Fix bug: CBackend/2003-10-23-UnusedType.ll and hopefully 252.eon by Chris Lattner · 21 years ago
  22. b576c94 Added LLVM project notice to the top of every C++ source file. by John Criswell · 21 years ago
  23. cf3056d Regularize header file comments by Chris Lattner · 21 years ago
  24. a92dc19 Fix bug: CBackend/2003-05-31-MissingStructName.ll by Chris Lattner · 21 years ago
  25. 5057b00 Make users of FindUsedTypes not have problems with linkage. This fixes Cwriter. by Chris Lattner · 22 years ago
  26. 546b027 - Do not expose ::ID from any of the analyses anymore. by Chris Lattner · 22 years ago
  27. a59cbb2 * Standardize how analysis results/passes as printed with the print() virtual by Chris Lattner · 22 years ago
  28. a6275cc by Chris Lattner · 22 years ago
  29. cdcfcf6 *** empty log message *** by Chris Lattner · 22 years ago
  30. d31d81c *** empty log message *** by Chris Lattner · 22 years ago
  31. 7e70829 MEGAPATCH checkin. by Chris Lattner · 22 years ago
  32. c6f3ae5 Eliminate duplicate or unneccesary #include's by Chris Lattner · 22 years ago
  33. f57b845 * Rename MethodPass class to FunctionPass by Chris Lattner · 22 years ago
  34. 2fbfdcf Change references to the Method class to be references to the Function by Chris Lattner · 22 years ago
  35. 455889a * Pull BasicBlock::pred_* and BasicBlock::succ_* out of BasicBlock.h and into by Chris Lattner · 23 years ago
  36. 221d688 Method.h no longer includes BasicBlock.h by Chris Lattner · 23 years ago
  37. 93193f8 Convert analyses to new pass structure by Chris Lattner · 23 years ago
  38. f4de63f Implement a more powerful, simpler, pass system. This pass system can figure by Chris Lattner · 23 years ago
  39. 697954c Changes to build successfully with GCC 3.02 by Chris Lattner · 23 years ago
  40. 7a17675 Renamed inst_const_iterator -> const_inst_iterator by Chris Lattner · 23 years ago
  41. b61107a New pass to find types in use by a program by Chris Lattner · 23 years ago