1. 6e938ef Change memcpy/memove/memset to have dest and source alignment attributes (Step 1). by Daniel Neilson · 8 years ago
  2. 039b970 Fix handling of vaargs on PPC32 when going from regsave to overflow. by Roman Divacky · 10 years ago
  3. 402257b [PowerPC] Fix calculating address of arguments on stack for variadic func by Petar Jovanovic · 10 years ago
  4. 3b39e88 Revert "Change memcpy/memset/memmove to have dest and source alignments." by Pete Cooper · 10 years ago
  5. 7bfd5cb Change memcpy/memset/memmove to have dest and source alignments. by Pete Cooper · 10 years ago
  6. 7f416cc Compute and preserve alignment more faithfully in IR-generation. by John McCall · 10 years ago
  7. 3acf627 Changed renaming of local symbols by inserting a dot vefore the numeric suffix by Sunil Srivastava · 10 years ago
  8. a953f28 Update Clang tests to handle explicitly typed load changes in LLVM. by David Blaikie · 11 years ago
  9. 218b783 Update Clang tests to handle explicitly typed gep changes in LLVM. by David Blaikie · 11 years ago
  10. 5cd8df6 Since the file has both ppc and ppc64 tests in it rename it. by Roman Divacky · 11 years ago[Renamed from clang/test/CodeGen/ppc64-varargs-struct.c]
  11. c294022 Rewrite the test to not require asserts. by Roman Divacky · 11 years ago
  12. 1ae35b9 Require asserts to unbreak the buildbots. by Roman Divacky · 11 years ago
  13. 8a12d84 Implement vaarg lowering for ppc32. Lowering of scalars and aggregates by Roman Divacky · 11 years ago
  14. 7cbe30f clang/test: REQUIRES: s/ppc{32|64}-registered-target/powerpc-registered-target/ by NAKAMURA Takumi · 12 years ago
  15. 528d2f1 This patch is a follow-up to r166805. As suggested on-list, a check was by Bill Schmidt · 13 years ago
  16. 4a2dcfe This patch addresses a 64-bit PowerPC ELF ABI compatibility issue with by Bill Schmidt · 13 years ago
  17. 7af848b Fix the CodeGen/ppc64-varargs-struct.c test case to tolerate release builds. by Bill Schmidt · 13 years ago
  18. a7b7f72 Add a test case for r156143, which enabled general varargs support for the by Bill Schmidt · 13 years ago