summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Python commands:Enrico Granata2011-08-1613-8/+754
* Tidy up. Trailing whitespace.Jim Grosbach2011-08-161-45/+45
* MacOSKeychainAPIChecker: Do not report double allocation if first allocation ...Anna Zaks2011-08-162-18/+30
* Revert r137562 because it caused PR10674Nadav Rotem2011-08-161-7/+0
* Add a mechanism for optimisation plugins to register passes that all front en...David Chisnall2011-08-162-1/+29
* Remove unimplemented method. Fixes PR10658.Rafael Espindola2011-08-161-10/+0
* cmake/modules/FindBison.cmake: It must be unneeded any more.NAKAMURA Takumi2011-08-161-52/+0
* [analyzer] Enhance ConditionVisitor to handle arbitrary ValueDecls in binary ...Ted Kremenek2011-08-161-13/+34
* A few places where we want to skip the landingpad instruction for insertion.Bill Wendling2011-08-163-2/+8
* Fix handling of double precision loads and stores when Mips1 is targeted. Akira Hatanaka2011-08-167-168/+74
* Fixed register value objects to be able to return their values as unsignedGreg Clayton2011-08-163-1/+13
* CMake: "clang-test" may not depend on check.deps.NAKAMURA Takumi2011-08-161-1/+2
* [analyzer] fix operation inversion calculation in ConditionVisitor.Ted Kremenek2011-08-161-1/+1
* Define function MipsMCInstLower::LowerOperand. Akira Hatanaka2011-08-162-25/+29
* Add parameter Offset to MipsMCInstLower::LowerSymbolOperand. Akira Hatanaka2011-08-162-5/+5
* [analyzer] Enhance ConditionVisitor to understand eagerly evaluated (simple) ...Ted Kremenek2011-08-161-14/+129
* [analyzer] add ExprEngine::getEagerlyAssumedTags() to allow externally queryi...Ted Kremenek2011-08-162-7/+20
* Fix test.Eli Friedman2011-08-161-1/+1
* Revert a bit of r137667; the logic in question can safely handle atomic load/...Eli Friedman2011-08-162-4/+25
* Allow for a cpu subtype of 4 to still be recognized as an x86_64Jason Molenda2011-08-161-0/+1
* Migrate this test from llvm/test/FrontendC++/ptr-to-method-devirt.cpp andEric Christopher2011-08-161-0/+39
* Fix two logic errors uncovered by the static analyzer.Johnny Chen2011-08-161-3/+3
* Modify the expected substrings to accomodate clang, now that rdar://problem/8...Johnny Chen2011-08-161-1/+1
* [analyzer] Remove PostStmtCustom ProgramPoint. It can be represented using t...Ted Kremenek2011-08-163-37/+10
* Forgot to initialize the self.__skipped__ attribute lldbtest.Base.Johnny Chen2011-08-161-0/+2
* Fixed an issue where a variable that was a pointer whoseGreg Clayton2011-08-161-3/+4
* After talking with Bill, it seems like the LandingPad handling here is likelyEli Friedman2011-08-161-4/+1
* Minor comment fixes.Eli Friedman2011-08-162-5/+7
* Add missing check for non-NULL frame_sp.Jim Ingham2011-08-161-3/+6
* Update SimplifyCFG for atomic operations.Eli Friedman2011-08-152-10/+69
* Add comments and test for atomic load/store and mem2reg.Eli Friedman2011-08-152-0/+16
* Refactor.Devang Patel2011-08-152-49/+68
* Fix tests for non-darwin hosts.Argyrios Kyrtzidis2011-08-152-2/+2
* Add a test file for Thumb2 NEON.Owen Anderson2011-08-151-0/+1586
* Specify a necessary fixed bit for VLD3DUP, and otherwise rearrange the Thumb2...Owen Anderson2011-08-153-20/+27
* While I'm here, remove the "_alt" hacks to a series of INSERT_SUBREG andBruno Cardoso Lopes2011-08-151-15/+25
* Reorder declarations of vmovmskp* and also put the necessary AVXBruno Cardoso Lopes2011-08-152-31/+43
* Continue to hoist uses of getCompileUnit() up. The goal is to get rid of uses...Devang Patel2011-08-152-21/+24
* Move test from llvm/test/FrontendCXX and update.Eric Christopher2011-08-151-0/+5
* MacOSKeychainAPIChecker: The security API/memory leak checker should always g...Anna Zaks2011-08-151-10/+17
* Avoid evaluating Neon macro arguments more than once by disabling type checks.Bob Wilson2011-08-151-15/+8
* In places where it's using "getFirstNonPHI", skip the landingpad instruction ...Bill Wendling2011-08-151-5/+8
* Test driver should also report skipped tests because there were cases when te...Johnny Chen2011-08-152-1/+20
* Add ProgramState.cpp.Ted Kremenek2011-08-151-0/+662
* Add missing header files.Ted Kremenek2011-08-152-0/+986
* MCTargetAsmParser target match predicate support.Jim Grosbach2011-08-155-7/+30
* Use new DIBuilder::finalize() at the end to wrap up debug info encoding for a...Devang Patel2011-08-152-0/+3
* Add a finalize() hook, that'll let DIBuilder construct compile unit lazily.Devang Patel2011-08-153-0/+11
* Don't sink the instruction to before a landingpad instruction.Bill Wendling2011-08-151-1/+1
* FileCheckize this test.Eric Christopher2011-08-151-1/+8
OpenPOWER on IntegriCloud