2009-01-20 |
Eli Friedman | Pixel font sizes are evil. |
commit | commitdiff | tree | snapshot |
2009-01-20 |
Eli Friedman | Slight cleanup, and fix for va_arg on architectures... |
commit | commitdiff | tree | snapshot |
2009-01-20 |
Eli Friedman | Do codegen correctly for va_start/end/copy on architect... |
commit | commitdiff | tree | snapshot |
2009-01-20 |
Douglas Gregor | Rename DeclContext::insert to DeclContext::makeDeclVisi... |
commit | commitdiff | tree | snapshot |
2009-01-20 |
Eli Friedman | Fix for PR3350: add special-casing for "references... |
commit | commitdiff | tree | snapshot |
2009-01-20 |
Daniel Dunbar | ccc: Darwin/x86: Teach compile tool how to build .pch... |
commit | commitdiff | tree | snapshot |
2009-01-20 |
Daniel Dunbar | ccc: PCH generation doesn't strip the path when generat... |
commit | commitdiff | tree | snapshot |
2009-01-20 |
Douglas Gregor | Remove the TopLevelDecls from TranslationUnit, since... |
commit | commitdiff | tree | snapshot |
2009-01-20 |
Douglas Gregor | Fix Decl::NextDeclInScope access issue |
commit | commitdiff | tree | snapshot |
2009-01-20 |
Daniel Dunbar | ccc: Recognize that -M and -MM only run preprocessor. |
commit | commitdiff | tree | snapshot |
2009-01-20 |
Daniel Dunbar | Make test independent of stdint.h |
commit | commitdiff | tree | snapshot |
2009-01-20 |
Douglas Gregor | Remove ScopedDecl, collapsing all of its functionality... |
commit | commitdiff | tree | snapshot |
2009-01-20 |
Daniel Dunbar | Update for new SourceLocation API. |
commit | commitdiff | tree | snapshot |
2009-01-20 |
Ted Kremenek | Dead stores checker: Fix <rdar://problem/6506065> by... |
commit | commitdiff | tree | snapshot |
2009-01-20 |
Daniel Dunbar | ccc: Darwin/x86: Add direct cpp support. |
commit | commitdiff | tree | snapshot |
2009-01-19 |
Ted Kremenek | PTH: Emitted tokens now consist of 12 bytes that are... |
commit | commitdiff | tree | snapshot |
2009-01-19 |
Steve Naroff | Make sure all types are allocated with 8-byte alignment. |
commit | commitdiff | tree | snapshot |
2009-01-19 |
Sebastian Redl | Convert more expression actions to smart pointers. |
commit | commitdiff | tree | snapshot |
2009-01-19 |
Sebastian Redl | Add missing test case for operator ! result type. |
commit | commitdiff | tree | snapshot |
2009-01-19 |
Ted Kremenek | Update Xcode project. |
commit | commitdiff | tree | snapshot |
2009-01-19 |
Ted Kremenek | Allocate Types using ASTContext's 'Allocator' object. |
commit | commitdiff | tree | snapshot |
2009-01-19 |
Fariborz Jahanian | Type of property and its ivar is more restrictive |
commit | commitdiff | tree | snapshot |
2009-01-19 |
Daniel Dunbar | Makefile isn't executable. |
commit | commitdiff | tree | snapshot |
2009-01-19 |
Douglas Gregor | Centralize error reporting of improper uses of incomple... |
commit | commitdiff | tree | snapshot |
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 |
next |