| Age | Commit message (Expand) | Author |
| 2008-03-15 | Make a major restructuring of the clang tree: introduce a top-level | Chris Lattner |
| 2008-03-14 | Make the preprocessor own its PPCallbacks, fixing a memory leak. | Chris Lattner |
| 2008-03-10 | Add some missing #includes for GCC mainline, patch by Shantonu Sen! | Chris Lattner |
| 2008-03-10 | add comments about some simple optimizations that may become | Chris Lattner |
| 2008-03-10 | implement simple support for arbitrary token lookahead. Change the | Chris Lattner |
| 2008-03-09 | improve comment. | Chris Lattner |
| 2008-03-09 | move PP::LookupFile from PPLexerChange -> PPDirectives.cpp | Chris Lattner |
| 2008-03-09 | Move a bunch more code out of Preprocessor.cpp into PPLexerChange.cpp | Chris Lattner |
| 2008-03-09 | split macro expansion support out of Preprocessor.cpp into PPMacroExpansion.cpp | Chris Lattner |
| 2008-03-09 | rename HandleEndOfMacro -> HandleEndOfTokenLexer | Chris Lattner |
| 2008-03-09 | split the MacroArgs class out of TokenLexer.cpp/h into | Chris Lattner |
| 2008-03-09 | rename some MacroExpander-related ivars to TokenLexer. | Chris Lattner |
| 2008-03-09 | Rename MacroExpander.cpp/h -> TokenLexer.cpp/h | Chris Lattner |
| 2008-03-09 | rename the MacroExpander class to TokenLexer. It handles both | Chris Lattner |
| 2008-03-09 | rename MacroTokens -> Tokens. When this is a token stream, there is no macro | Chris Lattner |
| 2008-03-09 | split preprocesor directive handling out of Preprocessor.cpp into Directives.cpp | 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-02-25 | clarify comment, this is undefined behavior in any case, even if it only | Chris Lattner |
| 2008-02-25 | Revert an incorrect part of my previuos patch. | Lauro Ramos Venancio |
| 2008-02-25 | Fix PR2086. | Lauro Ramos Venancio |
| 2008-02-24 | Fix PR2090, a typo in digraph processing. | Chris Lattner |
| 2008-02-24 | Two more Windows-related fixes: | Ted Kremenek |
| 2008-02-16 | Fix CheckEndOfDirective to diagnose lines that contain macros that expand to | Chris Lattner |
| 2008-02-13 | Adjust for APInt's isPositive being renamed to isNonNegative. | Dan Gohman |
| 2008-02-11 | Move Microsoft __declspec hack from the parser to the preprocessor. Since we ... | Steve Naroff |
| 2008-02-10 | long is 32-bit is on win32. | Chris Lattner |
| 2008-02-07 | - Add support for fuzzy parsing line-oriented __asm's (yuck). | Steve Naroff |
| 2008-02-07 | Minor cleanup from yesterday's -fms-extension commit. Move __int* MS keywords... | Steve Naroff |
| 2008-02-07 | Implement support for the extremely atrocious MS /##/ extension, | Chris Lattner |
| 2008-02-07 | Implement -fms-extensions. This allows us to fuzzy parse non-standard MS cons... | Steve Naroff |
| 2008-02-01 | Fix PR1969. stdin has no FileEntry. | Chris Lattner |
| 2008-01-29 | Fix a bug where we would incorrectly emit a "cannot paste" error | Chris Lattner |
| 2008-01-25 | Change the location we return for the EOF token to actually be on the last | Chris Lattner |
| 2008-01-23 | add support for -Wundef. | Chris Lattner |
| 2008-01-22 | Fix PR1936, a crash on malformed #if. Thanks to Neil for | Chris Lattner |
| 2008-01-14 | Change uses of std::cerr/std::cout to llvm::Lcerr/llvm::cout, and remove | Ted Kremenek |
| 2008-01-07 | Fix a nasty corner case that Neil noticed in PR1900, where we would | Chris Lattner |
| 2008-01-07 | Fix typo | Nate Begeman |
| 2008-01-03 | simplify the lexer a bit, pulling stuff out of the default case. | Chris Lattner |
| 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-20 | Converted uses of scoped_ptr to OwningPtr. | Ted Kremenek |
| 2007-12-19 | Interned MainFileID within SourceManager. Since SourceManager is referenced by | Ted Kremenek |
| 2007-12-19 | Add support for #pragma mark, which shouldn't warn about bogus tokens. | Chris Lattner |
| 2007-12-17 | implement HeaderMap::LookupFile. I think headermaps are done now. All that is | Chris Lattner |
| 2007-12-17 | implement enough helper functions to successfully dump out the | Chris Lattner |
| 2007-12-17 | simplify some code, using new scoped_ptr support. Fix a bug in the | Chris Lattner |
| 2007-12-17 | Finish hooking up the scaffolding for headermaps. They can now do everything | Chris Lattner |
| 2007-12-17 | Start reading the headermap header, drop the 'errorstr' argument to | Chris Lattner |