summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-02-12Fix bugs section.llvmorg-2.2.0release/2.2.xTanya Lattner
2008-02-12Merge release notes from mainline.Tanya Lattner
2008-02-12release tag.Tanya Lattner
2008-02-04Merge from mainline.Tanya Lattner
2008-02-04Merge from mainline.Tanya Lattner
2008-01-23Merge from mainline.Tanya Lattner
2008-01-22Merge from mainline.Tanya Lattner
2008-01-21Merge from mainline.Tanya Lattner
2008-01-21Merge from mainline.Tanya Lattner
2008-01-21Merge from mainline.Tanya Lattner
2008-01-21Merge from mainline.Tanya Lattner
2008-01-18UnXFAIL this test.Tanya Lattner
2008-01-18Merge from mainline.Tanya Lattner
2008-01-18Merge from mainline.Tanya Lattner
2008-01-17Update for current year.Tanya Lattner
2008-01-17Set version to 2.2Tanya Lattner
2008-01-17Creating 2.2 release branchTanya Lattner
2008-01-17DAE bug fix. Don't lose parameter attributes on vararg arguments.Evan Cheng
2008-01-17Enable CBEDevang Patel
2008-01-17When a live virtual register is being clobbered by an implicit def, it is spi...Evan Cheng
2008-01-17Computed length of a __func__ identifier used in an objective-c method correc...Fariborz Jahanian
2008-01-17Fix arg promotion to propagate the correct attrs on the calls toChris Lattner
2008-01-17Ignore --paramSeo Sanghyeon
2008-01-17Added some experimental optimizations to remove dead values from theTed Kremenek
2008-01-17Declarator::clear(): Null out variable after it's been deleted.Steve Naroff
2008-01-17Replace std::vector<bool> with BitVector.Evan Cheng
2008-01-16Simplify comment.Steve Naroff
2008-01-16Type::isArithmeticType(): disallow incomplete enum decls.Steve Naroff
2008-01-16Changed sorting criteria for DSPtr to put sub-expressions first in the valueTed Kremenek
2008-01-16Changed sorting criteria for DSPtr to sort Decl* before Expr*, andTed Kremenek
2008-01-16Fixes a nasty dag combiner bug that causes a bunch of tests to fail at -O0.Evan Cheng
2008-01-16Trampoline support for x86-64. This looks likeDuncan Sands
2008-01-16IntegerLiterals are no longer evaluated to create separate nodes; theirTed Kremenek
2008-01-16Fixed bug where we performed addition instead of subtraction duringTed Kremenek
2008-01-16Fixed iterator bug in ExplodedNodeImpl::NodeGroup::end(); we would improperlyTed Kremenek
2008-01-16Added initial graph visualization support for the GRConstants analysis.Ted Kremenek
2008-01-16Fixed invalid typedefs in the root and eop iterators for ExplodedGraph.Ted Kremenek
2008-01-16Handle attribute(used) global variables that are i8.Chris Lattner
2008-01-16Do not mark EH tables no-dead-strip unless theDale Johannesen
2008-01-16Added support from retrieving stored values to variables.Ted Kremenek
2008-01-16Added support for assignments in GRConstants.Ted Kremenek
2008-01-16Fixed bug where GRConstants::AddBindings() did not check for valuesTed Kremenek
2008-01-16Fixed bug in cleanup of nodes in ExplodedNodeImpl where we should directlyTed Kremenek
2008-01-16Move promoteExprToType from being a static method in SemaExpr.cpp to beingChris Lattner
2008-01-16add accessors to switchstmt.Chris Lattner
2008-01-16Fixed broken bitmasking in the ctor of ProgramPoint.Ted Kremenek
2008-01-16Added missing call to the checker's Initialize() method in the alternateTed Kremenek
2008-01-16Added missing ctor to ExplodedGraph.Ted Kremenek
2008-01-16Fixed incorrect pointer mask.Ted Kremenek
2008-01-16Shortened driver option for running the GR-constants analysis to --grconstants.Ted Kremenek