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
/
lib
/
CodeGen
/
CGBuiltin.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add ARM big endian Target (armeb, thumbeb)
Christian Pirker
2014-03-28
1
-0
/
+2
*
-fms-extensions: Add __va_start builtin, which is used for x64
Reid Kleckner
2014-03-26
1
-1
/
+4
*
Add support for __builtin___clear_cache in Clang
Renato Golin
2014-03-26
1
-0
/
+6
*
Fix a compile-time warning
Timur Iskhodzhanov
2014-03-24
1
-4
/
+0
*
Cleanup dead assignments reported by scan-build
Arnaud A. de Grandmaison
2014-03-23
1
-4
/
+0
*
Update for IR: add a second AtomicOrdering to cmpxchg insts.
Tim Northover
2014-03-11
1
-0
/
+3
*
Remove 'break' dominated by 'return' in 'EmitBuiltinExpr'.
Ted Kremenek
2014-03-06
1
-1
/
+0
*
AArch64: use less cluttered intrinsic for vtbl/vtbx
Tim Northover
2014-02-26
1
-6
/
+2
*
AArch64: use different type modifier in arm_neon.td
Tim Northover
2014-02-25
1
-2
/
+2
*
Add AArch64 big endian Target (aarch64_be)
Christian Pirker
2014-02-25
1
-0
/
+1
*
Reapply 201734 but with appropriate gcc compatibility
Warren Hunt
2014-02-21
1
-0
/
+44
*
Remove commas at the end of lists (C++11 again)
Tim Northover
2014-02-21
1
-2
/
+2
*
ARM & AArch64: use table for EmitCommonNeonBuiltinExpr
Tim Northover
2014-02-21
1
-948
/
+919
*
AArch64: refactor table-driven NEON lookup.
Tim Northover
2014-02-21
1
-204
/
+183
*
Revert r201734 and r201742.
Daniel Jasper
2014-02-20
1
-44
/
+0
*
Add _mm_prefetch and some others as MS builtins
Warren Hunt
2014-02-19
1
-0
/
+44
*
AArch64: look up EmitAArch64Scalar support before calling.
Tim Northover
2014-02-19
1
-655
/
+434
*
ARM NEON: add vcvtX (with rounding mode) intrinsics to v8 ARM.
Tim Northover
2014-02-19
1
-124
/
+82
*
ARM & AArch64 NEON: share the vabs implementation.
Tim Northover
2014-02-13
1
-11
/
+6
*
AArch64: share slgihtly more NEON implementation with ARM.
Tim Northover
2014-02-11
1
-14
/
+10
*
ARM: move vshll NEON implementation to common code
Tim Northover
2014-02-10
1
-13
/
+10
*
ARM: implement vshrn NEON intrinsic in terms of shr/trunc
Tim Northover
2014-02-10
1
-13
/
+10
*
ARM & AArch64: combine implementation of vcaXYZ intrinsics
Tim Northover
2014-02-04
1
-80
/
+24
*
ARM: implement support for crypto intrinsics in arm_neon.h
Tim Northover
2014-02-03
1
-33
/
+50
*
AArch64: use new non-polymorphic crypto intrinsics
Tim Northover
2014-02-03
1
-14
/
+14
*
ARM & AArch64: unify the rest of the completely shared NEON implementations
Tim Northover
2014-01-31
1
-22
/
+16
*
ARM & AArch64: another block of miscellaneous NEON sharing.
Tim Northover
2014-01-31
1
-119
/
+83
*
ARM & AArch64: move shared vld/vst intrinsics to common implementation.
Tim Northover
2014-01-31
1
-175
/
+145
*
ARM & AArch64: more instructions into common block
Tim Northover
2014-01-31
1
-73
/
+52
*
ARM & AArch64: merge another NEON block completely.
Tim Northover
2014-01-31
1
-236
/
+154
*
ARM & AArch64: extend shared NEON implementation to first block.
Tim Northover
2014-01-30
1
-86
/
+72
*
ARM & AArch64: fully share NEON implementation of permutation intrinsics
Tim Northover
2014-01-30
1
-71
/
+80
*
ARM & AArch64: share the BI__builtin_neon enum defs.
Tim Northover
2014-01-30
1
-1102
/
+1102
*
[AArch64 NEON] Fix a bug about vcles_f32 and vcled_f64.
Kevin Qin
2014-01-23
1
-0
/
+1
*
[AArch64]The compare to zero intrinsics should be implemented by 'icmp/fcmp' ...
Hao Liu
2013-12-23
1
-1
/
+1
*
[AArch64] Refactor NEON floating-point Max/Min/Maxnm/Minnm across vector AArch64
Chad Rosier
2013-12-11
1
-4
/
+4
*
[AArch64] Add NEON scalar floating-point compare LLVM AArch64 intrinsics that
Chad Rosier
2013-12-11
1
-31
/
+31
*
[AArch64] Refactor the NEON scalar floating-point reciprocal step and
Chad Rosier
2013-12-11
1
-5
/
+5
*
[AArch64] Refactor the NEON scalar floating-point reciprocal estimate, floating-
Chad Rosier
2013-12-11
1
-5
/
+5
*
[AArch64] Refactor the NEON floating-point absolute difference LLVM AArch64
Chad Rosier
2013-12-10
1
-1
/
+1
*
[AArch64] Refactor the NEON signed/unsigned floating-point convert to fixed-p...
Chad Rosier
2013-12-10
1
-11
/
+15
*
[AArch64] Overload NEON signed/unsigned floating-point convert to fixed-point
Chad Rosier
2013-12-10
1
-16
/
+8
*
[AArch64] Overload NEON signed/unsigned integer convert to floating-point
Chad Rosier
2013-12-10
1
-8
/
+4
*
[AArch64] Refactor the redundant code in the EmitAArch64ScalarBuiltinExpr()
Chad Rosier
2013-12-10
1
-206
/
+189
*
[AArch64] Refactor the Neon vector/scalar floating-point convert intrinsics so
Chad Rosier
2013-12-10
1
-12
/
+11
*
[AArch64] Refactor the Neon vector/scalar floating-point convert implementation.
Chad Rosier
2013-12-10
1
-24
/
+24
*
[AArch64 NEON] Support poly128_t and implement relevant intrinsic.
Kevin Qin
2013-12-10
1
-0
/
+30
*
[AArch64] Refactor the NEON scalar reduce pairwise intrinsics so that they use
Chad Rosier
2013-12-09
1
-6
/
+17
*
[AArch64] Refactor the NEON scalar reduce pairwise front-end codegen to remove
Chad Rosier
2013-12-09
1
-11
/
+11
*
[AArch64] Remove q and non-q intrinsic definitions from the NEON scalar reduce
Chad Rosier
2013-12-09
1
-20
/
+10
[next]