1. e4d5c44 This mega patch converts us from using Function::a{iterator|begin|end} to by Chris Lattner · 19 years ago
  2. 551ccae Changes For Bug 352 by Reid Spencer · 20 years ago
  3. 97f3e37 Allow an arbitrary prefix by Chris Lattner · 20 years ago
  4. d6391d7 Do not call Type::getUniqueID by Chris Lattner · 20 years ago
  5. a4c7c41 Work around apparent Apple compiler bug which was making all mangled by Brian Gaeke · 20 years ago
  6. 6e40e1d Do not mangle intrinsics in any way! by Chris Lattner · 20 years ago
  7. a6acb4f Fix the logic in the name mangler. If there are two symbols named 'X', and one by Chris Lattner · 21 years ago
  8. 82a5ff4 Initialize the count instance variable. by Chris Lattner · 21 years ago
  9. 2cdd21c Finegrainify namespacification by Chris Lattner · 21 years ago
  10. d0fde30 Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 21 years ago
  11. b576c94 Added LLVM project notice to the top of every C++ source file. by John Criswell · 21 years ago
  12. aa8a847 Mangle ALL letters that we do not allow, not just a few. by Chris Lattner · 21 years ago
  13. 2b3860f Add support to the mangler for targets which require _'s on global symbols by Chris Lattner · 21 years ago
  14. 6b902dc Include llvm/Support/Mangler.h first. Don't include <iostream>, <set>, by Brian Gaeke · 21 years ago
  15. 4166445 Cleanups: by Brian Gaeke · 21 years ago
  16. b198ca3 Factor out name-mangling from X86/Printer, which is derived from CWriter, by Brian Gaeke · 21 years ago