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
2010-04-06
fit in 80 cols
Chris Lattner
2010-03-11
fix PR6433, crash on va_arg of typedef.
Chris Lattner
2010-03-11
Support PPC-32 DWARF EH intrinisics. Thanks to rdivacky for his assistance.
John McCall
2010-03-06
Implement __builtin_dwarf_sp_column for i386 (Darwin and not), x86-64 (all),
John McCall
2010-02-24
Canonicalize parameter and return types before computing ABI info. Eliminates
John McCall
2010-02-17
implement EmitVAArg. pretty much the same way other targets do.
Sanjiv Gupta
2010-02-15
Uniformize the names of type predicates: rather than having isFloatTy and
Duncan Sands
2010-02-13
Emit the 'alignstack' LLVM function attribute when we encounter a function
Charles Davis
2010-02-02
Implement promotion for enumeration types.
Douglas Gregor
2010-02-01
ARM/APCS: Fix classification of small complex integer types as "integer like".
Daniel Dunbar
2010-02-01
ARM/APCS: Pass Complex types following llvm-gcc.
Daniel Dunbar
2010-01-29
ARM/APCS ABI: Fix some problems with bit-fields in structures. After rereading
Daniel Dunbar
2010-01-27
Structs and classes with non-trivial destructors or copy constructors should ...
Anders Carlsson
2010-01-22
Eliminate some Clang warnings
Douglas Gregor
2010-01-10
Generalize target weirdness handling having proper layering in mind:
Anton Korobeynikov
2010-01-10
Rename file to generalization in next commits
Anton Korobeynikov