[Hexagon] Adding accumulating half word multiplies.
[oota-llvm.git] / lib /
2014-12-15 Colin LeMahieu[Hexagon] Adding accumulating half word multiplies.
2014-12-15 Colin LeMahieu[Hexagon] Adding multiply with rnd/sat/rndsat
2014-12-15 Matthias BraunLiveRangeCalc: use more range based for loops; NFC
2014-12-15 Colin LeMahieu[Hexagon] Adding encoding bits for halfword multiplies.
2014-12-15 Ahmed Bougacha[X86] Also pretty-print shuffle mask for INSERTPS rm...
2014-12-15 Duncan P. N. Exon... IR: Make metadata typeless in assembly
2014-12-15 Michael IlsemanSilence more static analyzer warnings.
2014-12-15 Vladimir MedicAdd disassembler tests for mips3 platform. There are...
2014-12-15 Aaron BallmanChanging a cast from unsigned to uint64_t, should be...
2014-12-15 Elena DemikhovskySink store based on alias analysis
2014-12-15 Michael Kuperstein[X86] Break false dependencies before partial register...
2014-12-15 Elena DemikhovskyAVX-512: Added EXPAND instructions and intrinsics.
2014-12-15 Alexey BataevFix line mapping information in LLVM JIT profiling...
2014-12-15 David MajnemerThreadLocal: Move Unix-specific code out of Support...
2014-12-15 David MajnemerThreadLocal: Return a mutable pointer if templated...
2014-12-14 Elena DemikhovskyLoop Vectorizer minor changes in the code -
2014-12-14 David MajnemerAPInt: udivrem should use machine instructions for...
2014-12-14 David MajnemerScalarEvolution: Remove SCEVUDivision, it's unused
2014-12-14 Hal Finkel[PowerPC] Handle cmp op promotion for SELECT[_CC] nodes...
2014-12-13 Ahmed BougachaReapply "[ARM] Combine base-updating/post-incrementing...
2014-12-13 Renato GolinRevert "[ARM] Combine base-updating/post-incrementing...
2014-12-13 Aaron BallmanSilencing a -Wsign-compare warning; NFC.
2014-12-13 Akira HatanakaRename argument strings of codegen passes to avoid...
2014-12-12 Hal Finkel[PowerPC] Add a DAGToDAG peephole to remove unnecessary...
2014-12-12 David MajnemerValueTracking: Don't recurse too deeply in computeKnown...
2014-12-12 Chad Rosier[ARMConstantIsland] Insert tbb/tbh optimization where...
2014-12-12 Yaron KerenPass EC by reference to MemoryBufferMMapFile to return...
2014-12-12 Michael IlsemanClean up static analyzer warnings.
2014-12-12 Colin LeMahieu[Hexagon] Adding double word add/min/minu/max/maxu...
2014-12-12 Colin LeMahieu[Hexagon] Adding J class call instructions.
2014-12-12 Duncan P. N. Exon... IR: Don't track nullptr on metadata RAUW
2014-12-12 Rafael EspindolaMAP_FILE is the default. We don't need to add it.
2014-12-12 Steven WuMore code format fix from r224133, NFC
2014-12-12 Rafael EspindolaRemove silly left over from the Windows resize_file...
2014-12-12 Rafael EspindolaMove the resize file feature from mapped_file_region...
2014-12-12 Rafael EspindolaPass a FD to resise_file and add a testcase.
2014-12-12 Rafael EspindolaRemove unused feature. NFC.
2014-12-12 Steven WuRestructure code from r224097. NFC
2014-12-12 Robert Khasanov[AVX512] Enabling bit logic lowering
2014-12-12 Vasileios Kalintiris[mips] Enable code generation for MIPS-III.
2014-12-12 Robert Khasanov[AVX512] Enabling MIN/MAX lowering.
2014-12-12 Andrea Di BiagioReapply "[MachineScheduler] Fix for PR21807: minor...
2014-12-12 Chad Rosier[Reassociate] Use dbgs() instead of errs().
2014-12-12 Vasileios Kalintiris[mips] Support SELECT nodes for targets that don't...
2014-12-12 Robert Khasanov[AVX512] Minor fix in lowering pattern for broadcast...
2014-12-12 Andrea Di BiagioRevert: [MachineScheduler] Fix for PR21807: minor code...
2014-12-12 Suyog SardaThis patch recognizes (+ (+ v0, v1) (+ v2, v3)), reorde...
2014-12-12 Andrea Di Biagio[MachineScheduler] Fix for PR21807: minor code differen...
2014-12-12 Charlie TurnerEmit Tag_ABI_FP_16bit_format build attribute.
2014-12-12 Ekaterina RomanovaA fix for PR21176.
2014-12-12 Steven WuFix another infinite loop in InstCombine
2014-12-12 Matt ArsenaultR600: Fix min/max matching problems with unordered...
2014-12-12 Matt ArsenaultR600/SI: fmin/fmax_legacy are not associative
2014-12-12 Matt ArsenaultR600/SI: Don't promote f32 select to i32
2014-12-12 Duncan P. N. Exon... Bitcode: Add missing "Remove in 4.0" comments
2014-12-12 Matthias BraunDocument that PassManager::add() may delete the pass...
2014-12-12 Philip ReamesComment and minor code cleanup for GCStrategy (NFC)
2014-12-12 Matt ArsenaultAdd target hook for whether it is profitable to reduce...
2014-12-11 Sanjay Patelremove function names from comments; NFC
2014-12-11 Matt ArsenaultR600/SI: Handle physical registers in getOpRegClass
2014-12-11 Matt ArsenaultR600/SI: Don't verify constant bus usage of flag ops
2014-12-11 Duncan P. N. Exon... Bitcode: Use unsigned char to record MDStrings
2014-12-11 Sanjay Patelreturn without temporary; NFC
2014-12-11 Matthias BraunEnable MachineVerifier in debug mode for X86, ARM,...
2014-12-11 Ahmed Bougacha[X86] Add a temporary testcase for PR21876/r223996.
2014-12-11 Duncan P. N. Exon... Bitcode: Add METADATA_NODE and METADATA_VALUE
2014-12-11 Hal Finkel[PowerPC] Better lowering for add/or of a FrameIndex
2014-12-11 Duncan P. N. Exon... Bitcode: Add `OLD_` prefix to metadata node records
2014-12-11 Matt ArsenaultR600/SI: Use unordered equal instructions
2014-12-11 Matt ArsenaultR600/SI: Make more unordered comparisons legal
2014-12-11 Matt ArsenaultR600/SI: Use unordered not equal instructions
2014-12-11 Alexey Samsonov[ASan] Change fake stack and local variables handling.
2014-12-11 Duncan P. N. Exon... CodeGen: Stop using LeakDetector for MachineInstr
2014-12-11 Duncan P. N. Exon... IR: Store MDNodes in a separate LeakDetector container
2014-12-11 Matthias Braun[CodeGen] Add print and verify pass after each MachineF...
2014-12-11 David MajnemerAsmParser: Don't crash on an ill-formed MDNodeVector
2014-12-11 Andrea Di Biagio[InstCombine][X86] Improved folding of calls to Intrins...
2014-12-11 David MajnemerAsmParser: Don't crash on an ill-formed MDNodeVector
2014-12-11 Rafael EspindolaRemove a convoluted way of calling close by moving...
2014-12-11 Rafael EspindolaThis reverts commit r224043 and r224042.
2014-12-11 Michael IlsemanSilence static analyzer warnings in LLVMSupport.
2014-12-11 Matthias BraunEnable machineverifier in debug mode for X86, ARM,...
2014-12-11 Matthias Braun[CodeGen] Add print and verify pass after each MachineF...
2014-12-11 Matthias Braun[CodeGen] Let MachineVerifierPass own its banner string
2014-12-11 Colin LeMahieu[Hexagon] Renaming classes in preparation for replacement.
2014-12-11 Tim NorthoverARM: convert isTargetIOS checks to isTargetDarwin.
2014-12-11 Hal Finkel[PowerPC] Implement BuildSDIVPow2, lower i64 pow2 sdiv...
2014-12-11 Rafael EspindolaRemove dead code. NFC.
2014-12-11 Cameron McInally[AVX512] Add support for 512b variable bit shift intrin...
2014-12-11 Colin LeMahieu[Hexagon] Ading i64 <- i32, i32 sextw pattern.
2014-12-11 Colin LeMahieu[Hexagon] Adding encoding information for sign extend...
2014-12-11 Elena DemikhovskyAVX-512: Added all forms of COMPRESS instruction
2014-12-11 Jozef Kolek[mips][microMIPS] Implement CodeGen support for LI16...
2014-12-11 Michael KupersteinThe inliner needs to fix up debug information for llvm...
2014-12-11 Michael Kuperstein[X86] When converting movs to pushes, don't assume...
2014-12-11 Patrik HagglundBugfix in InlineSpiller::traceSiblingValue().
2014-12-11 Elena DemikhovskyAVX-512: Fixed a bug in lowering setcc for MVT::i1...
2014-12-11 Kumar Sukhanitest commit (spelling correction)
2014-12-11 Erik EcksteinRefactor creation of overflow result tuples in InstComb...
2014-12-11 Craig TopperUse range-based for loops. NFC
next