index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
clang
/
Basic
/
TargetInfo.h
Age
Commit message (
Expand
)
Author
2013-05-06
Add SystemZ support
Ulrich Weigand
2013-05-06
Allow targets to define minimum alignment for global variables
Ulrich Weigand
2013-03-26
Remove useGlobalsForAutomaticVariables.
Rafael Espindola
2013-02-23
Revert r175912, "Add support for coldcc to clang" at John's request.
Peter Collingbourne
2013-02-22
Add support for coldcc to clang
Peter Collingbourne
2013-01-31
Add support for AArch64 target.
Tim Northover
2013-01-25
First pass at abstracting out a class for the target C++ ABI.
John McCall
2013-01-12
Remove useless 'llvm::' qualifier from names like StringRef and others that are
Dmitri Gribenko
2013-01-10
Enable intel_ocl_bicc for x86_64 target only. Remove fix from 171969 that ena...
Guy Benyei
2013-01-09
Enable intel_ocl_bicc for x86_64 target. This was missed in r171056.
Guy Benyei
2013-01-07
Add support for attribute((mode(unwind_word))).
Rafael Espindola
2012-12-09
Virtual method overrides can no longer have mismatched calling conventions. ...
Aaron Ballman
2012-12-04
Sort #include lines for all files under include/...
Chandler Carruth
2012-11-29
Reject uses of __int128 on platforms that don't support it. Also move the ugly
Richard Smith
2012-11-27
Fix the definition of the vfork() builtin on Haiku. PR14378.
Eli Friedman
2012-11-16
Since CreateTargetInfo is taking ownership of the target options, pass
Douglas Gregor
2012-11-12
Check that the input size is correct for the given constraint.
Bill Wendling
2012-10-25
Recommit Eric's code to validate ASM string's constraints and modifiers.
Bill Wendling
2012-10-25
Revert r166647 to rethink the patch...
Bill Wendling
2012-10-25
Add some support for diagnosing possibly mismatched constraint, type size and
Bill Wendling
2012-10-16
Serialize TargetOptions into an AST file, and make sure that we keep
Douglas Gregor
2012-10-15
Teach TargetInfo to hold on to the TargetOptions with which it was
Douglas Gregor
2012-10-10
Fix PR 11709: Change the definition of va_list to meet AAPCS requirement
Logan Chien
2012-10-02
Allowing individual targets to determine whether a given calling convention i...
Aaron Ballman
2012-07-13
Add a per target max vector alignment field (e.g., 32-byte alignment for x86 ...
Chad Rosier
2012-07-02
Documentation cleanup:
James Dennett
2012-07-02
Documentation cleanup: reformatting/fixing up file comments so that they have
James Dennett
2012-06-17
Documentation cleanup: escaping # characters and adding \brief markup
James Dennett
2012-06-16
Explicitly build __builtin_va_list.
Meador Inge
2012-06-02
Fix typos found by http://github.com/lyda/misspell-check
Benjamin Kramer
2012-04-16
objective-c modern translator: buildit objc bool
Fariborz Jahanian
2012-03-05
TargetInfo: create less temporary strings.
Benjamin Kramer
2012-02-20
Basic: import IntrusiveRefCntPtr<> into clang namespace
Dylan Noblesmith
2012-01-30
Introduce TargetInfo::hasFeature() to query various feature names in
Douglas Gregor
2012-01-29
Complain about attempts to use 'protected' visibility on targets
John McCall
2012-01-26
Make clz/ctz builtins defined for zero on ARM targets. rdar://10732455
Bob Wilson
2011-12-28
Add a target hook for FLT_EVAL_METHOD and use it to set the value on x86 with...
Benjamin Kramer
2011-12-22
Add support for bitcasts to vector type in Evaluate.
Eli Friedman
2011-12-16
Add the value of "suitably aligned" from the C++11 standard to Basic/TargetInfo.
Nick Lewycky
2011-10-31
In x86_64, when calling an Objective-C method that returns a _Complex long do...
Anders Carlsson
2011-10-14
Provide half floating point support as a storage only type.
Anton Korobeynikov
2011-10-14
Misc fixes for atomics. Biggest fix is doing alignment correctly for _Atomic...
Eli Friedman
2011-09-28
Clean up a bit of the uses of CPU in the TargetInfo classes. This makes
Chandler Carruth
2011-09-25
Rename Diagnostic to DiagnosticsEngine as per issue 5397
David Blaikie
2011-08-04
Additional comments and whitespace.
Chad Rosier
2011-08-04
Add documentation for useBitFieldTypeAlignment.
Chad Rosier
2011-08-04
Add partial support for using anonymous bitfields (e.g., int : 0) to enforce
Chad Rosier
2011-07-26
After further discussion it has been determined that alignof should report
Chad Rosier
2011-07-25
Allow target to specify about using minimum alignment vs preferred. Takes ca...
Chad Rosier
2011-07-20
now that we have a centralized place to do so, add some using declarations for
Chris Lattner
[next]