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
*
AArch64: Resolve some FIXMEs in CGBuiltin left over from backend merge
Yi Kong
2014-07-29
1
-27
/
+16
*
AArch64: update Clang for merged arm64/aarch64 triples.
Tim Northover
2014-07-23
1
-2
/
+0
*
[UBSan] Add !nosanitize metadata to the code generated by UBSan.
Alexey Samsonov
2014-07-17
1
-2
/
+3
*
Add basic (noop) CodeGen support for __assume
Hal Finkel
2014-07-16
1
-0
/
+3
*
Add codegen for more R600 builtins
Matt Arsenault
2014-07-15
1
-1
/
+46
*
ARM: Implement __builtin_arm_nop intrinsic
Yi Kong
2014-07-14
1
-0
/
+6
*
CodeGen: support hint intrinsics from ACLE on AArch64
Saleem Abdulrasool
2014-07-12
1
-0
/
+25
*
MS extension: Make __noop be the integer zero, not void
Reid Kleckner
2014-07-11
1
-1
/
+2
*
CodeGen: add support for a few MSVC ARM intrinsics
Saleem Abdulrasool
2014-07-05
1
-4
/
+15
*
CodeGen: add support for MSBuiltin aliases
Saleem Abdulrasool
2014-07-04
1
-1
/
+7
*
ARM: rename ARM builtins to use __builtin_arm prefix
Saleem Abdulrasool
2014-07-03
1
-5
/
+5
*
CodeGen: make target builtins support languages
Saleem Abdulrasool
2014-07-02
1
-0
/
+5
*
ARM: add support for v8 ldaex/stlex builtins.
Tim Northover
2014-07-02
1
-16
/
+44
*
Remove llvm:: from uses of ArrayRef.
Craig Topper
2014-06-28
1
-3
/
+3
*
Add R600 builtin codegen.
Matt Arsenault
2014-06-24
1
-0
/
+37
*
ARM: remove dead CodeGen functions.
Tim Northover
2014-06-24
1
-30
/
+0
*
Fix spelling. s/overloaed/overloaded/
Jim Grosbach
2014-06-23
1
-2
/
+2
*
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
[next]