aboutsummaryrefslogtreecommitdiff
path: root/Driver/Targets.cpp
AgeCommit message (Expand)Author
2007-12-12Moved construction of TargetInfo objects out of the DriverTed Kremenek
2007-12-11Mega-patch: ripped SourceManager out of Diagnostic/DiagnosticClient. NowTed Kremenek
2007-12-11properly namespacify.Chris Lattner
2007-12-09Move target specific builtin IDs to TargetBuiltins.h so that they can be used...Anders Carlsson
2007-12-08Add getTargetPrefix to TargetInfo, to be used with target specific intrinsics.Anders Carlsson
2007-12-05Modified: CreateTargetInfo(). Now takes Diagnostic* instead of Diagnostic&.Ted Kremenek
2007-12-05I'm apparently the only sad lonely ppc user left :)Chris Lattner
2007-12-04Removed searching for "darwin" keyword in target triple. We don't really supportTed Kremenek
2007-12-03For target processing, on non-Darwin systems instead of using the host triple,Ted Kremenek
2007-12-03Implemented initial support for "-triple" option to the clang driver. ThisTed Kremenek
2007-11-27Add more semantic analysis for inline asm statements.Anders Carlsson
2007-11-25Forgot some X86 registersAnders Carlsson
2007-11-24Add tables for GCC register names and aliases. This will be used for inline asmAnders Carlsson
2007-10-17fix problems with test/sema/Cocoa.m etc on non-apple machines.Chris Lattner
2007-10-13Add __builtin_va_list definitions for x86_64 and ppc64.Anders Carlsson
2007-10-06speed up clang startup another 28% by avoiding std::vector<std::string> Chris Lattner
2007-07-15non-apple targets should be like i386, not the mythical, bogus, linux target.Chris Lattner
2007-07-14A significant refactoring of the type size stuff to also Chris Lattner
2007-07-11Stage two of getting CFE top correct.Reid Spencer