index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
TargetInfo.cpp
Age
Commit message (
Expand
)
Author
2012-05-11
Coerce byval aggregate arguments to integers whose size matches the integer
Akira Hatanaka
2012-05-11
Fix handling of vector return types.
Akira Hatanaka
2012-05-09
Implement PPC64TargetCodeGenInfo.
Roman Divacky
2012-04-30
Remove the ref/value inconsistency in filter_decl_iterator.
David Blaikie
2012-04-13
Step forward with supporting of ARM homogenous aggregates:
Anton Korobeynikov
2012-03-11
Unify naming of LangOptions variable/get function across the Clang stack (Lex...
David Blaikie
2012-03-10
IRgen/ABI/x86_64: Avoid passing small structs using byval sometimes.
Daniel Dunbar
2012-02-22
Adding support for Microsoft's thiscall calling convention. Clang side of th...
Aaron Ballman
2012-02-17
Whether an argument is required (in contrast with being an
John McCall
2012-02-09
Class objects passed by value follow the same rules as structure objects.
Akira Hatanaka
2012-02-09
Fix bugs in function MipsABIInfo::returnAggregateInRegs. Functions returning
Akira Hatanaka
2012-02-08
Do not return records with non trivial destructors or copy constructors in
Akira Hatanaka
2012-02-07
simplify a bunch of code to use the well-known LLVM IR types computed by Code...
Chris Lattner
2012-01-25
Add some ABI tweaks for i386-pc-win32 triple so that we return structs in an ...
Eli Friedman
2012-01-23
Make sure the integer type used to align the vaarg address is the same as the
Akira Hatanaka
2012-01-23
Ignore return type if its size is zero.
Akira Hatanaka
2012-01-20
More dead code removal (using -Wunreachable-code)
David Blaikie
2012-01-12
Take into account the pointer to an aggregate that is passed as a hidden
Akira Hatanaka
2012-01-12
Call CodeGenTypes::ConvertType to get LLVM::Type*.
Akira Hatanaka
2012-01-10
Remove switch/case statements and call GetFloatingPointTy() instead to get the
Akira Hatanaka
2012-01-10
Flatten float complex arguments. N32/64 requires float complex arguments be
Akira Hatanaka
2012-01-10
Remove space.
Akira Hatanaka
2012-01-10
Add support for the androideabi environment to our triple support, and
Chandler Carruth
2012-01-10
Contrary to the other BSDs, NetBSD followed the ELF ABI for structure
Joerg Sonnenberger
2012-01-09
Insert padding before unaligned long double arguments.
Akira Hatanaka
2012-01-07
Add field PaddingType to ABIArgInfo which specifies the type of padding that
Akira Hatanaka
2012-01-04
Have functions return structures smaller than 128-bit in registers if ABI
Akira Hatanaka
2011-12-12
Hexagon backend support
Tony Linthicum
2011-12-06
Minor comment update.
Eli Friedman
2011-12-02
When we're passing a vector with an illegal type through memory on x86-64, us...
Eli Friedman
2011-12-01
Don't use a varargs convention for calls unprototyped functions where one of ...
Eli Friedman
2011-11-28
Correct the code generation for function arguments of vec3 types on x86_64 wh...
Tanya Lattner
2011-11-18
Finish r144971, which was an incomplete commit.
Eli Friedman
2011-11-18
Fix the meaning of an "empty" record for the case of a zero-length array. Us...
Eli Friedman
2011-11-18
Make va_arg on x86-64 compute alignment the same way as argument passing.
Eli Friedman
2011-11-18
A bunch of fixes to argument passing and va_arg on Darwin x86-32 for structur...
Eli Friedman
2011-11-18
Don't try to expand struct arguments containing holes on x86-32. From gcc st...
Eli Friedman
2011-11-18
Simplify code for returning a struct for Darwin x86-32 ABI. Use a better typ...
Eli Friedman
2011-11-18
Ignore empty unions in argument lowering on x86-32. From gcc struct layout t...
Eli Friedman
2011-11-03
Use a single integer type for a sub-doubleword part of a byval structure.
Akira Hatanaka
2011-11-03
Do not add "byval" attribute to records with non-trivial copy constructors
Jan Wen Voung
2011-11-03
Set MinABIStackAlignInBytes to 8 if ABI is N32/64.
Akira Hatanaka
2011-11-02
Convert the type of a structure passed by value if it has double precision
Akira Hatanaka
2011-11-02
Return function results whose size is smaller than 128-bits in registers if ABI
Akira Hatanaka
2011-11-02
Check for homogeneous aggregate return values with ARM's AAPCS-VFP ABI.
Bob Wilson
2011-10-24
Remove the SystemZ backend.
Dan Gohman
2011-10-13
TCE target: conversion of OpenCL reqd_work_group_size attr to metadata
Peter Collingbourne
2011-10-10
Constant expression evaluation refactoring:
Richard Smith
2011-10-08
Free 'TheTargetCodeGenInfo' in the class CodeGenModule. This looks like an o...
Ted Kremenek
2011-10-06
CUDA: set proper calling conventions for PTX
Peter Collingbourne
[next]