1. 4ee451d Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 17 years ago
  2. ecd94c8 Fix typo in comment. by Nick Lewycky · 17 years ago
  3. 1997473 Drop 'const' by Devang Patel · 17 years ago
  4. 3e15bf3 Use 'static const char' instead of 'static const int'. by Devang Patel · 17 years ago
  5. 794fd75 Do not use typeinfo to identify pass in pass manager. by Devang Patel · 17 years ago
  6. 9133fe2 Apply the VISIBILITY_HIDDEN field to the remaining anonymous classes in by Reid Spencer · 18 years ago
  7. 42a7551 rename Type::isIntegral to Type::isInteger, eliminating the old Type::isInteger. by Chris Lattner · 18 years ago
  8. a54b7cb For PR1064: by Reid Spencer · 18 years ago
  9. 78d033e For PR411: by Reid Spencer · 18 years ago
  10. 86453c5 Eliminate static ctors due to Statistic objects by Chris Lattner · 18 years ago
  11. ac0b6ae Detemplatize the Statistic class. The only type it is instantiated with by Chris Lattner · 18 years ago
  12. 7f8897f eliminate RegisterOpt. It does the same thing as RegisterPass. by Chris Lattner · 18 years ago
  13. fd93908 Remove trailing whitespace by Misha Brukman · 19 years ago
  14. 82aa566 Make this MUCH faster by avoiding a linear search in the symbol table code. by Chris Lattner · 19 years ago
  15. b12914b 'Pass' should now not be derived from by clients. Instead, they should derive by Chris Lattner · 20 years ago
  16. 551ccae Changes For Bug 352 by Reid Spencer · 20 years ago
  17. e7b9a1a Fix a bug in the -deadtypeelim pass. The SymbolTable re-write changed it by John Criswell · 20 years ago
  18. 9231ac8 Convert to SymbolTable's new iteration interface. by Reid Spencer · 20 years ago
  19. 4f77caa Since LLVM uses structure type equivalence, it isn't useful to keep around by Chris Lattner · 20 years ago
  20. 1e2385b Finegrainify namespacification by Chris Lattner · 21 years ago
  21. d0fde30 Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 21 years ago
  22. b045e14 Untypo by Chris Lattner · 21 years ago
  23. b576c94 Added LLVM project notice to the top of every C++ source file. by John Criswell · 21 years ago
  24. de579f1 Remove using declarations by Chris Lattner · 21 years ago
  25. a3183be Fix a misunderstanding of the standard associative containers by Chris Lattner · 22 years ago
  26. 6e6026b - Eliminated the deferred symbol table stuff in Module & Function, it really by Chris Lattner · 22 years ago
  27. a92f696 Updates to work with recent Statistic's changes: by Chris Lattner · 22 years ago
  28. 5fb7243 Factor silly code duplication out by Chris Lattner · 22 years ago
  29. 5f0eb8d by Chris Lattner · 22 years ago
  30. 1e43516 * Add support for different "PassType's" by Chris Lattner · 22 years ago
  31. 7311e38 Cleanup and simplify code by Chris Lattner · 22 years ago
  32. 72c27e2 * Remove lots of dead stuff * Register Pass by Chris Lattner · 22 years ago
  33. ce0141e Remove "fixers" for problems in GCC generated code that cannot be generated by Chris Lattner · 22 years ago
  34. bd8619d Do not remove type names that contain a . by Chris Lattner · 22 years ago
  35. 22ee3eb Split the FunctionResolution pass out of CleanGCCOutput.cpp. by Chris Lattner · 22 years ago
  36. 3dec1f2 Add support for printing out statistics information when -stats is added to by Chris Lattner · 22 years ago
  37. 497c60c Reduce dependance on TransformInternals.h, instead using the TransformUtils library by Chris Lattner · 22 years ago
  38. c6f3ae5 Eliminate duplicate or unneccesary #include's by Chris Lattner · 22 years ago
  39. 96c466b Add new optional getPassName() virtual function that a Pass can override by Chris Lattner · 22 years ago
  40. f57b845 * Rename MethodPass class to FunctionPass by Chris Lattner · 22 years ago
  41. 265b083 * Add documentation by Chris Lattner · 22 years ago
  42. 0d461f7 s/Method/Function/g by Chris Lattner · 22 years ago
  43. 79df7c0 Change references from Method to Function by Chris Lattner · 22 years ago
  44. f09733a Remove code designed to compensate for a bug in GCC. The bug has since by Chris Lattner · 22 years ago
  45. bd0ef77 Change over to use new style pass mechanism, now passes only expose small by Chris Lattner · 22 years ago
  46. e0f2753 Handle more cases in the linker by Chris Lattner · 22 years ago
  47. 455889a * Pull BasicBlock::pred_* and BasicBlock::succ_* out of BasicBlock.h and into by Chris Lattner · 23 years ago
  48. 793c6b8 Convert xforms over to new pass structure. by Chris Lattner · 23 years ago
  49. 5048c3b Pull RaiseAllocations stuff out of the CleanGCC pass into it's own pass in by Chris Lattner · 23 years ago
  50. f4de63f Implement a more powerful, simpler, pass system. This pass system can figure by Chris Lattner · 23 years ago
  51. 697954c Changes to build successfully with GCC 3.02 by Chris Lattner · 23 years ago
  52. 206ad80 The proper prototype for malloc returns a pointer, not an unsized array by Chris Lattner · 23 years ago
  53. 7a17675 Renamed inst_const_iterator -> const_inst_iterator by Chris Lattner · 23 years ago
  54. e9bb2df Rename ConstPoolVal -> Constant by Chris Lattner · 23 years ago
  55. 7061dc5 Split the PHINode class out from the iOther.h file into the iPHINode.h file by Chris Lattner · 23 years ago
  56. 430aa9e -cleangcc pass now remove type names that are never referenced and type names for pointers to primitive types. by Chris Lattner · 23 years ago
  57. fd79ab5 Fix minor bug by Chris Lattner · 23 years ago
  58. 277b4e4 Don't print spurious linking warnings about methods that are never used. by Chris Lattner · 23 years ago
  59. 59cd9f1 Refactor code to share stuff by Chris Lattner · 23 years ago
  60. ab9f21f Fix cast instructions that end up in bad places in GCC output by Chris Lattner · 23 years ago
  61. 5b497ee Add new cleanup pass: by Chris Lattner · 23 years ago
  62. b20807f * Export method to merge identically named methods by Chris Lattner · 23 years ago
  63. 055c963 Changes to compile the TSP benchmark successfully. Favor warning instead of assertion failures. by Chris Lattner · 23 years ago
  64. b6b2692 Add code to link method together with the same name if one is vararg and the other isn't. by Chris Lattner · 23 years ago
  65. 591bda9 Propogate name to the malloc itself instead of to the cast by Chris Lattner · 23 years ago
  66. bfe1110 Implement code to convert %malloc and %free FUNCTION CALLS into the instruction equivalent by Chris Lattner · 23 years ago
  67. e51e03b Initial version of GCC cleanup pass: just removes extraneous global symbol table entries for types by Chris Lattner · 23 years ago