summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [WebAssembly] Rename memory intrinsics to be upper-case, following convention...Dan Gohman2015-11-131-4/+4
* Relax mingw-useld test to fix bot failures.Yaron Keren2015-11-131-3/+3
* [scan-build] Move non user-facing utilities to shareJonathan Roelofs2015-11-138-15/+18
* [X86][SSE] Combine UNPCKL with vector_shuffle into UNPCKH to save one instruc...Cong Hou2015-11-133-15/+44
* Add test case for mingw -fuse-ld= support introduced in r242121.Yaron Keren2015-11-131-0/+20
* dwarfdump: Add support for dumping the table contents of DWP indexesDavid Blaikie2015-11-132-15/+69
* [CMake] [macho_embedded] [builtins] Always use OS X sysroot, even for arm.Chris Bieneman2015-11-131-3/+0
* Add a comment that should have made my last commit.Chad Rosier2015-11-131-0/+1
* Add missing triple to WinEH test caseReid Kleckner2015-11-131-1/+1
* [LIR] Factor out the code to compute base ptr for negative strided loops.Chad Rosier2015-11-131-10/+15
* Fix auto-link for text-based dynamic library SDKs.Juergen Ributzka2015-11-134-3/+31
* [WinEH] Make UnwindHelp a fixed stack object allocated after XMM CSRsReid Kleckner2015-11-139-29/+116
* ELF2: Make comment less opinionated.Rui Ueyama2015-11-131-2/+2
* Add `PythonExceptionStateTests.cpp` to lldb-gtest target.Zachary Turner2015-11-131-0/+4
* [Hexagon] Factoring bundle creation in to a utility function.Colin LeMahieu2015-11-138-13/+15
* Slacken the norecurse test slightlyJames Molloy2015-11-131-1/+1
* Make PythonDataObjects.h work when LLDB_DISABLE_PYTHON=1Zachary Turner2015-11-132-0/+8
* AMDGPU: Add stony supportTom Stellard2015-11-131-0/+4
* ELFYAML: Add support for parsing AMDGPU section attribute flagsTom Stellard2015-11-132-1/+28
* [Symbolizer] Don't use PE symbol tables to override PDB symbolsReid Kleckner2015-11-132-2/+16
* ScopInfo: Reset compute operations before starting compute out regionTobias Grosser2015-11-131-0/+1
* [ELF2] - Implemented R_X86_64_GOTTPOFF relocationGeorge Rimar2015-11-138-10/+97
* use range-based for loop; NFCISanjay Patel2015-11-131-4/+3
* [ARM] Replace ARMISD::RBIT with ISD::BITREVERSEJames Molloy2015-11-136-10/+19
* Deduplicate three identical copies of isExplicitInstantiationOrSpecialization...Yaron Keren2015-11-132-33/+25
* Fixing a typo in docs/CodeGenerator.rstArtyom Skrobov2015-11-131-1/+1
* Use ld.lld2, not -flavor gnu2Rafael Espindola2015-11-132-6/+6
* [ELF2] - fix of eh-frame-merge.s and eh-frame-merge.s tests fails for win32 c...George Rimar2015-11-132-3/+3
* Re-XFAIL two more tests I missedPavel Labath2015-11-131-0/+2
* [mips][microMIPS] Implement SHRA[_R].PH, SHRAV[_R].PH, SHRAV[_R].QB, SHRAV_R....Zlatko Buljan2015-11-1311-25/+189
* [mips][ias] Explicitly disable IAS on asm-large-immediate.ll.Daniel Sanders2015-11-131-1/+2
* [SystemZ] Simplify boolean conditional return statementsUlrich Weigand2015-11-132-12/+4
* [asan] Fixed invalid check in test.Yury Gribov2015-11-131-2/+2
* [clang-tidy] Remove unused #includes.Alexander Kornienko2015-11-131-2/+0
* [asan] Dump test output in case of error in single-threaded mode.Yury Gribov2015-11-131-1/+1
* Re-add XFAILs to two testsPavel Labath2015-11-132-0/+2
* [mips][ias] Replace invalid assembly insn in test since IAS parses inline ass...Daniel Sanders2015-11-131-2/+2
* [lit] Improve error message when lit fails to executable a command byDan Liew2015-11-131-1/+1
* [lit] Fix bug where ``lit.util.which()`` would return a directoryDan Liew2015-11-131-1/+1
* [GlobalOpt] Make sure all debug lines end with '\n'James Molloy2015-11-131-2/+2
* [GlobalOpt] Coding style - remove function names from doxygen commentsJames Molloy2015-11-131-126/+115
* Fix multiple symbol lookup in the same namespaceEugene Leviant2015-11-133-9/+46
* Remove a broken hack from Scalar::ULongLong and fix a testTamas Berghammer2015-11-132-4/+2
* Fix to solve Bug 23139 & Bug 23560Abhishek Aggarwal2015-11-1311-18/+94
* [asan] Fix test to properly handle collisions.Yury Gribov2015-11-131-6/+6
* [AArch64] Check the expansion of BITREVERSE in regression testJames Molloy2015-11-131-2/+21
* [SDAG] Fix expansion of BITREVERSEJames Molloy2015-11-132-3/+50
* [asan] Fix silly error when reporting multiple ASan errors in parallel.Yury Gribov2015-11-131-2/+3
* [asan] Get rid of rand_r (not available on all targets).Yury Gribov2015-11-131-8/+9
* [ImplicitNulls] Add some clarifying comments; NFCSanjoy Das2015-11-131-1/+25
OpenPOWER on IntegriCloud