summaryrefslogtreecommitdiffstats
path: root/clang/Basic/Targets.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make a major restructuring of the clang tree: introduce a top-levelChris Lattner2008-03-151-757/+0
* Add support for the 'N' constraint.Anders Carlsson2008-03-101-1/+3
* eliminate the TargetInfoImpl stuff, simplifying the target implementations.Chris Lattner2008-03-081-13/+13
* remove the source location arguments to various target query methods.Chris Lattner2008-03-051-47/+0
* Remove the first layer of support for "portability" warnings. This is Chris Lattner2008-03-051-45/+18
* move this into the right file.Chris Lattner2008-03-051-6/+0
* TargetInfo objects now own the TargetInfoImpl objects they refer to.Ted Kremenek2008-03-041-0/+7
* A, q and Z are valid LLVM inline asm constraints.Lauro Ramos Venancio2008-02-271-5/+0
* Convert x86 target specific inline asm constraints to LLVM.Lauro Ramos Venancio2008-02-261-1/+34
* Added classes SolarisTargetInfo andGabor Greif2008-02-211-0/+67
* Add more supported constraints.Anders Carlsson2008-02-181-0/+2
* Fix the __SIZE_TYPE__ definition on x86_32. This fixes the alloca.c (wget 1.1...Lauro Ramos Venancio2008-01-201-1/+2
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-291-2/+2
* TargetInfo no longer includes a reference to SourceManager.Ted Kremenek2007-12-121-3/+2
* Moved construction of TargetInfo objects out of the DriverTed Kremenek2007-12-121-0/+731
OpenPOWER on IntegriCloud