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
...
*
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
*
[PowerPC] Fix calculating address of arguments on stack for variadic func
Petar Jovanovic
2015-12-04
1
-28
/
+34
*
Fixed default label in fully covered switch warning that was introduced in r2...
Daniel Sanders
2015-11-27
1
-1
/
+0
*
[mips] Interrupt attribute support.
Daniel Sanders
2015-11-27
1
-0
/
+21
*
Revert r254203: [mips] Interrupt attribute support.
Daniel Sanders
2015-11-27
1
-21
/
+0
*
[mips] Interrupt attribute support.
Daniel Sanders
2015-11-27
1
-0
/
+21
*
Remove some legacy mingw-w64 gcc struct info
Martell Malone
2015-11-03
1
-4
/
+0
*
Fix va_arg on watchOS.
Tim Northover
2015-11-02
1
-0
/
+4
*
ARMv7k: implement ABI changes for watchOS from standard iOS.
Tim Northover
2015-10-30
1
-8
/
+63
*
Fix the calling convention of Mingw64 long double values
Reid Kleckner
2015-10-28
1
-11
/
+22
*
Access the right triple field for IAMCU.
Michael Kuperstein
2015-10-27
1
-2
/
+2
*
[X86] Mark inregs correctly for MCU psABI
Michael Kuperstein
2015-10-25
1
-5
/
+18
*
Roll-back r250822.
Angel Garcia Gomez
2015-10-20
1
-1
/
+1
*
Apply modernize-use-default to clang.
Angel Garcia Gomez
2015-10-20
1
-1
/
+1
*
Fix 'will be initialized after' warning.
Manuel Klimek
2015-10-19
1
-2
/
+2
*
[X86] Enable soft float ABI for x86
Michael Kuperstein
2015-10-19
1
-11
/
+16
*
Use saner variable names. NFC.
Michael Kuperstein
2015-10-19
1
-15
/
+23
*
Make a bunch of static arrays const.
Craig Topper
2015-10-18
1
-1
/
+1
*
[CodeGen] [CodeGen] Attach function attributes to functions created in
Akira Hatanaka
2015-10-08
1
-8
/
+8
*
Support __builtin_ms_va_list.
Charles Davis
2015-09-17
1
-0
/
+15
*
[WebAssembly] Simplify code by avoiding duplicating the default behavior.
Dan Gohman
2015-09-14
1
-1
/
+0
*
Compute and preserve alignment more faithfully in IR-generation.
John McCall
2015-09-08
1
-732
/
+796
*
[WebAssembly] Initial WebAssembly support in clang
Dan Gohman
2015-09-03
1
-0
/
+81
*
[ARM] Allow passing/returning of __fp16 arguments
Oliver Stannard
2015-09-03
1
-0
/
+20
*
Revert 246755 as it breaks buildbots
Oliver Stannard
2015-09-03
1
-18
/
+0
*
[ARM] Allow passing/returning of __fp16 arguments
Oliver Stannard
2015-09-03
1
-0
/
+18
*
Remove raw_svector_ostream::resync and users. It's no-op after r244870.
Yaron Keren
2015-08-13
1
-2
/
+0
*
Correct x86_64 fp128 calling convention
Chih-Hung Hsieh
2015-08-10
1
-12
/
+27
*
Fix -Wextra-semi warnings.
Hans Wennborg
2015-07-22
1
-3
/
+3
*
Fix quoting of #pragma comment for PS4.
Yunzhong Gao
2015-07-20
1
-1
/
+5
*
[CodeGen, X86] Classify vectors <= 32 bits as INTEGER
David Majnemer
2015-07-17
1
-6
/
+8
[prev]
[next]