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
/
TargetInfo.cpp
Age
Commit message (
Expand
)
Author
2009-07-01
Fix for PR4192: fix the definition of int64_t on x86_64 Linux.
Eli Friedman
2009-06-05
Move CharIsSigned from TargetInfo to LangOptions.
Eli Friedman
2009-05-06
Fix rdar://6860124 - invalid input constraint 'J' in asm
Chris Lattner
2009-04-26
in a tied operand, don't copy over the name or constraint string, just the fl...
Chris Lattner
2009-04-26
pull operands names "[foo]" into ConstraintInfo.
Chris Lattner
2009-04-26
pull the constraint string into the ConstraintInfo struct
Chris Lattner
2009-04-26
change TargetInfo::ConstraintInfo to be a struct that contains
Chris Lattner
2009-04-19
Add target property for whether thread-local storage is supported.
Eli Friedman
2009-02-28
TargetInfo::validateAsmConstraint now takes a reference to the full constrain...
Anders Carlsson
2009-02-13
Give TargetInfo a new IntPtrType to hold the intptr_t type for
Chris Lattner
2009-02-06
simplify and refactor a bunch of type definition code in Preprocessor
Chris Lattner
2009-01-27
If an input constraint refers to an output constraint, it should have the sam...
Anders Carlsson
2009-01-18
Handle the 'X' constraint. Fixes <rdar://problem/6504897>.
Anders Carlsson
2009-01-18
Add sema support for symbolic names in inline asm statements.
Anders Carlsson
2009-01-17
Allow targets to override IntMaxTWidth
Nate Begeman
2009-01-17
Change TargetInfo::validateInputConstraint to take begin/end name iterators i...
Anders Carlsson
2009-01-12
Make sure to initialize the ConstraintInfo to 0
Anders Carlsson
2008-11-02
More fallout from r58501: primary fix is some more corrections to make
Eli Friedman
2008-10-31
Fix a bug that was introduced in 58501. Ideally I think we should force all t...
Anders Carlsson
2008-10-31
Made the mechanism of defining preprocessor defs for maxint, ptrdiff_t, wchar
Sanjiv Gupta
2008-10-05
Implement PR2773, support for __USER_LABEL_PREFIX__
Chris Lattner
2008-08-25
Stop asserting in TargetInfo::validateInputConstraint
Daniel Dunbar
2008-08-21
First cut at OS detection, taking advantage of the new generic targets.
Eli Friedman
2008-08-18
Allow targets to override description string.
Sanjiv Gupta
2008-08-11
More #include cleaning
Daniel Dunbar
2008-05-20
Some small changes to make the target info a bit more accurate.
Eli Friedman
2008-05-09
parameterize pointer size/align better without doing virtual method calls in ...
Chris Lattner
2008-05-09
parameterize long long.
Chris Lattner
2008-05-09
correctly parameterize long, patch by Nate.
Chris Lattner
2008-05-08
Add basic support for the pic-* target triples and add support for
Chris Lattner
2008-04-24
Have ValidateOutputConstraint return false instead of firing an assertion
Ted Kremenek
2008-04-18
Tabs -> spaces
Nate Begeman
2008-04-18
Initialize default double width and alignment
Nate Begeman
2008-04-06
add a missing #include
Chris Lattner
2008-03-15
Make a major restructuring of the clang tree: introduce a top-level
Chris Lattner