1. ba68b08 PR6515: Implement __builtin_signbit and friends. by Eli Friedman · 14 years ago
  2. 468ec6c Revert changes r97693, r97700, and r97718. by John McCall · 14 years ago
  3. 06a3066 Implement __builtin_dwarf_sp_column(). by John McCall · 14 years ago
  4. db7b72a Support constant-evaluation of __builtin_nans* as well as the correct constant by John McCall · 14 years ago
  5. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  6. 23afaad Don't #include <stdio.h> when tests don't need it, or use clang instead of clang-cc when they do. by Daniel Dunbar · 15 years ago
  7. 4fcfde4 Eliminate &&s in tests. by Daniel Dunbar · 15 years ago
  8. f65b9f5 Sorry! Accidentally checked in experimental change. by John Thompson · 15 years ago
  9. 6d8b16c Make this at least compile. by Mike Stump · 15 years ago
  10. 0653066 Removed math.h include, as Windows math.h has a compile error. by John Thompson · 15 years ago
  11. d613989 PR4836, part 2: CodeGen for __builtin_isnan. by Eli Friedman · 15 years ago
  12. 3b660ef PR4134: Implement __builtin_extract_return_addr. by Eli Friedman · 15 years ago
  13. 7a0048b Add more builtin definitions, including strcmp. - PR3964. by Daniel Dunbar · 15 years ago
  14. d7d5f02 Rename clang to clang-cc. by Daniel Dunbar · 15 years ago
  15. b808c95 switch getBuiltinLibFunction to use the new GetOrCreateLLVMFunction by Chris Lattner · 15 years ago
  16. f8ebb41 Add some stdlib builtins by Daniel Dunbar · 15 years ago
  17. 1768a62 Add some builtins to codegen test case. by Daniel Dunbar · 16 years ago
  18. d417d96 Add two test cases for builtins (mostly related to object size builtins). by Daniel Dunbar · 16 years ago