SLPVectorizer: Don't vectorize phi nodes that use invoke values
[oota-llvm.git] / test /
2013-09-17 Arnold SchwaighoferSLPVectorizer: Don't vectorize phi nodes that use invok...
2013-09-17 Quentin Colombet[InstCombiner] Slice a big load in two loads when the...
2013-09-17 Joey Gouly[ARM] Fix the deprecation of MCR encodings that map...
2013-09-17 Stepan DyatkovskiyBugfix for PR17099:
2013-09-17 Kevin QinImplement 3 AArch64 neon instructions : umov smov ins.
2013-09-17 Quentin Colombet[SelectionDAG] Teach the vector scalarizer about TRUNCATE.
2013-09-17 Adrian Prantlmention command line parameters
2013-09-16 Adrian PrantlBe sure we run ARM tests only when an ARM backend is...
2013-09-16 Adrian PrantlDebug info: Fix PR16736 and rdar://problem/14990587.
2013-09-16 Preston GurdAdd Atom Silvermont (slm) tests
2013-09-16 Krzysztof ParzyszekAdd testcase for r190631
2013-09-16 Arnold SchwaighoferDon't vectorize if there are outside loop users of...
2013-09-16 Evgeniy Stepanov[msan] Check return value of main().
2013-09-16 Vladimir MedicThis patch implements Mips load/store instructions...
2013-09-16 Richard Sandiford[SystemZ] Improve extload handling
2013-09-16 Peter CollingbourneImplement function prefix data as an IR feature.
2013-09-15 Hal FinkelPPC: Don't restrict lvsl generation to after type legal...
2013-09-15 Benjamin KramerELF: Add support for the exclude section bit for gas...
2013-09-15 David MajnemerMC: Add support for '?' flags in .section directives
2013-09-15 Kai NackeFix alignment of unwind data.
2013-09-15 Kai NackeGenerate IMAGE_REL_AMD64_ADDR32NB relocations for SEH
2013-09-15 Hal FinkelRevert r190764: PPC: Don't restrict lvsl generation...
2013-09-15 Hal FinkelPPC: Don't restrict lvsl generation to after type legal...
2013-09-15 Hal FinkelPrevent assert in CombinerGlobalAA with null values
2013-09-15 Reed KotlerExpand the mask capability for deciding which functions...
2013-09-14 Ben LangmuirAdd the remaining Intel SHA instructions
2013-09-14 Chandler CarruthRemove the long, long defunct IR block placement pass.
2013-09-14 Zoran JovanovicFixed bug when generating Load Upper Immediate microMIP...
2013-09-14 Zoran JovanovicSupport for microMIPS DIV instructions.
2013-09-14 Zoran JovanovicSupport for misc microMIPS instructions.
2013-09-14 Matt ArsenaultAdd missing CHECK-LABEL
2013-09-14 Matt ArsenaultAdd test for untested path in SimplifyCFG
2013-09-13 Amaury de la VieuvilleFix tests for hasFPARMv8 name change (r190692)
2013-09-13 Joey Gouly[ARMv8] Change hasV8Fp to hasFPARMv8, and other command...
2013-09-13 Joey Gouly[ARMv8] Emit the proper .fpu directive.
2013-09-13 Amaury de la VieuvilleAdd "native" to config.available_features, to make...
2013-09-13 Richard Sandiford[SystemZ] Try to fold shifts into TMxx
2013-09-13 Tim NorthoverAArch64: use RegisterOperand for NEON registers.
2013-09-13 Eric ChristopherAdd initial support for handling gnu style pubnames...
2013-09-12 Vincent LejeuneR600: Move code handling literal folding into R600ISelL...
2013-09-12 Vincent LejeuneR600: Move fabs/fneg/sel folding logic into PostProcessIsel
2013-09-12 Hal FinkelRemove unnecessary TBAA metadata from r190636's test...
2013-09-12 Hal FinkelFix PPC ABI for ByVal structs with vector members
2013-09-12 Joe AbbeyPatch provide by Tom Roeder!
2013-09-12 Hal FinkelMake the PPC fast-math sqrt expansion safe at 0
2013-09-12 Roman DivackyImplement asm support for a few PowerPC bookIII that...
2013-09-12 Ben LangmuirPartial support for Intel SHA Extensions (sha1rnds4)
2013-09-12 Hal FinkelMark PPC MFTB and DST (and friends) as deprecated
2013-09-12 Joey GoulySomehow this important part of the patch, where I actua...
2013-09-12 Elena DemikhovskyLLVM interpreter: added a test for insert- extract...
2013-09-12 Joey GoulyAdd an instruction deprecation feature to TableGen.
2013-09-12 Elena DemikhovskyAVX-512: implemented extractelement with variable index.
2013-09-12 Hal FinkelPPC: Enable aggressive anti-dependency breaking
2013-09-12 Tom StellardR600/SI: expose TBUFFER_STORE_FORMAT_* for OpenGL trans...
2013-09-11 Hal FinkelImplement TTI getUnrollingPreferences for PowerPC
2013-09-11 Bill WendlingTry to fix the atom buildbots by adding an explicit...
2013-09-11 Daniel Sanders[mips][msa] Added test cases that were supposed to...
2013-09-11 Daniel Sanders[mips][msa] Added support for matching mulv, nlzc,...
2013-09-11 Daniel Sanders[mips][msa] Added support for matching fadd, fdiv,...
2013-09-11 Daniel Sanders[mips][msa] Added support for matching div_[su] from...
2013-09-11 Daniel Sanders[mips][msa] Added support for matching addv from normal...
2013-09-11 Daniel Sanders[mips][msa] Corrected the definition of the dotp_[su...
2013-09-11 Matt ArsenaultTeach loop-idiom about address space pointer sizes
2013-09-10 Matt ArsenaultFix missing CHECK-LABELs
2013-09-10 Matt ArsenaultTeach ScalarEvolution about pointer address spaces
2013-09-10 Richard Sandiford[SystemZ] Add TM and TMY
2013-09-10 Daniel Sanders[mips][msa] Removed unsupported dot product instruction...
2013-09-10 Vladimir MedicAdd test cases for Mips mthc1/mfhc1 instructions. Add...
2013-09-10 NAKAMURA TakumiMCObjectFileInfo.cpp: Fix a couple of possible typo...
2013-09-10 NAKAMURA Takumillvm/test/DebugInfo/dwarf-public-names.ll: Mark it...
2013-09-09 Manman RenDebug Info: In DIBuilder, the context fields of a TAG_i...
2013-09-09 Eli FriedmanDon't shrink atomic ops to bool in GlobalOpt.
2013-09-09 Quentin Colombet[InstCombiner] Expose opportunities to merge subtract...
2013-09-09 Manman RenDebug Info Testing: remove a commented out line.
2013-09-09 Bill WendlingAnother attempt to fix windows buildbots.
2013-09-09 Bill WendlingAttempt to fix buildbots by giving an explicit output...
2013-09-09 Bill WendlingExpand test to make sure that we can generate compact...
2013-09-09 Bill WendlingExpand test to make sure that we can generate compact...
2013-09-09 Manman RenDebug Info: Use DIScopeRef for DIType::getContext.
2013-09-09 Bob WilsonRevert patches to add case-range support for PR1255.
2013-09-09 Joey Gouly[ARMv8] Prevent generation of deprecated IT blocks...
2013-09-09 Robert LyttonXCore handling of thread local lowering
2013-09-09 Robert LyttonXCore target: change to Sched::Source
2013-09-09 Robert LyttonXCore target: fix weak linkage attribute handling
2013-09-09 Bill WendlingGenerate compact unwind encoding from CFI directives.
2013-09-09 Jiangning LiuImplement aarch64 neon instruction set AdvSIMD (3V...
2013-09-09 Manman RenDebug Info Testing: use null instead of an empty string...
2013-09-08 Manman RenDebug Info Testing: update context from empty string...
2013-09-07 Akira Hatanaka[mips] Fix typos.
2013-09-07 Akira Hatanaka[mips] Enhance command line option "-mno-ldc1-sdc1...
2013-09-07 Richard SmithRemove verifier check that attribute 'builtin' is only...
2013-09-07 Akira Hatanaka[mips] Add definition of instruction "drotr32" (double...
2013-09-07 Manman RenDebug Info: Use identifier to reference DIType in conta...
2013-09-06 Akira Hatanaka[mips] Set instruction itineraries of loads, stores...
2013-09-06 Manman RenDebug Info Testing: updated to use NULL instead of...
2013-09-06 Aaron WatryR600: Add support for LDS atomic subtract
2013-09-06 Manman RenDebug Info: Use identifier to reference DIType in conta...
2013-09-06 Manman RenDebug Info Testing: Updated to use null instead of...
2013-09-06 Vladimir MedicThis patch adds support for microMIPS Multiply and...
2013-09-06 Vladimir MedicThis patch adds support for microMIPS Move to/from...
next