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
*
Revert "[Attr] Add support for the `ms_hook_prologue` attribute."
Charles Davis
2016-08-08
1
-8
/
+0
*
[Attr] Add support for the `ms_hook_prologue` attribute.
Charles Davis
2016-08-08
1
-0
/
+8
*
[OpenCL] Fix size of image type
Yaxun Liu
2016-08-03
1
-9
/
+0
*
Adjust coercion of aggregates on RenderScript
Pirama Arumuga Nainar
2016-07-27
1
-0
/
+46
*
[OpenCL] AMDGCN target will generate images in constant address space
Yaxun Liu
2016-07-20
1
-0
/
+10
*
[OpenCL] Fixes bug of missing OCL version metadata on the AMDGCN target
Yaxun Liu
2016-07-19
1
-1
/
+12
*
Use arrays or initializer lists to feed ArrayRefs instead of SmallVector wher...
Benjamin Kramer
2016-07-02
1
-3
/
+2
*
AMDGPU: Set amdgpu_kernel calling convention for OpenCL kernels.
Nikolay Haustov
2016-06-30
1
-0
/
+13
*
Add support for musl-libc on ARM Linux.
Rafael Espindola
2016-06-24
1
-0
/
+4
*
This patch fixes problem with passing structures and unions
Strahinja Petrovic
2016-06-24
1
-1
/
+2
*
CodeGen: support linker options on Windows ARM
Saleem Abdulrasool
2016-06-23
1
-0
/
+10
*
[Sparc] Complex return value ABI compliance.
Chris Dewhurst
2016-06-08
1
-0
/
+45
*
Use new triple API to check comdat /NFC
Xinliang David Li
2016-05-25
1
-1
/
+1
*
Fix some typos.
Richard Smith
2016-05-14
1
-7
/
+7
*
[CodeGen] Clang does not choose aapcs-vfp calling convention for ARM bare met...
Oleg Ranevskyy
2016-05-13
1
-1
/
+2
*
Revert "AMDGPU/SI: Use amdgpu_kernel calling convention for OpenCL kernels."
Nikolay Haustov
2016-05-06
1
-8
/
+0
*
AMDGPU/SI: Use amdgpu_kernel calling convention for OpenCL kernels.
Nikolay Haustov
2016-05-06
1
-0
/
+8
*
AArch64: fixup comment after change
Tim Northover
2016-05-03
1
-1
/
+1
*
AArch64: simplify illegal vector check. NFC.
Tim Northover
2016-05-03
1
-1
/
+1
*
Expand aggregate arguments more often on 32-bit Windows
Reid Kleckner
2016-05-02
1
-83
/
+89
*
[SystemZ] Support Swift calling convention
Bryan Chan
2016-04-28
1
-2
/
+8
*
[SPIR] Remove an assert mandating SPIR for OpenCL sources only.
Anastasia Stulova
2016-04-26
1
-1
/
+0
*
trying to fix the windows build broken by r267496
Kostya Serebryany
2016-04-26
1
-1
/
+1
*
[lanai] Update handling of structs in arguments to be passed in registers.
Jacques Pienaar
2016-04-26
1
-7
/
+59
*
[CodeGen] Widen non-power-of-2 vector HFA base types.
Ahmed Bougacha
2016-04-19
1
-1
/
+12
*
[CodeGen] Fix whitespace. NFC.
Ahmed Bougacha
2016-04-19
1
-1
/
+1
*
[CodeGen] Avoid ctor/dtor boilerplate with some C++11
Reid Kleckner
2016-04-13
1
-62
/
+61
*
revert SVN r265702, r265640
Saleem Abdulrasool
2016-04-08
1
-3
/
+2
*
Basic: move CodeGenOptions from Frontend
Saleem Abdulrasool
2016-04-07
1
-2
/
+3
*
Move class into an anonymous namespace. NFC.
Benjamin Kramer
2016-04-07
1
-0
/
+2
*
IRGen-level lowering for the Swift calling convention.
John McCall
2016-04-04
1
-8
/
+79
*
[lanai] Add Lanai backend to clang driver.
Jacques Pienaar
2016-03-28
1
-0
/
+74
*
[OpenCL] Add ocl and spir version for spir target
Xiuli Pan
2016-03-24
1
-0
/
+44
*
Add -fnative-half-arguments-and-returns
Pirama Arumuga Nainar
2016-03-18
1
-2
/
+2
*
Add a coerce-and-expand ABIArgInfo as a generalization of some
John McCall
2016-03-11
1
-0
/
+7
*
[X86] Pass __m64 types via SSE registers for GCC compatibility
David Majnemer
2016-03-04
1
-6
/
+22
*
Default vaarg lowering should support indirect struct types.
James Y Knight
2016-02-24
1
-12
/
+68
*
[WebAssembly] Lower va_arg in clang.
Dan Gohman
2016-02-22
1
-0
/
+11
*
Add support for Android Vector calling convention for AArch64
Nirav Dave
2016-02-22
1
-5
/
+7
*
Fix handling of vaargs on PPC32 when going from regsave to overflow.
Roman Divacky
2016-02-20
1
-1
/
+4
*
[MCU] Fix assertion failure on function returning empty union.
Denis Zobnin
2016-02-11
1
-1
/
+5
*
Add an ARC autoreleased-return-value caller marker on i386.
John McCall
2016-02-05
1
-0
/
+5
*
CodeGen: correct Windows ARM C++ assertion
Saleem Abdulrasool
2016-02-05
1
-15
/
+0
*
Annotate dump() methods with LLVM_DUMP_METHOD, addressing Richard Smith r2591...
Yaron Keren
2016-01-29
1
-1
/
+1
*
ARMv7k: select ABI based on v7k Arch rather than watchos OS.
Tim Northover
2016-01-27
1
-1
/
+1
*
[X86] Support 'interrupt' attribute for x86
Alexey Bataev
2016-01-15
1
-0
/
+21
*
Update for LLVM function name change.
Rui Ueyama
2016-01-14
1
-18
/
+18
*
[X86] Better support for the MCU psABI (clang part)
Michael Kuperstein
2015-12-28
1
-30
/
+65
*
[Power PC] add soft float support for ppc32
Petar Jovanovic
2015-12-14
1
-9
/
+15
*
LLDB JIT needs android vector passing rules.
Stephen Hines
2015-12-04
1
-9
/
+26
[next]