1. d227c11 Implement __builtin_va_copy by Anders Carlsson · 17 years ago
  2. d50452e Generate code for the various __builtin_ctz functions. by Anders Carlsson · 17 years ago
  3. 6736511 simple implementation of __builtin_alloca by Nate Begeman · 17 years ago
  4. 8fc5f60 Generate correct code for __builtin_huge_val by Anders Carlsson · 17 years ago
  5. 5f8c609 Implement __builtin_huge_val. by Anders Carlsson · 17 years ago
  6. 261f4ad Make sure to emit all the arguments to a function call. This fixes the by Eli Friedman · 17 years ago
  7. 33a5043 Match change in EmitCallExpr by Nate Begeman · 17 years ago
  8. 9f3bfb7 Implement basic overload support via a new builtin, __builtin_overload. by Nate Begeman · 17 years ago
  9. 959e5be Don't attribute in file headers anymore. See llvmdev for the by Chris Lattner · 17 years ago
  10. d1f26b3 Implement codegen for ordered comparison builtins. by Chris Lattner · 17 years ago
  11. 4b23f94 introduce a new CodeGenModule::getIntrinsic method, which wraps by Chris Lattner · 17 years ago
  12. 4fe5e70 Update to use new PointerType::getUnqual() api. by Christopher Lamb · 17 years ago
  13. 1ad775f Start generating SSE intrinsics. by Anders Carlsson · 17 years ago
  14. 68b8be9 We now support all MMX intrinsics. SSE intrinsics are next. by Anders Carlsson · 17 years ago
  15. 04c4b75 Simplify the vector code. Add more shift intrinsics. by Anders Carlsson · 17 years ago
  16. 0aac8ae minor cleanups by Chris Lattner · 17 years ago
  17. 9d37e13 simplify some code. by Chris Lattner · 17 years ago
  18. 7037629 fix a build issue with non-apple-gcc-4.0 compilers. by Chris Lattner · 17 years ago
  19. 820cb74 Generate more builtins. by Anders Carlsson · 17 years ago
  20. 17b80c1 Generate code for some more intrinsics. by Anders Carlsson · 17 years ago
  21. 0a35a81 Address Chris's comments. by Anders Carlsson · 17 years ago
  22. e1449c1 Move target specific builtin IDs to TargetBuiltins.h so that they can be used by CGBuiltin.cpp by Anders Carlsson · 17 years ago
  23. 9238e21 Implement __builtin_ia32_mulps. by Anders Carlsson · 17 years ago
  24. 6f6c648 Generate code for target specific intrinsics. by Anders Carlsson · 17 years ago
  25. a8897f0 Implement codegen for builtin infinity functions. by Anders Carlsson · 17 years ago
  26. 5611800 Implement __builtin_bswap32 and __builtin_bswap64. by Anders Carlsson · 17 years ago
  27. e8f4963 convert the rest of the stderr users in codegen to use diagnostics. by Chris Lattner · 17 years ago
  28. b8eb007 Add support for __builtin_expect which is needed for assert, by Oliver Hunt · 17 years ago
  29. e79dbe2 Add __builtin_abs by Anders Carlsson · 17 years ago
  30. 783e143 Stub out codegen for __builtin_constant_p. Remove any implicit cast exprs in the call to __builtin___CFStringMakeConstantString. by Anders Carlsson · 17 years ago
  31. 4043840 Generate code for __builtin_classify_type. by Anders Carlsson · 17 years ago
  32. cebb8d6 Generate code for va_start and va_end. by Anders Carlsson · 17 years ago
  33. 1aef621 When dumping out errors about unsupported stuff, emit loc info. by Chris Lattner · 17 years ago
  34. 02c60f5 Implement codegen support for lowering "library builtins" like __builtin_isinf by Chris Lattner · 17 years ago
  35. ab862cc add the ability to get the llvm function corresponding to a library builtin. by Chris Lattner · 17 years ago
  36. 783a78f Don't make unknown builtins fatal errors yet. by Chris Lattner · 17 years ago
  37. 36a0487 Implement code generation for constant CFStrings. by Anders Carlsson · 17 years ago
  38. 4986530 Add support for code generation of builtins. by Anders Carlsson · 17 years ago