index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Driver
/
Targets.cpp
Age
Commit message (
Expand
)
Author
2007-12-12
Moved construction of TargetInfo objects out of the Driver
Ted Kremenek
2007-12-11
Mega-patch: ripped SourceManager out of Diagnostic/DiagnosticClient. Now
Ted Kremenek
2007-12-11
properly namespacify.
Chris Lattner
2007-12-09
Move target specific builtin IDs to TargetBuiltins.h so that they can be used...
Anders Carlsson
2007-12-08
Add getTargetPrefix to TargetInfo, to be used with target specific intrinsics.
Anders Carlsson
2007-12-05
Modified: CreateTargetInfo(). Now takes Diagnostic* instead of Diagnostic&.
Ted Kremenek
2007-12-05
I'm apparently the only sad lonely ppc user left :)
Chris Lattner
2007-12-04
Removed searching for "darwin" keyword in target triple. We don't really support
Ted Kremenek
2007-12-03
For target processing, on non-Darwin systems instead of using the host triple,
Ted Kremenek
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
Forgot some X86 registers
Anders Carlsson
2007-11-24
Add tables for GCC register names and aliases. This will be used for inline asm
Anders Carlsson
2007-10-17
fix problems with test/sema/Cocoa.m etc on non-apple machines.
Chris Lattner
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-07-15
non-apple targets should be like i386, not the mythical, bogus, linux target.
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