aboutsummaryrefslogtreecommitdiff
path: root/Basic/Targets.cpp
AgeCommit message (Expand)Author
2008-03-15Make a major restructuring of the clang tree: introduce a top-levelChris Lattner
2008-03-10Add support for the 'N' constraint.Anders Carlsson
2008-03-08eliminate the TargetInfoImpl stuff, simplifying the target implementations.Chris Lattner
2008-03-05remove the source location arguments to various target query methods.Chris Lattner
2008-03-05Remove the first layer of support for "portability" warnings. This is Chris Lattner
2008-03-05move this into the right file.Chris Lattner
2008-03-04TargetInfo objects now own the TargetInfoImpl objects they refer to.Ted Kremenek
2008-02-27A, q and Z are valid LLVM inline asm constraints.Lauro Ramos Venancio
2008-02-26Convert x86 target specific inline asm constraints to LLVM.Lauro Ramos Venancio
2008-02-21Added classes SolarisTargetInfo andGabor Greif
2008-02-18Add more supported constraints.Anders Carlsson
2008-01-20Fix the __SIZE_TYPE__ definition on x86_32. This fixes the alloca.c (wget 1.1...Lauro Ramos Venancio
2007-12-29Don't attribute in file headers anymore. See llvmdev for theChris Lattner
2007-12-12TargetInfo no longer includes a reference to SourceManager.Ted Kremenek
2007-12-12Moved construction of TargetInfo objects out of the DriverTed Kremenek