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 __builtin_amdgpu_class
Matt Arsenault
2015-01-06
1
-0
/
+3
*
R600: Handle amdgcn triple
Tom Stellard
2015-01-06
1
-0
/
+1
*
[x86] Add the (v)cmpps/pd/ss/sd builtins to match gcc. Use them in the sse in...
Craig Topper
2014-12-27
1
-2
/
+150
*
CodeGen: implement __emit intrinsic
Saleem Abdulrasool
2014-12-17
1
-0
/
+22
*
Implement the __builtin_call_with_static_chain GNU extension.
Peter Collingbourne
2014-12-12
1
-1
/
+9
*
IR: Update clang for Metadata/Value split in r223802
Duncan P. N. Exon Smith
2014-12-09
1
-2
/
+2
*
CodeGen: refactor ARM builtin handling
Saleem Abdulrasool
2014-12-04
1
-20
/
+20
*
Use nullptr to silence -Wsentinel when self-hosting on Windows
Reid Kleckner
2014-12-01
1
-2
/
+2
*
[PowerPC] Add vec_vsx_ld and vec_vsx_st intrinsics
Bill Schmidt
2014-11-12
1
-0
/
+16
*
Bundle conditions checked by UBSan with sanitizer kinds they implement.
Alexey Samsonov
2014-11-11
1
-3
/
+4
*
Propagate SanitizerKind into CodeGenFunction::EmitCheck() call.
Alexey Samsonov
2014-11-10
1
-2
/
+2
*
Introduce a SanitizerKind enum to LangOptions.
Alexey Samsonov
2014-11-07
1
-1
/
+1
*
Lower __builtin_fabs* to @llvm.fabs.*
Reid Kleckner
2014-11-03
1
-0
/
+7
*
Remove dead AST type argument to EmitFAbs
Reid Kleckner
2014-11-03
1
-5
/
+5
*
Get rid of SanitizerOptions::Disabled global. NFC.
Alexey Samsonov
2014-10-30
1
-1
/
+1
*
CodeGen: add __readfsdword builtin
Saleem Abdulrasool
2014-10-29
1
-0
/
+8
*
R600: Update for div_fmas intrinsic change
Matt Arsenault
2014-10-21
1
-2
/
+11
*
Add __sync_fetch_and_nand (again)
Hal Finkel
2014-10-02
1
-1
/
+20
*
CGBuiltin: Use frem instruction rather than libcall to implement fmod
Jan Vesely
2014-09-26
1
-0
/
+8
*
Add __builtin_assume and __builtin_assume_aligned using @llvm.assume.
Hal Finkel
2014-09-07
1
-3
/
+21
*
[ARMv8] Add support for 32-bit MIN/MAXNM and directed rounding.
James Molloy
2014-09-05
1
-0
/
+16
*
CGBuiltin: Use @llvm.fabs rather than fabs libcall when emitting builtins
Tom Stellard
2014-09-03
1
-19
/
+5
*
Simplify creation of a bunch of ArrayRefs by using None, makeArrayRef or just...
Craig Topper
2014-08-27
1
-12
/
+9
*
ARM: Add dbg builtin intrinsic
Yi Kong
2014-08-26
1
-0
/
+5
*
Implement __builtin_signbitl for PowerPC
Hal Finkel
2014-08-24
1
-2
/
+8
*
Pass expressions instead of argument ranges to EmitCall/EmitCXXConstructorCall.
Alexey Samsonov
2014-08-21
1
-2
/
+2
*
R600: Add ldexp intrinsic
Matt Arsenault
2014-08-15
1
-6
/
+16
*
AArch64: Prefetch intrinsic
Yi Kong
2014-08-13
1
-0
/
+23
*
ARM: Prefetch intrinsics
Yi Kong
2014-08-13
1
-0
/
+12
*
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
[next]