1. c66deaf [Modules] Implement __builtin_isinf_sign in Clang. by Chandler Carruth · 11 years ago
  2. 533bd17 Fix test/CodeGen/builtins.c for platforms that don't lower sjlj by Reid Kleckner · 11 years ago
  3. 06ea7d6 Lower __builtin_fabs* to @llvm.fabs.* by Reid Kleckner · 11 years ago
  4. b4379f9 CGBuiltin: Use frem instruction rather than libcall to implement fmod by Jan Vesely · 11 years ago
  5. c4e0c10 CGBuiltin: Use @llvm.fabs rather than fabs libcall when emitting builtins by Tom Stellard · 11 years ago
  6. 4362261 CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tests fail. by Stephen Lin · 12 years ago
  7. a801f4a Expose __builtin_bswap16. by Benjamin Kramer · 13 years ago
  8. 3fadbb5 Add __builtin_readcyclecounter() to produce the @llvm.readcyclecounter() intrinsic. by Hal Finkel · 13 years ago
  9. 57540c5 fix a bunch of comment typos found by codespell. Patch by by Chris Lattner · 15 years ago
  10. c0b8f3b Enable basic testing of __builtin_fpclassify. by Benjamin Kramer · 15 years ago
  11. 02269a6 Enable the implementation of __builtin_setjmp and __builtin_longjmp. Not all by John McCall · 16 years ago
  12. fdb61d7 Implement codegen for __builtin_isnormal. by Benjamin Kramer · 16 years ago
  13. dbff4bf implement codegen support for __builtin_isfinite, part of PR6083 by Chris Lattner · 16 years ago
  14. 68784ef optimize builtin_isnan/isinf to not do an extraneous extension from by Chris Lattner · 16 years ago
  15. 99d20f8 PR6515: Implement __builtin_signbit and friends. by Eli Friedman · 16 years ago
  16. 731be66 Revert changes r97693, r97700, and r97718. by John McCall · 16 years ago
  17. 81d4d12 Implement __builtin_dwarf_sp_column(). by John McCall · 16 years ago
  18. 1629149 Support constant-evaluation of __builtin_nans* as well as the correct constant by John McCall · 16 years ago
  19. 8fbe78f Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 16 years ago
  20. feedba6 Don't #include <stdio.h> when tests don't need it, or use clang instead of clang-cc when they do. by Daniel Dunbar · 16 years ago
  21. 8b57697 Eliminate &&s in tests. by Daniel Dunbar · 16 years ago
  22. 146b025 Sorry! Accidentally checked in experimental change. by John Thompson · 16 years ago
  23. bf18669 Make this at least compile. by Mike Stump · 16 years ago
  24. 3254182 Removed math.h include, as Windows math.h has a compile error. by John Thompson · 16 years ago
  25. 1c277d0 PR4836, part 2: CodeGen for __builtin_isnan. by Eli Friedman · 16 years ago
  26. 5b73b5e PR4134: Implement __builtin_extract_return_addr. by Eli Friedman · 17 years ago
  27. b041085 Add more builtin definitions, including strcmp. - PR3964. by Daniel Dunbar · 17 years ago
  28. a45cf5b Rename clang to clang-cc. by Daniel Dunbar · 17 years ago
  29. e64911a switch getBuiltinLibFunction to use the new GetOrCreateLLVMFunction by Chris Lattner · 17 years ago
  30. e4be42c Add some stdlib builtins by Daniel Dunbar · 17 years ago
  31. b11d5d6 Add some builtins to codegen test case. by Daniel Dunbar · 17 years ago
  32. 20e5db7 Add two test cases for builtins (mostly related to object size builtins). by Daniel Dunbar · 17 years ago