summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [Hexagon] Fixing mistaken case fallthrough.Colin LeMahieu2015-11-031-0/+1
* Restore "Support for ThinLTO function importing and symbol linking."Teresa Johnson2015-11-0314-50/+761
* Allow llvm-nm’s single letter command line flags to be grouped.Kevin Enderby2015-11-022-18/+27
* Revert "Make new dotest.py executable"Pavel Labath2015-11-021-0/+0
* Revert "Remove the __import__ hack of lldbtest_config."Pavel Labath2015-11-021-2/+5
* This test case does not actually depend on Cocoa; Foundation is good enoguhEnrico Granata2015-11-022-2/+2
* AMDGPU: Stop assuming vreg for build_vectorMatt Arsenault2015-11-023-28/+74
* [WebAssembly] Make WebAssemblyCodeGen depend on WebAssemblyAsmPrinterDerek Schuff2015-11-021-1/+1
* AMDGPU: Error on graphics shaders with HSAMatt Arsenault2015-11-022-0/+26
* [CGP] widen switch condition and case constants to target's register width (2...Sanjay Patel2015-11-023-0/+237
* AMDGPU: Un XFAIL a testMatt Arsenault2015-11-021-7/+10
* AMDGPU: Distribute SGPR->VGPR copies of REG_SEQUENCEMatt Arsenault2015-11-027-62/+111
* Fix the build I just brokeDavid Blaikie2015-11-021-1/+4
* Orc: Drop some else-after-return, reflow a few spots, and avoid use of pointe...David Blaikie2015-11-021-42/+38
* [SimplifyLibCalls] Remove variables that are not used. NFC.Davide Italiano2015-11-021-7/+2
* revert r251849; need to move tests to arch-specific foldersSanjay Patel2015-11-022-154/+0
* Add a flag vectorizer-maximize-bandwidth in loop vectorizer to enable using l...Cong Hou2015-11-023-32/+152
* [CGP] widen switch condition and case constants to target's register widthSanjay Patel2015-11-022-0/+154
* [PPC64LE] Properly initialize instr-info in PPCVSXSwapRemoval passBill Schmidt2015-11-021-1/+1
* Create lldbsuite.support package with `seven` file.Zachary Turner2015-11-022-0/+17
* don't repeat function names in comments; NFCSanjay Patel2015-11-021-2/+2
* [SimplifyLibCalls] Merge two if statements. NFC.Davide Italiano2015-11-021-4/+1
* Add a sketched out section on adding Language and LanguageRuntime plugins for...Enrico Granata2015-11-021-0/+23
* Remove empty directories.Alexander Kornienko2015-11-020-0/+0
* Make hasLHS and hasRHS matchers available for ArraySubscriptExprAlexander Kornienko2015-11-022-9/+18
* Revert "Support for ThinLTO function importing and symbol linking."Teresa Johnson2015-11-0213-760/+49
* Revert part of r239007 related to creating the Python symlink.Zachary Turner2015-11-021-9/+0
* [IndVarSimplify] Rewrite loop exit values with their initial values from loop...Chen Li2015-11-023-1/+149
* Change ValueObject::IsLogicalTrue so that it starts by asking the applicable ...Enrico Granata2015-11-023-0/+26
* Support for ThinLTO function importing and symbol linking.Teresa Johnson2015-11-0213-49/+760
* Make reverse() call iter_swap like the standard says, instead of calling swap...Marshall Clow2015-11-021-2/+2
* Move go expression tests to the new location.Ryan Brown2015-11-022-0/+0
* MachO: support tvOS and watchOS version min commands in llvm-objdumpTim Northover2015-11-022-10/+24
* In MachineBlockPlacement, filter cold blocks off the loop chain when profile ...Cong Hou2015-11-022-2/+168
* watchOS & tvOS: add a few more tests.Tim Northover2015-11-025-15/+99
* First pass on www docs: Adding Programming Language Support to LLDBTodd Fiala2015-11-021-0/+170
* [dosep] Fix-up callers of process_dir, after it got its argument removedPavel Labath2015-11-021-2/+2
* [Support] Assert that reported key+data lenghts match realityReid Kleckner2015-11-021-0/+14
* [PTH] Fix data length used for stat cache entriesReid Kleckner2015-11-021-1/+1
* Fix use-after-free in function index merging code.Teresa Johnson2015-11-021-1/+1
* Revert parts accidentally included in r251823David Blaikie2015-11-021-1/+1
* Calculate size of sockaddr_un manually for abstract sockets:Oleksiy Vyalov2015-11-021-8/+31
* clang-format: Simplify and improve stop condition for formattingDaniel Jasper2015-11-022-4/+22
* StringRef-ify DiagnosticInfoSampleProfile::FilenameDavid Blaikie2015-11-024-14/+14
* Remove the __import__ hack of lldbtest_config.Zachary Turner2015-11-021-5/+2
* Fix va_arg on watchOS.Tim Northover2015-11-022-6/+15
* Create an expression parser for Go.Ryan Brown2015-11-0229-397/+7215
* Make dosep correctly invoke the top-level script when forking outZachary Turner2015-11-022-6/+6
* ELF can handle some relocations of the form -sym + constant.Rafael Espindola2015-11-023-11/+3
* Convert tabs to spaces.Rafael Espindola2015-11-021-2/+2
OpenPOWER on IntegriCloud