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
2014-03-03
Fix handling of byval arguments to set the alignment properly.
Dan Gohman
2014-02-28
Drop addAsmMemoryAroundSyncSynchronize() and asmMemoryIsFence().
Dan Gohman
2014-02-24
Introduce the asmjs-unknown-emscripten target triple.
Dan Gohman
2013-08-07
Treat __sync_synchronize and asm("":::"memory") as stronger fences.
JF Bastien
2013-07-15
Merge commit '20c7d45a4da9f58ad805ad1d37f92fe7dc232ec8'
Eli Bendersky
2013-07-12
Merge branch 'master' of http://git.chromium.org/native_client/pnacl-clang
Eli Bendersky
2013-07-10
Cherry-picking the pow-for-le32 fix from upstream clang.
Eli Bendersky
2013-05-06
Add SystemZ support
Ulrich Weigand
2013-04-17
Set SRet flags properly in '-cxx-abi microsoft'.
Timur Iskhodzhanov
2013-04-16
Standardize accesses to the TargetInfo in IR-gen.
John McCall
2013-04-08
The PNaCl target no longer permits __attribute__((regparm)).
Eli Bendersky
2013-04-05
Proper prefix for doxygen comments
Eli Bendersky
2013-04-04
Add some documentation for PNaClABIInfo.
Eli Bendersky
2013-03-30
Use kernel metadata to differentiate between kernel and device
Justin Holewinski
2013-03-25
IR-gen should not generate an MMX types unless the code is explicitly using MMX
Chad Rosier
2013-03-19
Revert r177329.
Rafael Espindola
2013-03-18
This code works around what appears to be a bug in another part of clang.
Reed Kotler
2013-03-13
Cause the mips16/nomips16 attribute to be passed to LLVM from Clang
Reed Kotler
2013-03-07
Change hasAggregateLLVMType, which conflates complex and
John McCall
2013-02-28
Use the actual ABI-determined C calling convention for runtime
John McCall
2013-01-31
Add support for AArch64 target.
Tim Northover
2013-01-24
[mips] Do not emit i32 padding if target ABI is O32. This was causing backend
Akira Hatanaka
2013-01-23
Use the AttributeSet when adding multiple attributes and an Attribute::AttrKind
Bill Wendling
2013-01-16
First step in implementation of mips16 and nomips16 attributes.
Reed Kotler
2013-01-14
This patch addresses varargs processing for small complex types under
Bill Schmidt
2013-01-02
Rewrite #includes for llvm/Foo.h to llvm/IR/Foo.h as appropriate to
Chandler Carruth
2012-12-20
Rename llvm::Attributes to llvm::Attribute.
Bill Wendling
2012-12-20
Revert r170500. It over-zealously converted *ALL* things named Attributes, wh...
Bill Wendling
2012-12-19
Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...
Bill Wendling
2012-12-17
This patch fixes PR13624, which notes a 64-bit PowerPC ELF ABI
Bill Schmidt
2012-12-07
s/AttrListPtr/AttributeSet/g to better label what this class is going to be i...
Bill Wendling
2012-12-04
Adapt to LLVM commit 169291 which streamlines the usage of NaCl/NativeClient
Eli Bendersky
2012-12-04
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
2012-11-29
Fix a small calling-convention bug for x86-32. PR14453.
Eli Friedman
2012-11-27
This patch addresses an incompatibility relative to the 64-bit PowerPC
Bill Schmidt
2012-11-26
MSPGCC renamed ISR vectors from vector_<address> to __isr_<number>. This patc...
Anton Korobeynikov
2012-11-16
A step towards sorting out handling of triviality of special members in C++11.
Richard Smith
2012-11-06
Cleanup: 80-column violation
Manman Ren
2012-11-06
ARM byval: when type alignment is bigger than ABI alignment, instead of
Manman Ren
2012-11-05
ARM byval: when type alignment is bigger than ABI alignment, we can't guarantee
Manman Ren
2012-11-05
On PowerPC64, integer arguments and return values need to be sign- or
Ulrich Weigand
2012-10-31
ARM AAPCS-VFP: fix tracking of allocated VFP registers.
Manman Ren
2012-10-30
ARM AAPCS-VFP: fix handling of homogeneous aggreate.
Manman Ren
2012-10-26
This patch addresses a 64-bit PowerPC ELF ABI compatibility issue with
Bill Schmidt
2012-10-25
Modify the targets to set appropriate calling convention defaults and C varia...
David Tweed
2012-10-24
Add padding inreg registers to cause llvm to skip ecx when needed with
Rafael Espindola
2012-10-24
Add inreg markers with the x86_fastcallcc calling convention.
Rafael Espindola
2012-10-23
Don't try to use inreg with 0 sized structs. Thanks to Eli for reporting the
Rafael Espindola
2012-10-20
Move private classes into anonymous namespaces.
Benjamin Kramer
2012-10-19
Fix handling of the regparm attribute in the presence of classes with copy
Rafael Espindola
[next]