1. ce665bd Now with fewer extraneous semicolons! by Owen Anderson · 15 years ago
  2. 8c8b9ee Revert r111082. No warnings for this common pattern. by Argyrios Kyrtzidis · 15 years ago
  3. 7268d97 Add ATTRIBUTE_UNUSED to methods that are not supposed to be used. by Argyrios Kyrtzidis · 15 years ago
  4. 90c579d Reapply r110396, with fixes to appease the Linux buildbot gods. by Owen Anderson · 15 years ago
  5. 1f74590 Revert r110396 to fix buildbots. by Owen Anderson · 15 years ago
  6. 9ccaf53 Don't use PassInfo* as a type identifier for passes. Instead, use the address of the static by Owen Anderson · 15 years ago
  7. d13db2c Fix batch of converting RegisterPass<> to INTIALIZE_PASS(). by Owen Anderson · 15 years ago
  8. b64ca13 by David Greene · 16 years ago
  9. 270862d by David Greene · 16 years ago
  10. 046e78c Remove FreeInst. by Victor Hernandez · 16 years ago
  11. f5a86f4 Remove includes of Support/Compiler.h that are no longer needed after the by Nick Lewycky · 16 years ago
  12. 6726b6d Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces. by Nick Lewycky · 16 years ago
  13. a276c60 Remove MallocInst from LLVM Instructions. by Victor Hernandez · 16 years ago
  14. 45cfe54 Change Pass::print to take a raw ostream instead of std::ostream, by Chris Lattner · 16 years ago
  15. bdff548 eliminate the "Value" printing methods that print to a std::ostream. by Chris Lattner · 16 years ago
  16. c23197a llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable. by Torok Edwin · 16 years ago
  17. 7d696d8 Convert more assert(0)+abort() -> LLVM_UNREACHABLE, by Torok Edwin · 16 years ago
  18. c965ee2 Remove some unnecessary #includes. by Dan Gohman · 16 years ago
  19. ae73dc1 Tidy up several unbeseeming casts from pointer to intptr_t. by Dan Gohman · 17 years ago
  20. 844731a Clean up the use of static and anonymous namespaces. This turned up by Dan Gohman · 17 years ago
  21. 4f4c28f Restore isCFGOnly property of various analysis passes. by Devang Patel · 17 years ago
  22. c758209 PassInfo keep tracks whether a pass is an analysis pass or not. by Devang Patel · 17 years ago
  23. c7fe32e Do not use virtual function to identify an analysis pass. by Devang Patel · 17 years ago
  24. 1cee94f Identify Analysis pass. by Devang Patel · 17 years ago
  25. 4ee451d Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 18 years ago
  26. ecd94c8 Fix typo in comment. by Nick Lewycky · 18 years ago
  27. 1997473 Drop 'const' by Devang Patel · 18 years ago
  28. 3e15bf3 Use 'static const char' instead of 'static const int'. by Devang Patel · 18 years ago
  29. 794fd75 Do not use typeinfo to identify pass in pass manager. by Devang Patel · 18 years ago
  30. d7d83db Make classes in anonymous namespaces use VISIBILITY_HIDDEN to help reduce by Reid Spencer · 19 years ago
  31. 3b27d68 eliminate static ctors from Statistics by Chris Lattner · 19 years ago
  32. e815619 Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are by Bill Wendling · 19 years ago
  33. ac0b6ae Detemplatize the Statistic class. The only type it is instantiated with by Chris Lattner · 19 years ago
  34. 6f81b51 Removed some of the iostream #includes. Moved towards converting to using by Bill Wendling · 19 years ago
  35. 5d8925c Eliminate RegisterAnalysis. RegisterPass now does all that is necessary. by Chris Lattner · 19 years ago
  36. 7238210 Add explicit iostream #includes by Chris Lattner · 20 years ago
  37. 4fb1b21 expose a ctor by Chris Lattner · 20 years ago
  38. 2b37d7c Remove trailing whitespace by Misha Brukman · 20 years ago
  39. 6ae7e98 Directly count the number of memory instructions. by Chris Lattner · 20 years ago
  40. e26057a Standardize on 'class' instead of 'struct'. Gets rid of warnings in VC++ by Reid Spencer · 21 years ago
  41. 1fca5ff Convert 'struct' to 'class' in various places to adhere to the coding standards by Chris Lattner · 21 years ago
  42. 551ccae Changes For Bug 352 by Reid Spencer · 21 years ago
  43. d0fde30 Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 22 years ago
  44. b576c94 Added LLVM project notice to the top of every C++ source file. by John Criswell · 22 years ago
  45. 6666a04 There is no reason for this to be a pass! by Chris Lattner · 22 years ago
  46. a1af8bd Add total instruction, bb, & function counts by Chris Lattner · 23 years ago
  47. 149a520 Simplify code by Chris Lattner · 23 years ago
  48. db85e38 Count CallInsts correctly, remove unneccesary initializers by Chris Lattner · 23 years ago
  49. e555460 Gives the count for various instructions. by Dinakar Dhurjati · 23 years ago