summaryrefslogtreecommitdiffstats
path: root/clang/Driver/Targets.cpp
Commit message (Expand)AuthorAgeFilesLines
* Moved construction of TargetInfo objects out of the DriverTed Kremenek2007-12-121-733/+0
* Mega-patch: ripped SourceManager out of Diagnostic/DiagnosticClient. NowTed Kremenek2007-12-111-2/+3
* properly namespacify.Chris Lattner2007-12-111-1/+2
* Move target specific builtin IDs to TargetBuiltins.h so that they can be used...Anders Carlsson2007-12-091-16/+4
* Add getTargetPrefix to TargetInfo, to be used with target specific intrinsics.Anders Carlsson2007-12-081-0/+23
* Modified: CreateTargetInfo(). Now takes Diagnostic* instead of Diagnostic&.Ted Kremenek2007-12-051-2/+2
* I'm apparently the only sad lonely ppc user left :)Chris Lattner2007-12-051-2/+2
* Removed searching for "darwin" keyword in target triple. We don't really supportTed Kremenek2007-12-041-15/+13
* For target processing, on non-Darwin systems instead of using the host triple,Ted Kremenek2007-12-031-14/+17
* Implemented initial support for "-triple" option to the clang driver. ThisTed Kremenek2007-12-031-50/+50
* Add more semantic analysis for inline asm statements.Anders Carlsson2007-11-271-1/+76
* Forgot some X86 registersAnders Carlsson2007-11-251-0/+1
* Add tables for GCC register names and aliases. This will be used for inline asmAnders Carlsson2007-11-241-2/+146
* fix problems with test/sema/Cocoa.m etc on non-apple machines.Chris Lattner2007-10-171-0/+4
* Add __builtin_va_list definitions for x86_64 and ppc64.Anders Carlsson2007-10-131-0/+42
* speed up clang startup another 28% by avoiding std::vector<std::string> Chris Lattner2007-10-061-173/+182
* non-apple targets should be like i386, not the mythical, bogus, linux target.Chris Lattner2007-07-151-2/+2
* A significant refactoring of the type size stuff to also Chris Lattner2007-07-141-0/+1
* Finally bite the bullet and make the major change: split the clang namespaceChris Lattner2007-06-151-4/+3
* wchar_t width is now expressed in terms of bits for uniformity.Chris Lattner2007-04-051-1/+1
* Add support for target-specific builtins, including detecting nonportabilityChris Lattner2007-01-291-0/+62
* Sink target-specific #define info into the target descriptions. Add x86-32/6...Chris Lattner2006-10-151-2/+207
* Implement TargetInfo hooks for #definesChris Lattner2006-10-141-8/+40
* Write up TargetInfo so that use of wchar_t strings results in a warning ifChris Lattner2006-10-141-0/+2
* Add Targets.cpp, which implements the -arch command line option in terms ofChris Lattner2006-10-141-0/+143
OpenPOWER on IntegriCloud