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 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
*
ARM: enable struct byval for AAPCS-VFP.
Manman Ren
2012-08-13
1
-7
/
+4
*
Add comments for turning on byval
Manman Ren
2012-08-10
1
-0
/
+2
*
ARM: enable struct byval for AAPCS.
Manman Ren
2012-08-10
1
-3
/
+1
*
Fix AAPCS ABI. I can't actually test this, but it restores the behavior from...
Eli Friedman
2012-08-09
1
-9
/
+12
*
clang support for Bitrig (an OpenBSD fork); patch by David Hill.
Eli Friedman
2012-08-08
1
-0
/
+1
*
Handle functions with struct arguments or return types and the regparm
Rafael Espindola
2012-07-31
1
-13
/
+91
*
move X86_32ABIInfo::computeInfo out of line.
Rafael Espindola
2012-07-24
1
-8
/
+9
*
Make classifyReturnType and classifyArgumentType private.
Rafael Espindola
2012-07-23
1
-3
/
+3
*
Add "long double" to permitted list of ARM complex homogeneous aggregates.
Tim Northover
2012-07-20
1
-1
/
+2
*
Remove get(V)BaseClassOffsetInBits, the CharUnit functions should be used ins...
Benjamin Kramer
2012-07-04
1
-2
/
+3
*
Make the following changes in the way Mips handles vector arguments and return
Akira Hatanaka
2012-07-03
1
-32
/
+31
*
ARM: enable struct byval for APCS.
Manman Ren
2012-06-25
1
-6
/
+10
*
Revert Decl's iterators back to pointer value_type rather than reference valu...
David Blaikie
2012-06-06
1
-6
/
+6
*
Fix a bug with va_arg and vectors on Darwin x86-32. <rdar://problem/11592208>.
Eli Friedman
2012-06-05
1
-2
/
+7
*
Replace PTX back-end with NVPTX back-end in all places where Clang cares
Justin Holewinski
2012-05-24
1
-18
/
+18
*
Teach Clang about the NVPTX backend.
Peter Collingbourne
2012-05-20
1
-0
/
+2
*
Coerce byval aggregate arguments to integers whose size matches the integer
Akira Hatanaka
2012-05-11
1
-35
/
+44
*
Fix handling of vector return types.
Akira Hatanaka
2012-05-11
1
-1
/
+1
*
Implement PPC64TargetCodeGenInfo.
Roman Divacky
2012-05-09
1
-0
/
+60
*
Remove the ref/value inconsistency in filter_decl_iterator.
David Blaikie
2012-04-30
1
-9
/
+9
*
Step forward with supporting of ARM homogenous aggregates:
Anton Korobeynikov
2012-04-13
1
-10
/
+14
*
Unify naming of LangOptions variable/get function across the Clang stack (Lex...
David Blaikie
2012-03-11
1
-4
/
+4
*
IRgen/ABI/x86_64: Avoid passing small structs using byval sometimes.
Daniel Dunbar
2012-03-10
1
-9
/
+56
*
Adding support for Microsoft's thiscall calling convention. Clang side of th...
Aaron Ballman
2012-02-22
1
-9
/
+23
*
Whether an argument is required (in contrast with being an
John McCall
2012-02-17
1
-16
/
+27
[prev]
[next]