2009-07-30 |
Eli Friedman | Remove bogus "unsupported" case for vectors (which... |
commit | commitdiff | tree | snapshot |
2009-07-30 |
Mike Stump | Fix type to be consistent with the rest of the code. |
commit | commitdiff | tree | snapshot |
2009-07-30 |
Devang Patel | Check null NameMDNode elements. |
commit | commitdiff | tree | snapshot |
2009-07-30 |
Dan Gohman | Eliminate a bunch of redundant tables. |
commit | commitdiff | tree | snapshot |
2009-07-30 |
Bob Wilson | Lower a 128-bit BUILD_VECTOR with 2 elements to a pair... |
commit | commitdiff | tree | snapshot |
2009-07-30 |
Mike Stump | Add ability to layout the vtable pointer in trivial... |
commit | commitdiff | tree | snapshot |
2009-07-30 |
Eli Friedman | Fix gcc warning. |
commit | commitdiff | tree | snapshot |
2009-07-30 |
Fariborz Jahanian | ir-gen for nested non-virtual base member access |
commit | commitdiff | tree | snapshot |
2009-07-30 |
Dan Gohman | Use array_endof instead of doing it manually. |
commit | commitdiff | tree | snapshot |
2009-07-30 |
Eli Friedman | Add support for -Wno-long-long. |
commit | commitdiff | tree | snapshot |
2009-07-30 |
Argyrios Kyrtzidis | Add support for ObjC message expressions, in the Analyzer: |
commit | commitdiff | tree | snapshot |
2009-07-30 |
Devang Patel | Add NamedMDNode test. |
commit | commitdiff | tree | snapshot |
2009-07-30 |
Devang Patel | print single NamedMDNode. |
commit | commitdiff | tree | snapshot |
2009-07-30 |
Argyrios Kyrtzidis | Update CMake. |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Argyrios Kyrtzidis | Support ObjC methods as Entities. |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Douglas Gregor | There's no point in going through the getAs<TagType... |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Argyrios Kyrtzidis | Use a STL helper template 'pair_value_iterator', by... |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Argyrios Kyrtzidis | Add ObjCMethodDecl::isThisDeclarationADefinition(). |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Argyrios Kyrtzidis | Index the selectors and provide the translation units... |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Argyrios Kyrtzidis | Add TranslationUnit::getSelectorMap(). |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Argyrios Kyrtzidis | Introduce SelectorMap whose purpose is to map selectors... |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Argyrios Kyrtzidis | Find references inside blocks. |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Argyrios Kyrtzidis | Use helper class ASTVisitor to fully traverse an AST. |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Argyrios Kyrtzidis | Introduce the GlobalSelector class in the Indexing... |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Argyrios Kyrtzidis | Use an IdentifierTable for names used for Entities. |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Argyrios Kyrtzidis | -Introduce the idx::Analyzer class used for getting... |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Argyrios Kyrtzidis | Introduce TULocation and TULocationHandler classes. |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Argyrios Kyrtzidis | Modify the Indexer class so that it can return the... |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Argyrios Kyrtzidis | Add Entity::getInternalDecl() to be used only on Entiti... |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Argyrios Kyrtzidis | Constify ASTLocation::print. |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Argyrios Kyrtzidis | Fix some comments. |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Argyrios Kyrtzidis | Add getDeclReferenceMap() to the abstract interface... |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Argyrios Kyrtzidis | Remove the TranslationUnit usage from clang-wpa.cpp... |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Argyrios Kyrtzidis | Introduce a helper template for the Handler classes... |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Argyrios Kyrtzidis | Add an assert. |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Argyrios Kyrtzidis | Accept Handler objects in parameters as references. |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Argyrios Kyrtzidis | Rename EntityHandler::HandleEntity to Handle. |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Argyrios Kyrtzidis | -Make IndexProvider an abstract interface for getting... |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Douglas Gregor | Make tag declarations redeclarable. This change has... |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Evan Cheng | tbb / tbh instructions only branch forward, not backwards. |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Evan Cheng | Add VFP3 D registers to the DPR register class. |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Nicolas Geoffray | In TrimAllocationToSize, if a block is below the minimu... |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Douglas Gregor | Eliminate a few unused-variable warnings |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Douglas Gregor | Eliminate an unused-variable warning |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Devang Patel | Read and write NamedMDNode. |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Owen Anderson | Move types back to the 2.5 API. |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Owen Anderson | Update for LLVM API change. |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Devang Patel | Print named metadata. |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Daniel Dunbar | Fix PR4645 which was fallout from the fix for PR4641. |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Devang Patel | There is no need to keep name ref in NamedMDNode. |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Ted Kremenek | Change uses of: |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Ted Kremenek | Remove 'StoreManager::OldCastRegion()', TypedViewRegion... |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Chris Lattner | inline the global 'getInstrOperandRegClass' function... |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Evan Cheng | Make sure Thumb2 uses the right call instructions. |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Fariborz Jahanian | Fixed test. |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Bill Wendling | Forgot to output the base offset. |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Chris Lattner | 1. Introduce a new TargetOperandInfo::getRegClass(... |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Chris Lattner | make ptr_rc derive from a new PointerLikeRegClass tblge... |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Fariborz Jahanian | Some refactoring of member access for |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Chris Lattner | Give getPointerRegClass() a "kind" value so that target... |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Evan Cheng | - Fix an obvious copy and paste error. |
commit | commitdiff | tree | snapshot |
2009-07-29 |
David Greene | Re-enable comment and operand padding. |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Eli Friedman | Refactor base/member initializers, and construct them... |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Fariborz Jahanian | Check accessibility when converting object to the base |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Benjamin Kramer | Update unittest for LLVM API change. |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Benjamin Kramer | Remove now unused Context variables. |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Owen Anderson | Move ConstantExpr to 2.5 API. |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Owen Anderson | Update for LLVM API change. |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Fariborz Jahanian | No longer need to keep base class offsets in the offset |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Fariborz Jahanian | Patch to provide cast of objects in member access |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Douglas Gregor | Fix a typo, and all of its copies |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Douglas Gregor | [llvm up] |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Douglas Gregor | Implement PointerUnion4. |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Ted Kremenek | Add an XFAILed test case that currently crashes for... |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Ted Kremenek | Add another analyzer test case involving an OSAtomic... |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Ted Kremenek | Remove some uses of TypedViewRegion, and use getBaseReg... |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Ted Kremenek | Make StoreManager::InvalidateRegion() virtual, move... |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Devang Patel | Refactor. Fix indentation. |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Ted Kremenek | Add 'MemRegion::getBaseRegion()', a utility method... |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Eric Christopher | Add llvm_unreachable for ... unreachable code! |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Ted Kremenek | canSymbolicate() should only return true for integer... |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Evan Cheng | xfail for now. |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Daniel Dunbar | Perform simplification noticed by Reid. |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Devang Patel | Keep track of named mdnodes in a Module using an ilist. |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Sebastian Redl | Check for identical types in C++ catch expression.... |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Daniel Dunbar | Don't use a formatted ostream when writing .ll either. |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Daniel Dunbar | Don't use a formatted ostream when writing .bc files... |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Douglas Gregor | When lookup of an identifier preceding a '<' finds... |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Benjamin Kramer | fix unittest on platforms with unsigned chars (e.g... |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Daniel Dunbar | Add missing include. |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Bob Wilson | Change Neon VLDn intrinsics to return multiple values... |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Bob Wilson | Fix the verifier to handle intrinsics with LLVMMatchTyp... |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Bob Wilson | Fix an assumption that there is a single return value... |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Daniel Dunbar | scan-build: Don't try to index plist-html output direct... |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Douglas Gregor | Remove an obsolete kludge based on the previous, comple... |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Douglas Gregor | Test redefinition of class template partial specializations |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Douglas Gregor | Use the new statement/expression profiling code to... |
commit | commitdiff | tree | snapshot |
2009-07-29 |
David Greene | Re-apply previous changes and improve column padding... |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Dan Gohman | Add one-past-the-end language to the inbounds keyword. |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Dan Gohman | Minor code simplification. |
commit | commitdiff | tree | snapshot |
next |