1. 176edba Update aosp/master Clang for rebase to r222490. by Stephen Hines · 10 years ago
  2. 6bcf27b Update Clang for 3.5 rebase (r209713). by Stephen Hines · 10 years ago
  3. 651f13c Updated to Clang 3.5a. by Stephen Hines · 10 years ago
  4. b914e87 Implement function type checker for the undefined behavior sanitizer. by Peter Collingbourne · 11 years ago
  5. 0323a78 Partial revert of r185568. by Eli Bendersky · 11 years ago
  6. 64b22d8 Add target hook CodeGen queries when generating builtin pow*. by Eli Bendersky · 11 years ago
  7. 02a01fa Ensure that debugger calls to signature-less functions default to by John McCall · 11 years ago
  8. 1bea653 Diagnose malformed x86 inline asm using 'y' constraint. by Tim Northover · 11 years ago
  9. a7ff62f Adding support for MSVC #pragma detect_mismatch functionality by emitting a FAILIFMISMATCH linker command into the object file. by Aaron Ballman · 11 years ago
  10. 3190ca9 Forward #pragma comment(lib/linker) through as flags metadata by Reid Kleckner · 11 years ago
  11. e56bb36 Fix the required args count for variadic blocks. by John McCall · 12 years ago
  12. 55fc873 Sort all of Clang's files under 'lib', and fix up the broken headers uncovered. by Chandler Carruth · 12 years ago
  13. de5d3c7 Whether an argument is required (in contrast with being an by John McCall · 12 years ago
  14. 3ed7903 Don't use a varargs convention for calls unprototyped functions where one of the arguments is an AVX vector. by Eli Friedman · 13 years ago
  15. 01f151e ANSI C requires that a call to an unprototyped function type succeed by John McCall · 13 years ago
  16. 49e34be The size of struct UnwindException varies by platform with no by John McCall · 13 years ago
  17. 686775d now that we have a centralized place to do so, add some using declarations for by Chris Lattner · 13 years ago
  18. ef6de3d De-constify Types in StructType::get() and TargetData::getIntPtrType(). by Jay Foad · 13 years ago
  19. f85e193 Automatic Reference Counting. by John McCall · 13 years ago
  20. 4b93d66 Re-instate r125819 and r125820 with no functionality change by Peter Collingbourne · 13 years ago
  21. 96b1d4b Revert 125820 and 125819 to fix PR9266. by Rafael Espindola · 13 years ago
  22. ef9a1d0 Move TargetInfo::adjustInlineAsmType to TargetCodeGenInfo by Peter Collingbourne · 13 years ago
  23. 204b075 Fix the IR generation for catching pointers by references. by John McCall · 14 years ago
  24. 6374c33 Implement __builtin_dwarf_sp_column for i386 (Darwin and not), x86-64 (all), by John McCall · 14 years ago
  25. 492c4f9 Add proper target hooks for __builtin_extract_return_address and by John McCall · 14 years ago
  26. d0b76ca Inspired by seeing "MIPS" go by in the commits, I've gone ahead and by John McCall · 14 years ago
  27. 568bb2d Eliminate some Clang warnings by Douglas Gregor · 15 years ago
  28. 82d0a41 Generalize target weirdness handling having proper layering in mind: by Anton Korobeynikov · 15 years ago