Age | Commit message (Expand) | Author |
2009-01-29 | next round of diagnostics cleanups, moving some | Chris Lattner |
2009-01-29 | Fix -Wimplicit-function-declaration, which required some refactoring and | Chris Lattner |
2009-01-28 | Add method FullSourceLoc::getBufferData(). | Ted Kremenek |
2009-01-28 | long long and double have 64-bit alignment on x86-64. | Chris Lattner |
2009-01-28 | On Windows use a BumpPtrAllocator for the UniqueFileContainer's StringMap. | Ted Kremenek |
2009-01-28 | FileManager: Use a BumpPtrAllocator for the StringMaps DirEntries and FileEnt... | Ted Kremenek |
2009-01-28 | Add a some comments to designate Windows-specific/Unix-specific code. No fun... | Ted Kremenek |
2009-01-27 | If an input constraint refers to an output constraint, it should have the sam... | Anders Carlsson |
2009-01-27 | Split the single monolithic DiagnosticKinds.def file into one | Chris Lattner |
2009-01-27 | Introduce a new PresumedLoc class to represent the concept of a location | Chris Lattner |
2009-01-27 | make -print-stats print stats about the amount of the SLoc | Chris Lattner |
2009-01-27 | add SparcV8 asm register info support. Patch by Ben Lickly! | Chris Lattner |
2009-01-26 | now that everything properly handles multiply instantiated | Chris Lattner |
2009-01-26 | make getInstantiationLoc and getSpellingLoc handle multiply instantiated | Chris Lattner |
2009-01-26 | fix a negated conditional in getDecomposedInstantiationLocSlowCase, | Chris Lattner |
2009-01-26 | start plumbing together the line table information. So far we just | Chris Lattner |
2009-01-26 | Lazily paging in file contents is a big win for PTH, strip out the old | Chris Lattner |
2009-01-26 | Check in the long promised SourceLocation rewrite. This lays the | Chris Lattner |
2009-01-24 | Handle the 'e' constraint. Fixes PR3385 | Anders Carlsson |
2009-01-23 | Added virtual method DiagnosticClient::IncludeInDiagnosticCounts(). This is ... | Ted Kremenek |
2009-01-21 | Add a bit to IdentifierInfo that acts as a simple predicate which | Chris Lattner |
2009-01-20 | Fix: <rdar://problem/6510344> [pth] PTH slows down regular lexer considerably... | Ted Kremenek |
2009-01-19 | Rename SourceManager::getCanonicalFileID -> getFileID. There is | Chris Lattner |
2009-01-19 | remove the public SourceManager::getContentCacheForLoc method. | Chris Lattner |
2009-01-19 | remove the SourceManager:: and FullSourceLoc::getFileEntryForLoc methods. | Chris Lattner |
2009-01-19 | SourceManager::getBufferData(SourceLocation) is dead, delete it. | Chris Lattner |
2009-01-19 | some minor cleanups to SourceManager, and eliminate the | Chris Lattner |
2009-01-18 | Handle the 'X' constraint. Fixes <rdar://problem/6504897>. | Anders Carlsson |
2009-01-18 | Add sema support for symbolic names in inline asm statements. | Anders Carlsson |
2009-01-18 | Fit in 80 cols | Nate Begeman |
2009-01-17 | Allow targets to override IntMaxTWidth | Nate Begeman |
2009-01-17 | Change TargetInfo::validateInputConstraint to take begin/end name iterators i... | Anders Carlsson |
2009-01-17 | Rename SourceLocation::getFileID to getChunkID, because it returns | Chris Lattner |
2009-01-17 | this massive patch introduces a simple new abstraction: it makes | Chris Lattner |
2009-01-17 | make "ContentCache::Buffer" mutable to avoid a const_cast. | Chris Lattner |
2009-01-16 | Make FullSourceLoc derive from SourceLocation instead of | Chris Lattner |
2009-01-16 | elimiante FullSourceLoc::getCanonicalFileID | Chris Lattner |
2009-01-16 | remove FullSourceLoc::isFileID | Chris Lattner |
2009-01-16 | more SourceLocation lexicon change: instead of referring to the | Chris Lattner |
2009-01-16 | rename "virtual location" of a macro to "instantiation location". | Chris Lattner |
2009-01-16 | Change some terminology in SourceLocation: instead of referring to | Chris Lattner |
2009-01-15 | IdentifierInfo: | Ted Kremenek |
2009-01-12 | Make sure to initialize the ConstraintInfo to 0 | Anders Carlsson |
2009-01-06 | SourceManager: Implement "lazy" creation of MemBuffers for source files. | Ted Kremenek |
2009-01-06 | Misc changes to SourceManager::ContentCache: | Ted Kremenek |
2008-12-04 | instead of forcing blocks on by default, make them default to off, but let | Chris Lattner |
2008-12-04 | replace useNeXTRuntimeAsDefault with a generic hook that allows targets | Chris Lattner |
2008-11-27 | Fix order of evaluation. | Sebastian Redl |
2008-11-24 | Rename Selector::getName() to Selector::getAsString(), and add | Chris Lattner |
2008-11-23 | Convert IdentifierInfo's to be printed the same as DeclarationNames | Chris Lattner |