2010-08-01 |
John McCall | Kill off RequiresGlobalConstructor in favor of isConsta... |
commit | commitdiff | tree | snapshot |
2010-08-01 |
John McCall | Make a first pass at implementing -Wglobal-constructors... |
commit | commitdiff | tree | snapshot |
2010-08-01 |
John McCall | Instantiate attributes from the pattern record when... |
commit | commitdiff | tree | snapshot |
2010-08-01 |
John McCall | Fix indentation. |
commit | commitdiff | tree | snapshot |
2010-08-01 |
John McCall | Don't consider all local variables in C++ to mandate... |
commit | commitdiff | tree | snapshot |
2010-08-01 |
John McCall | Only run the jump-checker if there's a branch-protected... |
commit | commitdiff | tree | snapshot |
2010-07-31 |
Nick Lewycky | Iterate typeloc's for class bases. |
commit | commitdiff | tree | snapshot |
2010-07-31 |
John McCall | Fix fragile-ABI ObjC exceptions in the presence of... |
commit | commitdiff | tree | snapshot |
2010-07-31 |
Daniel Dunbar | build: Don't pass -avoid-version or -no-undefined on... |
commit | commitdiff | tree | snapshot |
2010-07-31 |
Daniel Dunbar | Parser: Add support for #pragma align, which is just... |
commit | commitdiff | tree | snapshot |
2010-07-31 |
Ted Kremenek | After a lengthy design discussion, add support for... |
commit | commitdiff | tree | snapshot |
2010-07-31 |
Douglas Gregor | Implement dependency analysis for the precompiled pream... |
commit | commitdiff | tree | snapshot |
2010-07-30 |
Ted Kremenek | Update checker build. |
commit | commitdiff | tree | snapshot |
2010-07-30 |
Tom Care | Test case for PR7763. |
commit | commitdiff | tree | snapshot |
2010-07-30 |
Tom Care | Uncomment unfinished work bailout in IdempotentOperatio... |
commit | commitdiff | tree | snapshot |
2010-07-30 |
Douglas Gregor | Add some timers to ASTUnit that are only enabled when... |
commit | commitdiff | tree | snapshot |
2010-07-30 |
Sebastian Redl | Correctly deal with using names for both functions... |
commit | commitdiff | tree | snapshot |
2010-07-30 |
Peter Collingbourne | Add specialisation iterators for {Class,Function}Templa... |
commit | commitdiff | tree | snapshot |
2010-07-30 |
Peter Collingbourne | Refactor find*Specialization functions using SpecEntryT... |
commit | commitdiff | tree | snapshot |
2010-07-30 |
Peter Collingbourne | Introduce RedeclarableTemplateDecl::SpecEntryTraits |
commit | commitdiff | tree | snapshot |
2010-07-30 |
Sebastian Redl | Safely get a data pointer for vectors that might be... |
commit | commitdiff | tree | snapshot |
2010-07-30 |
Fariborz Jahanian | Tighten the rules when deciding if an ivar must be |
commit | commitdiff | tree | snapshot |
2010-07-30 |
Abramo Bagnara | Fixed typedef inside extern "C". |
commit | commitdiff | tree | snapshot |
2010-07-30 |
Daniel Dunbar | tests: Use env instead of assuming bash. |
commit | commitdiff | tree | snapshot |
2010-07-30 |
Ted Kremenek | Update checker build. |
commit | commitdiff | tree | snapshot |
2010-07-30 |
Argyrios Kyrtzidis | When we are deserializing the lexical decls of a DeclCo... |
commit | commitdiff | tree | snapshot |
2010-07-30 |
Argyrios Kyrtzidis | Refactor the way PCHReader tracks whether we are in... |
commit | commitdiff | tree | snapshot |
2010-07-30 |
John McCall | Improve error recovery when presented with an ill-forme... |
commit | commitdiff | tree | snapshot |
2010-07-30 |
John McCall | If a TST_typename has a null type, mark the declarator... |
commit | commitdiff | tree | snapshot |
2010-07-30 |
John McCall | Emit global destructors even if the destroyed object... |
commit | commitdiff | tree | snapshot |
2010-07-30 |
Chris Lattner | fix PR5179 and correctly fix PR5831 to not miscompile. |
commit | commitdiff | tree | snapshot |
2010-07-30 |
Daniel Dunbar | There is no reason for this test to invoke 'llc'. |
commit | commitdiff | tree | snapshot |
2010-07-30 |
Ted Kremenek | Add test case for crash reported in <rdar://problem... |
commit | commitdiff | tree | snapshot |
2010-07-30 |
Ted Kremenek | Don't print out ivars twice in Decl::print(). Fixes... |
commit | commitdiff | tree | snapshot |
2010-07-30 |
Sebastian Redl | Make macro weirdness in chained PCH work. This required... |
commit | commitdiff | tree | snapshot |
2010-07-30 |
Ted Kremenek | Add clang_isPODType() for querying if the CXType is... |
commit | commitdiff | tree | snapshot |
2010-07-29 |
Daniel Dunbar | Revert "Re-apply fixed version of 108749, correctly... |
commit | commitdiff | tree | snapshot |
2010-07-29 |
Daniel Dunbar | CMake: Clang test targets depend on the {FileCheck... |
commit | commitdiff | tree | snapshot |
2010-07-29 |
Nate Begeman | Wire up sema checking for __builtin_arm_usat and __buil... |
commit | commitdiff | tree | snapshot |
2010-07-29 |
Douglas Gregor | Teach isIncompleteType() to look through sugar when... |
commit | commitdiff | tree | snapshot |
2010-07-29 |
Chris Lattner | move the last hunk of getCoerceResult into the place |
commit | commitdiff | tree | snapshot |
2010-07-29 |
Chris Lattner | now that direct and coerce are merged, getCoerceResult... |
commit | commitdiff | tree | snapshot |
2010-07-29 |
Chris Lattner | now that GetSSETypeAtOffset handles passing SSE class... |
commit | commitdiff | tree | snapshot |
2010-07-29 |
Argyrios Kyrtzidis | Change the name to something less terrible; suggestion... |
commit | commitdiff | tree | snapshot |
2010-07-29 |
Argyrios Kyrtzidis | Weak references and variables that are not definitions... |
commit | commitdiff | tree | snapshot |
2010-07-29 |
Chris Lattner | Implement the clang-side of detection for when to pass as |
commit | commitdiff | tree | snapshot |
2010-07-29 |
Chris Lattner | Look at me, I can count! |
commit | commitdiff | tree | snapshot |
2010-07-29 |
Argyrios Kyrtzidis | Implement PCH support for offsetof(base-specifier). |
commit | commitdiff | tree | snapshot |
2010-07-29 |
Argyrios Kyrtzidis | Merge PCHWriterDecl.cpp's isRequiredDecl and CodeGenMod... |
commit | commitdiff | tree | snapshot |
2010-07-29 |
Chris Lattner | fix rdar://8251384, another case where we could access... |
commit | commitdiff | tree | snapshot |
2010-07-29 |
Nate Begeman | Add codegen support for ARM qadd & qsub intrinsics |
commit | commitdiff | tree | snapshot |
2010-07-29 |
Chris Lattner | start setting up infrastructure for passing multi-floats |
commit | commitdiff | tree | snapshot |
2010-07-29 |
Benjamin Kramer | Prepare for upcoming ownership change. |
commit | commitdiff | tree | snapshot |
2010-07-29 |
Chris Lattner | rename Get8ByteTypeAtOffset -> GetINTEGERTypeAtOffset to |
commit | commitdiff | tree | snapshot |
2010-07-29 |
Chris Lattner | handle a case where we could access off the end of... |
commit | commitdiff | tree | snapshot |
2010-07-29 |
Chris Lattner | in release mode, irbuilder doesn't add names to instruc... |
commit | commitdiff | tree | snapshot |
2010-07-29 |
Chris Lattner | fix PR7742 / rdar://8250764, a miscompilation of struct |
commit | commitdiff | tree | snapshot |
2010-07-29 |
Fariborz Jahanian | Tigthen the condition for issung ivar shadowing |
commit | commitdiff | tree | snapshot |
2010-07-29 |
Douglas Gregor | When dynamic_cast'ing from a type to itself, fill in... |
commit | commitdiff | tree | snapshot |
2010-07-29 |
Peter Collingbourne | Implement RedeclarableTemplateDecl::getNextRedeclaration |
commit | commitdiff | tree | snapshot |
2010-07-29 |
Peter Collingbourne | Store latest redeclaration for each redeclarable templa... |
commit | commitdiff | tree | snapshot |
2010-07-29 |
Peter Collingbourne | Refactor redeclarable template declarations |
commit | commitdiff | tree | snapshot |
2010-07-29 |
Douglas Gregor | When taking the address of a value of Objective-C objec... |
commit | commitdiff | tree | snapshot |
2010-07-29 |
Douglas Gregor | Allow a looser form of compatibility checking (which... |
commit | commitdiff | tree | snapshot |
2010-07-29 |
Douglas Gregor | When deleting a value of class type, make sure that... |
commit | commitdiff | tree | snapshot |
2010-07-29 |
Douglas Gregor | Reword the empty struct/union warning in C to note... |
commit | commitdiff | tree | snapshot |
2010-07-29 |
Chris Lattner | This is a little bit far, but optimize cases like: |
commit | commitdiff | tree | snapshot |
2010-07-29 |
Chris Lattner | implement a todo: pass a eight-byte that consists of a |
commit | commitdiff | tree | snapshot |
2010-07-29 |
Jordy Rose | Move new test (that requires RegionStore) into its... |
commit | commitdiff | tree | snapshot |
2010-07-29 |
Chris Lattner | fix a builder, why didn't clang++ catch this? |
commit | commitdiff | tree | snapshot |
2010-07-29 |
Jordy Rose | Use a LazyCompoundVal to handle initialization with... |
commit | commitdiff | tree | snapshot |
2010-07-29 |
Chris Lattner | Kill off the 'coerce' ABI passing form. Now 'direct... |
commit | commitdiff | tree | snapshot |
2010-07-29 |
Chris Lattner | ignore structs that wrap vectors in IR, the abstraction... |
commit | commitdiff | tree | snapshot |
2010-07-29 |
Chris Lattner | move the 'pretty 16-byte vector' inferring code up... |
commit | commitdiff | tree | snapshot |
2010-07-29 |
Chris Lattner | simplify code by eliminating a premature optimization. |
commit | commitdiff | tree | snapshot |
2010-07-29 |
Chris Lattner | now that we have CGT around, we can start using preferr... |
commit | commitdiff | tree | snapshot |
2010-07-29 |
Chris Lattner | sink preferred type stuff lower. It's possible that... |
commit | commitdiff | tree | snapshot |
2010-07-29 |
Daniel Dunbar | Transcribe clattner email to SVN. |
commit | commitdiff | tree | snapshot |
2010-07-29 |
Chris Lattner | dissolve some more complexity: make the x86-64 abi... |
commit | commitdiff | tree | snapshot |
2010-07-29 |
Daniel Dunbar | Change #pragma crash to segv, instead of abort. |
commit | commitdiff | tree | snapshot |
2010-07-29 |
Chris Lattner | simplify Get8ByteTypeAtOffset by making it a member... |
commit | commitdiff | tree | snapshot |
2010-07-29 |
Chris Lattner | now that ABIInfo depends on CGT, it has trivial access... |
commit | commitdiff | tree | snapshot |
2010-07-29 |
Chris Lattner | cave in to reality and make ABIInfo depend on CodeGenTypes. |
commit | commitdiff | tree | snapshot |
2010-07-29 |
Ted Kremenek | Teach GRExprEngine::VisitLValue() about FloatingLiteral... |
commit | commitdiff | tree | snapshot |
2010-07-29 |
Ted Kremenek | Check for an invalid SourceLocation in clang_getCursor... |
commit | commitdiff | tree | snapshot |
2010-07-29 |
Ted Kremenek | Augment RegionStore::BindStruct() to bind symbolicated... |
commit | commitdiff | tree | snapshot |
2010-07-29 |
Ted Kremenek | Change SymbolManager::canSymbolicate() to return true... |
commit | commitdiff | tree | snapshot |
2010-07-29 |
Ted Kremenek | Explicitly guard in BasicStore from storing to non... |
commit | commitdiff | tree | snapshot |
2010-07-29 |
Ted Kremenek | Remove extraneous guards around the call to getConjured... |
commit | commitdiff | tree | snapshot |
2010-07-29 |
Douglas Gregor | Visit the children of CXXOperatorCallExprs in source... |
commit | commitdiff | tree | snapshot |
2010-07-28 |
Douglas Gregor | Don't set out-of-line template specialization/definitio... |
commit | commitdiff | tree | snapshot |
2010-07-28 |
Chris Lattner | pass argument vectors in a type that corresponds to... |
commit | commitdiff | tree | snapshot |
2010-07-28 |
Chris Lattner | tidy up |
commit | commitdiff | tree | snapshot |
2010-07-28 |
Fariborz Jahanian | Initialize block's imported variable(s) in |
commit | commitdiff | tree | snapshot |
2010-07-28 |
Eli Friedman | PR7736: Make sure to mark &Class::Member correctly... |
commit | commitdiff | tree | snapshot |
2010-07-28 |
Devang Patel | Override selected builtin names (e.g. "long int" instea... |
commit | commitdiff | tree | snapshot |
2010-07-28 |
Chris Lattner | fix some break statements to be formatted more consiste... |
commit | commitdiff | tree | snapshot |
2010-07-28 |
Chris Lattner | use Get8ByteTypeAtOffset for the return value path... |
commit | commitdiff | tree | snapshot |
2010-07-28 |
Chris Lattner | refactor the autosizing code, eliminating duplication |
commit | commitdiff | tree | snapshot |
2010-07-28 |
Douglas Gregor | Don't die when a member access refers to a non-class... |
commit | commitdiff | tree | snapshot |
next |