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
...
*
Range'ify some for loops over RecordDecl::fields()
Hans Wennborg
2014-08-21
1
-8
/
+7
*
Delete support for AuroraUX.
Rafael Espindola
2014-08-14
1
-1
/
+0
*
Revert r214497: [mips] Defer va_arg expansion to the backend.
Daniel Sanders
2014-08-01
1
-1
/
+33
*
[mips] Defer va_arg expansion to the backend.
Daniel Sanders
2014-08-01
1
-33
/
+1
*
[PowerPC] Support ELFv1/ELFv2 ABI selection via -mabi= option
Ulrich Weigand
2014-07-28
1
-2
/
+6
*
MS ABI: Ensure 'this' is first for byval+sret methods
Reid Kleckner
2014-07-26
1
-21
/
+34
*
AArch64: update Clang for merged arm64/aarch64 triples.
Tim Northover
2014-07-23
1
-3
/
+1
*
[PowerPC] Optimize passing certain aggregates by value
Ulrich Weigand
2014-07-21
1
-0
/
+25
*
[PowerPC] Support the ELFv2 ABI
Ulrich Weigand
2014-07-21
1
-9
/
+169
*
[ARM] Fix AAPCS regression caused by r211898
Oliver Stannard
2014-07-18
1
-1
/
+5
*
[PowerPC] ABI support for aligned by-value aggregates
Ulrich Weigand
2014-07-10
1
-1
/
+50
*
[PowerPC] ABI support for non-Altivec vector types
Ulrich Weigand
2014-07-10
1
-1
/
+26
*
MS ABI: Fix __fastcall methods that return structs
Reid Kleckner
2014-07-10
1
-1
/
+9
*
Fix 'source-level' hyphenations
Alp Toker
2014-07-09
1
-1
/
+1
*
Move misplaced x86_32 ABI code
Richard Sandiford
2014-07-08
1
-38
/
+38
*
ARMEB: Fix function result return for composite types
Christian Pirker
2014-07-03
1
-0
/
+4
*
[ARM] Fix AAPCS non-compliance caused by very large structs
Oliver Stannard
2014-06-27
1
-3
/
+6
*
Correctly Load Mixed FP-GP Variadic Arguments for x86-64.
Rafael Espindola
2014-06-24
1
-2
/
+2
*
[PowerPC] Fix small argument stack slot offset for LE
Ulrich Weigand
2014-06-20
1
-3
/
+7
*
StringRefize TargetInfo::getABI()
Alp Toker
2014-06-07
1
-3
/
+3
*
XCore target: Fix 'typestring' binding qualifier to the array and not the type
Robert Lytton
2014-06-05
1
-6
/
+12
*
AArch64/ARM64: rename ARM64 components to AArch64
Tim Northover
2014-05-24
1
-20
/
+20
*
AArch64/ARM64: update Clang after AArch64 removal.
Tim Northover
2014-05-24
1
-219
/
+2
*
[C++11] Use 'nullptr'. CodeGen edition.
Craig Topper
2014-05-21
1
-40
/
+40
*
XCore target: sort typestring enum fields alphabetically
Robert Lytton
2014-05-20
1
-16
/
+23
*
ARM: PCS non-compliance when struct is padded to avoid register/stack split, ...
Oliver Stannard
2014-05-19
1
-4
/
+8
*
Update for llvm api change.
Rafael Espindola
2014-05-17
1
-2
/
+2
*
Update for llvm api change.
Rafael Espindola
2014-05-17
1
-3
/
+2
*
CodeGen: remove MinGW and Cygwin legacy entries
Saleem Abdulrasool
2014-05-17
1
-2
/
+0
*
Update for llvm api change.
Rafael Espindola
2014-05-16
1
-1
/
+1
*
Update for llvm API change.
Rafael Espindola
2014-05-16
1
-3
/
+3
*
Push record return type classification into CGCXXABI
Reid Kleckner
2014-05-13
1
-102
/
+43
*
MS ABI: Pass 'sret' as the second parameter of instance methods
Reid Kleckner
2014-05-09
1
-6
/
+14
*
Reapply r208417 (olista01 'ARM: HFAs must be passed in consecutive registers'...
James Molloy
2014-05-09
1
-19
/
+6
*
Revert r208417 (olista01 'ARM: HFAs must be passed in consecutive registers')...
James Molloy
2014-05-09
1
-6
/
+19
*
ARM: HFAs must be passed in consecutive registers
Oliver Stannard
2014-05-09
1
-19
/
+6
*
Replace virtual with override.
Rafael Espindola
2014-05-08
1
-2
/
+2
*
[ARM64-BE] Correctly deal with single element HFAs in varargs.
James Molloy
2014-05-07
1
-2
/
+4
*
ARM: Fix assertion caused by passing bitfield struct using ABIArgInfo::getExp...
Oliver Stannard
2014-05-07
1
-1
/
+2
*
XCore target: fix initialization bug found by MSan Bot.
Robert Lytton
2014-05-06
1
-0
/
+1
*
XCore target: Add TypeString meta data to IR output.
Robert Lytton
2014-05-02
1
-0
/
+542
*
Remove unused variable that I missed in my rush to fix the bots
Reid Kleckner
2014-05-02
1
-1
/
+1
*
Win64: Use ConvertType instead of checking the MS inheritance
Reid Kleckner
2014-05-02
1
-12
/
+5
*
Win64: Pass member pointers larger than 8 bytes by reference
Reid Kleckner
2014-05-02
1
-6
/
+23
*
[ARM64] Add a missed case label for arm64_be, and enable the aarch64-varargs ...
James Molloy
2014-04-23
1
-1
/
+2
*
ARM64: Do not expand variadic HFA/HVA arguments with the Darwin ABI.
Bob Wilson
2014-04-21
1
-6
/
+24
*
Fix a comment typo.
Bob Wilson
2014-04-21
1
-1
/
+1
*
ARM64: make sure the caller is expected to extend in AAPCS.
Tim Northover
2014-04-18
1
-2
/
+3
*
ARM64: make sure HFAs on the stack get properly aligned.
Tim Northover
2014-04-18
1
-7
/
+8
*
ARM64: remove holes from *all* HFAs on the stack.
Tim Northover
2014-04-17
1
-13
/
+15
[prev]
[next]