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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[AMDGPU] Update OpenCL to use 48 bytes of implicit arguments for AMDGPU (CLANG)
Tony Tye
2018-03-23
1
-1
/
+1
*
[AMDGPU] Remove use of OpenCL triple environment and replace with function at...
Tony Tye
2018-03-23
1
-0
/
+5
*
Bring r328238 back with a fix.
Rafael Espindola
2018-03-23
1
-0
/
+1
*
[ARM] Add ARMv8.2-A FP16 vector intrinsic
Abderrazek Zaafrani
2018-03-23
1
-20
/
+42
*
Set dso_local on __ImageBase.
Rafael Espindola
2018-03-22
1
-4
/
+6
*
Revert "Set dso_local on vtables."
Rafael Espindola
2018-03-22
1
-3
/
+2
*
Set dso_local on vtables.
Rafael Espindola
2018-03-22
1
-2
/
+3
*
Set dso_local on builtin functions.
Rafael Espindola
2018-03-22
1
-7
/
+1
*
[OpenMP][Clang] Add call to global data sharing stack initialization on the w...
Gheorghe-Teodor Bercea
2018-03-22
1
-0
/
+5
*
[CodeGen] Emit DWARF "constructor" calling convention
Jonas Devlieghere
2018-03-22
1
-3
/
+11
*
Fix for LLVM change (Transforms/Utils/Local.h -> Analysis/Utils/Local.h)
David Blaikie
2018-03-21
1
-3
/
+3
*
[NVPTX] Make tensor shape part of WMMA intrinsic's name.
Artem Belevich
2018-03-21
1
-23
/
+23
*
[Builtins] Overload __builtin_operator_new/delete to allow forwarding to usua...
Eric Fiselier
2018-03-21
3
-9
/
+10
*
Set dso_local on runtime variables.
Rafael Espindola
2018-03-21
1
-1
/
+4
*
Delete BuiltinCC. NFC.
Rafael Espindola
2018-03-20
5
-26
/
+3
*
Set dso_local on string literals.
Rafael Espindola
2018-03-20
1
-0
/
+1
*
[AArch64] Add vmulxh_lane fp16 vector intrinsic
Abderrazek Zaafrani
2018-03-20
1
-0
/
+10
*
Set dso_local for runtime function.
Rafael Espindola
2018-03-20
1
-0
/
+1
*
[NVPTX] Make tensor load/store intrinsics overloaded.
Artem Belevich
2018-03-20
1
-5
/
+3
*
Set dso_local for CFConstantStringClassReference.
Rafael Espindola
2018-03-20
1
-7
/
+7
*
Set dso_local for guid decls.
Rafael Espindola
2018-03-20
1
-0
/
+1
*
[OPENMP, NVPTX] Codegen for target distribute parallel combined
Alexey Bataev
2018-03-20
1
-8
/
+46
*
[OPENMP, NVPTX] Globalization of the private redeclarations.
Alexey Bataev
2018-03-20
3
-91
/
+157
*
[CodeGen] Ignore OpaqueValueExprs that are unique references to their
Akira Hatanaka
2018-03-20
5
-26
/
+52
*
[CodeGen] Add funclet token to ARC marker
Shoaib Meenai
2018-03-19
1
-1
/
+1
*
[OPENMP, NVPTX] Reworked castToType() function, NFC.
Alexey Bataev
2018-03-19
1
-27
/
+34
*
[ObjC] Allow declaring __weak pointer fields in C structs in ARC.
Akira Hatanaka
2018-03-19
5
-14
/
+96
*
[OPENMP] Fix build with MSVC, NFC.
Alexey Bataev
2018-03-19
1
-2
/
+2
*
[OPENMP, NVPTX] Emit correct thread id.
Alexey Bataev
2018-03-19
2
-28
/
+31
*
[ARM] Pass half or i16 types for NEON intrinsics
Sjoerd Meijer
2018-03-19
1
-15
/
+17
*
Fix codegen for structured binding binding in conditions
Zhihao Yuan
2018-03-17
1
-5
/
+5
*
Adding nocf_check attribute for cf-protection fine tuning
Oren Ben Simhon
2018-03-17
1
-0
/
+3
*
[MS] Fix bug in r327732 with devirtualized complete destructor calls
Reid Kleckner
2018-03-16
1
-0
/
+10
*
[MS] Don't escape MS C++ names with \01
Reid Kleckner
2018-03-16
3
-3
/
+3
*
[MS] Always use base dtors in place of complete/vbase dtors when possible
Reid Kleckner
2018-03-16
5
-26
/
+98
*
Fix compilation warning introduced in r327654
Mikael Holmen
2018-03-16
1
-1
/
+1
*
[OPENMP, NVPTX] Improve globalization of the variables captured by value.
Alexey Bataev
2018-03-15
3
-86
/
+205
*
[OPENMP] Codegen for `omp declare target` construct.
Alexey Bataev
2018-03-15
5
-6
/
+95
*
Recommit r326946 after reducing CallArgList memory footprint
Yaxun Liu
2018-03-15
12
-108
/
+202
*
Set dso_local for NSConcreteStackBlock.
Rafael Espindola
2018-03-14
1
-4
/
+4
*
Set dso_local on external rtti GVs.
Rafael Espindola
2018-03-14
2
-6
/
+5
*
CodeGen: Reduce LValue and CallArgList memory footprint before recommitting r...
Yaxun Liu
2018-03-14
2
-6
/
+9
*
[OpenMP] Add OpenMP data sharing infrastructure using global memory
Gheorghe-Teodor Bercea
2018-03-14
7
-29
/
+658
*
This reverts "r327189 - [ARM] Add ARMv8.2-A FP16 vector intrinsic"
Sjoerd Meijer
2018-03-13
2
-66
/
+57
*
Reland "[Attr] Fix parameter indexing for several attributes"
Joel E. Denny
2018-03-13
1
-5
/
+4
*
Revert "[ObjC] Allow declaring __weak pointer fields in C structs in
Akira Hatanaka
2018-03-12
5
-96
/
+14
*
[CodeGen] Eagerly emit lifetime.end markers for calls
George Burgess IV
2018-03-10
1
-6
/
+28
*
[ObjC] Allow declaring __weak pointer fields in C structs in ARC.
Akira Hatanaka
2018-03-10
5
-14
/
+96
*
Revert r326946. It caused stack overflows by significantly increasing the siz...
Richard Smith
2018-03-10
12
-201
/
+108
*
[CodeGen] Try to not call a dtor after lifetime.end
George Burgess IV
2018-03-10
1
-47
/
+51
[prev]
[next]