summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Added the ability to read the dSYM plist file with source remappings even whe...Greg Clayton2012-06-277-0/+135
* Two more tests for PR13207 - wrong mangling of templates with back references...Timur Iskhodzhanov2012-06-271-4/+14
* Propagate lvalue alignment into bitfields. Per report on cfe-dev.Eli Friedman2012-06-277-32/+46
* tsan: prevent insertion of unwanted memset/memcpy/memcmp into runtimeDmitry Vyukov2012-06-2712-102/+114
* objective-c mrc: Issue warning for mrc, as is done for arc, whenFariborz Jahanian2012-06-272-2/+3
* Refactoring after r159290: don't hold onto and check a misleading QualType.Richard Smith2012-06-271-4/+3
* Fixed the "target modules list" to not crash in Debug builds due to an assert...Greg Clayton2012-06-271-2/+4
* Check for non-POD vararg argument type after default argument promotion, notRichard Smith2012-06-272-2/+8
* Modify the ranges_access() helper function to be able to lookup the address r...Greg Clayton2012-06-271-0/+4
* Fixed the get_process_thread_list function to correctly return a list of all ...Greg Clayton2012-06-271-1/+1
* Make the IsValid() operator for SBLineEntry "do the right thing" by returning...Greg Clayton2012-06-271-1/+1
* Added a "save_crashlog" command to the lldb.macosx.crashlog package that allo...Greg Clayton2012-06-271-1/+81
* Fix the copy constructor and assignement operator for ModuleList to be thread...Greg Clayton2012-06-271-2/+7
* Check the return status of the make command.Greg Clayton2012-06-271-2/+3
* Remove dependency on internal header file.Greg Clayton2012-06-271-4/+72
* patch to suggest 'static' function should be 'static inline' Fariborz Jahanian2012-06-274-3/+30
* Refactor and speed up DFA generator.Anshuman Dasgupta2012-06-271-21/+48
* Implement John McCall's review of r159212 other than the this pointer notRafael Espindola2012-06-274-16/+12
* Fix a crash I introduced in r159212.Rafael Espindola2012-06-273-1/+15
* tsan: remember and pass original ucontext to signal handlers (instead of a fa...Dmitry Vyukov2012-06-271-5/+4
* Make a way to set the result status for Python defined commands, and don't ov...Jim Ingham2012-06-274-1/+25
* Revert r159136 due to PR13124.Matt Beaumont-Gay2012-06-273-31/+0
* Remove unsigned and a pointer from a comment token (so that each token can ha...Dmitri Gribenko2012-06-273-52/+67
* Comment lexer: counting backwards from token end is thought to be confusing. ...Dmitri Gribenko2012-06-271-14/+20
* When users ask for -mcpu=help or -mattr=help, just output the help withoutDuncan Sands2012-06-271-13/+23
* Add a test for unterminated /* comments.Dmitri Gribenko2012-06-271-0/+13
* tsan: refactor signal handling code (move some definitions out of common header)Dmitry Vyukov2012-06-273-35/+66
* Some reassociate optimizations create new instructions, which they insert justDuncan Sands2012-06-272-11/+21
* tsan: check that signal handlers do not spoil errno.Dmitry Vyukov2012-06-273-1/+21
* tsan: close all file descriptors after fork()Dmitry Vyukov2012-06-271-0/+2
* Fix for r159256 on Windows.Axel Naumann2012-06-271-0/+4
* Remove a completely unused and remarkably inaccurate list of testChandler Carruth2012-06-271-28/+0
* Update the Clang CMake build to reflect the name change in LLVM r159258.Chandler Carruth2012-06-271-1/+1
* Teach assembler to handle capitalised operation values for DSB instructionsRichard Barton2012-06-272-1/+7
* Clean up the 'check' CMake build rule a bit, notable renaming it toChandler Carruth2012-06-271-19/+28
* Prevent ARM Assembler crashing on unrecognised assembly format for DSB instru...Richard Barton2012-06-271-1/+2
* From Vassil Vassilev:Axel Naumann2012-06-272-0/+16
* Add support for building the ASan instrumentation unit tests with theChandler Carruth2012-06-273-23/+55
* Sphinxify the exception handling doc.Bill Wendling2012-06-273-564/+369
* Initialize RawComment::BriefTextValid in other constructor, too.Dmitri Gribenko2012-06-271-1/+2
* Introduce __has_feature(attribute_unused_on_fields) to determine whetherDaniel Jasper2012-06-272-0/+8
* Add missing words to manual.Richard Trieu2012-06-271-1/+1
* Add a few (currently failing) tests for the PR13207 (template mangling in the...Timur Iskhodzhanov2012-06-271-0/+27
* Update documentation with regards to template type diffing.Richard Trieu2012-06-275-0/+130
* Add a few more test cases for the -cxx-abi microsoft mangler. Some of them we...Timur Iskhodzhanov2012-06-271-2/+14
* Simplify logic in BriefParser::Parse(), per Jordan's comment.Dmitri Gribenko2012-06-271-14/+7
* Initialize RawCommentList::BriefTextValid when deserializing AST.Dmitri Gribenko2012-06-271-1/+1
* [analyzer] RetainCountChecker: remove unused SelfOwn ArgEffect kind.Jordan Rose2012-06-271-4/+1
* [analyzer] Remove unneeded helper function (it's in ASTContext.h)Jordan Rose2012-06-271-9/+0
* Silence uninitialized variable warning in MipsISelDAGToDAG.cpp.Akira Hatanaka2012-06-271-1/+1
OpenPOWER on IntegriCloud