Teach llvm-build to avoid touching LibraryDependencies.inc unless the contents
[oota-llvm.git] / lib / Target /
2014-11-19 Weiming Zhao[Aarch64] Customer lowering of CTPOP to SIMD should...
2014-11-19 Matt ArsenaultR600/SI: Implement areMemAccessesTriviallyDisjoint
2014-11-18 Matt ArsenaultR600/SI: Set hasSideEffects = 0 on load and store instr...
2014-11-18 Simon Pilgrim[X86][AVX] 256-bit vector stack unaligned load/stores...
2014-11-18 Colin LeMahieu[Hexagon] Adding A2_and instruction.
2014-11-18 Chad Rosier[FastISel][AArch64] Also allow folding of sign-/zero...
2014-11-18 Chad Rosier[FastISel][AArch64] Also allow folding of sign-/zero...
2014-11-18 Colin LeMahieu[Hexagon] Adding A2_sub instruction
2014-11-18 Juergen Ributzka[FastISel][AArch64] Follow-up fix for "Fix shift-immedi...
2014-11-18 Matt ArsenaultR600/SI: Move SIFixSGPRCopies to inst selector passes
2014-11-18 Juergen Ributzka[AArch64] Don't optimize all compare instructions.
2014-11-18 Tom StellardR600/SI: Make sure resource descriptors are always...
2014-11-18 Colin LeMahieu[Hexagon] Converting from ADD_rr to A2_add which has...
2014-11-18 Juergen Ributzka[FastISel][AArch64] Fix shift-immediate emission for...
2014-11-18 Jozef KolekTest commit to verify that commit access works.
2014-11-17 Reid KlecknerRevert "ADT: correctly report isMSVCEnvironment for...
2014-11-17 Saleem AbdulrasoolADT: correctly report isMSVCEnvironment for windows...
2014-11-17 Matt ArsenaultR600/SI: Don't copy flags when extracting subreg
2014-11-17 Matt ArsenaultR600/SI: Assume SIFixSGPRCopies makes changes
2014-11-17 Alexey Volkov[X86] Use ADD/SUB instead of INC/DEC for Haswell and...
2014-11-17 Oliver Stannard[Thumb1] Re-write emitThumbRegPlusImmediate
2014-11-16 Craig TopperConvert some EVTs to MVTs where only a SimpleValueType...
2014-11-16 Craig Topper[x86] Remove two redundant isel patterns. They equivale...
2014-11-15 Simon Pilgrim[X86][SSE] Improve legal SHUFP and PSHUFD shuffle matching
2014-11-15 Matt ArsenaultR600: Permute operands when selecting legacy min/max
2014-11-15 Tom StellardR600: Fix 64-bit integer division
2014-11-15 Tom StellardR600: Factor i64 UDIVREM lowering into its own fuction
2014-11-14 Reid KlecknerRename EH related stuff to be more precise
2014-11-14 Tim NorthoverARM: refactor .cfi_def_cfa_offset emission.
2014-11-14 Tim NorthoverARM: correctly calculate the offset of FP in its push.
2014-11-14 Tom StellardR600/SI: Mark s_movk_i32 as rematerializable
2014-11-14 Tom StellardR600/SI: Fix spilling of m0 register
2014-11-14 Matt ArsenaultR600/SI: Combine min3/max3 instructions
2014-11-14 Matt ArsenaultR600/SI: Fix verifier error from a branch on IMPLICIT_DEF
2014-11-14 Matt ArsenaultFix unused variable warning without asserts
2014-11-14 Matt ArsenaultR600/SI: Match integer min / max instructions
2014-11-14 Matt ArsenaultR600/SI: Use S_BFE_I64 for 64-bit sext_inreg
2014-11-14 Cameron McInally[AVX512] Add 512b masked integer shift by immediate...
2014-11-14 Tom StellardR600/SI: Fix assembly names for exec_hi and exec_lo
2014-11-14 Tom StellardR600/SI: Start implementing an assembler
2014-11-14 Bill Schmidt[PowerPC] Add VSX builtins for vec_div
2014-11-14 Matt ArsenaultR600/SI: Make constant array static
2014-11-14 Tim NorthoverX86: use getConstant rather than getTargetConstant...
2014-11-14 Reid KlecknerFix build of Mips code with MSVC by using our macro...
2014-11-13 Reed KotlerFirst stage of call lowering for Mips fast-isel
2014-11-13 Matt ArsenaultR600/SI: Fix fmin_legacy / fmax_legacy matching for SI
2014-11-13 Aditya NandakumarWe can get the TLOF from the TargetMachine - so constru...
2014-11-13 Juergen Ributzka[FastISel][AArch64] Don't bail during simple GEP instru...
2014-11-13 Matt ArsenaultR600/SI: Use s_movk_i32
2014-11-13 Matt ArsenaultR600/SI: Fix definition for s_cselect_b32
2014-11-13 Matt ArsenaultR600: Fix assert on empty function
2014-11-13 Matt ArsenaultR600: Error on initializer for LDS.
2014-11-13 Matt ArsenaultR600/SI: Get rid of FCLAMP_SI pseudo
2014-11-13 Matt ArsenaultR600/SI: Allow commuting with src2_modifiers
2014-11-13 Matt ArsenaultR600/SI: Allow commuting some 3 op instructions
2014-11-13 Tim NorthoverARM: allow constpool entry to be moved to the user...
2014-11-13 Tim NorthoverARM: avoid duplicating branches during constant islands.
2014-11-13 Tim NorthoverARM: add @llvm.arm.space intrinsic for testing Constant...
2014-11-13 Colin LeMahieu[Hexagon]
2014-11-13 Elena DemikhovskyAVX-512: SINT_TO_FP cost model and some bugfixes
2014-11-13 Aditya NandakumarThis patch changes the ownership of TLOF from TargetLow...
2014-11-13 Chandler Carruth[x86] Teach the vector shuffle lowering to make a more...
2014-11-13 Chandler Carruth[x86] Don't form overly fragmented blends when splittin...
2014-11-13 Juergen Ributzka[FastISel][AArch64] Optimize select when one of the...
2014-11-13 Juergen Ributzka[FastISel][AArch64] Fold the cmp into the select when...
2014-11-13 Juergen Ributzka[FastISel][AArch64] Extend 'select' lowering to support...
2014-11-12 Sanjay PatelExpose the number of Newton-Raphson iterations applied...
2014-11-12 Ahmed BougachaAdd fortified (__*_chk) library functions to TLI (NFC)
2014-11-12 Cameron McInally[AVX512] Add integer shift by immediate intrinsics.
2014-11-12 Jingyue WuFix broken doxygen annotations, NFC
2014-11-12 Jingyue WuDisable indvar widening if arithmetics on the wider...
2014-11-12 Justin HibbitsAdd support for small-model PIC for PowerPC.
2014-11-12 Zoran Jovanovic[mips][micromips] Add predicate 'InMicroMips' at CodeGe...
2014-11-12 Chandler Carruth[x86] Start improving the matching of unpck instruction...
2014-11-12 Elena DemikhovskyAVX-512: Intrinsics for ERI
2014-11-12 Jingyue WuReverts r221772 which fails tests
2014-11-12 Jingyue WuDisable indvar widening if arithmetics on the wider...
2014-11-12 Bill Schmidt[PowerPC] Add vec_vsx_ld and vec_vsx_st intrinsics
2014-11-12 Rafael EspindolaPass an ArrayRef to MCDisassembler::getInstruction.
2014-11-12 Rafael EspindolaRemove a bit of dead code.
2014-11-11 Sanjay PatelInitialize new subtarget feature variable for generatin...
2014-11-11 Juergen Ributzka[FastISel][AArch64] Add support for fabs intrinsic.
2014-11-11 Duncan P. N. Exon... Revert "IR: MDNode => Value"
2014-11-11 Tom RoederAdd Forward Control-Flow Integrity.
2014-11-11 Sanjay PatelUse rcpss/rcpps (X86) to speed up reciprocal calcs...
2014-11-11 Bill Schmidt[PowerPC] Replace foul hackery with real calls to __tls...
2014-11-11 Rafael EspindolaUse a 8 bit immediate when possible.
2014-11-11 Dario Domizioli[X86][ELF] Fix PR20243 - leaf frame pointer bug with...
2014-11-11 Vasileios Kalintiris[mips] Add preliminary support for the MIPS II target.
2014-11-11 Vasileios Kalintiris[mips] Add hardware register name "hwr_ulr" ($29)
2014-11-11 Andrea Di Biagio[X86] Add missing check for 'isINSERTPSMask' in method...
2014-11-11 Vasileios KalintirisRecommit "[mips] Add names and tests for the hardware...
2014-11-11 Craig TopperUse uint64_t as the type for the X86 TSFlag format...
2014-11-11 Michael Kuperstein[X86] Fix pattern match for 32-to-64-bit zext in the...
2014-11-11 Jingyue Wu[NVPTX] Remove dead code in NVPTXTargetTransformInfo...
2014-11-11 Rafael EspindolaMCAsmParserExtension has a copy of the MCAsmParser...
2014-11-11 Quentin Colombet[X86] Custom lower UINT_TO_FP from v4f32 to v4i32,...
2014-11-10 Michael KupersteinReverting r221626 due to a too-strict test.
2014-11-10 Juergen Ributzka[AArch64][FastISel] Fix kill flags for integer extends.
2014-11-10 Michael Kuperstein[X86] Fix pattern match for 32-to-64-bit zext in the...
next