Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
7360f9f2a5445064ae9728d19245104600886235
/
CodeGen
/
CGBuiltin.cpp
fe23e21
Implement codegen for ordered comparison builtins.
by Chris Lattner
· 17 years ago
7acda7c
introduce a new CodeGenModule::getIntrinsic method, which wraps
by Chris Lattner
· 17 years ago
ddc23f3
Update to use new PointerType::getUnqual() api.
by Christopher Lamb
· 17 years ago
cc8b7f9
Start generating SSE intrinsics.
by Anders Carlsson
· 17 years ago
6086bbd
We now support all MMX intrinsics. SSE intrinsics are next.
by Anders Carlsson
· 17 years ago
2929cfa
Simplify the vector code. Add more shift intrinsics.
by Anders Carlsson
· 17 years ago
0502613
minor cleanups
by Chris Lattner
· 17 years ago
1feedd8
simplify some code.
by Chris Lattner
· 17 years ago
8e7b692
fix a build issue with non-apple-gcc-4.0 compilers.
by Chris Lattner
· 17 years ago
db83230
Generate more builtins.
by Anders Carlsson
· 17 years ago
4e4ee21
Generate code for some more intrinsics.
by Anders Carlsson
· 17 years ago
46a26b0
Address Chris's comments.
by Anders Carlsson
· 17 years ago
564f1de
Move target specific builtin IDs to TargetBuiltins.h so that they can be used by CGBuiltin.cpp
by Anders Carlsson
· 17 years ago
5adb570
Implement __builtin_ia32_mulps.
by Anders Carlsson
· 17 years ago
ca6fcfa
Generate code for target specific intrinsics.
by Anders Carlsson
· 17 years ago
c8ee798
Implement codegen for builtin infinity functions.
by Anders Carlsson
· 17 years ago
df4852a
Implement __builtin_bswap32 and __builtin_bswap64.
by Anders Carlsson
· 17 years ago
dc4d280
convert the rest of the stderr users in codegen to use diagnostics.
by Chris Lattner
· 17 years ago
6f0768b
Add support for __builtin_expect which is needed for assert,
by Oliver Hunt
· 17 years ago
c2251dc
Add __builtin_abs
by Anders Carlsson
· 17 years ago
d6a275f
Stub out codegen for __builtin_constant_p. Remove any implicit cast exprs in the call to __builtin___CFStringMakeConstantString.
by Anders Carlsson
· 17 years ago
89799cf
Generate code for __builtin_classify_type.
by Anders Carlsson
· 17 years ago
793680e
Generate code for va_start and va_end.
by Anders Carlsson
· 17 years ago
419ea7e
When dumping out errors about unsupported stuff, emit loc info.
by Chris Lattner
· 17 years ago
c5e940f
Implement codegen support for lowering "library builtins" like __builtin_isinf
by Chris Lattner
· 17 years ago
bef20ac
add the ability to get the llvm function corresponding to a library builtin.
by Chris Lattner
· 17 years ago
6de93ff
Don't make unknown builtins fatal errors yet.
by Chris Lattner
· 17 years ago
c9e2091
Implement code generation for constant CFStrings.
by Anders Carlsson
· 17 years ago
022012e
Add support for code generation of builtins.
by Anders Carlsson
· 17 years ago