Age | Commit message (Expand) | Author |
2008-03-15 | Make a major restructuring of the clang tree: introduce a top-level | Chris Lattner |
2008-03-10 | Add support for the 'N' constraint. | Anders Carlsson |
2008-03-10 | Add some missing #includes for GCC mainline, patch by Shantonu Sen! | Chris Lattner |
2008-03-09 | Handle the 'n' constraint | Anders Carlsson |
2008-03-08 | make float format handling more regular. | Chris Lattner |
2008-03-08 | simplify all the type info accessors in TargeTInfo to return scalars, | Chris Lattner |
2008-03-08 | eliminate the TargetInfoImpl stuff, simplifying the target implementations. | Chris Lattner |
2008-03-08 | eliminate ComputeWCharInfo. | Chris Lattner |
2008-03-05 | remove the source location arguments to various target query methods. | Chris Lattner |
2008-03-05 | Remove the first layer of support for "portability" warnings. This is | Chris Lattner |
2008-03-05 | move this into the right file. | Chris Lattner |
2008-03-04 | TargetInfo objects now own the TargetInfoImpl objects they refer to. | Ted Kremenek |
2008-02-27 | A, q and Z are valid LLVM inline asm constraints. | Lauro Ramos Venancio |
2008-02-26 | Convert x86 target specific inline asm constraints to LLVM. | Lauro Ramos Venancio |
2008-02-24 | In FileManager: use full paths to unique files and directories on Windows, | Ted Kremenek |
2008-02-21 | Added classes SolarisTargetInfo and | Gabor Greif |
2008-02-19 | fix the second half of PR2041: __restrict is ok in c90 mode, even if | Chris Lattner |
2008-02-18 | Add more supported constraints. | Anders Carlsson |
2008-02-17 | Change alignment for doubles to 32 bits which is what X86 has. | Anders Carlsson |
2008-02-06 | Even more inline asm codegen fixes. | Anders Carlsson |
2008-02-05 | Handle the memory clobber. | Anders Carlsson |
2008-02-03 | Fix PR1966 by ignoring non-error diagnostics from system headers even if they... | Chris Lattner |
2008-02-03 | the macro start and macro end bits in source location are dead, remove them. | Chris Lattner |
2008-01-24 | Don't add an extra line to the end of the buffer, it doesn't really exist. | Chris Lattner |
2008-01-20 | Fix the __SIZE_TYPE__ definition on x86_32. This fixes the alloca.c (wget 1.1... | Lauro Ramos Venancio |
2008-01-11 | Fix misspelling of "existent". | Ted Kremenek |
2008-01-11 | Fixed 80-col violation. | Ted Kremenek |
2007-12-29 | remove attribution from makefiles. | Chris Lattner |
2007-12-29 | Don't attribute in file headers anymore. See llvmdev for the | Chris Lattner |
2007-12-19 | Added storage of the FileID of the the main source file of a translation unit | Ted Kremenek |
2007-12-18 | Refactored inode and device number into FileEntry, and changed the | Ted Kremenek |
2007-12-18 | When serializing SourceManager, we now serialize out absolute paths | Ted Kremenek |
2007-12-18 | Added to FileEntry a pointer to the <dev_t,ino_t> pair for the file, and | Ted Kremenek |
2007-12-13 | Add hack to SourceManager to support missing source files during | Ted Kremenek |
2007-12-13 | Fix file header. | Chris Lattner |
2007-12-12 | TargetInfo no longer includes a reference to SourceManager. | Ted Kremenek |
2007-12-12 | Moved construction of TargetInfo objects out of the Driver | Ted Kremenek |
2007-12-11 | Modified the internals of Diagnostic and DiagnosticClient to use | Ted Kremenek |
2007-12-11 | Mega-patch: ripped SourceManager out of Diagnostic/DiagnosticClient. Now | Ted Kremenek |
2007-12-10 | Added newline to end of file. | Ted Kremenek |
2007-12-08 | Add getTargetPrefix to TargetInfo, to be used with target specific intrinsics. | Anders Carlsson |
2007-12-05 | Removed dependence on including iostream (use llvm/Support/Streams.h instead). | Ted Kremenek |
2007-12-05 | Implemented serialization of LangOptions. | Ted Kremenek |
2007-12-05 | Renamed SourceManager::Read to SourceManager::CreateAndRegister. | Ted Kremenek |
2007-12-05 | Implemented initial serialization support for SourceManager. | Ted Kremenek |
2007-12-04 | Removed serialization of FileEntry and DirectoryEntry. This objects will | Ted Kremenek |
2007-12-04 | Implemented serialization of SrcMgr::ContentCache. | Ted Kremenek |
2007-12-04 | Implemented serialization of FileEntry and DirectoryEntry. | Ted Kremenek |
2007-12-03 | Implemented initial support for "-triple" option to the clang driver. This | Ted Kremenek |
2007-12-02 | add support for custom client-specific diagnostics. As a testcase, make the | Chris Lattner |