index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Basic
/
Targets.cpp
Age
Commit message (
Expand
)
Author
2008-03-15
Make a major restructuring of the clang tree: introduce a top-level
Chris Lattner
2008-03-10
Add support for the 'N' constraint.
Anders Carlsson
2008-03-08
eliminate the TargetInfoImpl stuff, simplifying the target implementations.
Chris Lattner
2008-03-05
remove the source location arguments to various target query methods.
Chris Lattner
2008-03-05
Remove the first layer of support for "portability" warnings. This is
Chris Lattner
2008-03-05
move this into the right file.
Chris Lattner
2008-03-04
TargetInfo objects now own the TargetInfoImpl objects they refer to.
Ted Kremenek
2008-02-27
A, q and Z are valid LLVM inline asm constraints.
Lauro Ramos Venancio
2008-02-26
Convert x86 target specific inline asm constraints to LLVM.
Lauro Ramos Venancio
2008-02-21
Added classes SolarisTargetInfo and
Gabor Greif
2008-02-18
Add more supported constraints.
Anders Carlsson
2008-01-20
Fix the __SIZE_TYPE__ definition on x86_32. This fixes the alloca.c (wget 1.1...
Lauro Ramos Venancio
2007-12-29
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2007-12-12
TargetInfo no longer includes a reference to SourceManager.
Ted Kremenek
2007-12-12
Moved construction of TargetInfo objects out of the Driver
Ted Kremenek