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
/
TargetInfo.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[HIP] Add option --gpu-max-threads-per-block=n
Yaxun (Sam) Liu
2020-01-07
1
-2
/
+5
*
[ms] [X86] Use "P" modifier on operands to call instructions in inline X86 as...
Eric Astor
2019-12-22
1
-0
/
+4
*
[WebAssembly] Add new `export_name` clang attribute for controlling wasm expo...
Sam Clegg
2019-12-11
1
-0
/
+6
*
Avoid Attr.h includes, CodeGen edition
Reid Kleckner
2019-12-09
1
-1
/
+2
*
[Attr] Move ParsedTargetAttr out of the TargetAttr class
Craig Topper
2019-12-09
1
-1
/
+1
*
[NFC] Pass a reference to CodeGenFunction to methods of LValue and
Akira Hatanaka
2019-12-03
1
-1
/
+1
*
Revert "[NFC] Pass a reference to CodeGenFunction to methods of LValue and"
Akira Hatanaka
2019-12-03
1
-1
/
+1
*
[NFC] Pass a reference to CodeGenFunction to methods of LValue and
Akira Hatanaka
2019-12-03
1
-1
/
+1
*
Implement target(branch-protection) attribute for AArch64
Momchil Velikov
2019-11-15
1
-6
/
+21
*
AArch64: add arm64_32 support to Clang.
Tim Northover
2019-11-12
1
-12
/
+26
*
[hip] Enable pointer argument lowering through coercing type.
Michael Liao
2019-11-05
1
-3
/
+47
*
[hip] Allow the declaration of functions with variadic arguments in HIP.
Michael Liao
2019-10-25
1
-0
/
+7
*
Remove an useless allocation (from by clang-analyzer/scan-build)
Sylvestre Ledru
2019-10-08
1
-1
/
+1
*
Codegen - silence static analyzer getAs<> null dereference warnings. NFCI.
Simon Pilgrim
2019-10-07
1
-1
/
+1
*
Silence static analyzer getAs<RecordType> null dereference warnings. NFCI.
Simon Pilgrim
2019-10-03
1
-4
/
+4
*
[Alignment][NFC] Remove AllocaInst::setAlignment(unsigned)
Guillaume Chatelet
2019-09-30
1
-1
/
+1
*
[X86] Prevent passing vectors of __int128 as <X x i128> in llvm IR
Craig Topper
2019-09-06
1
-2
/
+40
*
Add -m(no)-spe to clang
Justin Hibbits
2019-09-05
1
-1
/
+2
*
[AMDGPU] Set default flat work group size to (1,256) for HIP
Yaxun Liu
2019-09-03
1
-3
/
+4
*
AMDGPU: Always emit amdgpu-flat-work-group-size
Matt Arsenault
2019-08-27
1
-2
/
+8
*
[WebAssembly] Correctly handle va_arg of zero-sized structures
Guanzhong Chen
2019-08-15
1
-2
/
+3
*
[WebAssembly] Make clang emit correct va_arg code for structs
Guanzhong Chen
2019-08-13
1
-2
/
+4
*
[NFC] Remove unused variable
Denis Bakhvalov
2019-07-19
1
-1
/
+1
*
[RISCV] Hard float ABI support
Alex Bradbury
2019-07-18
1
-13
/
+276
*
Revert "[RISCV] Hard float ABI support" r366450
Alex Bradbury
2019-07-18
1
-272
/
+13
*
[RISCV] Hard float ABI support
Alex Bradbury
2019-07-18
1
-13
/
+272
*
Fix parameter name comments using clang-tidy. NFC.
Rui Ueyama
2019-07-16
1
-1
/
+1
*
[clang] Preserve names of addrspacecast'ed values.
Vyacheslav Zakharin
2019-07-10
1
-1
/
+3
*
[AMDGPU] Increased the number of implicit argument bytes for both OpenCL and ...
Christudasan Devadasan
2019-07-10
1
-1
/
+1
*
[HIP] Support attribute hip_pinned_shadow
Yaxun Liu
2019-06-26
1
-2
/
+14
*
Fix passing structs and AVX vectors through sysv_abi
Reid Kleckner
2019-06-20
1
-8
/
+18
*
Revert r363116 "[X86] [ABI] Fix i386 ABI "__m64" type bug"
Hans Wennborg
2019-06-19
1
-36
/
+20
*
[OPENMP][NVPTX]Correct codegen for 128 bit long double.
Alexey Bataev
2019-06-18
1
-1
/
+3
*
[CodeGen][ARM] Fix FP16 vector coercion
Mikhail Maltsev
2019-06-18
1
-3
/
+33
*
[AMDGPU] Enable the implicit arguments for HIP (CLANG)
Yaxun Liu
2019-06-14
1
-1
/
+2
*
[X86] [ABI] Fix i386 ABI "__m64" type bug
Pengfei Wang
2019-06-12
1
-20
/
+36
*
Revert "[X86] Fix i386 struct and union parameter alignment"
Pengfei Wang
2019-05-31
1
-11
/
+2
*
[X86] Fix i386 struct and union parameter alignment
Pengfei Wang
2019-05-29
1
-2
/
+11
*
[ARM][AArch64] Fix incorrect handling of alignment in va_arg code generation
John Brawn
2019-05-22
1
-14
/
+14
*
[ELF] Implement Dependent Libraries Feature
Ben Dunbobbin
2019-05-17
1
-18
/
+0
*
[HIP] Fix visibility of `__constant__` variables.
Michael Liao
2019-04-26
1
-1
/
+2
*
AMDGPU: Add support for cross address space synchronization scopes (clang)
Konstantin Zhuravlyov
2019-03-25
1
-9
/
+24
*
[ARM] Fix bug 39982 - pcs("aapcs-vfp") is not consistent
Carey Williams
2019-03-22
1
-16
/
+36
*
[CodeGen][ObjC] Annotate calls to objc_retainAutoreleasedReturnValue
Akira Hatanaka
2019-03-21
1
-0
/
+6
*
AMDGPU: Fix the mapping of sub group sync scope
Konstantin Zhuravlyov
2019-03-06
1
-1
/
+1
*
[OPENMP]Delay emission of the error for unsupported types.
Alexey Bataev
2019-02-27
1
-0
/
+46
*
[AMDGPU] Allow using integral non-type template parameters
Michael Liao
2019-02-26
1
-4
/
+16
*
[AMDGPU] Require at least protected visibility for certain symbols
Scott Linder
2019-02-12
1
-0
/
+15
*
[opaque pointer types] Cleanup CGBuilder's Create*GEP.
James Y Knight
2019-02-09
1
-50
/
+25
*
[opaque pointer types] Cleanup CGBuilder's Create*GEP.
James Y Knight
2019-02-08
1
-2
/
+3
[next]