oota-llvm.git
2015-02-16 David MajnemerIR: Properly return nullptr when getAggregateElement...
2015-02-16 NAKAMURA Takumi[CMake] Add RuntimeDyld to libdeps corresponding to...
2015-02-16 Chandler Carruth[x86] Teach the 128-bit vector shuffle lowering routine...
2015-02-16 Chandler Carruth[x86] Clean up a few test cases with the update script...
2015-02-16 Craig Topper[X86] Remove gcc builtins for AVX2 psll_dq and psrl_dq...
2015-02-16 Filipe Cabecinhas[Bitcode reader] Fix a few assertions when reading...
2015-02-15 Lang Hames[ExecutionEngine] Fix dependence issue by moving RTDyld...
2015-02-15 Benjamin KramerMinGW's snprintf is not exposed through std::.
2015-02-15 Aaron BallmanRemoving LLVM_DELETED_FUNCTION, as MSVC 2012 was the...
2015-02-15 Benjamin KramerFormat: Modernize using variadic templates.
2015-02-15 Aaron BallmanRemoving LLVM_EXPLICIT, as MSVC 2012 was the last reaso...
2015-02-15 Aaron BallmanSince MSVC 1800 is our lowest common denominator, we...
2015-02-15 Benjamin KramerCommandLine: Use variadic templates to simplify opt...
2015-02-15 Zachary Turnerllvm-pdbdump: Fix warning caused by missing sentinel...
2015-02-15 Zachary Turnerllvm-pdbdump: Add flags controlling the type of values...
2015-02-15 Benjamin KramerFoldingSet: Replace faux variadics with real variadics...
2015-02-15 Benjamin KramerRemove LLVM_HAS_VARIADIC_TEMPLATES and all the faux...
2015-02-15 Benjamin KramerUpdate the docs to require at least MSVC 2013.
2015-02-15 Philip ReamesRevert 229175
2015-02-15 Simon PilgrimAdded (still inefficient) shuffle test case for PR21138
2015-02-15 NAKAMURA TakumiReapply r229185(cbieneman) -- Raising minimum required...
2015-02-15 Hal Finkel[ADCE] Convert another loop for a range-based for
2015-02-15 Hal Finkel[ADCE] Use inst_range and range-based fors
2015-02-15 Hal Finkel[ADCE] Fix formatting of pointer types
2015-02-15 Hal Finkel[ADCE] Fix capitalization of another local variable
2015-02-15 Hal Finkel[ADCE] Fix capitalization of some local variables
2015-02-15 Simon PilgrimAdded some test cases of missed opportunities to use...
2015-02-15 Simon PilgrimCoding style fixes to recent patches. NFC.
2015-02-15 Simon Pilgrim[X86][AVX2] vpslldq/vpsrldq byte shifts for AVX2
2015-02-15 Chandler Carruth[x86] Add the test case from PR22412, we now get this...
2015-02-15 Chandler Carruth[x86] Teach the decomposed shuffle/blend lowering to...
2015-02-15 Chandler Carruth[SDAG] Teach the SelectionDAG to canonicalize vector...
2015-02-15 Chandler Carruth[x86] Teach the shuffle mask equivalence test to look...
2015-02-15 Chandler Carruth[x86] Tweak the ordering of unpack matching vs. element...
2015-02-15 Arnaud A. de... [PBQP] Assert conservativelly allocatable nodes are...
2015-02-15 Chandler Carruth[x86] Stop shuffling zero vectors. =]
2015-02-15 Chandler Carruth[x86] Use a more helpful parenthesizing of these compar...
2015-02-15 Chandler Carruth[x86] When splitting 256-bit vectors into 128-bit vecto...
2015-02-15 Chandler Carruth[x86] Make computing the zeroable elements slightly...
2015-02-15 Michael Kupersteingold-plugin: fix test to allow default visibility on...
2015-02-15 Chandler Carruth[x86] Update some tests with the latest version of...
2015-02-15 Chandler Carruth[x86] Add a slight variation on some of the other gener...
2015-02-15 Elena DemikhovskyEnabled cost calculation for masked memory operations.
2015-02-15 Craig Topper[X86] Add assembly parser support for mnemonic aliases...
2015-02-15 Chandler Carruth[x86] Add a test case for PR22390 which was a dup of...
2015-02-15 Chandler Carruth[x86] Fix PR22377, a regression with the new vector...
2015-02-15 Chandler Carruth[x86] Switch a collection of tests explicitly to the...
2015-02-15 Chandler Carruth[x86] Remove the now-default-on flag for the new vector...
2015-02-15 Craig Topper[X86] Add assembler predicates for the rest of the...
2015-02-15 Craig Topper[X86] Add the remaining 11 possible exact ModRM formats...
2015-02-15 David BlaikieFileCheck-ize a test to make it easier to migrate to...
2015-02-15 David BlaikieUpdate a test to make it easier to migrate to untyped...
2015-02-15 David BlaikieUpdate a test to use FileCheck so it's easier to migrat...
2015-02-15 David BlaikieReformat test case to be easier to migrate to typeless...
2015-02-15 Chandler Carruth[x86] Teach my test updating script about another quirk...
2015-02-14 Simon Pilgrim[X86][XOP] Enable commutation for XOP instructions
2015-02-14 Craig Topper[X86] Improve parsing support AVX/SSE floating point...
2015-02-14 Ramkumar RamachandraInstCombine: propagate deref via new addDereferenceableAttr
2015-02-14 Duncan P. N... Target: Canonicalize access to function attributes...
2015-02-14 Duncan P. N... NVPTX: Canonicalize access to function attributes, NFC
2015-02-14 Andrea Di Biagio[optnone] Skip pass Constant Hoisting on optnone functions.
2015-02-14 Simon Pilgrim[X86] Ensure integer domain on scalar load/store stack...
2015-02-14 Simon PilgrimLine ending fix. NFC.
2015-02-14 Chandler Carruth[gold] Consolidate the gold plugin options and actually...
2015-02-14 Chandler CarruthRemove a variable only used in an assert and sink its...
2015-02-14 Chandler CarruthBack out two accidental changes that snuck in with...
2015-02-14 Chandler Carruth[lit] Make the gold plugin support testing work with...
2015-02-14 Chandler CarruthRevert r229224: Make the 'llvm-lit' utility defend...
2015-02-14 Chandler Carruth[lit] Make the 'llvm-lit' utility defend against a...
2015-02-14 Richard Smith[modules] Try harder to stop DebugInfo/PDB/DIA being...
2015-02-14 Matt ArsenaultR600/SI: Implement correct f64 fdiv
2015-02-14 Matt ArsenaultR600/SI: Use complex operand folding for div_scale
2015-02-14 Matt ArsenaultR600/SI: Add tests for div_fmas with inline immediate...
2015-02-14 Matt ArsenaultR600/SI: Fix implicit vcc operand to v_div_fmas_*
2015-02-14 Matt ArsenaultR600/SI: Fix schedule model for v_div_scale_{f32|f64}
2015-02-14 Matt ArsenaultR600/SI: Really fix size of VReg_1
2015-02-14 Matt ArsenaultR600/SI: Rename encoding field to match docs for VOP3b
2015-02-14 Zachary Turnerllvm-pdbdump: Only dump whitelisted global symbols.
2015-02-14 Zachary Turnerllvm-pdbdump: Re-order header files according to LLVM...
2015-02-14 Matt ArsenaultR600/SI: Fix not encoding src2 for v_div_scale_{f32...
2015-02-14 Matt ArsenaultR600/SI: Fix VOP3b encoding on VI
2015-02-14 Matt ArsenaultR600/SI: Fix phys reg copies in SIFoldOperands
2015-02-14 Matt ArsenaultR600/SI: Fix copies from SGPR to VCC
2015-02-14 Matt ArsenaultR600/SI: Add hack to copy from a VGPR to VCC
2015-02-14 Duncan P. N... PowerPC: Canonicalize access to function attributes...
2015-02-14 Matt ArsenaultR600/SI: Fix size of VReg_1
2015-02-14 Duncan P. N... R600: Canonicalize access to function attributes, NFC
2015-02-14 Duncan P. N... Mips: Canonicalize access to function attributes, NFC
2015-02-14 Duncan P. N... ARM: Canonicalize access to function attributes, NFC
2015-02-14 Duncan P. N... AArch64: Canonicalize access to function attributes...
2015-02-14 Justin Bognerllvm-cov: Actually use the command line arguments when...
2015-02-14 Justin Bognerllvm-cov: Simplify coverage reports, fixing PR22575...
2015-02-14 Duncan P. N... X86: Canonicalize access to function attributes, NFC
2015-02-14 Peter Collingbournellvm-go: Set $GCCGO instead of putting a gccgo executab...
2015-02-14 Peter Collingbournellvm-go: Add flag for specifying path to go command.
2015-02-14 Duncan P. N... CodeGen: Canonicalize access to function attributes...
2015-02-14 Ahmed Bougacha[X86] Factor out the CMOV pseudo definitions. NFCI.
2015-02-14 Matthias BraunRevert "On ELF, put PIC jump tables in a non executable...
2015-02-14 Duncan P. N... Transforms: Canonicalize access to function attributes...
2015-02-14 Richard Smith[modules] Split off a separate module for DebugInfo...
next