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
/
Basic
/
Targets.cpp
Age
Commit message (
Expand
)
Author
2009-07-16
Hook in s390x stuff into clang
Anton Korobeynikov
2009-07-16
codegen string literals using private linkage now like llvm-gcc, eliminating
Chris Lattner
2009-07-13
add netbsd support, patch by Krister Kalfridsson!
Chris Lattner
2009-07-08
Correct FreeBSD target info, fixing PR4514.
Duncan Sands
2009-07-07
pic16 preproc defs.
Sanjiv Gupta
2009-07-05
More tweaks to types for OpenBSD. Patch by Jonathan Gray.
Eli Friedman
2009-07-05
Per PR4506, fix the type of size_t on OpenBSD.
Eli Friedman
2009-07-03
Add an intermediate typedef for __builtin_va_tag to make it a bit easier
Eli Friedman
2009-07-01
Two fixes to make Clang build on Visual C++ (again), from Alisdair Meredith.
Douglas Gregor
2009-07-01
Fix for PR4192: fix the definition of int64_t on x86_64 Linux.
Eli Friedman
2009-06-30
Reapply r74532, and inherit from OSTargetInfo instead of from Target.
Torok Edwin
2009-06-30
Revert 74532 till I figure out why it breaks a bunch of tests.
Torok Edwin
2009-06-30
Use templates instead of creating a new class for each OS/Target combination.
Torok Edwin
2009-06-29
Use true/false instead of 1/0.
Daniel Dunbar
2009-06-29
Don't define __KPRINTF_ATTRIBUTE__ unconditionally on OpenBSD.
Daniel Dunbar
2009-06-29
OpenBSD support.
Daniel Dunbar
2009-06-28
Make the StackProtector bitfield use enums instead of obscure numbers.
Bill Wendling
2009-06-28
Add stack protector support to clang. This generates the 'ssp' and 'sspreq'
Bill Wendling
2009-06-24
fix the type of wchar_t for windows, PR4417
Chris Lattner
2009-06-23
__APPLE_CC__ should only be set when building for darwin targets.
Chris Lattner
2009-06-14
move the various builtins stuff from libast to libbasic. This
Chris Lattner
2009-06-08
Add stack alignment to x86_64 target data.
Daniel Dunbar
2009-06-08
Minor tweaks to the Windows target.
Eli Friedman
2009-06-08
PR4346: add "R" asm register constraint.
Eli Friedman
2009-06-08
Misc minor fixes for clang for the Windows target.
Eli Friedman
2009-06-05
Move CharIsSigned from TargetInfo to LangOptions.
Eli Friedman
2009-06-04
Move a couple Darwin-specific defines into getDarwinDefines.
Eli Friedman
2009-06-03
Back out r72764; I should have looked more carefully before committing
Eli Friedman
2009-06-03
PR3678: Add support for "Yt" asm register constraint.
Eli Friedman
2009-06-02
Add floating point details to PIC16 Target.
Sanjiv Gupta
2009-05-29
Add a couple missing ARM defines.
Eli Friedman
2009-05-22
A few more tweaks for Solaris; please correct me if it's wrong somehow.
Eli Friedman
2009-05-21
Improve target support for Solaris.
Douglas Gregor
2009-05-16
Targets without long long should reduce the size of intmax_t
Eli Friedman
2009-05-08
Provide dummy va_list typedef for msp430
Anton Korobeynikov
2009-05-06
Handle -march for the LLVM recognized cpu names.
Daniel Dunbar
2009-05-06
More x86 target feature support.
Daniel Dunbar
2009-05-06
Tweak x86 -mcpu defaults.
Daniel Dunbar
2009-05-06
Improve handling of (X86) target features.
Daniel Dunbar
2009-05-03
Hook msp430 in
Anton Korobeynikov
2009-05-03
Whitespace cleanup
Anton Korobeynikov
2009-04-26
change TargetInfo::ConstraintInfo to be a struct that contains
Chris Lattner
2009-04-23
some arm triples have weird characters in them, just fuzzy match
Chris Lattner
2009-04-21
Pass and return aggregate types directly to function calls.
Sanjiv Gupta
2009-04-19
Add target property for whether thread-local storage is supported.
Eli Friedman
2009-04-19
actually just do this on all x86 targets, it won't hurt
Chris Lattner
2009-04-19
Define __NO_MATH_INLINES on linux/x86 so that we don't get inline
Chris Lattner
2009-04-10
Support -miphoneos-version-min in clang-cc.
Daniel Dunbar
2009-04-08
remove fixme!
Chris Lattner
2009-04-08
Add basic support for arm static analysis checking. Radar 6699395
Mike Stump
[next]