summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add regression test for rdar://problem/9531204.Johnny Chen2011-07-283-0/+76
* Don't redeclare sr.Joerg Sonnenberger2011-07-281-1/+1
* Some documentation fixes so that we are explicit about which iteration order ...Jonathan D. Turner2011-07-282-10/+8
* Really remove FlatStoreManager and BasicStoreManager, this time from the driv...Ted Kremenek2011-07-2861-273/+20
* Remove flat store tests.Ted Kremenek2011-07-282-21/+0
* Remove FlatStoreManager and BasicStoreManager. The latter has long been obso...Ted Kremenek2011-07-282-822/+0
* [analyzer] Overhaul how the static analyzer expects CFGs by forcing CFGs to b...Ted Kremenek2011-07-2820-1867/+2065
* [analyzer] fix bug in malloc checker where the tracked symbol would not prope...Ted Kremenek2011-07-281-11/+18
* [analyzer] add accessor to StoreRef.Ted Kremenek2011-07-281-0/+1
* [analyzer] Add StoreManager::includedInBindings() to to query whether a regio...Ted Kremenek2011-07-282-2/+22
* [analyzer] Add safety checking in RegionStoreManager for string literal under...Ted Kremenek2011-07-281-0/+4
* [analyzer] Teach Environment to not look through MaterializeTemporaryExprs.Ted Kremenek2011-07-281-3/+0
* [analyzer] Fix bug in ObjCMessage where casts were being incorrectly ignored.Ted Kremenek2011-07-281-1/+1
* [analyzer] fix handling of MaterializeTemporaryExpr by binding the result val...Ted Kremenek2011-07-284-8/+11
* Introduce the local-global mapping for preprocessed entities, and useDouglas Gregor2011-07-283-13/+32
* Use local-to-global mapping appropriately for macro definitions in the ASTReaderDouglas Gregor2011-07-282-2/+21
* Add test case for rdar://problem/9673664.Johnny Chen2011-07-283-0/+68
* CBZ/CBNZ are Thumb2 only. No need for ARM mode tests for them.Jim Grosbach2011-07-281-4/+0
* ARM assembly parsing and encoding for BLX (immediate).Jim Grosbach2011-07-283-3/+16
* Enhance the fixed-length decoder emitter to support parsing scattered fields.Owen Anderson2011-07-282-80/+111
* LangRef and basic memory-representation/reading/writing for 'cmpxchg' andEli Friedman2011-07-2818-43/+946
* If run with -debug give more information about Cyclic Probability.Jakub Staszak2011-07-281-0/+2
* Heuristics are in descending priority now. If we use one of them, skip the rest.Jakub Staszak2011-07-281-13/+23
* Handle REG_SEQUENCE with implicitly defined operands.Jakob Stoklund Olesen2011-07-282-0/+27
* Remove obsolete FIXME reference in comment.Jim Grosbach2011-07-281-1/+1
* ARM assembly parsing and encoding for BFC and BFI.Jim Grosbach2011-07-283-2/+130
* Add InEdges (edges from header to the loop) in Loop Branch Heuristics, soJakub Staszak2011-07-281-0/+17
* Use ArrayRef instead of requiring an std::vector.Bill Wendling2011-07-282-6/+8
* Use the local -> global mapping functions for selectors moreDouglas Gregor2011-07-283-13/+22
* Add some descriptions about the default executable name being 'a.out' and can...Johnny Chen2011-07-281-1/+33
* The personality function should be a Function* and not just a Value*.Bill Wendling2011-07-287-16/+23
* Teach the ASTReader to perform local and global mapping of identifierDouglas Gregor2011-07-285-38/+62
* Fix Clang attribute reader tblgen output for a corresponding fix on the Clang...Douglas Gregor2011-07-282-4/+7
* Add a fixit for removal of unused label.Anna Zaks2011-07-282-3/+30
* Reverse order of RS_Split live ranges under -compact-regions.Jakob Stoklund Olesen2011-07-281-3/+6
* Initial code to convert ResumeInsts into calls to _Unwind_Resume.Bill Wendling2011-07-281-1/+57
* Add a reproducible test case (expression parser crashes) to the lldb test suite.Johnny Chen2011-07-284-0/+139
* Fix a test case that was intermittently failing. The issue was that instanti...Richard Trieu2011-07-281-7/+13
* Fix stupid mistake from commit 136381.Jakub Staszak2011-07-281-1/+1
* Added basic parsing for all remaining attributes, thread safetyCaitlin Sadowski2011-07-287-19/+1015
* Speed up BlockFrequencyInfo a little bit.Jakub Staszak2011-07-281-1/+3
* Another test case for the &/* mismatch fixit.Anna Zaks2011-07-281-1/+15
* Add */& mismatch fixit generation to the Sema::DiagnoseAssignmentResult().Anna Zaks2011-07-286-9/+86
* Make the deserialization of Sema::PendingInstantiations lazy. At thisDouglas Gregor2011-07-284-9/+35
* Don't redeclare sr.Joerg Sonnenberger2011-07-281-1/+1
* Refactor the */& mismatch fixit generation out of SemaOverload and provide a ...Anna Zaks2011-07-285-134/+283
* Add fixme.Jim Grosbach2011-07-281-1/+5
* Promote the deserialized PendingInstantiations vector from being aDouglas Gregor2011-07-282-20/+26
* Lazily deserialize Sema::VTableUses. Plus, fix the utterly andDouglas Gregor2011-07-286-18/+72
* Thread safety: Fix typo in documentationCaitlin Sadowski2011-07-281-1/+1
OpenPOWER on IntegriCloud