aboutsummaryrefslogtreecommitdiff
path: root/Basic
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-10Add some missing #includes for GCC mainline, patch by Shantonu Sen!Chris 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-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-24In FileManager: use full paths to unique files and directories on Windows,Ted Kremenek
2008-02-21Added classes SolarisTargetInfo andGabor Greif
2008-02-19fix the second half of PR2041: __restrict is ok in c90 mode, even ifChris Lattner
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
2008-02-03Fix PR1966 by ignoring non-error diagnostics from system headers even if they...Chris Lattner
2008-02-03the macro start and macro end bits in source location are dead, remove them.Chris Lattner
2008-01-24Don't add an extra line to the end of the buffer, it doesn't really exist.Chris Lattner
2008-01-20Fix the __SIZE_TYPE__ definition on x86_32. This fixes the alloca.c (wget 1.1...Lauro Ramos Venancio
2008-01-11Fix misspelling of "existent".Ted Kremenek
2008-01-11Fixed 80-col violation.Ted Kremenek
2007-12-29remove attribution from makefiles.Chris Lattner
2007-12-29Don't attribute in file headers anymore. See llvmdev for theChris Lattner
2007-12-19Added storage of the FileID of the the main source file of a translation unitTed Kremenek
2007-12-18Refactored inode and device number into FileEntry, and changed theTed Kremenek
2007-12-18When serializing SourceManager, we now serialize out absolute pathsTed Kremenek
2007-12-18Added to FileEntry a pointer to the <dev_t,ino_t> pair for the file, andTed Kremenek
2007-12-13Add hack to SourceManager to support missing source files duringTed Kremenek
2007-12-13Fix file header.Chris 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
2007-12-11Modified the internals of Diagnostic and DiagnosticClient to useTed Kremenek
2007-12-11Mega-patch: ripped SourceManager out of Diagnostic/DiagnosticClient. NowTed Kremenek
2007-12-10Added newline to end of file.Ted Kremenek
2007-12-08Add getTargetPrefix to TargetInfo, to be used with target specific intrinsics.Anders Carlsson
2007-12-05Removed dependence on including iostream (use llvm/Support/Streams.h instead).Ted Kremenek
2007-12-05Implemented serialization of LangOptions.Ted Kremenek
2007-12-05Renamed SourceManager::Read to SourceManager::CreateAndRegister.Ted Kremenek
2007-12-05Implemented initial serialization support for SourceManager.Ted Kremenek
2007-12-04Removed serialization of FileEntry and DirectoryEntry. This objects willTed Kremenek
2007-12-04Implemented serialization of SrcMgr::ContentCache.Ted Kremenek
2007-12-04Implemented serialization of FileEntry and DirectoryEntry.Ted Kremenek
2007-12-03Implemented initial support for "-triple" option to the clang driver. ThisTed Kremenek
2007-12-02add support for custom client-specific diagnostics. As a testcase, make the Chris Lattner