summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* [LLDB][MIPS] Provide CPU string to compiler for appropriate code generation f...Bhushan D. Attarde2016-02-183-4/+74
* Improve the handling of missing elf symtab and missing symbol sizesTamas Berghammer2016-02-1810-150/+149
* [Renderscript] Refactor .rs.info parser.Aidan Dodds2016-02-181-52/+66
* Add usage instructions for TypeSystemMap::AddToMap.Jim Ingham2016-02-181-0/+2
* Fix Clang-tidy modernize-use-nullptr warnings; other minor fixes.Eugene Zelenko2016-02-1812-265/+183
* Apple simulator platforms don't have a shared cache to load Objective-C class...Enrico Granata2016-02-171-8/+2
* Revert "Use BKPT instead of UDF for arm/thumb breakpoints"Tamas Berghammer2016-02-162-8/+10
* Bump up timeout in TestChangeProcessGroupPavel Labath2016-02-161-1/+1
* Mark TestLldbGdbServer.test_written_M_content_reads_back_correctly as flaky o...Pavel Labath2016-02-161-0/+1
* Fix buildbot failure because I got an include path wrong.Jason Molenda2016-02-161-1/+1
* Add -Wimplicit-fallthrough command line option to clang inJason Molenda2016-02-1628-29/+88
* Silence some clang warningsSaleem Abdulrasool2016-02-152-14/+15
* Refinement of r260624. It is possible somebody might try to add to the mapJim Ingham2016-02-152-6/+24
* ExpressionParser: silence some GCC warningsSaleem Abdulrasool2016-02-152-2/+2
* Additional fix to my change in r259983 to handle theJason Molenda2016-02-131-5/+11
* [TestLibCxxAtomic] Skip for GCC.Siva Chandra2016-02-131-0/+1
* Adding an SBThread::StepInto that takes an end-line, also moved the code that...Jim Ingham2016-02-136-64/+121
* [TestLibCxxAtomic] Fix Makefile so that the test builds on Linux.Siva Chandra2016-02-131-0/+1
* Removed many JIT workarounds from IRForTarget.Sean Callanan2016-02-135-1013/+89
* Fix stripping of _ when looking for symbols in IRExecutionUnit.Sean Callanan2016-02-122-82/+41
* Remove an unnecessary includeEnrico Granata2016-02-121-1/+0
* Data formatter support for libc++ std::atomic<T>Enrico Granata2016-02-129-5/+245
* Disable recognition of "using" declarations at translation-unit level.Sean Callanan2016-02-121-0/+9
* IRInterpreter now recognizes expressions with constants it doesn't handle.Sean Callanan2016-02-121-0/+50
* Centralized symbol lookup in IRExecutionUnit, and fixed the code model.Sean Callanan2016-02-123-70/+348
* Adjust for Python-3.Siva Chandra2016-02-124-5/+34
* Objective-C++ is a kind of C++.Sean Callanan2016-02-121-0/+1
* Make Target::CalculateProcess() return a sensible result.Sean Callanan2016-02-121-1/+1
* Renamed TestRdar12991846 to the more descriptive TestUnicodeLiterals.Sean Callanan2016-02-123-1/+1
* The data formatters for NSArray, NSDictionary and (only partially) NSSet cont...Enrico Granata2016-02-127-222/+8
* Don't crash if we have a DIE that has a DW_AT_ranges attribute and yet the Sy...Greg Clayton2016-02-121-5/+13
* When calling TypeSystemMap::Clear, objects being destroyed in the process of Jim Ingham2016-02-125-36/+70
* Removed a bad assertion:Greg Clayton2016-02-111-2/+4
* XFAIL TestCommandScriptImmediateOutput on FreeBSD alsoEd Maste2016-02-111-1/+1
* Improve ReadRegister for RegisterContextWindowsx86Adrian McCarthy2016-02-112-30/+27
* [Renderscript] Fix typo in mips64 argument reading code.Aidan Dodds2016-02-111-1/+1
* [Renderscript] Refactor target argument reading code.Aidan Dodds2016-02-112-340/+463
* Handle floating-point type homogeneous aggregate return values in ABISysV_armOmair Javaid2016-02-111-0/+76
* Revert 260436. I pretty consistently upper-case the letter I use for theJim Ingham2016-02-101-2/+2
* When importing Objective-C protocols, mark them as having external decls.Sean Callanan2016-02-101-11/+23
* Fix copy/paste error in TestCModules.Zachary Turner2016-02-101-1/+1
* No reason for these two letters to be uppercaseEnrico Granata2016-02-101-2/+2
* Now that SymbolFileDWARF supports having types in completely separate .pcm fi...Greg Clayton2016-02-1022-33/+84
* Remove skipUnlessListedRemote.Zachary Turner2016-02-101-12/+0
* Remove expectedFailureLinux decorator.Zachary Turner2016-02-1029-67/+59
* Revert "Improve the handling of missing elf symtab and missing symbol sizes"Tamas Berghammer2016-02-1010-151/+145
* [RenderScript] Refactor allocation expressions Ewan Crawford2016-02-101-77/+85
* Improve the handling of missing elf symtab and missing symbol sizesTamas Berghammer2016-02-1010-145/+151
* Fix handling of the arm IT instruction in the unwinderTamas Berghammer2016-02-106-64/+101
* Use BKPT instead of UDF for arm/thumb breakpointsTamas Berghammer2016-02-102-10/+8
OpenPOWER on IntegriCloud