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 |
2010-07-28 |
Chris Lattner | fix PR7714 by not referencing off the end of a struct... |
commit | commitdiff | tree | snapshot |
2010-07-28 |
Douglas Gregor | Turn off precompiled preamble support for C++ |
commit | commitdiff | tree | snapshot |
2010-07-28 |
Douglas Gregor | When performing code completion for a case statement... |
commit | commitdiff | tree | snapshot |
2010-07-28 |
Sebastian Redl | Support extended vector types in chained PCH. |
commit | commitdiff | tree | snapshot |
2010-07-28 |
Sebastian Redl | Add a test case for tentative definitions in chained... |
commit | commitdiff | tree | snapshot |
2010-07-28 |
Fariborz Jahanian | Fix flags in global block descriptor when |
commit | commitdiff | tree | snapshot |
2010-07-28 |
Douglas Gregor | Make the pointer arguments to the __sync_* builtins... |
commit | commitdiff | tree | snapshot |
2010-07-28 |
Chris Lattner | some cleanups and get alignments correct for various... |
commit | commitdiff | tree | snapshot |
2010-07-28 |
Douglas Gregor | The grammar for GNU typeof in C requires an expression... |
commit | commitdiff | tree | snapshot |
2010-07-28 |
Tanya Lattner | Test commit |
commit | commitdiff | tree | snapshot |
2010-07-28 |
Tanya Lattner | Test commit. |
commit | commitdiff | tree | snapshot |
2010-07-28 |
Ted Kremenek | Update checker build. |
commit | commitdiff | tree | snapshot |
2010-07-28 |
Chris Lattner | accept and ignore a few more gcc warnings. |
commit | commitdiff | tree | snapshot |
2010-07-28 |
Craig Silverstein | Add proper callbacks for DeclStmt -- we weren... |
commit | commitdiff | tree | snapshot |
2010-07-28 |
Daniel Dunbar | Rename -Wlogical-bitwise-confusion to -Wconstant-logica... |
commit | commitdiff | tree | snapshot |
2010-07-28 |
Daniel Dunbar | Preprocessor: Add support for '#pragma clang __debug... |
commit | commitdiff | tree | snapshot |
2010-07-28 |
Douglas Gregor | Enable expression transformations in the current-instan... |
commit | commitdiff | tree | snapshot |
2010-07-28 |
Douglas Gregor | When a nested-name-specifier refers into a current... |
commit | commitdiff | tree | snapshot |
2010-07-28 |
Gabor Greif | we are not supposed to create an improper callsite... |
commit | commitdiff | tree | snapshot |
2010-07-28 |
Devang Patel | construct debug info for "id" by hand. |
commit | commitdiff | tree | snapshot |
2010-07-28 |
John McCall | When creating a jump destination, its scope should... |
commit | commitdiff | tree | snapshot |
2010-07-27 |
Tom Care | Added some false positive checking to UnreachableCodeCh... |
commit | commitdiff | tree | snapshot |
2010-07-27 |
Tom Care | Extracted out some useful common functions in Idempoten... |
commit | commitdiff | tree | snapshot |
2010-07-27 |
Ted Kremenek | Add PTH test case for <rdar://problem/8227989>. |
commit | commitdiff | tree | snapshot |
2010-07-27 |
Sebastian Redl | Record macros in dependent PCHs. Also add various info... |
commit | commitdiff | tree | snapshot |
2010-07-27 |
Argyrios Kyrtzidis | Revert r109546, it broke linux build. |
commit | commitdiff | tree | snapshot |
2010-07-27 |
Argyrios Kyrtzidis | Merge PCHWriterDecl.cpp's isRequiredDecl and CodeGenMod... |
commit | commitdiff | tree | snapshot |
2010-07-27 |
Eli Friedman | Fix a minor crash bug with constructs like Obj.Class... |
commit | commitdiff | tree | snapshot |
2010-07-27 |
Devang Patel | Always use current working directory for DW_AT_comp_dir. |
commit | commitdiff | tree | snapshot |
2010-07-27 |
Eli Friedman | PR7724: Don't try to evaluate value-dependent expressions. |
commit | commitdiff | tree | snapshot |
2010-07-27 |
Eric Christopher | APIs that take different sized arguments than the instr... |
commit | commitdiff | tree | snapshot |
2010-07-27 |
Ted Kremenek | Finesse 'idempotent operations' analyzer issues to... |
commit | commitdiff | tree | snapshot |
2010-07-27 |
Ted Kremenek | Add non-static version of BinaryOperator::getOpcodeStr(). |
commit | commitdiff | tree | snapshot |
2010-07-27 |
Sebastian Redl | Update the list of lexical decls in the TU for chained... |
commit | commitdiff | tree | snapshot |
2010-07-27 |
Ted Kremenek | Put 'Idempotent operations' static analyzer issues... |
commit | commitdiff | tree | snapshot |
2010-07-27 |
Devang Patel | Reapply 109303. |
commit | commitdiff | tree | snapshot |
2010-07-27 |
Douglas Gregor | Fix use-after-free with precompiled preambles |
commit | commitdiff | tree | snapshot |
2010-07-27 |
Argyrios Kyrtzidis | Always deserialize from PCH file scoped variables with... |
commit | commitdiff | tree | snapshot |
next |