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] 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
*
Minor cleanup: remove CGBuild::CreateConst*ByteGEP overloads taking a Value*.
James Y Knight
2019-02-05
1
-10
/
+7
*
[WebAssembly] Add an import_field function attribute
Dan Gohman
2019-02-01
1
-1
/
+7
*
[WebAssembly] Add an import_module function attribute
Dan Gohman
2019-01-24
1
-0
/
+10
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[MSP430] Improve support of 'interrupt' attribute
Anton Korobeynikov
2019-01-16
1
-12
/
+10
*
Adopt SwiftABIInfo for WebAssembly.
Daniel Dunbar
2019-01-03
1
-6
/
+17
*
Move CodeGenOptions from Frontend to Basic
Richard Trieu
2018-12-11
1
-1
/
+1
*
[clang][ARC] Add ARCTargetInfo
Tatyana Krasnukha
2018-11-27
1
-0
/
+133
*
Re-land r345676 "[Win64] Handle passing i128 by value"
Reid Kleckner
2018-10-31
1
-11
/
+33
*
Revert r345676 due to test failure.
Richard Trieu
2018-10-31
1
-33
/
+11
*
[Win64] Handle passing i128 by value
Reid Kleckner
2018-10-30
1
-11
/
+32
*
[AArch64] Support Windows stack probe command-line arguments.
Eli Friedman
2018-10-26
1
-0
/
+11
*
[AArch64] Branch Protection and Return Address Signing B Key Support
Luke Cheeseman
2018-10-25
1
-6
/
+14
*
[MinGW] Fix passing a sanitizer lib name as dependent lib
Martin Storsjo
2018-10-10
1
-1
/
+1
*
llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)
Fangrui Song
2018-09-26
1
-2
/
+2
*
[CodeGen][ARM] Coerce FP16 vectors to integer vectors when needed
Mikhail Maltsev
2018-09-12
1
-32
/
+60
*
[AArch64] - return address signing
Luke Cheeseman
2018-08-17
1
-0
/
+17
*
Remove trailing space
Fangrui Song
2018-07-30
1
-12
/
+12
*
[ARM, AArch64]: Use unadjusted alignment when passing composites as arguments
Momchil Velikov
2018-07-30
1
-5
/
+14
*
[mips64][clang] Provide the signext attribute for i32 return values
Stefan Maksimovic
2018-07-30
1
-2
/
+8
*
[RISCV] Add support for interrupt attribute
Ana Pazos
2018-07-26
1
-0
/
+21
*
[Power9] Update fp128 as a valid homogenous aggregate base type
Lei Huang
2018-07-05
1
-4
/
+9
*
[WebAssembly] Add no-prototype attribute to prototype-less C functions
Sam Clegg
2018-06-25
1
-0
/
+9
*
[CUDA][HIP] Set kernel calling convention before arrange function
Yaxun Liu
2018-06-12
1
-3
/
+4
*
Support Swift calling convention for PPC64 targets
Bob Wilson
2018-05-25
1
-2
/
+11
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-09
1
-6
/
+6
*
[CUDA] Set LLVM calling convention for CUDA kernel
Yaxun Liu
2018-04-20
1
-0
/
+6
*
Fix __attribute__((force_align_arg_pointer)) misalignment bug
Erich Keane
2018-04-19
1
-20
/
+5
*
Revert "Set calling convention for CUDA kernel"
Artem Belevich
2018-04-03
1
-9
/
+0
[next]