summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-01-27[vectorizer] Add some flags which are useful for conducting experimentsChandler Carruth1-2/+38
2014-01-27[vectorizer] Fix a trivial oversight where we always requested theChandler Carruth1-4/+4
2014-01-27Fix crasher introduced in r200203 and caught by a libc++ buildbot. Don't assu...Nick Lewycky2-1/+12
2014-01-27Teach SCEV to handle more cases of 'and X, CST', specifically where CST is an...Nick Lewycky6-37/+120
2014-01-27Additional fix for 200201: due to dependence on bitwidth test was moved to X8...Stepan Dyatkovskiy1-0/+0
2014-01-27Fix for PR18102.Stepan Dyatkovskiy2-1/+27
2014-01-27[vectorizer] Clean up the handling of unvectorized loop unrolling in theChandler Carruth1-13/+3
2014-01-27R600/SI: Add intrinsic for BUFFER_LOAD_DWORD* instructionsMichel Danzer4-21/+141
2014-01-27R600/SI: Add intrinsic for S_SENDMSG instructionMichel Danzer6-2/+75
2014-01-27Roll back the ConstStringRef change for nowAlp Toker4-58/+22
2014-01-27Print .mask and .fmask with the target streamer.Rafael Espindola4-22/+46
2014-01-27Rename IMAGE_DLL_CHARACTERISTICS_HIGH_ENTROPY_VA.Rui Ueyama3-4/+3
2014-01-27Move true/false StringRef helper to StringExtrasAlp Toker2-5/+5
2014-01-27StringRef: Extend constexpr capabilities and introduce ConstStringRefAlp Toker4-22/+58
2014-01-27Print .frame via the target streamer.Rafael Espindola3-5/+21
2014-01-27[AArch64 NEON] Try to generate CONCAT_VECTOR when lowering BUILD_VECTOR or SH...Kevin Qin3-29/+365
2014-01-27Revert r199791.Kevin Qin3-360/+29
2014-01-27Use SwitchSection in MipsAsmPrinter::EmitStartOfAsmFile.Rafael Espindola1-16/+17
2014-01-27Remove dead code.Rafael Espindola2-25/+0
2014-01-27Add back spaces I missed in the conversion to emitRawComments.Rafael Espindola1-3/+3
2014-01-27Use emitRawComment instead of EmitRawText.Rafael Espindola1-4/+5
2014-01-27Add missing file.Rafael Espindola1-0/+27
2014-01-26Add a XCoreTargetStreamer and port over the simple uses of EmitRawText.Rafael Espindola2-9/+64
2014-01-26MC: fix test locations/nameSaleem Abdulrasool2-0/+0
2014-01-26ARM: improve diagnostics for .word directiveSaleem Abdulrasool2-1/+15
2014-01-26AsmParser: improve diagnostics for invalid variantsSaleem Abdulrasool3-1/+26
2014-01-26MC: whitespaceSaleem Abdulrasool1-57/+56
2014-01-26Avoid C++ comment in C sourcesAlp Toker1-1/+1
2014-01-26Follow up of r200095. Code clean up.Evan Cheng1-1/+1
2014-01-26[CMake] tablegen(): Use -I <dir> according to the list by include_directories().NAKAMURA Takumi1-5/+17
2014-01-26[CMake] Functionalize tblgen().NAKAMURA Takumi1-3/+3
2014-01-26Clean up the Legal/Expand logic for SPARC popc.Jakob Stoklund Olesen3-7/+10
2014-01-26Implement the missing bits corresponding to .mips_hack_elf_flags.Rafael Espindola13-119/+136
2014-01-26Pass a MCSubtargetInfo down to the TargetStreamer creation.Rafael Espindola11-11/+19
2014-01-26[CMake] configure_lit_site_cfg: ${SHLIBDIR} should point the build tree.NAKAMURA Takumi1-1/+5
2014-01-26Only generate the popc instruction for SPARC CPUs that implement it.Jakob Stoklund Olesen5-12/+19
2014-01-26Fix swapped CASA operands.Jakob Stoklund Olesen2-4/+4
2014-01-26Construct the MCStreamer before constructing the MCTargetStreamer.Rafael Espindola26-119/+138
2014-01-26[Sparc] Add support for parsing DW_CFA_GNU_window_save. Venkatraman Govindaraju4-0/+112
2014-01-26Convert some easy uses of EmitRawText to TargetStreamer methods.Rafael Espindola3-12/+97
2014-01-26COFF: Add a missing enum value for high entropy ASLR.Rui Ueyama3-0/+5
2014-01-26Improve some x86 type constraints.Craig Topper1-11/+22
2014-01-26Improve pattern match from v1i8 to v1i32 for AArch64 Neon.Jiangning Liu2-14/+23
2014-01-26Remove unused typedef.Rui Ueyama1-2/+0
2014-01-26llvm-readobj: add support for PE32+ (Windows 64 bit executable).Rui Ueyama5-62/+180
2014-01-26Remove -print-hack-directives from a test where we already do the right thing.Rafael Espindola1-1/+1
2014-01-26Move tests that just use llc from test/MC/Mips to test/MC/Codegen.Rafael Espindola4-0/+0
2014-01-26Implement pattern match from v1xx to v1xx for AArch64 Neon.Jiangning Liu2-0/+199
2014-01-26[Sparc] Add support for sparc relocation types in ELF object file.Venkatraman Govindaraju3-0/+117
2014-01-26[AArch64 NEON] Add patterns for concat_vector on v2i32.Kevin Qin2-21/+56