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
*
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
*
Add padding inreg registers to cause llvm to skip ecx when needed with
Rafael Espindola
2012-10-24
1
-7
/
+14
*
Add inreg markers with the x86_fastcallcc calling convention.
Rafael Espindola
2012-10-24
1
-10
/
+39
*
Don't try to use inreg with 0 sized structs. Thanks to Eli for reporting the
Rafael Espindola
2012-10-23
1
-0
/
+4
*
Move private classes into anonymous namespaces.
Benjamin Kramer
2012-10-20
1
-0
/
+8
*
Fix handling of the regparm attribute in the presence of classes with copy
Rafael Espindola
2012-10-19
1
-41
/
+44
*
Add pnaclcall convention to Native Client targets.
Derek Schuff
2012-10-16
1
-1
/
+75
*
ARM ABI: fix ABI alignment issues in varargs.
Manman Ren
2012-10-16
1
-9
/
+6
*
ARM ABI: passing illegal vector types as varargs.
Manman Ren
2012-10-16
1
-2
/
+48
*
ARM ABI: fix ABI alignment issues when passing legal vector types as varargs.
Manman Ren
2012-10-16
1
-6
/
+38
*
Move the Attributes::Builder outside of the Attributes class and into its own...
Bill Wendling
2012-10-15
1
-1
/
+1
*
Use enum values instead of magic numbers for indexing into the attribute list.
Bill Wendling
2012-10-15
1
-1
/
+2
*
Attributes Rewrite
Bill Wendling
2012-10-15
1
-1
/
+1
*
Use the Builder to create the stack alignment attribute.
Bill Wendling
2012-10-14
1
-2
/
+3
*
This patch addresses PR13948.
Bill Schmidt
2012-10-12
1
-7
/
+25
*
Fix build failure from r165722
Derek Schuff
2012-10-11
1
-1
/
+1
*
Properly factor Native Client defines to support NaCl as an OS
Derek Schuff
2012-10-11
1
-2
/
+8
*
Make X86_64ABIInfo clean for ABIs with 32 bit pointers, such as X32
Derek Schuff
2012-10-11
1
-6
/
+14
*
Have 'addFnAttr' take the attribute enum value. Then have it build the attrib...
Bill Wendling
2012-10-10
1
-5
/
+6
*
Move TargetData to DataLayout.
Micah Villmow
2012-10-08
1
-12
/
+12
*
This patch enables general varargs support for the 64-bit PPC SVR4 ABI.
Bill Schmidt
2012-10-03
1
-4
/
+102
*
Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...
Sylvestre Ledru
2012-09-27
1
-3
/
+3
*
Fix a typo 'iff' => 'if'
Sylvestre Ledru
2012-09-27
1
-3
/
+3
*
Update for encapsulating the "construct*AlignmentFromInt" methods.
Bill Wendling
2012-09-21
1
-1
/
+1
*
Use custom ABIInfo for le32/PNaCl argument codegen
Derek Schuff
2012-09-06
1
-0
/
+86
*
Rename ANDROIDEABI to Android.
Logan Chien
2012-09-02
1
-1
/
+2
[next]