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.h
Age
Commit message (
Expand
)
Author
2013-08-07
Treat __sync_synchronize and asm("":::"memory") as stronger fences.
JF Bastien
2013-07-10
Cherry-picking the pow-for-le32 fix from upstream clang.
Eli Bendersky
2012-12-07
Fix the required args count for variadic blocks.
John McCall
2012-12-04
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
2012-02-17
Whether an argument is required (in contrast with being an
John McCall
2011-12-01
Don't use a varargs convention for calls unprototyped functions where one of ...
Eli Friedman
2011-09-21
ANSI C requires that a call to an unprototyped function type succeed
John McCall
2011-08-30
The size of struct UnwindException varies by platform with no
John McCall
2011-07-20
now that we have a centralized place to do so, add some using declarations for
Chris Lattner
2011-07-11
De-constify Types in StructType::get() and TargetData::getIntPtrType().
Jay Foad
2011-06-15
Automatic Reference Counting.
John McCall
2011-02-19
Re-instate r125819 and r125820 with no functionality change
Peter Collingbourne
2011-02-19
Revert 125820 and 125819 to fix PR9266.
Rafael Espindola
2011-02-18
Move TargetInfo::adjustInlineAsmType to TargetCodeGenInfo
Peter Collingbourne
2010-07-20
Fix the IR generation for catching pointers by references.
John McCall
2010-03-06
Implement __builtin_dwarf_sp_column for i386 (Darwin and not), x86-64 (all),
John McCall
2010-03-03
Add proper target hooks for __builtin_extract_return_address and
John McCall
2010-03-02
Inspired by seeing "MIPS" go by in the commits, I've gone ahead and
John McCall
2010-01-22
Eliminate some Clang warnings
Douglas Gregor
2010-01-10
Generalize target weirdness handling having proper layering in mind:
Anton Korobeynikov