2009-01-19 |
Daniel Dunbar | ccc: Add missing file. |
commit | commitdiff | tree | snapshot |
2009-01-19 |
Daniel Dunbar | ccc: Add installation of ccc; based on patch from Mike... |
commit | commitdiff | tree | snapshot |
2009-01-19 |
Fariborz Jahanian | Patch to allow @dynamic synthesis of property in a... |
commit | commitdiff | tree | snapshot |
2009-01-19 |
Chris Lattner | rearrange SourceManager methods to group them by kind... |
commit | commitdiff | tree | snapshot |
2009-01-19 |
Chris Lattner | do not use SourceManager::getFileCharacteristic(FileID... |
commit | commitdiff | tree | snapshot |
2009-01-19 |
Chris Lattner | do not use SourceManager::getFileCharacteristic(FileID... |
commit | commitdiff | tree | snapshot |
2009-01-19 |
Chris Lattner | Rename SourceManager::getCanonicalFileID -> getFileID... |
commit | commitdiff | tree | snapshot |
2009-01-19 |
Ted Kremenek | Run destructors of MacroInfo objects to free memory... |
commit | commitdiff | tree | snapshot |
2009-01-19 |
Chris Lattner | remove the public SourceManager::getContentCacheForLoc... |
commit | commitdiff | tree | snapshot |
2009-01-19 |
Chris Lattner | remove the SourceManager:: and FullSourceLoc::getFileEn... |
commit | commitdiff | tree | snapshot |
2009-01-19 |
Chris Lattner | SourceManager::getBufferData(SourceLocation) is dead... |
commit | commitdiff | tree | snapshot |
2009-01-19 |
Chris Lattner | some minor cleanups to SourceManager, and eliminate the |
commit | commitdiff | tree | snapshot |
2009-01-19 |
Chris Lattner | privatize getChunkID/getMacroID, and move operator... |
commit | commitdiff | tree | snapshot |
2009-01-19 |
Chris Lattner | Make some enums in SourceLocation private, remove a... |
commit | commitdiff | tree | snapshot |
2009-01-19 |
Chris Lattner | make a bunch of more SourceLocation methods private. |
commit | commitdiff | tree | snapshot |
2009-01-19 |
Chris Lattner | Make SourceLocation::getFileLoc private to reduce the... |
commit | commitdiff | tree | snapshot |
2009-01-19 |
Douglas Gregor | Fix a typo |
commit | commitdiff | tree | snapshot |
2009-01-19 |
Sebastian Redl | Convert more expression actions to smart pointers. |
commit | commitdiff | tree | snapshot |
2009-01-18 |
Daniel Dunbar | ccc: Bug fix, pch generation should not try to output... |
commit | commitdiff | tree | snapshot |
2009-01-18 |
Chris Lattner | fix rdar://6505352 - Bogus warning with -WUndef, a... |
commit | commitdiff | tree | snapshot |
2009-01-18 |
Nuno Lopes | fix deallocation of FunctionDecl::ParamInfo |
commit | commitdiff | tree | snapshot |
2009-01-18 |
Sebastian Redl | Convert a few expression actions to smart pointers. |
commit | commitdiff | tree | snapshot |
2009-01-18 |
Sebastian Redl | Rename move_convert to move_arg and move_res. The new... |
commit | commitdiff | tree | snapshot |
2009-01-18 |
Sebastian Redl | Convert ObjC statement actions to smart pointers. |
commit | commitdiff | tree | snapshot |
2009-01-18 |
Sebastian Redl | Convert asm statement action to smart pointers. |
commit | commitdiff | tree | snapshot |
2009-01-18 |
Sebastian Redl | Convert more statement actions to smart pointers. |
commit | commitdiff | tree | snapshot |
2009-01-18 |
Chris Lattner | Switch MinimalAction from new/delete'ing its TypeNameIn... |
commit | commitdiff | tree | snapshot |
2009-01-18 |
Nate Begeman | Vector codegen improvements |
commit | commitdiff | tree | snapshot |
2009-01-18 |
Nate Begeman | Support evaluation of vector constant expressions,... |
commit | commitdiff | tree | snapshot |
2009-01-18 |
Chris Lattner | rearrange GetIdentifierInfo so that the fast path can... |
commit | commitdiff | tree | snapshot |
2009-01-18 |
Anders Carlsson | Fix a tyop |
commit | commitdiff | tree | snapshot |
2009-01-18 |
Anders Carlsson | Make CCC_ECHO output to stderr |
commit | commitdiff | tree | snapshot |
2009-01-18 |
Chris Lattner | Avoid malloc thrashing on the std::vector for Condition... |
commit | commitdiff | tree | snapshot |
2009-01-18 |
Chris Lattner | rename some variables, only set a tokens identifierinfo... |
commit | commitdiff | tree | snapshot |
2009-01-18 |
Nate Begeman | Eliminate tabs |
commit | commitdiff | tree | snapshot |
2009-01-18 |
Anders Carlsson | Fix a runtime error I saw |
commit | commitdiff | tree | snapshot |
2009-01-18 |
Chris Lattner | On i386 and x86-64, just do unaligned loads |
commit | commitdiff | tree | snapshot |
2009-01-18 |
Anders Carlsson | Handle the 'X' constraint. Fixes <rdar://problem/6504897>. |
commit | commitdiff | tree | snapshot |
2009-01-18 |
Chris Lattner | switch PTHLexer to use Read32 and friends instead of... |
commit | commitdiff | tree | snapshot |
2009-01-18 |
Anders Carlsson | CG support for inline asm constraints with symbolic... |
commit | commitdiff | tree | snapshot |
2009-01-18 |
Nate Begeman | A couple more vector component access fixes. |
commit | commitdiff | tree | snapshot |
2009-01-18 |
Chris Lattner | switch PTH lexer from using "const char*"s to "const... |
commit | commitdiff | tree | snapshot |
2009-01-18 |
Anders Carlsson | Add sema support for symbolic names in inline asm state... |
commit | commitdiff | tree | snapshot |
2009-01-18 |
Nate Begeman | Update support for vector component access on ExtVectors. |
commit | commitdiff | tree | snapshot |
2009-01-18 |
Nate Begeman | Fit in 80 cols |
commit | commitdiff | tree | snapshot |
2009-01-18 |
Nate Begeman | Add support for vectors to APValue. Vector constant... |
commit | commitdiff | tree | snapshot |
2009-01-18 |
Nate Begeman | Remove outdated diagnostic. Tests are coming. |
commit | commitdiff | tree | snapshot |
2009-01-18 |
Anders Carlsson | Set tab width to 2 characters for all files in lib... |
commit | commitdiff | tree | snapshot |
2009-01-17 |
Nate Begeman | Allow targets to override IntMaxTWidth |
commit | commitdiff | tree | snapshot |
2009-01-17 |
Anders Carlsson | Change TargetInfo::validateInputConstraint to take... |
commit | commitdiff | tree | snapshot |
2009-01-17 |
Fariborz Jahanian | Diagnose that property name cannot be a bitfield |
commit | commitdiff | tree | snapshot |
2009-01-17 |
Fariborz Jahanian | Diagnose when method parameter is an object. |
commit | commitdiff | tree | snapshot |
2009-01-17 |
Fariborz Jahanian | Patch to re-implement ivar-list meta-data generation... |
commit | commitdiff | tree | snapshot |
2009-01-17 |
Chris Lattner | Rename SourceLocation::getFileID to getChunkID, because... |
commit | commitdiff | tree | snapshot |
2009-01-17 |
Chris Lattner | simplify some lookups. |
commit | commitdiff | tree | snapshot |
2009-01-17 |
Chris Lattner | Change the Lexer ctor used to lex _Pragma directives... |
commit | commitdiff | tree | snapshot |
2009-01-17 |
Chris Lattner | simplify PTHManager::CreateLexer |
commit | commitdiff | tree | snapshot |
2009-01-17 |
Chris Lattner | Change the Lexer ctor used in the non _Pragma case... |
commit | commitdiff | tree | snapshot |
2009-01-17 |
Chris Lattner | in Preprocessor::AdvanceToTokenCharacter, don't actuall... |
commit | commitdiff | tree | snapshot |
2009-01-17 |
Chris Lattner | More simplifications to the lexer ctors. |
commit | commitdiff | tree | snapshot |
2009-01-17 |
Chris Lattner | make the verbose raw-lexer ctor fully explicit instead... |
commit | commitdiff | tree | snapshot |
2009-01-17 |
Chris Lattner | use simplified Lexer ctor. |
commit | commitdiff | tree | snapshot |
2009-01-17 |
Chris Lattner | add a simplified lexer ctor that sets up the lexer... |
commit | commitdiff | tree | snapshot |
2009-01-17 |
Chris Lattner | refactor some common initialization code out of the... |
commit | commitdiff | tree | snapshot |
2009-01-17 |
Ted Kremenek | Update checker build. |
commit | commitdiff | tree | snapshot |
2009-01-17 |
Chris Lattner | suck the call to "getSpellingLoc" that all clients... |
commit | commitdiff | tree | snapshot |
2009-01-17 |
Chris Lattner | this massive patch introduces a simple new abstraction... |
commit | commitdiff | tree | snapshot |
2009-01-17 |
Chris Lattner | make "ContentCache::Buffer" mutable to avoid a const_cast. |
commit | commitdiff | tree | snapshot |
2009-01-17 |
Chris Lattner | no need to check this: content cache is already 1-1... |
commit | commitdiff | tree | snapshot |
2009-01-17 |
Chris Lattner | Instead of iterating over FileID's, have PTH generation... |
commit | commitdiff | tree | snapshot |
2009-01-17 |
Chris Lattner | remove an irrelevant idea |
commit | commitdiff | tree | snapshot |
2009-01-17 |
Douglas Gregor | Warn about typedefs of enums without any declarator... |
commit | commitdiff | tree | snapshot |
2009-01-17 |
Daniel Dunbar | ccc: Support running piped jobs (-pipe now works). |
commit | commitdiff | tree | snapshot |
2009-01-17 |
Ted Kremenek | Fix analyzer crash found when scanning Wine sources... |
commit | commitdiff | tree | snapshot |
2009-01-17 |
Douglas Gregor | PODify LookupResult, for a measly 1% speedup on Cocoa.h. |
commit | commitdiff | tree | snapshot |
2009-01-17 |
Douglas Gregor | Add -fnext-runtime to Objective-C properties testcase |
commit | commitdiff | tree | snapshot |
2009-01-17 |
Daniel Dunbar | ccc: Don't be pedantically compatible with -Z options... |
commit | commitdiff | tree | snapshot |
2009-01-17 |
Daniel Dunbar | Return success indicator from CmpDriver. |
commit | commitdiff | tree | snapshot |
2009-01-17 |
Nuno Lopes | add support for usage of cast to union thing with stati... |
commit | commitdiff | tree | snapshot |
2009-01-17 |
Douglas Gregor | Teach DeclContext how to find the primary declaration... |
commit | commitdiff | tree | snapshot |
2009-01-17 |
Fariborz Jahanian | Catch a foreach parse error. |
commit | commitdiff | tree | snapshot |
2009-01-16 |
Sebastian Redl | Convert some more statement actions to smart pointers. |
commit | commitdiff | tree | snapshot |
2009-01-16 |
Ted Kremenek | Updated checker build. |
commit | commitdiff | tree | snapshot |
2009-01-16 |
Daniel Dunbar | ccc: Clean up (user level) error handling. |
commit | commitdiff | tree | snapshot |
2009-01-16 |
Chris Lattner | eliminate FullSourceLoc::getLocation() now that FullSou... |
commit | commitdiff | tree | snapshot |
2009-01-16 |
Chris Lattner | Make FullSourceLoc derive from SourceLocation instead of |
commit | commitdiff | tree | snapshot |
2009-01-16 |
Chris Lattner | elimiante FullSourceLoc::getCanonicalFileID |
commit | commitdiff | tree | snapshot |
2009-01-16 |
Chris Lattner | remove FullSourceLoc::isFileID |
commit | commitdiff | tree | snapshot |
2009-01-16 |
Chris Lattner | an instantiation loc is always a file loc. |
commit | commitdiff | tree | snapshot |
2009-01-16 |
Chris Lattner | Fix PR2477 - clang misparses "//*" in C89 mode |
commit | commitdiff | tree | snapshot |
2009-01-16 |
Chris Lattner | Make sure to escape " when it occurs in a string in... |
commit | commitdiff | tree | snapshot |
2009-01-16 |
Daniel Dunbar | ccc: Fix thinko, add gross but effective test of transl... |
commit | commitdiff | tree | snapshot |
2009-01-16 |
Daniel Dunbar | ccc: Darwin/X86: gcc compatibility, only add |
commit | commitdiff | tree | snapshot |
2009-01-16 |
Fariborz Jahanian | Don't ICE (issue diagnostics) when receiver is a non... |
commit | commitdiff | tree | snapshot |
2009-01-16 |
Daniel Dunbar | ccc: Darwin/X86: Implement remainder of (non -Z...... |
commit | commitdiff | tree | snapshot |
2009-01-16 |
Fariborz Jahanian | Don't ICE on user redeclaration of objc's built-in... |
commit | commitdiff | tree | snapshot |
2009-01-16 |
Chris Lattner | As a performance optimization, don't bother calling... |
commit | commitdiff | tree | snapshot |
2009-01-16 |
Chris Lattner | silence release-assert warning. |
commit | commitdiff | tree | snapshot |
2009-01-16 |
Douglas Gregor | Fix <rdar://problem/6502934>. We were creating an Impli... |
commit | commitdiff | tree | snapshot |
2009-01-16 |
Chris Lattner | Random note so I remember how to do this :) |
commit | commitdiff | tree | snapshot |
next |