1. 0e62c1c remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.h imports by Chris Lattner · 14 years ago
  2. e852b10 Implement a new type node, UnaryTransformType, designed to represent a by Alexis Hunt · 15 years ago
  3. 6c488f1 Remove comments about __int8 and friends from the mangler. Turns out we don't by Charles Davis · 15 years ago
  4. 0009fcc Make yet another placeholder type, this one marking that an expression is a bound by John McCall · 15 years ago
  5. dda56e4 Support for C++11 (non-template) alias declarations. by Richard Smith · 15 years ago
  6. 57540c5 fix a bunch of comment typos found by codespell. Patch by by Chris Lattner · 15 years ago
  7. 231e875 Implement ARM pcs attribute. Basically it's another way of calling convention selection (AAPCS or by Anton Korobeynikov · 15 years ago
  8. 3199634 Basic, untested implementation for an "unknown any" type requested by LLDB. by John McCall · 15 years ago
  9. 99cc30c Revert "Add CC_Win64ThisCall and set it in the necessary places." by Tilmann Scheller · 15 years ago
  10. 454464b Add CC_Win64ThisCall and set it in the necessary places. by Tilmann Scheller · 15 years ago
  11. 30482bc Implement the C++0x deduced 'auto' feature. by Richard Smith · 15 years ago
  12. 3968cd0 For consistency, use llvm::raw_ostream in the rest of the mangle api. by Rafael Espindola · 15 years ago
  13. a759d72 Use raw_ostream instead of raw_svector_ostream. by Rafael Espindola · 15 years ago
  14. ac00f5d Use raw_svector_ostream in more places in the mangler. by Rafael Espindola · 15 years ago
  15. 424cec9 Change QualType::getTypePtr() to return a const pointer, then change a by John McCall · 15 years ago
  16. ada4b79 Start implementing support for substitution into pack expansions that by Douglas Gregor · 15 years ago
  17. 0ff0b37 Move name mangling support from CodeGen to AST. In the by Peter Collingbourne · 15 years ago