summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Python 3 - Don't add the _d suffix to the symlink on Windows.Zachary Turner2015-11-044-2/+30
* Python 3 - Use universal_newlines when calling subprocess.check_outputZachary Turner2015-11-042-2/+2
* Actually implement Section::GetSectionData.Jim Ingham2015-11-042-3/+59
* Try a little harder to provide a legit CWD to argdumper if Jim Ingham2015-11-041-1/+19
* [LLVMSymbolize] Reduce indentation by using helper function. NFC.Alexey Samsonov2015-11-042-21/+27
* [LLVMSymbolize] Properly propagate object parsing errors from the library.Alexey Samsonov2015-11-043-106/+138
* [llvm-symbolizer] Improve the test for missing input file.Alexey Samsonov2015-11-041-1/+3
* Fix unused variable warning from r252017Adam Nemet2015-11-041-3/+2
* Fix an issue where LLDB would truncate summaries for string types without pro...Enrico Granata2015-11-047-22/+99
* LLE 6/6: Add LoopLoadElimination passAdam Nemet2015-11-0313-0/+857
* [LAA] LLE 5/6: Add predicate functions Dependence::isForward/isBackward, NFCAdam Nemet2015-11-032-3/+28
* [LAA] LLE 4/6: APIs to access the dependent instructions for a dependence, NFCAdam Nemet2015-11-031-0/+17
* CodeGen, Target: Move Mach-O-specific symbol name logic to Mach-O lowering.Peter Collingbourne2015-11-035-27/+37
* All instance variables start with "m_". Fix "options" to be "m_options".Greg Clayton2015-11-032-57/+57
* Fix __fp16 types so we can display them and use them in expressions.Greg Clayton2015-11-031-3/+8
* Simplify the logic to avoid the Closed set.Rafael Espindola2015-11-031-31/+28
* AMDGPU: Make flat_scratch name consistentMatt Arsenault2015-11-031-3/+3
* AMDGPU: Fix asserts on invalid register rangesMatt Arsenault2015-11-034-5/+73
* AMDGPU: Fix off by one error in register parsingMatt Arsenault2015-11-032-4/+19
* Fix build for go parser unittest.Ryan Brown2015-11-032-1/+13
* [elf2] Use value-initialization instead of memset.Michael J. Spencer2015-11-031-2/+1
* Fix a deadlock when connecting to a remote GDB server that might not support ...Greg Clayton2015-11-031-16/+20
* Address nitDerek Schuff2015-11-031-32/+32
* Align whitespaceDerek Schuff2015-11-032-4/+4
* [WebAssembly] Support wasm select operatorDerek Schuff2015-11-033-0/+73
* With the new modules debugging, we have seen cases where clang is not emittin...Greg Clayton2015-11-031-0/+17
* AMDGPU: s[102:103] is unavailable on VIMatt Arsenault2015-11-031-1/+10
* AMDGPU: Define correct number of SGPRsMatt Arsenault2015-11-033-6/+13
* [elf2] Implement R_X86_64_TPOFF32.Michael J. Spencer2015-11-035-4/+73
* Revert change comitted in accidentally as r251992Tamas Berghammer2015-11-031-3/+0
* AMDGPU: Make findUsedSGPR more readableMatt Arsenault2015-11-031-7/+18
* AMDGPU: Initialize SIFixSGPRCopies so -print-after worksMatt Arsenault2015-11-033-8/+15
* AMDGPU: Alphabetize includesMatt Arsenault2015-11-031-1/+1
* Use std::list::splice in TaskPool to avoid an allocationTamas Berghammer2015-11-031-2/+1
* wipTamas Berghammer2015-11-031-0/+3
* InstCombine: fix sinking of convergent callsFiona Glaser2015-11-031-0/+6
* [SelectionDAG] Use existing constant nodes instead of recreating them. NFC.Simon Pilgrim2015-11-031-9/+6
* [LLVMSymbolize] Factor out the logic for printing structs from DIContext. NFC.Alexey Samsonov2015-11-036-80/+135
* Handle 0 sized sections like any other section.Rafael Espindola2015-11-0313-82/+105
* Remove redundant = nullptr.Rafael Espindola2015-11-031-1/+1
* [X86][AVX] Tweaked shuffle stack folding testsSimon Pilgrim2015-11-032-5/+5
* [LAA] LLE 3/6: Rename InterestingDependence to Dependences, NFCAdam Nemet2015-11-0311-74/+63
* [X86][AVX512] Fixed shuffle test name to match shuffleSimon Pilgrim2015-11-031-2/+2
* Python 3 - Fix checking of string types in unittest2 module.Zachary Turner2015-11-035-11/+17
* Introduce seven.cmp_ and use it instead of cmpZachary Turner2015-11-032-1/+5
* [LLVMSymbolize] Move demangling away from printing routines. NFC.Alexey Samsonov2015-11-032-34/+36
* Create .bss only when needed.Rafael Espindola2015-11-039-122/+66
* Squelch a silly warning regarding an extra 'default' in 'case'Ramkumar Ramachandra2015-11-031-39/+38
* Python 3 - Fix some issues in unittest2.Zachary Turner2015-11-034-12/+22
* Python 3: Modernize exception raising syntax.Zachary Turner2015-11-032-3/+3
OpenPOWER on IntegriCloud