]> granicus.if.org Git - clang/history - Basic
add a fixme.
[clang] / Basic /
2008-02-19 Chris Lattnerfix the second half of PR2041: __restrict is ok in...
2008-02-18 Anders CarlssonAdd more supported constraints.
2008-02-17 Anders CarlssonChange alignment for doubles to 32 bits which is what...
2008-02-06 Anders CarlssonEven more inline asm codegen fixes.
2008-02-05 Anders CarlssonHandle the memory clobber.
2008-02-03 Chris LattnerFix PR1966 by ignoring non-error diagnostics from syste...
2008-02-03 Chris Lattnerthe macro start and macro end bits in source location...
2008-01-24 Chris LattnerDon't add an extra line to the end of the buffer, it...
2008-01-20 Lauro Ramos VenancioFix the __SIZE_TYPE__ definition on x86_32. This fixes...
2008-01-11 Ted KremenekFix misspelling of "existent".
2008-01-11 Ted KremenekFixed 80-col violation.
2007-12-29 Chris Lattnerremove attribution from makefiles.
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
2007-12-19 Ted KremenekAdded storage of the FileID of the the main source...
2007-12-18 Ted KremenekRefactored inode and device number into FileEntry,...
2007-12-18 Ted KremenekWhen serializing SourceManager, we now serialize out...
2007-12-18 Ted KremenekAdded to FileEntry a pointer to the <dev_t,ino_t> pair...
2007-12-13 Ted KremenekAdd hack to SourceManager to support missing source...
2007-12-13 Chris LattnerFix file header.
2007-12-12 Ted KremenekTargetInfo no longer includes a reference to SourceManager.
2007-12-12 Ted KremenekMoved construction of TargetInfo objects out of the...
2007-12-11 Ted KremenekModified the internals of Diagnostic and DiagnosticClie...
2007-12-11 Ted KremenekMega-patch: ripped SourceManager out of Diagnostic...
2007-12-10 Ted KremenekAdded newline to end of file.
2007-12-08 Anders CarlssonAdd getTargetPrefix to TargetInfo, to be used with...
2007-12-05 Ted KremenekRemoved dependence on including iostream (use llvm...
2007-12-05 Ted KremenekImplemented serialization of LangOptions.
2007-12-05 Ted KremenekRenamed SourceManager::Read to SourceManager::CreateAnd...
2007-12-05 Ted KremenekImplemented initial serialization support for SourceMan...
2007-12-04 Ted KremenekRemoved serialization of FileEntry and DirectoryEntry...
2007-12-04 Ted KremenekImplemented serialization of SrcMgr::ContentCache.
2007-12-04 Ted KremenekImplemented serialization of FileEntry and DirectoryEntry.
2007-12-03 Ted KremenekImplemented initial support for "-triple" option to...
2007-12-02 Chris Lattneradd support for custom client-specific diagnostics...
2007-12-01 Ted KremenekFixed bug in the serialization of SelectorTable where...
2007-11-30 Chris Lattnerstart partitioning the diagnostics into two classes...
2007-11-30 Ted KremenekImplemented serialization of SelectorTable and Selectors.
2007-11-27 Anders CarlssonAdd more semantic analysis for inline asm statements.
2007-11-25 Anders CarlssonCheck that the clobber registers are valid.
2007-11-24 Anders CarlssonAdd tables for GCC register names and aliases. This...
2007-11-15 Nate BegemanBreak out bool/true/false support into a LangOption
2007-11-13 Ted KremenekRenamed all serialization "Materialize" methods to...
2007-11-10 Ted KremenekChanged the serialization of IdentifierTable to only...
2007-11-09 Chris Lattnerrename getInstantiationLoc to match the scheme of isPhy...
2007-11-09 Chris Lattnerchange source location to have two bits for macros...
2007-11-09 Ted KremenekChanged method call to reflect updated serialization...
2007-11-08 Ted KremenekRewrote serialization of IdentifierInfo and IdentifierT...
2007-11-05 Ted KremenekAdded registration to deserialization engine of Identif...
2007-11-01 Ted KremenekSimplified Serialization code for SourceLocation and...
2007-10-31 Ted KremenekUpdated a comment to hopefully silence a Lattner warning.
2007-10-30 Ted KremenekUpdated some comments.
2007-10-30 Ted KremenekRemoved SrcMgr::FileInfo and SrcMgr::InfoRec and replac...
2007-10-25 Ted KremenekImplemented serialization of SourceLocation and SourceR...
2007-10-24 Ted KremenekModified current clients of Bitcode-Object serializatio...
2007-10-23 Ted KremenekImplemented serialization for IdentifierInfo and Identi...
2007-10-16 Anton KorobeynikovUnbreak mingw32. Maybe there should be something like...
2007-10-13 Anders CarlssonAdd __builtin_va_list definitions for x86_64 and ppc64.
2007-10-11 Chris LattnerPush the rewriting APIs along. Build a trivial client...
2007-10-10 Chris Lattneravoid accessing off the end of identifiers.
2007-10-07 Chris Lattnermove IdentifierTable.h from liblex to libbasic.
2007-10-06 Chris Lattnerspeed up clang startup another 28% by avoiding std...
2007-10-06 Chris Lattnerspeed up clang startup time by about 23% by avoiding...
2007-09-22 Chris Lattnerwork around bugs and missing features in apfloat.
2007-09-22 Chris LattnerUse APFloat for the representation of FP immediates...
2007-09-12 Hartmut KaiserRemoved clang solution file for VC++, which didn't...
2007-09-06 Chris Lattnerremove the FATAL classifier.
2007-09-03 Chris LattnerVC++ doesn't define S_ISDIR
2007-09-03 Chris LattnerAdd #ifdefs to make the source portable to windows...
2007-08-30 Chris Lattnerconstify a method.
2007-08-02 Chris LattnerFix a bug in my previous commit
2007-08-02 Chris LattnerIncrease the macro id cache to look up several recent...
2007-07-24 Chris LattnerUse a smallstring instead of an std::string in FileChan...
2007-07-24 Chris Lattnercheck in an experiment that didn't work out, to allow...
2007-07-24 Chris LattnerAdd a cache to SourceManager to accellerate line #...
2007-07-22 Chris LattnerSwitch TargetInfo::getTargetDefines from using an std...
2007-07-21 Chris LattnerAdd support for reusing macroid's with negative physica...
2007-07-20 Chris Lattnerremove some old cruft
2007-07-20 Chris Lattnerimprove comments, implement a trivial single-entry...
2007-07-20 Chris LattnerReimplement SourceLocation. Instead of having a
2007-07-16 Chris LattnerMake octal constant lexing use AdvanceToTokenCharacter...
2007-07-15 Chris LattnerChange SourceManager::getInstantiationLoc to take virtu...
2007-07-14 Chris LattnerA significant refactoring of the type size stuff to...
2007-07-12 Gabor Greifadd missing header
2007-07-11 Reid SpencerStage two of getting CFE top correct.