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
/
TargetInfo.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-09
Handle the 'n' constraint
Anders Carlsson
2008-03-08
make float format handling more regular.
Chris Lattner
2008-03-08
simplify all the type info accessors in TargeTInfo to return scalars,
Chris Lattner
2008-03-08
eliminate the TargetInfoImpl stuff, simplifying the target implementations.
Chris Lattner
2008-03-08
eliminate ComputeWCharInfo.
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-02-26
Convert x86 target specific inline asm constraints to LLVM.
Lauro Ramos Venancio
2008-02-18
Add more supported constraints.
Anders Carlsson
2008-02-17
Change alignment for doubles to 32 bits which is what X86 has.
Anders Carlsson
2008-02-06
Even more inline asm codegen fixes.
Anders Carlsson
2008-02-05
Handle the memory clobber.
Anders Carlsson
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-11
Mega-patch: ripped SourceManager out of Diagnostic/DiagnosticClient. Now
Ted Kremenek
2007-12-08
Add getTargetPrefix to TargetInfo, to be used with target specific intrinsics.
Anders Carlsson
2007-12-03
Implemented initial support for "-triple" option to the clang driver. This
Ted Kremenek
2007-11-27
Add more semantic analysis for inline asm statements.
Anders Carlsson
2007-11-25
Check that the clobber registers are valid.
Anders Carlsson
2007-11-24
Add tables for GCC register names and aliases. This will be used for inline asm
Anders Carlsson
2007-10-13
Add __builtin_va_list definitions for x86_64 and ppc64.
Anders Carlsson
2007-10-06
speed up clang startup another 28% by avoiding std::vector<std::string>
Chris Lattner
2007-10-06
speed up clang startup time by about 23% by avoiding lots of
Chris Lattner
2007-09-22
work around bugs and missing features in apfloat.
Chris Lattner
2007-09-22
Use APFloat for the representation of FP immediates, ask the target
Chris Lattner
2007-07-22
Switch TargetInfo::getTargetDefines from using an std::map<std::string, ...> ...
Chris Lattner
2007-07-14
A significant refactoring of the type size stuff to also
Chris Lattner
2007-07-11
Stage two of getting CFE top correct.
Reid Spencer