1. 1a25d73 Kill off more cerr/cout uses and prune includes a bit. by Benjamin Kramer · 16 years ago
  2. 55f1c09 Push LLVMContexts through the IntegerType APIs. by Owen Anderson · 16 years ago
  3. 3b5008e More ProfileInfo improvements. by Daniel Dunbar · 16 years ago
  4. 5a1acd9 Move a few more APIs back to 2.5 forms. The only remaining ones left to change back are by Owen Anderson · 16 years ago
  5. 4056ca9 Move types back to the 2.5 API. by Owen Anderson · 16 years ago
  6. 47db941 Get rid of the Pass+Context magic. by Owen Anderson · 16 years ago
  7. b17f329 Switch GlobalVariable ctors to a sane API, where *either* a context or a module is required. by Owen Anderson · 16 years ago
  8. 5948fdf Push LLVMContext through GlobalVariables and IRBuilder. by Owen Anderson · 16 years ago
  9. 39f00cc Thread LLVMContext through the constant folding APIs, which touches a lot of files. by Owen Anderson · 16 years ago
  10. 72e66ee Use Function::getEntryBlock() instead of Function::front(), for clarity. by Dan Gohman · 17 years ago
  11. d78c400 Clean up the use of static and anonymous namespaces. This turned up by Dan Gohman · 17 years ago
  12. f3ebc3f Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 18 years ago
  13. 8c78a0b Drop 'const' by Devang Patel · 19 years ago
  14. e95c6ad Use 'static const char' instead of 'static const int'. by Devang Patel · 19 years ago
  15. 09f162c Do not use typeinfo to identify pass in pass manager. by Devang Patel · 19 years ago
  16. 557ab15 Apply the VISIBILITY_HIDDEN field to the remaining anonymous classes in by Reid Spencer · 19 years ago
  17. 1241d6d For PR411: by Reid Spencer · 19 years ago
  18. 5301e7c For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoid by Reid Spencer · 19 years ago
  19. c635f47 For PR950: by Reid Spencer · 19 years ago
  20. f3baad3 Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are by Bill Wendling · 19 years ago
  21. a7459ca Removed #include <iostream> and used the llvm_cerr/DOUT streams instead. by Bill Wendling · 19 years ago
  22. 97c9f20 simplify AnalysisGroup registration, eliminating one typeid call. by Chris Lattner · 19 years ago
  23. c2d3d31 eliminate RegisterOpt. It does the same thing as RegisterPass. by Chris Lattner · 19 years ago
  24. 517caef Added documented rsprofiler interface. Also remove new profiler passes, the by Andrew Lenharth · 20 years ago
  25. b1c9317 Remove trailing whitespace by Misha Brukman · 21 years ago
  26. 417ca17 Convert tabs to spaces by Misha Brukman · 21 years ago
  27. 9a7ac16 Add missing createXxxPass functions by Jeff Cohen · 21 years ago
  28. 4f2cf03 'Pass' should now not be derived from by clients. Instead, they should derive by Chris Lattner · 21 years ago
  29. cb3fb5d bug 122: - Replace ConstantPointerRef usage with GlobalValue usage by Reid Spencer · 21 years ago
  30. eb04d9b Add #include <iostream> since Value.h does not #include it any more. by Reid Spencer · 21 years ago
  31. dae48f9 Split utility functions out of BlockProfiling.cpp by Chris Lattner · 22 years ago
  32. 3232bbb initialization calls now return argc. If the program uses the argc value by Chris Lattner · 22 years ago
  33. df3c342 Finegrainify namespacification by Chris Lattner · 22 years ago
  34. 960707c Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 22 years ago
  35. 3420137 Refactor code, initial implementation of -insert-block-profiling pass by Chris Lattner · 22 years ago
  36. 183fa7c Pass in argc & argv by Chris Lattner · 22 years ago
  37. c8ba067 Initial checkin of profiling instrumentation pass. So far, despite the by Chris Lattner · 22 years ago