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
...
*
CodeGen: improve ms instrincics support
Saleem Abdulrasool
2014-06-18
1
-0
/
+29
*
AArch64: Support for __builtin_arm_rbit() and __builtin_arm_rbit64().
Jim Grosbach
2014-06-16
1
-0
/
+15
*
ARM: Support for __builtin_arm_rbit() intrinsic.
Jim Grosbach
2014-06-16
1
-0
/
+6
*
IR-change: cmpxchg operations now return { iN, i1 }.
Tim Northover
2014-06-13
1
-6
/
+6
*
Add __builtin_operator_new and __builtin_operator_delete, which act like calls
Richard Smith
2014-06-03
1
-0
/
+6
*
[CodeGen] Don't use SizeTy for EmitNeonSplat.
Michael J. Spencer
2014-06-02
1
-1
/
+1
*
[CodeGen] Don't cast and use SizeTy instead of Int32Ty when constructing {ext...
Michael J. Spencer
2014-05-31
1
-16
/
+16
*
AArch64/ARM64: rename ARM64 components to AArch64
Tim Northover
2014-05-24
1
-451
/
+451
*
AArch64/ARM64: update Clang after AArch64 removal.
Tim Northover
2014-05-24
1
-1305
/
+2
*
[C++11] Use 'nullptr'. CodeGen edition.
Craig Topper
2014-05-21
1
-61
/
+60
*
[ARM64]Fix the bug right shift uint64_t by 64 generates incorrect result.
Hao Liu
2014-05-14
1
-13
/
+16
*
CodeGen: complete ARM ACLE hint 8.4 support
Saleem Abdulrasool
2014-05-04
1
-5
/
+20
*
CodeGen: rename __builtin_arm_sevl to __sevl
Saleem Abdulrasool
2014-05-02
1
-5
/
+5
*
[ARM64] Add arm64_be where it was accidentally missed from a bunch of if-cond...
James Molloy
2014-04-30
1
-0
/
+1
*
[ARM64]Fix a bug cannot select UQSHL/SQSHL with constant i64 shift amount.
Hao Liu
2014-04-28
1
-10
/
+6
*
CodeGen: remove an unused variable
Saleem Abdulrasool
2014-04-28
1
-3
/
+0
*
remove useless code
Sylvestre Ledru
2014-04-27
1
-1
/
+0
*
CodeGen: add __yield intrinsic for ARM
Saleem Abdulrasool
2014-04-25
1
-0
/
+5
*
CodeGen: replace use of @llvm.arm.sevl with @llvm.arm.hint
Saleem Abdulrasool
2014-04-25
1
-2
/
+2
*
ARM64: add a few bits of polynomial intrinsic codegen.
Tim Northover
2014-04-01
1
-0
/
+11
*
ARM64: add missing ldN/stN intrinsics and enable tests.
Tim Northover
2014-04-01
1
-3
/
+6
*
ARM64: enable aarch64-neon-intrinsics.c test
Tim Northover
2014-03-31
1
-28
/
+56
*
Remove unused variable
Dmitri Gribenko
2014-03-31
1
-1
/
+0
*
ARM64: remove currently trivial switch statement
Tim Northover
2014-03-31
1
-4
/
+0
*
ARM64: Fix GCC warning in CGBuiltin.cpp
Tim Northover
2014-03-29
1
-1
/
+1
*
ARM64: initial clang support commit.
Tim Northover
2014-03-29
1
-25
/
+2374
*
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
[prev]
[next]