summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* [SimplifyLibCalls] Add a new transformation: pow(exp(x), y) -> exp(x*y)Davide Italiano2015-11-034-0/+81
* [X86][XOP] Add support for the matching of the VPCMOV bit select instructionSimon Pilgrim2015-11-034-3/+185
* llmv-pdbdump: Make BuiltinDumper shorter. NFC.Rui Ueyama2015-11-032-41/+27
* [LAA] LLE 2/6: Fix a NoDep case that should be a Forward dependenceAdam Nemet2015-11-033-1/+73
* [LAA] LLE 1/6: Expose Forward dependencesAdam Nemet2015-11-033-13/+53
* Update for llvm change.Rafael Espindola2015-11-036-111/+47
* Don't create empty sections just to look like gas.Rafael Espindola2015-11-0316-102/+66
* Avoid checking for irrelevant facts.Rafael Espindola2015-11-034-15/+15
* Python 3 - modernize exception catching syntax.Zachary Turner2015-11-0310-40/+40
OpenPOWER on IntegriCloud