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