summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* [vectorize] Initial version of respecting PGO in the vectorizer: treatChandler Carruth2014-01-27
* ConstantHoisting: We can't insert instructions directly in front of a PHI node.Benjamin Kramer2014-01-27
* XCore: Fix typo in function name.Benjamin Kramer2014-01-27
* [vectorizer] Add an override for the target instruction cost and use itChandler Carruth2014-01-27
* [vectorizer] Simplify code to use existing helpers on the FunctionChandler Carruth2014-01-27
* [vectorizer] Teach the loop vectorizer's unroller to only unroll byChandler Carruth2014-01-27
* [vectorizer] Add some flags which are useful for conducting experimentsChandler Carruth2014-01-27
* [vectorizer] Fix a trivial oversight where we always requested theChandler Carruth2014-01-27
* Fix crasher introduced in r200203 and caught by a libc++ buildbot. Don't assu...Nick Lewycky2014-01-27
* Teach SCEV to handle more cases of 'and X, CST', specifically where CST is an...Nick Lewycky2014-01-27
* Additional fix for 200201: due to dependence on bitwidth test was moved to X8...Stepan Dyatkovskiy2014-01-27
* Fix for PR18102.Stepan Dyatkovskiy2014-01-27
* [vectorizer] Clean up the handling of unvectorized loop unrolling in theChandler Carruth2014-01-27
* R600/SI: Add intrinsic for BUFFER_LOAD_DWORD* instructionsMichel Danzer2014-01-27
* R600/SI: Add intrinsic for S_SENDMSG instructionMichel Danzer2014-01-27
* Roll back the ConstStringRef change for nowAlp Toker2014-01-27
* Print .mask and .fmask with the target streamer.Rafael Espindola2014-01-27
* Rename IMAGE_DLL_CHARACTERISTICS_HIGH_ENTROPY_VA.Rui Ueyama2014-01-27
* Move true/false StringRef helper to StringExtrasAlp Toker2014-01-27
* StringRef: Extend constexpr capabilities and introduce ConstStringRefAlp Toker2014-01-27
* Print .frame via the target streamer.Rafael Espindola2014-01-27
* [AArch64 NEON] Try to generate CONCAT_VECTOR when lowering BUILD_VECTOR or SH...Kevin Qin2014-01-27
* Revert r199791.Kevin Qin2014-01-27
* Use SwitchSection in MipsAsmPrinter::EmitStartOfAsmFile.Rafael Espindola2014-01-27
* Remove dead code.Rafael Espindola2014-01-27
* Add back spaces I missed in the conversion to emitRawComments.Rafael Espindola2014-01-27
* Use emitRawComment instead of EmitRawText.Rafael Espindola2014-01-27
* Add missing file.Rafael Espindola2014-01-27
* Add a XCoreTargetStreamer and port over the simple uses of EmitRawText.Rafael Espindola2014-01-26
* MC: fix test locations/nameSaleem Abdulrasool2014-01-26
* ARM: improve diagnostics for .word directiveSaleem Abdulrasool2014-01-26
* AsmParser: improve diagnostics for invalid variantsSaleem Abdulrasool2014-01-26
* MC: whitespaceSaleem Abdulrasool2014-01-26
* Avoid C++ comment in C sourcesAlp Toker2014-01-26
* Follow up of r200095. Code clean up.Evan Cheng2014-01-26
* [CMake] tablegen(): Use -I <dir> according to the list by include_directories().NAKAMURA Takumi2014-01-26
* [CMake] Functionalize tblgen().NAKAMURA Takumi2014-01-26
* Clean up the Legal/Expand logic for SPARC popc.Jakob Stoklund Olesen2014-01-26
* Implement the missing bits corresponding to .mips_hack_elf_flags.Rafael Espindola2014-01-26
* Pass a MCSubtargetInfo down to the TargetStreamer creation.Rafael Espindola2014-01-26
* [CMake] configure_lit_site_cfg: ${SHLIBDIR} should point the build tree.NAKAMURA Takumi2014-01-26
* Only generate the popc instruction for SPARC CPUs that implement it.Jakob Stoklund Olesen2014-01-26
* Fix swapped CASA operands.Jakob Stoklund Olesen2014-01-26
* Construct the MCStreamer before constructing the MCTargetStreamer.Rafael Espindola2014-01-26
* [Sparc] Add support for parsing DW_CFA_GNU_window_save. Venkatraman Govindaraju2014-01-26
* Convert some easy uses of EmitRawText to TargetStreamer methods.Rafael Espindola2014-01-26
* COFF: Add a missing enum value for high entropy ASLR.Rui Ueyama2014-01-26
* Improve some x86 type constraints.Craig Topper2014-01-26
* Improve pattern match from v1i8 to v1i32 for AArch64 Neon.Jiangning Liu2014-01-26
* Remove unused typedef.Rui Ueyama2014-01-26