summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* make ptr_rc derive from a new PointerLikeRegClass tblgen class.Chris Lattner2009-07-294-7/+17
* Some refactoring of member access forFariborz Jahanian2009-07-292-16/+30
* Give getPointerRegClass() a "kind" value so that targets can Chris Lattner2009-07-2911-26/+28
* - Fix an obvious copy and paste error.Evan Cheng2009-07-293-6/+7
* Re-enable comment and operand padding.David Greene2009-07-291-21/+213
* Refactor base/member initializers, and construct them correctly in cases Eli Friedman2009-07-293-83/+147
* Check accessibility when converting object to the baseFariborz Jahanian2009-07-292-5/+19
* Update unittest for LLVM API change.Benjamin Kramer2009-07-291-18/+18
* Remove now unused Context variables.Benjamin Kramer2009-07-293-6/+0
* Move ConstantExpr to 2.5 API.Owen Anderson2009-07-2943-744/+553
* Update for LLVM API change.Owen Anderson2009-07-297-93/+93
* No longer need to keep base class offsets in the offsetFariborz Jahanian2009-07-294-11/+1
* Patch to provide cast of objects in member accessFariborz Jahanian2009-07-294-18/+24
* Fix a typo, and all of its copiesDouglas Gregor2009-07-291-3/+3
* [llvm up]Douglas Gregor2009-07-298-24/+119
* Implement PointerUnion4.Douglas Gregor2009-07-291-0/+109
* Add an XFAILed test case that currently crashes for RegionStore. This case willTed Kremenek2009-07-291-0/+66
* Add another analyzer test case involving an OSAtomic function.Ted Kremenek2009-07-291-0/+6
* Remove some uses of TypedViewRegion, and use getBaseRegion() in a context whereTed Kremenek2009-07-292-9/+6
* Make StoreManager::InvalidateRegion() virtual, move the current implementationTed Kremenek2009-07-294-95/+132
* Refactor. Fix indentation.Devang Patel2009-07-291-38/+44
* Add 'MemRegion::getBaseRegion()', a utility method to strip ElementRegions withTed Kremenek2009-07-294-2/+30
* Add llvm_unreachable for ... unreachable code!Eric Christopher2009-07-291-1/+1
* canSymbolicate() should only return true for integer types that are scalars.Ted Kremenek2009-07-291-1/+1
* xfail for now.Evan Cheng2009-07-291-0/+1
* Perform simplification noticed by Reid.Daniel Dunbar2009-07-291-4/+0
* Keep track of named mdnodes in a Module using an ilist.Devang Patel2009-07-296-9/+97
* Check for identical types in C++ catch expression. Patch by Erik Verbruggen.Sebastian Redl2009-07-293-5/+87
* Don't use a formatted ostream when writing .ll either.Daniel Dunbar2009-07-291-1/+1
* Don't use a formatted ostream when writing .bc files. I don't really understandDaniel Dunbar2009-07-291-1/+1
* When lookup of an identifier preceding a '<' finds a set of overloadedDouglas Gregor2009-07-291-9/+35
* fix unittest on platforms with unsigned chars (e.g. linux-ppc)Benjamin Kramer2009-07-291-1/+1
* Add missing include.Daniel Dunbar2009-07-291-0/+1
* Change Neon VLDn intrinsics to return multiple values instead of reallyBob Wilson2009-07-294-78/+114
* Fix the verifier to handle intrinsics with LLVMMatchType parameters, whereBob Wilson2009-07-291-0/+13
* Fix an assumption that there is a single return value when verifyingBob Wilson2009-07-291-2/+2
* scan-build: Don't try to index plist-html output directoriesDaniel Dunbar2009-07-291-5/+5
* Remove an obsolete kludge based on the previous, completely broken handling o...Douglas Gregor2009-07-292-8/+3
* Test redefinition of class template partial specializationsDouglas Gregor2009-07-291-1/+8
* Use the new statement/expression profiling code to unique dependentDouglas Gregor2009-07-299-28/+63
* Re-apply previous changes and improve column padding performance some more.David Greene2009-07-292-24/+40
* Add one-past-the-end language to the inbounds keyword.Dan Gohman2009-07-291-4/+7
* Minor code simplification.Dan Gohman2009-07-291-5/+2
* Use the existing API for base offset. Use suitable llvm typeFariborz Jahanian2009-07-291-20/+4
* Fix comment.Devang Patel2009-07-291-1/+1
* Make the Python TestRunner work for individual testsDouglas Gregor2009-07-291-1/+5
* trim include list.Devang Patel2009-07-291-1/+2
* Remove an ObjC-specific XFAIL (and tweak test).Steve Naroff2009-07-291-2/+1
* Fix <rdar://problem/7100524> regression: "error: incompatible operand types (...Steve Naroff2009-07-292-9/+30
* Incorporate feedback from Chris (on r76979).Steve Naroff2009-07-292-3/+4
OpenPOWER on IntegriCloud