Revert r229622: "[LoopAccesses] Make VectorizerParams global" and others. r229622...
[oota-llvm.git] / lib /
2015-02-18 NAKAMURA TakumiRevert r229622: "[LoopAccesses] Make VectorizerParams...
2015-02-18 Daniel JasperNFC: Use range-based for loops and more consistent...
2015-02-18 Daniel JasperRemove experimental options to control machine block...
2015-02-18 Sanjoy DasAddress post commit review on r229600.
2015-02-18 Elena DemikhovskyAVX-512: Added support for FP instructions with embedde...
2015-02-18 Chandler Carruth[x86] Rewrite the byte shift detection to not use boole...
2015-02-18 Craig Topper[X86] Remove AVX512 pslldq/psrldq shift intrinsics...
2015-02-18 Craig Topper[X86] Remove AVX2 and SSE2 pslldq and psrldq intrinsics...
2015-02-18 Saleem AbdulrasoolAnalysis: fix buildbots
2015-02-18 Adam Nemet[LoopAccesses] Change LAA:getInfo to return a constant...
2015-02-18 Adam Nemet[LoopAccesses] Add -analyze support
2015-02-18 Adam Nemet[LoopAccesses] Split out LoopAccessReport from Vectoriz...
2015-02-18 Adam Nemet[LoopAccesses] Add missing const to APIs in Vectorizati...
2015-02-18 Adam Nemet[LoopAccesses] Add canAnalyzeLoop
2015-02-18 Adam Nemet[LoopAccesses] Factor out RuntimePointerCheck::needsChe...
2015-02-18 Adam Nemet[LoopAccesses] Change debug messages from LV to LAA
2015-02-18 Adam Nemet[LoopAccesses] Create the analysis pass
2015-02-18 Adam Nemet[LoopAccesses] Make blockNeedsPredication static
2015-02-18 Adam Nemet[LoopAccesses] Cache the result of canVectorizeMemory
2015-02-18 Adam Nemet[LoopAccesses] Stash the report from the analysis rathe...
2015-02-18 Adam Nemet[LoopAccesses] Make VectorizerParams global
2015-02-18 Adam Nemet[LoopAccesses] Rename LoopAccessAnalysis to LoopAccessInfo
2015-02-18 Akira Hatanaka[InstCombine] Do not insert a GEP instruction before...
2015-02-18 Hal Finkel[BDCE] Don't forget uses of root instructions seen...
2015-02-18 Matt ArsenaultR600/SI: Rename dst encoding field to be consistent...
2015-02-18 Matt ArsenaultR600/SI: Consistently capitalize encoding field names
2015-02-18 Matt ArsenaultR600/SI: Set noNamedPositionallyEncodedOperands
2015-02-18 Matt ArsenaultR600/SI: Fix src1_modifiers for class instructions
2015-02-18 Matt ArsenaultR600/SI: Fix not setting clamp / omod for v_cndmask_b32_e64
2015-02-18 Matt ArsenaultR600: Fix operand encoding error
2015-02-18 Matt ArsenaultR600/SI: Fix encoding error from glc bit on VI SMRD...
2015-02-18 Matt ArsenaultR600/SI: Fix operand encoding for flat instructions
2015-02-18 Matt ArsenaultR600/SI: Fix error from vdst on no return atomics
2015-02-18 Matt ArsenaultR600/SI: Add missing offset operand to buffer bothen
2015-02-18 Matt ArsenaultR600/SI: Add missing soffset operand to global atomics
2015-02-18 Matt ArsenaultR600/SI: Fix brace identation
2015-02-18 Justin BognerRe-apply "InstrProf: Add unit tests for the profile...
2015-02-18 Matthias BraunLiveRangeCalc: Rename some parameters from kill to...
2015-02-18 Sanjoy DasGeneralize getExtendAddRecStart to work with both sign...
2015-02-18 Eric ChristopherMake the Mips AsmPrinter independent of global subtarget
2015-02-18 Eric ChristopherUnify selectMipsCPU implementations.
2015-02-18 Sanjoy DasBugfix: SCEV incorrectly marks certain expressions...
2015-02-17 Rafael EspindolaTwines should be passed by const ref.
2015-02-17 Andrea Di Biagio[X86][FastIsel] Teach how to select scalar integer...
2015-02-17 Rafael EspindolaAdd r228939 back with a fix.
2015-02-17 Sanjay Patelrename variables again because these tables also deal...
2015-02-17 Duncan P. N. Exon... IR: fieldIsMDNode() should be false for MDString
2015-02-17 Duncan P. N. Exon... AsmPrinter: Take range in DwarfExpression::AddExpressio...
2015-02-17 Simon Pilgrim[X86][SSE] Generalised unpckl/unpckh shuffle matching
2015-02-17 Sanjay PatelAdd comment to explain a non-obvious setting; NFC.
2015-02-17 Sanjay Patelremove function names from comments; NFC
2015-02-17 Sanjay Patelreplace meaningless variable names; NFCI
2015-02-17 Rafael EspindolaAdd r228980 back.
2015-02-17 Rafael EspindolaAdd r228889 back.
2015-02-17 Rafael EspindolaAdd r228888 back.
2015-02-17 Rafael EspindolaAdd r228886 back now that r229530 fixed the issue lldb...
2015-02-17 Tom StellardR600/SI: Fix asam errors in SIFoldOperands
2015-02-17 Sanjay Patelprevent folding a scalar FP load into a packed logical...
2015-02-17 Rafael EspindolaDon't deference the section_end() iterator.
2015-02-17 Eric ChristopherMake the ARM AsmPrinter independent of global subtarget
2015-02-17 Eric Christopher80-column fixups.
2015-02-17 Adrian PrantlDIBuilder: add trackIfUnresolved() to all nodes that...
2015-02-17 Simon Atanasyan[Object] Support reading 64-bit MIPS ELF archives
2015-02-17 Sanjay PatelCanonicalize splats as build_vectors (PR22283)
2015-02-17 Tom StellardR600/SI: Extend private extload pattern to include...
2015-02-17 Benjamin KramerPrefer SmallVector::append/insert over push_back loops.
2015-02-17 Elena DemikhovskyFixed a bug in store sinking.
2015-02-17 NAKAMURA TakumiOrcJIT: Appease msc18 not to be confused on executeComp...
2015-02-17 NAKAMURA TakumiReformat.
2015-02-17 Andrea Di Biagio[X86] Silence -Wsign-compare warnings.
2015-02-17 Justin BognerRevert "InstrProf: Add unit tests for the profile reade...
2015-02-17 Elena DemikhovskyAVX-512: changes in intel_ocl_bi calling conventions
2015-02-17 Michael Kuperstein[X86] Combine vector anyext + and into a vector zext
2015-02-17 Justin BognerRe-apply "InstrProf: Add unit tests for the profile...
2015-02-17 Eric ChristopherMake the PowerPC AsmPrinter independent of global subtarget
2015-02-17 Eric ChristopherAdd a FIXME to move IsLittleEndian to the target machine.
2015-02-17 Eric ChristopherMove ABI handling and 64-bitness to the PowerPC target...
2015-02-17 Duncan P. N. Exon... AsmPrinter: Use DIExpression default constructor, NFC
2015-02-17 Chandler Carruth[x86] Teach the unpack lowering to try wider element...
2015-02-17 Hal Finkel[BDCE] Add a bit-tracking DCE pass
2015-02-17 Lang Hames[Orc] Update the Orc indirection utils and refactor...
2015-02-17 Duncan P. N. Exon... AsmPrinter: Stop creating DebugLocs
2015-02-16 Hal Finkel[PowerPC] Support non-direct-sub/superclass VSX copies
2015-02-16 Justin BognerRevert "InstrProf: Add unit tests for the profile reade...
2015-02-16 Justin BognerInstrProf: Add unit tests for the profile reader and...
2015-02-16 Simon Atanasyan[Mips] Add .MIPS.options section descriptor kinds enume...
2015-02-16 Ahmed Bougacha[ARM] Remove unused declaration. NFC.
2015-02-16 Cameron McInally[AVX512] Make 512b vector floating point rounds legal...
2015-02-16 Matthias BraunRegisterCoalescer: Don't rematerialize subregister...
2015-02-16 Matthias BraunRegisterCoalescer: Do not look for regclass of IMPLICIT...
2015-02-16 Simon Pilgrim[X86][SSE] Add SSE MOVQ instructions to SSEPackedInt...
2015-02-16 Mehdi AminiSelectionDAG: fold (fp_to_u/sint (s/uint_to_fp)) here too
2015-02-16 Mehdi AminiInstCombine: fold more cases of (fp_to_u/sint (u/sint_t...
2015-02-16 Justin BognerInstrProf: Use ErrorOr for IndexedInstrProfReader:...
2015-02-16 Craig Topper[X86] Remove the multiply by 8 that goes into the shift...
2015-02-16 Craig Topper[X86] Remove x86.avx2.psll.dq.bs and x86.avx2.psrl...
2015-02-16 Matthias BraunARM: Transfer kill flag when lowering VSTMQIA to VSTMDIA.
2015-02-16 Matthias BraunRegisterCoalescer: Improve previous fix for wrong def...
2015-02-16 Aaron BallmanMSVC 2013 does not ICE on this code in the same fashion...
2015-02-16 Duncan P. N. Exon... Bitcode: Fix major regression: large files w/ debug...
next