index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
test
/
CodeGen
/
builtins-x86.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove rsqrtps_nr256 and sqrtps_nr256 builtins, at least until we need them
Bruno Cardoso Lopes
2010-08-11
1
-2
/
+0
*
Remove 256-bit cast built-ins and make the AVX intrinsic call llvm __builtin_...
Bruno Cardoso Lopes
2010-08-11
1
-6
/
+0
*
Remove 256-bit unpack built-ins and make the AVX intrinsic call llvm __builti...
Bruno Cardoso Lopes
2010-08-11
1
-4
/
+0
*
Remove 256-bit shuffle built-ins and make the AVX intrinsic call llvm __built...
Bruno Cardoso Lopes
2010-08-11
1
-2
/
+0
*
Make replicate intrinsics use shufflevector instead of dup builtins, also rem...
Bruno Cardoso Lopes
2010-08-10
1
-3
/
+0
*
We don't want to support built-ins which aren't needed by the intrinsics. Rem...
Bruno Cardoso Lopes
2010-08-05
1
-16
/
+0
*
Add more AVX 256-bit intrinsics and test cases for them
Bruno Cardoso Lopes
2010-08-04
1
-0
/
+36
*
Support x86 AVX 256-bit instructions built-ins. Right now support all of them...
Bruno Cardoso Lopes
2010-08-03
1
-2
/
+112
*
Fix __builtin_ia32_roundss and __builtin_ia32_roundsd definitions.
Eric Christopher
2010-03-04
1
-2
/
+2
*
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-12-15
1
-2
/
+2
*
Eliminate &&s in tests.
Daniel Dunbar
2009-11-08
1
-1
/
+1
*
Remove a few more vector builtins.
Eli Friedman
2009-06-07
1
-5
/
+0
*
Now that LLVM CodeGen can handle the generic variations a bit better,
Eli Friedman
2009-06-07
1
-4
/
+0
*
Test changes to account for removed builtins.
Eli Friedman
2009-06-06
1
-143
/
+0
*
Remove an unused builtin.
Anders Carlsson
2009-05-18
1
-1
/
+0
*
Add 'cmp' SSE builtins and get rid of a bunch of other builtins.
Anders Carlsson
2009-05-18
1
-44
/
+32
*
Rename clang to clang-cc.
Daniel Dunbar
2009-03-24
1
-2
/
+2
*
Fix definition of __builtin_ia32_vec_set_v2di and de-XFAIL
Daniel Dunbar
2009-01-26
1
-5
/
+4
*
Added vec_set intrinsics
Mon P Wang
2008-10-18
1
-0
/
+4
*
Add X86 builtin code generation test case.
Daniel Dunbar
2008-10-05
1
-0
/
+532