aboutsummaryrefslogtreecommitdiff
path: root/Basic/TargetInfo.cpp
AgeCommit message (Expand)Author
2008-03-15Make a major restructuring of the clang tree: introduce a top-levelChris Lattner
2008-03-09Handle the 'n' constraintAnders Carlsson
2008-03-08make float format handling more regular.Chris Lattner
2008-03-08simplify all the type info accessors in TargeTInfo to return scalars,Chris Lattner
2008-03-08eliminate the TargetInfoImpl stuff, simplifying the target implementations.Chris Lattner
2008-03-08eliminate ComputeWCharInfo.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-02-26Convert x86 target specific inline asm constraints to LLVM.Lauro Ramos Venancio
2008-02-18Add more supported constraints.Anders Carlsson
2008-02-17Change alignment for doubles to 32 bits which is what X86 has.Anders Carlsson
2008-02-06Even more inline asm codegen fixes.Anders Carlsson
2008-02-05Handle the memory clobber.Anders Carlsson
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-11Mega-patch: ripped SourceManager out of Diagnostic/DiagnosticClient. NowTed Kremenek
2007-12-08Add getTargetPrefix to TargetInfo, to be used with target specific intrinsics.Anders Carlsson
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-25Check that the clobber registers are valid.Anders Carlsson
2007-11-24Add tables for GCC register names and aliases. This will be used for inline asmAnders Carlsson
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-10-06speed up clang startup time by about 23% by avoiding lots of Chris Lattner
2007-09-22work around bugs and missing features in apfloat.Chris Lattner
2007-09-22Use APFloat for the representation of FP immediates, ask the targetChris Lattner
2007-07-22Switch TargetInfo::getTargetDefines from using an std::map<std::string, ...> ...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