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
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
2011-10-05
PTX: Set proper calling conventions for PTX in OpenCL mode.
Justin Holewinski
2011-09-23
Removing a bunch of dead returns/breaks after llvm_unreachables.
David Blaikie
2011-09-23
Switch assert(0/false) llvm_unreachable.
David Blaikie
2011-09-21
ANSI C requires that a call to an unprototyped function type succeed
John McCall
2011-09-20
Create a MipsTargetCodeGenInfo object for mips64/mips64el. The size of the
Akira Hatanaka
2011-09-20
Add a parameter to MipsTargetCodeGenInfo's constructor.
Akira Hatanaka
2011-09-02
Extend the ASTContext constructor to delay the initialization of
Douglas Gregor
2011-08-30
The size of struct UnwindException varies by platform with no
John McCall
2011-08-12
Alignment of a va_arg must be at least as large as the ABI's minimum alignment.
Akira Hatanaka
2011-08-12
Add definition of a static member of a class.
Akira Hatanaka
2011-08-03
Handle "homogeneous aggregates" as required by the ARM AAPCS-VFP ABI.
Bob Wilson
2011-08-02
Implements alignment for long long and double types in va_arg on ARM AAPCS.
Rafael Espindola
2011-08-01
Revert "Re-enable byval for ARM in clang. rdar://problem/7662569"
Bob Wilson
2011-08-01
Implement MipsABIInfo::EmitVAArg. This fix enables clang to complete compilation
Akira Hatanaka
2011-08-01
Pass records with non-trivial destructors or constructors indirectly.
Akira Hatanaka
2011-07-23
remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....
Chris Lattner
2011-07-18
de-constify llvm::Type, patch by David Blaikie!
Chris Lattner
2011-07-15
Fix typo
Joerg Sonnenberger
2011-07-13
Reapply r134946 with fixes. Tested on Benjamin testcase and other test-suite ...
Bruno Cardoso Lopes
2011-07-12
Revert r134946
Bruno Cardoso Lopes
2011-07-12
Fix a typo!
Bruno Cardoso Lopes
2011-07-12
Do the same as r134946 for arrays. Add more testcases for avx x86_64 arg
Bruno Cardoso Lopes
2011-07-12
Fix one x86_64 abi issue and the test to actually look for the right thing,
Bruno Cardoso Lopes
2011-07-11
Reapply r134754, which turns out to be working correctly and also
Bruno Cardoso Lopes
2011-07-11
De-constify Types in StructType::get() and TargetData::getIntPtrType().
Jay Foad
2011-07-09
clang side to match the LLVM IR type system rewrite patch.
Chris Lattner
2011-07-08
Change -mno-mmx to be more compatible with gcc. Specifically, -mno-mmx shoul...
Eli Friedman
[next]