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
*
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
*
Class objects passed by value follow the same rules as structure objects.
Akira Hatanaka
2012-02-09
1
-3
/
+6
*
Fix bugs in function MipsABIInfo::returnAggregateInRegs. Functions returning
Akira Hatanaka
2012-02-09
1
-14
/
+27
*
Do not return records with non trivial destructors or copy constructors in
Akira Hatanaka
2012-02-08
1
-1
/
+1
*
simplify a bunch of code to use the well-known LLVM IR types computed by Code...
Chris Lattner
2012-02-07
1
-67
/
+31
*
Add some ABI tweaks for i386-pc-win32 triple so that we return structs in an ...
Eli Friedman
2012-01-25
1
-14
/
+28
*
Make sure the integer type used to align the vaarg address is the same as the
Akira Hatanaka
2012-01-23
1
-7
/
+9
*
Ignore return type if its size is zero.
Akira Hatanaka
2012-01-23
1
-2
/
+3
*
More dead code removal (using -Wunreachable-code)
David Blaikie
2012-01-20
1
-1
/
+0
*
Take into account the pointer to an aggregate that is passed as a hidden
Akira Hatanaka
2012-01-12
1
-2
/
+6
*
Call CodeGenTypes::ConvertType to get LLVM::Type*.
Akira Hatanaka
2012-01-12
1
-25
/
+4
*
Remove switch/case statements and call GetFloatingPointTy() instead to get the
Akira Hatanaka
2012-01-10
1
-13
/
+1
*
Flatten float complex arguments. N32/64 requires float complex arguments be
Akira Hatanaka
2012-01-10
1
-4
/
+28
*
Remove space.
Akira Hatanaka
2012-01-10
1
-2
/
+2
*
Add support for the androideabi environment to our triple support, and
Chandler Carruth
2012-01-10
1
-1
/
+1
*
Contrary to the other BSDs, NetBSD followed the ELF ABI for structure
Joerg Sonnenberger
2012-01-10
1
-1
/
+0
*
Insert padding before unaligned long double arguments.
Akira Hatanaka
2012-01-09
1
-13
/
+28
*
Add field PaddingType to ABIArgInfo which specifies the type of padding that
Akira Hatanaka
2012-01-07
1
-10
/
+24
*
Have functions return structures smaller than 128-bit in registers if ABI
Akira Hatanaka
2012-01-04
1
-3
/
+54
*
Hexagon backend support
Tony Linthicum
2011-12-12
1
-0
/
+144
*
Minor comment update.
Eli Friedman
2011-12-06
1
-1
/
+3
*
When we're passing a vector with an illegal type through memory on x86-64, us...
Eli Friedman
2011-12-02
1
-7
/
+27
*
Don't use a varargs convention for calls unprototyped functions where one of ...
Eli Friedman
2011-12-01
1
-5
/
+24
*
Correct the code generation for function arguments of vec3 types on x86_64 wh...
Tanya Lattner
2011-11-28
1
-1
/
+1
*
Finish r144971, which was an incomplete commit.
Eli Friedman
2011-11-18
1
-1
/
+1
[next]