Reformat linebreaks.
[oota-llvm.git] / lib /
2015-08-09 Saleem AbdulrasoolX86: remove a dead store (NFC)
2015-08-09 Adam Nemet[LAA] Remove unused pointer partition argument from...
2015-08-09 Adam Nemet[LAA] Remove unused pointer partition argument from...
2015-08-09 David Majnemer[PHITransAddr] Don't assume that instruction operands...
2015-08-08 Sanjay Patel[x86] enable machine combiner reassociations for 128...
2015-08-08 Benjamin KramerFix some comment typos.
2015-08-08 Craig Topper[X86] Add ADX and RDSEED to Skylake processor.
2015-08-08 Craig TopperAdd SlowBTMem to Sandy Bridge and newer Intel CPUs...
2015-08-08 David Majnemer[InstCombine] Don't try to sink EH pad instructions
2015-08-08 Craig TopperAdd model numbers for Skylake CPUs and an additional...
2015-08-08 Craig TopperAdd Intel family 6 model 93 as Silvermont.
2015-08-08 Tom StellardAMDGPU/SI: Another attempt to fix Windows bots broken...
2015-08-08 Matt ArsenaultRemove unnecessary includes
2015-08-08 Matt ArsenaultAMDGPU: Implement AMDGPUOperand::print()
2015-08-08 Matt ArsenaultAMDGPU/SI: Remove VCCReg
2015-08-08 Matt ArsenaultAMDGPU/SI: Remove source uses of VCCReg
2015-08-08 Tom StellardAMDGPU/SI: Attempt to fix Windows bots broken by r244372
2015-08-07 Rafael EspindolaConvert getSymbolSection to return an ErrorOr.
2015-08-07 Tom StellardAMDGPU: Add pass to lower OpenCL image and sampler...
2015-08-07 Adam Nemet[LAA] Remove unused pointer partition argument from...
2015-08-07 Adam Nemet[LAA] Make the set of runtime checks part of the state...
2015-08-07 Quentin Colombet[AArch64][LoadStoreOptimizer] Turn a test into an asser...
2015-08-07 Tom StellardAMDGPU/SI: Use InstAlias instead of MnemonicAlias for...
2015-08-07 Alex LorenzMIR Serialization: Serialize the base alignment for...
2015-08-07 Alex LorenzMIR Serialization: Serialize the offsets for the machin...
2015-08-07 Alex LorenzMIR Parser: Extract the parsing of the operand's offset...
2015-08-07 Matt ArsenaultAMDGPU: Assume SMRD access for constant address space
2015-08-07 Craig TopperAdd Intel family 6 model 90 as Silvermont. Fixes PR24392.
2015-08-07 Adam Nemet[LAA] Remove unused pointer partition argument from...
2015-08-07 Chen Li[ConstantFoldTerminator] Preserve make.implicit metadat...
2015-08-07 Simon Pilgrim[InstCombine] Fix SSE2/AVX2 vector logical shift by...
2015-08-07 Nico WeberAdd functions to save and restore the PrettyStackTrace...
2015-08-07 Nico WeberAdd a comment.
2015-08-07 Chad Rosier[ARM] Remove an unused reference to MachineRegisterInfo...
2015-08-07 Tom StellardAMDGPU/SI: Use correct encoding of vopc for VI in the...
2015-08-07 Tom StellardAMDGPU/SI: v_mac_legacy_f32 does not exist on VI
2015-08-07 Tom StellardAMDGPU/SI: Remove unused outs parameter from VOPC Table...
2015-08-07 Rafael EspindolaAdd dynamic_table iterators back to ELF.h.
2015-08-07 Frederic Riss[MC/Dwarf] Allow to specify custom parameters for linet...
2015-08-07 Silviu BarangaFix unused variable warning introduced in r244314
2015-08-07 Silviu Baranga[ARM] Update ReconstructShuffle to handle mismatched...
2015-08-07 John BrawnRevert "Make global aliases have symbol size equal...
2015-08-07 NAKAMURA TakumiShrinkWrap.cpp: Tweak r244235 for a non-functional...
2015-08-07 JF BastienWebAssembly: textual emission uses expected opcode...
2015-08-07 Duncan P. N. Exon... ValueMapper: Resolve uniquing cycles more aggressively
2015-08-07 Duncan P. N. Exon... ValueMapper: Pull out helper to resolve cycles, NFC
2015-08-06 Alex LorenzMIR Serialization: Fix serialization of unnamed IR...
2015-08-06 Alex LorenzMIR Parser: Simplify the token's string value handling.
2015-08-06 Juergen Ributzka[AArch64][FastISel] Always use AND before checking...
2015-08-06 Juergen RibutzkaRevert "[AArch64][FastISel] Add more truncation tests...
2015-08-06 David MajnemerRevert accidentally committed WinEHPrepare changes
2015-08-06 David Majnemer[IR] Remove TerminateInst's "NameStr" argument
2015-08-06 David MajnemerPHIs don't need to be postprocessed
2015-08-06 David MajnemerHandle PHI nodes prefacing EH pads too
2015-08-06 David Majnemerhandle phi nodes
2015-08-06 David Majnemer[WinEHPrepare] Add rudimentary support for the new...
2015-08-06 Frederic RissThread premissions through sys::fs::create_director...
2015-08-06 Sanjoy Das[IndVars] Fix PR24356.
2015-08-06 Sanjoy Das[IndVars] Improved logging under DEBUG(); NFC.
2015-08-06 Pete CooperConvert a bunch of loops to foreach. NFC.
2015-08-06 Tom StellardAMDGPU/SI: Add Fiji support
2015-08-06 Tom StellardAMDGPU/SI: Add support for 32-bit immediate SMRD offset...
2015-08-06 Tom StellardAMDGPU/SI: Use ComplexPatterns for SMRD addressing...
2015-08-06 Nico WeberFix nested CrashRecoveryContexts with LLVM_ENABLE_THREA...
2015-08-06 Kostya Serebryany[libFuzzer] move the mutators to public interface so...
2015-08-06 Nico RieckRename inst_range() to instructions() for consistency...
2015-08-06 Kit BartonFix possible infinite loop in shrink wrapping when...
2015-08-06 Peter CollingbourneLibDriver: Replace references to lld-link2 with lld...
2015-08-06 Quentin Colombet[Reassociation] Fix miscompile for va_arg arguments.
2015-08-06 Alex LorenzMIR Parser: Report an error when parsing duplicate...
2015-08-06 Cong HouRevert r244154 which causes some build failure. See...
2015-08-06 Kit BartonThis patch changes the interface to enable the shrink...
2015-08-06 Chad Rosier[AArch64] Use a static function and other minor cleanup...
2015-08-06 Alex LorenzMIR Serialization: Serialize the 'invariant' machine...
2015-08-06 Richard DiamondFix an alignment error in `llvm::expandAtomicRMWToCmpXc...
2015-08-06 Alex LorenzMIR Serialization: Serialize the 'non-temporal' machine...
2015-08-06 Chad Rosier[AArch64] Improve the readability of the ld/st optimiza...
2015-08-06 Douglas Katzman[SPARC] Don't compare arch name as a string, use the...
2015-08-06 Renato GolinRevert "Divide the primitive size in bits by eight...
2015-08-06 NAKAMURA Takumillvm/lib/IR/AttributeImpl.h: Move comment block not...
2015-08-06 Michael LiaoRemoving tailing whitespaces
2015-08-06 Michael Kuperstein[X86] Improve EmitLoweredSelect for contiguous CMOV...
2015-08-06 Chandler Carruth[PM/AA] Clean up and homogenize comments throughout...
2015-08-06 Chandler Carruth[PM/AA] Run clang-format over all of basic-aa before...
2015-08-06 Chandler Carruth[PM/AA] Hoist the interface for BasicAA into a header...
2015-08-06 Peter CollingbourneCOFF: Assign the correct symbol type to internal functions.
2015-08-06 Chandler Carruth[PM/AA] Simplify the AliasAnalysis interface by removin...
2015-08-06 Kostya Serebryany[libFuzzer] add one more mutation strategy: byte shuffling
2015-08-06 Alex LorenzMIR Serialization: Initial serialization of the machine...
2015-08-05 Duncan P. N. Exon... ValueMapper: Rotate distinct node remapping algorithm
2015-08-05 Kostya Serebryany[libFuzzer] avoid build warnings in non-assert build...
2015-08-05 Wei MiAdd a stat to show how often the limit to decompose...
2015-08-05 Duncan P. N. Exon... ValueMapper: Simplify remap() helper function, NFC
2015-08-05 JF Bastienx86: NFC remove needless InstrCompiler cast
2015-08-05 Bjarke Hammersholt... [NVPTX] Use LDG for pointer induction variables.
2015-08-05 Kostya Serebryany[libFuzzer] in dfsan mode, set labels every time we...
2015-08-05 James Y KnightAdd a TrailingObjects template class.
2015-08-05 Reid KlecknerIf the "CodeView" module flag is set, emit codeview...
2015-08-05 Alex LorenzMIR Serialization: Serialize the machine operand's...
2015-08-05 Richard DiamondDivide the primitive size in bits by eight so the initi...
next