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
...
*
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
*
Fix the meaning of an "empty" record for the case of a zero-length array. Us...
Eli Friedman
2011-11-18
1
-3
/
+7
*
Make va_arg on x86-64 compute alignment the same way as argument passing.
Eli Friedman
2011-11-18
1
-7
/
+5
*
A bunch of fixes to argument passing and va_arg on Darwin x86-32 for structur...
Eli Friedman
2011-11-18
1
-3
/
+21
*
Don't try to expand struct arguments containing holes on x86-32. From gcc st...
Eli Friedman
2011-11-18
1
-0
/
+8
*
Simplify code for returning a struct for Darwin x86-32 ABI. Use a better typ...
Eli Friedman
2011-11-18
1
-41
/
+16
*
Ignore empty unions in argument lowering on x86-32. From gcc struct layout t...
Eli Friedman
2011-11-18
1
-2
/
+2
*
Use a single integer type for a sub-doubleword part of a byval structure.
Akira Hatanaka
2011-11-03
1
-11
/
+4
*
Do not add "byval" attribute to records with non-trivial copy constructors
Jan Wen Voung
2011-11-03
1
-1
/
+7
*
Set MinABIStackAlignInBytes to 8 if ABI is N32/64.
Akira Hatanaka
2011-11-03
1
-4
/
+3
*
Convert the type of a structure passed by value if it has double precision
Akira Hatanaka
2011-11-02
1
-0
/
+71
*
Return function results whose size is smaller than 128-bits in registers if ABI
Akira Hatanaka
2011-11-02
1
-6
/
+9
*
Check for homogeneous aggregate return values with ARM's AAPCS-VFP ABI.
Bob Wilson
2011-11-02
1
-0
/
+8
*
Remove the SystemZ backend.
Dan Gohman
2011-10-24
1
-82
/
+0
*
TCE target: conversion of OpenCL reqd_work_group_size attr to metadata
Peter Collingbourne
2011-10-13
1
-2
/
+73
*
Constant expression evaluation refactoring:
Richard Smith
2011-10-10
1
-2
/
+1
*
Free 'TheTargetCodeGenInfo' in the class CodeGenModule. This looks like an o...
Ted Kremenek
2011-10-08
1
-3
/
+0
*
CUDA: set proper calling conventions for PTX
Peter Collingbourne
2011-10-06
1
-7
/
+13
*
PTX: Set proper calling conventions for PTX in OpenCL mode.
Justin Holewinski
2011-10-05
1
-5
/
+40
*
Removing a bunch of dead returns/breaks after llvm_unreachables.
David Blaikie
2011-09-23
1
-1
/
+0
*
Switch assert(0/false) llvm_unreachable.
David Blaikie
2011-09-23
1
-4
/
+4
*
ANSI C requires that a call to an unprototyped function type succeed
John McCall
2011-09-21
1
-0
/
+17
*
Create a MipsTargetCodeGenInfo object for mips64/mips64el. The size of the
Akira Hatanaka
2011-09-20
1
-0
/
+4
*
Add a parameter to MipsTargetCodeGenInfo's constructor.
Akira Hatanaka
2011-09-20
1
-4
/
+5
*
Extend the ASTContext constructor to delay the initialization of
Douglas Gregor
2011-09-02
1
-7
/
+7
*
The size of struct UnwindException varies by platform with no
John McCall
2011-08-30
1
-2
/
+30
*
Alignment of a va_arg must be at least as large as the ABI's minimum alignment.
Akira Hatanaka
2011-08-12
1
-0
/
+1
[prev]
[next]