summaryrefslogtreecommitdiffstats
path: root/llvm/test
Commit message (Expand)AuthorAgeFilesLines
* DebugInfo: .debug_line DWARF64 supportEd Maste2015-05-282-0/+15
* Don't create an unused _GLOBAL_OFFSET_TABLE_.Rafael Espindola2015-05-282-38/+5
* [mips] Make TTypeEncoding indirect to allow .eh_frame to be read-only.Daniel Sanders2015-05-281-7/+19
* [Mips64] Add support for MCJIT for MIPS64r2 and MIPS64r6Petar Jovanovic2015-05-2825-22/+184
* [ASan] New approach to dynamic allocas unpoisoning. Patch by Max Ostapenko!Yury Gribov2015-05-282-29/+2
* [Reassociate] Canonicalizing 'x [+-] (-Constant * y)' isn't always a winDavid Majnemer2015-05-282-14/+12
* [NaryReassociate] Run EarlyCSE after NaryReassociateJingyue Wu2015-05-281-9/+22
* [x86] Refactor the tests for popcnt.Chandler Carruth2015-05-283-159/+2902
* [RuntimeDyld] Fix MachO i386 SECTDIFF relocation to support non-zero addends.Lang Hames2015-05-271-2/+2
* Final fix for PR 23499 and IR test case.Diego Novillo2015-05-271-0/+21
* ARMTargetParser: Normalising build attributesRenato Golin2015-05-274-4/+4
* Resubmit r237954 (MIR Serialization: print and parse LLVM IR using MIR format).Alex Lorenz2015-05-274-1/+41
* [mips][microMIPSr6] Implement SEB and SEH instructionsZoran Jovanovic2015-05-272-0/+6
* [mips][microMIPSr6] Implement BEQZALC, BGEZALC, BGTZALC, BLEZALC, BLTZALC and...Jozef Kolek2015-05-272-0/+18
* AVX-512: Fixed a bug in extracting subvector from v64i1Elena Demikhovsky2015-05-271-0/+9
* Revert r238190 and r238197: [mips] Make TTypeEncoding indirect to allow .eh_f...Daniel Sanders2015-05-271-23/+7
* AVX-512: Implemented all forms of sign-extend and zero-extend instructions fo...Elena Demikhovsky2015-05-274-69/+1753
* [X86] Implement the support for shrink-wrapping.Quentin Colombet2015-05-271-0/+600
* [inliner] Fix the early-exit of the inline cost analysis to correctlyChandler Carruth2015-05-271-0/+37
* [BitcodeReader] Change assert to report_fatal_errorFilipe Cabecinhas2015-05-272-0/+5
* [BitstreamReader] Make sure the Array operand type is an encodingFilipe Cabecinhas2015-05-272-0/+5
* [BitcodeReader] Make sure abbrev records have at least one operand (record code)Filipe Cabecinhas2015-05-262-0/+5
* Add initial support for the convergent attribute.Owen Anderson2015-05-261-2/+8
* [BitcodeReader] Sanity check on Comdat IDFilipe Cabecinhas2015-05-263-0/+10
* Print "lock \t foo" instead of "lock \n foo".Rafael Espindola2015-05-2611-38/+19
* R600: Use SIGN_EXTEND_INREG for SEXT loadsJan Vesely2015-05-261-70/+39
* Revert "Re-commit changes in r237579 with fix for bug breaking windows builds."Diego Novillo2015-05-268-351/+4
* Forgot to add lit.local.cfg for new R600 directoryMatt Arsenault2015-05-261-0/+3
* CodeGenPrepare: Don't match addressing modes through addrspacecastMatt Arsenault2015-05-261-0/+49
* R600/SI: Add assembler support for all CI and VI VOP2 instructionsTom Stellard2015-05-261-73/+252
* Re-commit changes in r237579 with fix for bug breaking windows builds.Luke Cheeseman2015-05-268-4/+351
* AVX-512: fixed a bug in lowering VSELECT for 512-bit vectorElena Demikhovsky2015-05-261-0/+35
* Use std::bitset for SubtargetFeatures.Michael Kuperstein2015-05-261-1/+1
* [mips] Make TTypeEncoding indirect to allow .eh_frame to be read-only.Daniel Sanders2015-05-261-7/+23
* Remove conflicting attributes before adding deduced readonly/readnoneBjorn Steinbrink2015-05-251-0/+13
* [llvm-readobj/ELF] Teach how to decode DF_1_XXX flagsDavide Italiano2015-05-252-0/+6
* [X86][AVX2] Vectorized i16 shift operatorsSimon Pilgrim2015-05-251-0/+91
* R600/SI: Fix bug with v_interp_p1_f32 instructions on 16 bank lds chipsTom Stellard2015-05-251-8/+37
* This patch adds support for the vector quadword add/sub instructions introducedKit Barton2015-05-254-32/+200
* [X86] When pattern-matching scalar FMA3 intrinsics, don't re-arrange the firs...Michael Kuperstein2015-05-251-8/+24
* Added promotion to EXTRACT_SUBVECTOR operand.Elena Demikhovsky2015-05-251-0/+14
* AsmPrinter: Emit the DwarfStringPool offset directly when possibleDuncan P. N. Exon Smith2015-05-242-5/+4
* DebugInfo: Clarify test/DebugInfo/X86/stmt-list-multiple-compile-units.llDuncan P. N. Exon Smith2015-05-241-4/+6
* Add target hook to allow merging stores of nonzero constantsMatt Arsenault2015-05-242-2/+537
* [AArch64] Clean up the ELF streamer a bit.Benjamin Kramer2015-05-232-3/+3
* [PowerPC] Fix fast-isel when compare is split from branchHal Finkel2015-05-231-0/+72
* Stop resetting NoFramePointerElim in TargetMachine::resetTargetOptions.Akira Hatanaka2015-05-231-0/+25
* Remove unnecessary command line option "-disable-fp-elim".Akira Hatanaka2015-05-231-1/+1
* Revert "make reciprocal estimate code generation more flexible by adding comm...Rafael Espindola2015-05-232-3/+3
* Correct a mistaken comment from 238071 [NFC]Philip Reames2015-05-231-3/+2
OpenPOWER on IntegriCloud