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
...
*
Silencing a signed vs unsigned comparison mismatch in MSVC.
Aaron Ballman
2013-06-12
1
-1
/
+2
*
Make va_arg and argument passing to varargs functions work correctly with
Eli Friedman
2013-06-12
1
-14
/
+35
*
Fix a very silly mistake in r183590.
Eli Friedman
2013-06-11
1
-1
/
+0
*
Fix va_arg on x86-64 for a struct containing a single int128_t. PR16248
Eli Friedman
2013-06-07
1
-4
/
+17
*
Fix line endings.
Eli Friedman
2013-06-07
1
-2
/
+2
*
Diagnose malformed x86 inline asm using 'y' constraint.
Tim Northover
2013-06-07
1
-1
/
+9
*
Implement SparcV9ABIInfo::EmitVAArg.
Jakob Stoklund Olesen
2013-06-05
1
-2
/
+46
*
Adding support for MSVC #pragma detect_mismatch functionality by emitting a F...
Aaron Ballman
2013-06-04
1
-0
/
+12
*
Build correct coercion types in SparcV9ABIInfo.
Jakob Stoklund Olesen
2013-05-28
1
-3
/
+127
*
Add a SparcV9ABIInfo class for handling the standard SPARC v9 ABI.
Jakob Stoklund Olesen
2013-05-27
1
-0
/
+93
*
Suffixing #pragma comment(lib) library names with .lib if necessary. This ma...
Aaron Ballman
2013-05-24
1
-2
/
+13
*
Forward #pragma comment(lib/linker) through as flags metadata
Reid Kleckner
2013-05-08
1
-2
/
+30
*
Add SystemZ support
Ulrich Weigand
2013-05-06
1
-0
/
+290
*
Set SRet flags properly in '-cxx-abi microsoft'.
Timur Iskhodzhanov
2013-04-17
1
-72
/
+79
*
Standardize accesses to the TargetInfo in IR-gen.
John McCall
2013-04-16
1
-20
/
+19
*
The PNaCl target no longer permits __attribute__((regparm)).
Eli Bendersky
2013-04-08
1
-32
/
+14
*
Proper prefix for doxygen comments
Eli Bendersky
2013-04-05
1
-3
/
+3
*
Add some documentation for PNaClABIInfo.
Eli Bendersky
2013-04-04
1
-8
/
+17
*
Use kernel metadata to differentiate between kernel and device
Justin Holewinski
2013-03-30
1
-27
/
+25
*
IR-gen should not generate an MMX types unless the code is explicitly using MMX
Chad Rosier
2013-03-25
1
-28
/
+13
*
Revert r177329.
Rafael Espindola
2013-03-19
1
-2
/
+1
*
This code works around what appears to be a bug in another part of clang.
Reed Kotler
2013-03-18
1
-1
/
+2
*
Cause the mips16/nomips16 attribute to be passed to LLVM from Clang
Reed Kotler
2013-03-13
1
-4
/
+10
*
Change hasAggregateLLVMType, which conflates complex and
John McCall
2013-03-07
1
-1
/
+1
*
Use the actual ABI-determined C calling convention for runtime
John McCall
2013-02-28
1
-28
/
+46
*
Add support for AArch64 target.
Tim Northover
2013-01-31
1
-0
/
+418
*
[mips] Do not emit i32 padding if target ABI is O32. This was causing backend
Akira Hatanaka
2013-01-24
1
-1
/
+2
*
Use the AttributeSet when adding multiple attributes and an Attribute::AttrKind
Bill Wendling
2013-01-23
1
-2
/
+4
*
First step in implementation of mips16 and nomips16 attributes.
Reed Kotler
2013-01-16
1
-0
/
+7
*
This patch addresses varargs processing for small complex types under
Bill Schmidt
2013-01-14
1
-1
/
+39
*
Rewrite #includes for llvm/Foo.h to llvm/IR/Foo.h as appropriate to
Chandler Carruth
2013-01-02
1
-2
/
+2
*
Rename llvm::Attributes to llvm::Attribute.
Bill Wendling
2012-12-20
1
-5
/
+5
*
Revert r170500. It over-zealously converted *ALL* things named Attributes, wh...
Bill Wendling
2012-12-20
1
-5
/
+5
*
Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...
Bill Wendling
2012-12-19
1
-5
/
+5
*
This patch fixes PR13624, which notes a 64-bit PowerPC ELF ABI
Bill Schmidt
2012-12-17
1
-0
/
+3
*
s/AttrListPtr/AttributeSet/g to better label what this class is going to be i...
Bill Wendling
2012-12-07
1
-1
/
+1
*
Adapt to LLVM commit 169291 which streamlines the usage of NaCl/NativeClient
Eli Bendersky
2012-12-04
1
-4
/
+4
*
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
2012-12-04
1
-2
/
+2
*
Fix a small calling-convention bug for x86-32. PR14453.
Eli Friedman
2012-11-29
1
-2
/
+8
*
This patch addresses an incompatibility relative to the 64-bit PowerPC
Bill Schmidt
2012-11-27
1
-0
/
+3
*
MSPGCC renamed ISR vectors from vector_<address> to __isr_<number>. This patc...
Anton Korobeynikov
2012-11-26
1
-2
/
+2
*
A step towards sorting out handling of triviality of special members in C++11.
Richard Smith
2012-11-16
1
-1
/
+1
*
Cleanup: 80-column violation
Manman Ren
2012-11-06
1
-4
/
+6
*
ARM byval: when type alignment is bigger than ABI alignment, instead of
Manman Ren
2012-11-06
1
-5
/
+4
*
ARM byval: when type alignment is bigger than ABI alignment, we can't guarantee
Manman Ren
2012-11-05
1
-2
/
+10
*
On PowerPC64, integer arguments and return values need to be sign- or
Ulrich Weigand
2012-11-05
1
-0
/
+58
*
ARM AAPCS-VFP: fix tracking of allocated VFP registers.
Manman Ren
2012-10-31
1
-24
/
+50
*
ARM AAPCS-VFP: fix handling of homogeneous aggreate.
Manman Ren
2012-10-30
1
-6
/
+80
*
This patch addresses a 64-bit PowerPC ELF ABI compatibility issue with
Bill Schmidt
2012-10-26
1
-15
/
+0
*
Modify the targets to set appropriate calling convention defaults and C varia...
David Tweed
2012-10-25
1
-3
/
+5
[prev]
[next]