summaryrefslogtreecommitdiffstats
path: root/llvm/include
Commit message (Expand)AuthorAgeFilesLines
* [X86] Improvement in CodeGen instruction selection for LEAs (re-applying post...Jatin Bhateja2017-10-042-1/+5
* [MC] - Don't assert when non-english characters are used.George Rimar2017-10-041-0/+15
* [Dominators] Make eraseNode invalidate DFS numbersJakub Kuderski2017-10-031-2/+3
* AMDGPU: Add ELFOSABI_AMDGPU_MESA3DKonstantin Zhuravlyov2017-10-031-26/+27
* AMDGPU: Add ELFOSABI_AMDGPU_PALKonstantin Zhuravlyov2017-10-032-8/+10
* Refactor DIBuilder dbg intrinsic insertion, NFCReid Kleckner2017-10-031-0/+11
* Revert r314817 "[dwarfdump] Add -lookup option"Hans Wennborg2017-10-033-33/+7
* Revert r314806 "[SLP] Vectorize jumbled memory loads."Hans Wennborg2017-10-031-15/+0
* CodeView: Provide a .def file with the register idsHans Wennborg2017-10-033-49/+272
* [dwarfdump] Add -lookup optionJonas Devlieghere2017-10-033-7/+33
* Revert "Re-enable "[MachineCopyPropagation] Extend pass to do COPY source for...Geoff Berry2017-10-032-6/+0
* Use sched_getaffinity instead of std::thread::hardware_concurrency.Rafael Espindola2017-10-033-2/+13
* [SLP] Vectorize jumbled memory loads.Mohammad Shahid2017-10-031-0/+15
* [Dominators] Don't use default parameter in lambdaJakub Kuderski2017-10-031-3/+3
* [AsmParser] Add DiagnosticString to AsmOperands in tablegenOliver Stannard2017-10-031-0/+4
* [Dominators] Add DFS number verificationJakub Kuderski2017-10-032-12/+106
* [Assembler] Report multiple near misses for invalid instructionsOliver Stannard2017-10-032-0/+142
* [Lint] Avoid failed assertion by fetching the proper pointer typeMikael Holmen2017-10-031-0/+8
* SparseSolver: Rename getOrInitValueState to getValueState, matching what SCCP...Daniel Berlin2017-10-031-3/+3
* [InstSimplify] teach SimplifySelectInst() to fold more vector selectsHaicheng Wu2017-10-021-0/+6
* Template the sparse propagation solver instead of using void pointersDaniel Berlin2017-10-021-17/+15
* Re-enable "[MachineCopyPropagation] Extend pass to do COPY source forwarding"Geoff Berry2017-10-022-0/+6
* Add ELFOSABI_FIRST_ARCH, ELFOSABI_LAST_ARCH and start using those in llvm-rea...Konstantin Zhuravlyov2017-10-021-2/+4
* Fix two header comments. NFC.Hans Wennborg2017-10-022-3/+2
* Move the stripping of invalid debug info from the Verifier to AutoUpgrade.Adrian Prantl2017-10-022-9/+31
* Update getMergedLocation to check the instruction type and merge properly.Dehao Chen2017-10-022-4/+23
* [dwarfdump] Add -show-formJonas Devlieghere2017-10-021-0/+1
* Separate the logic when handling indirect calls in SamplePGO ThinLTO compile ...Dehao Chen2017-10-012-2/+14
* Revert r314435: "[JumpThreading] Preserve DT and LVI across the pass"Daniel Jasper2017-09-302-14/+7
* fix 80 column violation.Adrian Prantl2017-09-291-4/+4
* Revert "Use the basic cost if a GEP is not used as addressing mode"Alex Shlyapnikov2017-09-294-53/+8
* [CodeGen] Fix some Clang-tidy modernize-use-using and Include What You Use wa...Eugene Zelenko2017-09-294-50/+86
* Use LLVM_ENABLE_ABI_BREAKING_CHECKS correctlySanjoy Das2017-09-291-5/+11
* Fix Wmismatched-tags warning. Simon Pilgrim2017-09-291-2/+1
* [WebAssembly] Allow each data segment to specify its own alignmentSam Clegg2017-09-292-4/+16
* [ThinLTO] Use decimal suffix for promoted values to match demanglersTeresa Johnson2017-09-291-1/+1
* [dwarfdump][NFC] Consistent printing of address rangesJonas Devlieghere2017-09-291-0/+2
* Use the basic cost if a GEP is not used as addressing modeJun Bum Lim2017-09-294-8/+53
* [SystemZ] implement shouldCoalesce()Jonas Paulsson2017-09-291-1/+3
* Fix spelling in comments. NFCI.Simon Pilgrim2017-09-291-2/+2
* Fix Wmismatched-tags warning. Simon Pilgrim2017-09-291-1/+3
* [AMDGPU] calling conventions for AMDPAL OS typeTim Renouf2017-09-291-6/+17
* [Triple] Add AMDPAL operating system typeTim Renouf2017-09-291-1/+2
* [dwarfdump][NFC] Consistent errors and warnings with --verifyJonas Devlieghere2017-09-291-0/+4
* [X86][MS-InlineAsm] Extended support for variables / identifiers on memory / ...Coby Tayree2017-09-291-15/+56
* llvm-dwarfdump: support .apple-namespaces in --findAdrian Prantl2017-09-291-0/+8
* llvm-dwarfdump: add support for .apple_types in --findAdrian Prantl2017-09-291-0/+4
* MIR: Serialize CaleeSavedInfo Restored flagMatthias Braun2017-09-281-1/+9
* Address further review feedback. (NFC)Adrian Prantl2017-09-281-2/+2
* llvm-dwarfdump: implement --find for .apple_namesAdrian Prantl2017-09-283-1/+53
OpenPOWER on IntegriCloud