summaryrefslogtreecommitdiff
path: root/Basic
Commit message (Expand)AuthorAgeFilesLines
* Make a major restructuring of the clang tree: introduce a top-levelChris Lattner2008-03-1510-2787/+0
* Add support for the 'N' constraint.Anders Carlsson2008-03-101-1/+3
* Add some missing #includes for GCC mainline, patch by Shantonu Sen!Chris Lattner2008-03-101-0/+1
* Handle the 'n' constraintAnders Carlsson2008-03-091-0/+1
* make float format handling more regular.Chris Lattner2008-03-081-16/+10
* simplify all the type info accessors in TargeTInfo to return scalars,Chris Lattner2008-03-081-14/+6
* eliminate the TargetInfoImpl stuff, simplifying the target implementations.Chris Lattner2008-03-082-85/+29
* eliminate ComputeWCharInfo.Chris Lattner2008-03-081-7/+8
* remove the source location arguments to various target query methods.Chris Lattner2008-03-052-54/+4
* Remove the first layer of support for "portability" warnings. This is Chris Lattner2008-03-053-262/+36
* move this into the right file.Chris Lattner2008-03-052-6/+6
* 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-262-1/+38
* In FileManager: use full paths to unique files and directories on Windows,Ted Kremenek2008-02-241-8/+106
* Added classes SolarisTargetInfo andGabor Greif2008-02-211-0/+67
* fix the second half of PR2041: __restrict is ok in c90 mode, even ifChris Lattner2008-02-191-2/+4
* Add more supported constraints.Anders Carlsson2008-02-182-0/+3
* Change alignment for doubles to 32 bits which is what X86 has.Anders Carlsson2008-02-171-1/+2
* Even more inline asm codegen fixes.Anders Carlsson2008-02-061-4/+9
* Handle the memory clobber.Anders Carlsson2008-02-051-0/+3
* Fix PR1966 by ignoring non-error diagnostics from system headers even if they...Chris Lattner2008-02-031-4/+10
* the macro start and macro end bits in source location are dead, remove them.Chris Lattner2008-02-031-2/+2
* Don't add an extra line to the end of the buffer, it doesn't really exist.Chris Lattner2008-01-241-1/+0
* Fix the __SIZE_TYPE__ definition on x86_32. This fixes the alloca.c (wget 1.1...Lauro Ramos Venancio2008-01-201-1/+2
* Fix misspelling of "existent".Ted Kremenek2008-01-111-21/+21
* Fixed 80-col violation.Ted Kremenek2008-01-111-2/+2
* remove attribution from makefiles.Chris Lattner2007-12-291-2/+2
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-299-18/+18
* Added storage of the FileID of the the main source file of a translation unitTed Kremenek2007-12-191-0/+4
* Refactored inode and device number into FileEntry, and changed theTed Kremenek2007-12-181-8/+5
* When serializing SourceManager, we now serialize out absolute pathsTed Kremenek2007-12-181-1/+13
* Added to FileEntry a pointer to the <dev_t,ino_t> pair for the file, andTed Kremenek2007-12-181-2/+8
* Add hack to SourceManager to support missing source files duringTed Kremenek2007-12-131-4/+8
* Fix file header.Chris Lattner2007-12-131-1/+1
* TargetInfo no longer includes a reference to SourceManager.Ted Kremenek2007-12-124-13/+54
* Moved construction of TargetInfo objects out of the DriverTed Kremenek2007-12-121-0/+731
* Modified the internals of Diagnostic and DiagnosticClient to useTed Kremenek2007-12-111-1/+1
* Mega-patch: ripped SourceManager out of Diagnostic/DiagnosticClient. NowTed Kremenek2007-12-112-3/+4
* Added newline to end of file.Ted Kremenek2007-12-101-1/+1
* Add getTargetPrefix to TargetInfo, to be used with target specific intrinsics.Anders Carlsson2007-12-081-0/+7
* Removed dependence on including iostream (use llvm/Support/Streams.h instead).Ted Kremenek2007-12-051-9/+9
* Implemented serialization of LangOptions.Ted Kremenek2007-12-051-0/+58
* Renamed SourceManager::Read to SourceManager::CreateAndRegister.Ted Kremenek2007-12-051-7/+18
* Implemented initial serialization support for SourceManager.Ted Kremenek2007-12-051-36/+118
* Removed serialization of FileEntry and DirectoryEntry. This objects willTed Kremenek2007-12-041-32/+1
* Implemented serialization of SrcMgr::ContentCache.Ted Kremenek2007-12-041-0/+54
* Implemented serialization of FileEntry and DirectoryEntry.Ted Kremenek2007-12-041-0/+33
* Implemented initial support for "-triple" option to the clang driver. ThisTed Kremenek2007-12-031-0/+4
* add support for custom client-specific diagnostics. As a testcase, make the Chris Lattner2007-12-021-5/+75