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