1. 2acc6e3 de-constify llvm::Type, patch by David Blaikie! by Chris Lattner · 13 years ago
  2. ad346f4 Generalize Cleanup::Emit's "isForEH" parameter into a set by John McCall · 13 years ago
  3. f742eb0 Rename CGT::VerifyFuncTypeComplete to isFuncTypeConvertible since by Chris Lattner · 13 years ago
  4. 9cbe4f0 clang side to match the LLVM IR type system rewrite patch. by Chris Lattner · 13 years ago
  5. c5cbb90 Update to match mainline ConstantStruct::get API change. Also, use by Chris Lattner · 13 years ago
  6. 7650d95 update for api change. by Chris Lattner · 13 years ago
  7. 0502a22 Perform an acquire memory barrier on the fast path of a thread-safe by John McCall · 13 years ago
  8. f85e193 Automatic Reference Counting. by John McCall · 13 years ago
  9. 95d318c Eliminate temporary argument vectors. by Benjamin Kramer · 13 years ago
  10. 28ff4d6 Remove dead variable flagged by gcc's -Wunused-but-set-variable. No by Nick Lewycky · 13 years ago
  11. 173d512 When compiling with -fno-threadsafe-statics, guard variables for globals with internal linkage don't have to be i64, i8 works just fine! by Anders Carlsson · 13 years ago
  12. db27b5f IRgen/ARM: Fix a think-o in conversion-to-null for member function pointers, we by Daniel Dunbar · 13 years ago
  13. fc8f0e1 fix a bunch of comment typos found by codespell. Patch by by Chris Lattner · 13 years ago
  14. 755d849 After some discussion with Doug, we decided that it made a lot more sense by John McCall · 13 years ago
  15. 379b515 More __unknown_anytype work. by John McCall · 13 years ago
  16. 1246ba6 Convert the PointerWidthInBytes variable in EmitMemberPointer() to CharUnits by Ken Dyck · 13 years ago
  17. bbf3bac Remove PHINode::reserveOperandSpace(). Instead, add a parameter to by Jay Foad · 13 years ago
  18. d26bc76 Use the "undergoes default argument promotion" bit on parameters to by John McCall · 13 years ago
  19. f0be979 For consistency, use llvm::raw_ostream in the rest of the mangle api. by Rafael Espindola · 13 years ago
  20. 5808ce4 More capturing of 'this': implicit member expressions. Getting that by John McCall · 13 years ago
  21. 0413db4 Amazing that there are still issues with the fields of anonymous struct/unions.. by Argyrios Kyrtzidis · 13 years ago
  22. 6ec278d Do a proper recursive lookup when deciding whether a class's usual by John McCall · 13 years ago
  23. dec0984 Fix warnings found by gcc-4.6, from -Wunused-but-set-variable and by Jeffrey Yasskin · 14 years ago
  24. 1411047 Move name mangling support from CodeGen to AST. In the by Peter Collingbourne · 14 years ago
  25. 8a9dc4f Simplify code. by Anders Carlsson · 14 years ago
  26. 3030eb8 Simplify the logic for emitting guard variables for template static by John McCall · 14 years ago
  27. 112c967 Ensure that static local variables in function templates inherit the by John McCall · 14 years ago
  28. 92d835a Patch to provide guard when initializing instances by Fariborz Jahanian · 14 years ago
  29. 5cd91b5 Implement ARM static local initialization guards, which are more compact than by John McCall · 14 years ago
  30. eede61a Revert my two IRgen fixes for "bool", then use a far simpler approach by Douglas Gregor · 14 years ago
  31. b61e2a3 Fix a crash involving pointer-to-data-members of boolean type. We were by Douglas Gregor · 14 years ago
  32. 9cb2cee Simplify some random accesses to the ASTContext from the ABI classes. by John McCall · 14 years ago
  33. 1e7fe75 Abstract IR generation of array cookies into the C++ ABI class and by John McCall · 14 years ago
  34. 6c2ab1d Amusingly, I missed this point of abstraction in all my earlier by John McCall · 14 years ago
  35. 4c40d98 Teach IR generation to return 'this' from constructors and destructors by John McCall · 14 years ago
  36. 2de56d1 GCC didn't care for my attempt at API compatibility, so brute-force everything by John McCall · 14 years ago
  37. de719f7 chandlerc pointed out that ending a line with /\ is not very friendly. :) by John McCall · 14 years ago
  38. 0bab0cd Abstract out everything having to do with member pointers into the ABI by John McCall · 14 years ago
  39. f16aa10 Go back to asking CodeGenTypes whether a type is zero-initializable. by John McCall · 14 years ago
  40. e14add4 Clean up a very silly use of first-class aggregates. by John McCall · 14 years ago
  41. d608cdb Experiment with using first-class aggregates to represent member function by John McCall · 14 years ago
  42. e9fd7eb Extract member function pointer comparison and null comparison into by John McCall · 14 years ago
  43. 875ab10 Abstract out member-pointer creation. I'm really unhappy about the current by John McCall · 14 years ago
  44. cf2c85e Abstract more member-pointerness out. by John McCall · 14 years ago
  45. 3023def Abstract out member-pointer conversions. by John McCall · 14 years ago
  46. babc9a9 Implement the call parts of the member-function-pointer ARM C++ ABI. by John McCall · 14 years ago
  47. 93d557b Extract calls to method pointers out as an ABI routine. No functionality change. by John McCall · 14 years ago
  48. ee79a4c The ARM C++ ABI is sufficiently different from the Itanium C++ ABI that by John McCall · 14 years ago
  49. 071cc7d Implement support for member pointers under the Microsoft C++ ABI in the by Charles Davis · 14 years ago
  50. 3a811f1 IRgen: Add a stub class for generating ABI-specific C++ code. by Charles Davis · 14 years ago