summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target
Commit message (Expand)AuthorAgeFilesLines
* [mips][microMIPSr6] Implement SEB and SEH instructionsZoran Jovanovic2015-05-273-2/+22
* [mips][microMIPSr6] Implement BEQZALC, BGEZALC, BGTZALC, BLEZALC, BLTZALC and...Jozef Kolek2015-05-273-7/+89
* AVX-512: Fixed a bug in extracting subvector from v64i1Elena Demikhovsky2015-05-271-0/+8
* Use operator<< instead of print in a few more places.Rafael Espindola2015-05-274-7/+7
* Revert r238190 and r238197: [mips] Make TTypeEncoding indirect to allow .eh_f...Daniel Sanders2015-05-272-9/+1
* AVX-512: Implemented all forms of sign-extend and zero-extend instructions fo...Elena Demikhovsky2015-05-273-75/+160
* [X86] Implement the support for shrink-wrapping.Quentin Colombet2015-05-273-35/+68
* ARMLoadStoreOptimizer: Code cleanup; NFCMatthias Braun2015-05-271-15/+12
* Print "lock \t foo" instead of "lock \n foo".Rafael Espindola2015-05-261-1/+1
* R600: Use SIGN_EXTEND_INREG for SEXT loadsJan Vesely2015-05-261-6/+3
* R600: Add comments to subword private address load lowering codeJan Vesely2015-05-261-0/+13
* Revert "Re-commit changes in r237579 with fix for bug breaking windows builds."Diego Novillo2015-05-266-628/+17
* R600/SI: Add assembler support for all CI and VI VOP2 instructionsTom Stellard2015-05-263-3/+70
* Replace getOrCreateSectionData with registerSection.Rafael Espindola2015-05-262-7/+7
* Re-commit changes in r237579 with fix for bug breaking windows builds.Luke Cheeseman2015-05-266-17/+628
* Test CommitLuke Cheeseman2015-05-261-1/+0
* AVX-512: fixed a bug in arithmetic operations lowering for i1 typeElena Demikhovsky2015-05-261-0/+12
* AVX-512: fixed a bug in lowering VSELECT for 512-bit vectorElena Demikhovsky2015-05-261-1/+1
* Use std::bitset for SubtargetFeatures.Michael Kuperstein2015-05-2627-949/+974
* [mips] Make TTypeEncoding indirect to allow .eh_frame to be read-only.Daniel Sanders2015-05-262-1/+9
* Remove most uses of MCSectionData from MCAssembler.Rafael Espindola2015-05-261-1/+1
* Stop using MCSectionData in MCMachObjectWriter.h.Rafael Espindola2015-05-264-34/+20
* Stop using MCSectionData in MCExpr.h.Rafael Espindola2015-05-263-31/+20
* Return a MCSection from MCFragment::getParent().Rafael Espindola2015-05-264-41/+64
* Turn MCSectionData into a field of MCSection.Rafael Espindola2015-05-251-1/+1
* [X86][AVX2] Vectorized i16 shift operatorsSimon Pilgrim2015-05-252-13/+35
* R600/SI: Remove some unnecessary patterns from VINTRP multiclassTom Stellard2015-05-252-11/+9
* R600/SI: Fix bug with v_interp_p1_f32 instructions on 16 bank lds chipsTom Stellard2015-05-255-10/+50
* R600/SI: Use NAME rather than opName as the key to the MCOpcode tablesTom Stellard2015-05-252-7/+7
* This patch adds support for the vector quadword add/sub instructions introducedKit Barton2015-05-252-9/+19
* Stop forwarding getOrdinal and setOrdinal.Rafael Espindola2015-05-254-11/+15
* [X86] When pattern-matching scalar FMA3 intrinsics, don't re-arrange the firs...Michael Kuperstein2015-05-251-2/+7
* Added promotion to EXTRACT_SUBVECTOR operand.Elena Demikhovsky2015-05-251-0/+4
* Reformat.NAKAMURA Takumi2015-05-252-84/+83
* Prune CRLFs.NAKAMURA Takumi2015-05-255-1546/+1546
* Add target hook to allow merging stores of nonzero constantsMatt Arsenault2015-05-242-0/+10
* Bump SmallString to the minimum required amount for raw_ostream to avoid allo...Benjamin Kramer2015-05-231-1/+1
* [Mips] Prefer Twine::utohexstr over utohexstr, saves a string copy.Benjamin Kramer2015-05-231-3/+2
* [AArch64] Clean up the ELF streamer a bit.Benjamin Kramer2015-05-232-15/+4
* [AArch64] Move AArch64TargetStreamer out of MCStreamer.hBenjamin Kramer2015-05-234-6/+47
* [PowerPC] Fix fast-isel when compare is split from branchHal Finkel2015-05-231-19/+32
* Stop resetting NoFramePointerElim in TargetMachine::resetTargetOptions.Akira Hatanaka2015-05-236-17/+21
* Revert "make reciprocal estimate code generation more flexible by adding comm...Rafael Espindola2015-05-237-267/+54
* make reciprocal estimate code generation more flexible by adding command-line...Sanjay Patel2015-05-227-54/+267
* Use new MachineInstr mayLoadOrStore() API. NFC.Chad Rosier2015-05-222-3/+2
* [bpf] emit jmp fixups in little endianAlexei Starovoitov2015-05-221-1/+3
* Reapply r238011 with a fix for the trap instruction.Quentin Colombet2015-05-227-110/+249
* [PPC64] Add support for clrbhrb, mfbhrbe, rfebb.Bill Schmidt2015-05-227-0/+82
* [ARM] Fix typo in subtarget feature list for 7em tripleJohn Brawn2015-05-221-1/+1
* Revert "[X86] Fix a variable name for r237977 so that it works with every com...Tamas Berghammer2015-05-227-250/+111
OpenPOWER on IntegriCloud