summaryrefslogtreecommitdiffstats
path: root/llvm/lib
Commit message (Expand)AuthorAgeFilesLines
* [X86][SSE] SimplifyDemandedBits - call PEXTRB/PEXTRW SimplifyDemandedVectorEl...Simon Pilgrim2019-05-111-1/+6
* [DAG] Add SimplifyDemandedBits support for BITREVERSESimon Pilgrim2019-05-111-0/+10
* [CommandLine] Add long option flag for cl::ParseCommandLineOptions . Part 5 of 5Don Hinton2019-05-111-20/+40
* [CostModel][X86] Add min/max reduction costs for all SSE targetsSimon Pilgrim2019-05-111-6/+90
* [X86][SSE] Add SimplifyDemandedVectorElts HADD/HSUB handling.Simon Pilgrim2019-05-111-0/+45
* FixupLEAPass::fixupIncDec - non-LEA opcodes should not happen here. NFCI.Simon Pilgrim2019-05-111-0/+2
* [X86] Add CMOV_FR32X/CMOV_FR64X pseudo instructions. Use them in fast isel to...Craig Topper2019-05-113-4/+14
* [X86] Sink some fast isel code into the only if that uses it. NFCCraig Topper2019-05-111-13/+13
* [X86] Use TLI.getRegClassFor to simplify some more fast isel code. NFCICraig Topper2019-05-111-16/+7
* HexagonConstEvaluator::evaluateHexExt - check incoming opcodes. NFCI.Simon Pilgrim2019-05-111-0/+2
* Fix uninitialized variable analyzer warning. NFCI.Simon Pilgrim2019-05-111-1/+1
* SelectionDAGISel::CodeGenAndEmitDAG - remove unused variable. NFCI.Simon Pilgrim2019-05-111-3/+0
* [X86] Use getRegClassFor to simplify some code in fast isel. NFCICraig Topper2019-05-111-40/+18
* [X86] Don't emit MOVNTDQA loads from fast-isel without SSE4.1.Craig Topper2019-05-111-1/+1
* [X86] Add a test case for idempotent atomic operations with speculative load ...Craig Topper2019-05-111-1/+3
* [SystemZ] Move InstPrinter files to MCTargetDesc. NFCRichard Trieu2019-05-1112-36/+11
* [Sparc] Move InstPrinter files to MCTargetDesc. NFCRichard Trieu2019-05-1111-34/+9
* [RISCV] Move InstPrinter files to MCTargetDesc. NFCRichard Trieu2019-05-1110-33/+8
* [PowerPC] Move InstPrinter files to MCTargetDesc. NFCRichard Trieu2019-05-1110-34/+9
* [NVPTX] Move InstPrinter files to MCTargetDesc. NFCRichard Trieu2019-05-1110-34/+9
* [MSP430] Move InstPrinter files to MCTargetDesc. NFCRichard Trieu2019-05-1110-33/+8
* [Mips] Move InstPrinter files to MCTargetDesc. NFCRichard Trieu2019-05-1113-37/+11
* [Lanai] Move InstPrinter files to MCTargetDesc. NFCRichard Trieu2019-05-1110-35/+9
* [BPF] Move InstPrinter files to MCTargetDesc. NFCRichard Trieu2019-05-1110-34/+8
* [AVR] Move InstPrinter files to MCTargetDesc. NFCRichard Trieu2019-05-1110-36/+6
* [ARM] Move InstPrinter files to MCTargetDesc. NFCRichard Trieu2019-05-1112-36/+11
* [ARC] Move InstPrinter files to MCTargetDesc. NFCRichard Trieu2019-05-1110-31/+5
* [AMDGPU] Move InstPrinter files to MCTargetDesc. NFCRichard Trieu2019-05-1111-37/+11
* [AArch64] Move InstPrinter files to MCTargetDesc. NFCRichard Trieu2019-05-1010-39/+9
* [XCore] Move InstPrinter files to MCTargetDesc. NFCRichard Trieu2019-05-1010-34/+8
* [X86] Move InstPrinter files to MCTargetDesc. NFCRichard Trieu2019-05-1022-58/+33
* Revert [DAGCombiner] Avoid creating large tokenfactors in visitTokenFactorJordan Rupprecht2019-05-101-3/+2
* Factor out redzone ABI checks [NFCI]Philip Reames2019-05-104-5/+18
* [ORC] Make a narrowing-cast explicit to silence a compiler warning.Lang Hames2019-05-101-1/+1
* [JITLink][MachO] Mark atoms in sections 'no-dead-strip' set live by default.Lang Hames2019-05-102-36/+66
* [X86] Disable speculative load hardening for operations with an explicit RSP ...Craig Topper2019-05-101-0/+8
* [COFF] Fix .bss section size bug in obj2yaml / yaml2objReid Kleckner2019-05-101-0/+6
* [LegalizeVectorOps] Remove calls to LegalizeOp on the return value from Expan...Craig Topper2019-05-101-2/+2
* Skip over prefetchesMircea Trofin2019-05-101-0/+16
* [SDAG] Recursively legalize both vector mulo resultsNikita Popov2019-05-101-3/+7
* [ThinLTO] Auto-hide prevailing linkonce_odr only when all copies eligibleTeresa Johnson2019-05-1011-60/+117
* [DAGCombiner] reduce code duplication; NFCSanjay Patel2019-05-101-10/+8
* Add InstCombine::visitFNeg(...)Cameron McInally2019-05-102-0/+10
* DebugInfo: Only move types out of type units if they're named or type unitedDavid Blaikie2019-05-103-6/+15
* [SLP] Refactor VectorizableTree to use unique_ptr.Simon Pilgrim2019-05-101-48/+67
* [LSR] Tweak setup cost depth threshold to 10.Amara Emerson2019-05-101-1/+1
* [MC][ELF] Copy top 3 bits of st_other to .symver aliasesFangrui Song2019-05-101-0/+1
* Adjust MachineScheduler to use ProcResource countsMomchil Velikov2019-05-101-17/+55
* [X86] Avoid SFB - Fix inconsistent codegen with/without debug info Robert Lougher2019-05-101-2/+4
* [X86][SSE] Add getHopForBuildVector vector splittingSimon Pilgrim2019-05-101-0/+16
OpenPOWER on IntegriCloud