platform/upstream/llvm.git
2014-08-05 Chandler Carruth[x86] Fix a crasher due to shuffles which cancel each...
2014-08-05 Dmitry Vyukovtsan: allocate vector clocks using slab allocator
2014-08-05 Fariborz JahanianIntroduce f[no-]max-unknown-pointer-align=[number]...
2014-08-05 Anton Yartsev[Analyzer] fix for PR19102
2014-08-05 Duncan P. N... Remove dead code in condition
2014-08-05 Arthur MarbleAdded f and m flags to be ignored. These will not displ...
2014-08-05 Arthur MarbleAdded flags that should be ignored for compatibility...
2014-08-05 NAKAMURA TakumiX86CodeEmitter.cpp: Add SEH_Epilogue to ignored list...
2014-08-05 Chad Rosier[PR19983] SBPO_Always not covering all the cases.
2014-08-05 Adam Nemet[X86] Improve comments for r214888
2014-08-05 Matt ArsenaultR600/SI: Use register class instead of list of registers
2014-08-05 Matt ArsenaultR600/SI: Add exec_lo and exec_hi subregisters.
2014-08-05 Ed MasteOn FreeBSD skip test that produces bogus output
2014-08-05 Duncan P. N... BitcodeReader: Fix non-determinism in use-list order
2014-08-05 Philip ReamesRemove dead zero store to calloc initialized memory
2014-08-05 Jonathan RoelofsRevert r214881 because it broke lots of build-bots
2014-08-05 Sanjay PatelOptimize vector fabs of bitcasted constant integer...
2014-08-05 Adam Nemet[AVX512] Add intrinsic for valignd/q
2014-08-05 Adam Nemet[AVX512] Add masking variant and intrinsics for valignd/q
2014-08-05 Adam Nemet[X86] Increase X86_MAX_OPERANDS from 5 to 6
2014-08-05 Adam Nemet[X86] Add lowering to VALIGN
2014-08-05 Adam Nemet[X86] Separate DAG node for valign and palignr
2014-08-05 Adam Nemet[AVX512] alignr: Use suffix rather than name argument...
2014-08-05 Adam Nemet[AVX512] Pull everything alignr-related into the multiclass
2014-08-05 Adam NemetWrap long lines
2014-08-05 Hans WennborgReleaseNotes: try to fix links
2014-08-05 Hans WennborgReleaseNotes: mention basic debug info and ASan support...
2014-08-05 Jonathan RoelofsFix return sequence on armv4 thumb
2014-08-05 David BlaikiePartially revert r214761 that asserted that all concret...
2014-08-05 David BlaikieImprove test for merged global debug info by using...
2014-08-05 Jonathan RoelofsUpdate CREDITS.txt with the list of folks who worked...
2014-08-05 NAKAMURA TakumiASTMatchersTests/matchesConditionallyWithCuda: Add...
2014-08-05 Joerg SonnenbergerAdd accessors for the PPC 403 bank registers.
2014-08-05 Benjamin Kramer[clang-tidy] Simplify ast matcher.
2014-08-05 Jonathan RoelofsFix a copy-pasta in r214573
2014-08-05 Renato GolinAdd tests for cp10/cp11 on ARMv5/6
2014-08-05 Keith WalkerSpecify that the thumb setend and blx <immed> instructi...
2014-08-05 NAKAMURA TakumiASTMatchers.h: Fix an annotation. [-Wdocumentation...
2014-08-05 NAKAMURA Takumi[CMake] clangCodeGen: Update libdeps to add clangLex...
2014-08-05 Keith WalkerDefine stc2/stc2l/ldc2/ldc2l as thumb2 instructions
2014-08-05 Joerg SonnenbergerAccessors for SSR2 and SSR3 on PPC 403.
2014-08-05 Tom StellardR600/SI: Update MUBUF assembly string to match AMD...
2014-08-05 Tom StellardR600/SI: Avoid generating REGISTER_LOAD instructions.
2014-08-05 Joerg SonnenbergerAdd dci/ici instructions for PPC 476 and friends.
2014-08-05 Joerg SonnenbergerAdd mftblo and mftbhi for PPC 4xx.
2014-08-05 Joerg SonnenbergerAdd lswi / stswi for assembler use with a warning to...
2014-08-05 Timur Iskhodzhanov[ASan/Win] Handle SEH exceptions even with -GS
2014-08-05 Yi KongAArch64: Add support for instruction prefetch intrinsic
2014-08-05 James MolloyTeach the SLP Vectorizer that keeping some values live...
2014-08-05 Daniel Jasperclang-format: Add option to always break after a functi...
2014-08-05 Daniel Jasperclang-format: Break before 'else' in Stroustrup style.
2014-08-05 Aaron BallmanUpdating the documentation comment to list another...
2014-08-05 Alexander KornienkoThe test doesn't export ASAN_OPTIONS, so $ASAN_OPTIONS...
2014-08-05 Tim NorthoverMachO: set sizeof result type to what embedded headers...
2014-08-05 Chandler Carruth[x86] Reformat some code I moved around in a prior...
2014-08-05 Manuel KlimekAdds AST matchers for matching CUDA declarations.
2014-08-05 Joerg SonnenbergerAllow binary and for tblgen math.
2014-08-05 Jim CownieAfter three iterations of community review, we believe...
2014-08-05 Chandler Carruth[x86] Fix a crash and wrong-code bug in the new vector...
2014-08-05 Juergen Ributzka[FastIsel][AArch64] Fix previous commit r214844 (Don...
2014-08-05 David MajnemerMS ABI: Make the alias template mangling more correct
2014-08-05 Juergen Ributzka[FastISel][AArch64] Implement the FastLowerArguments...
2014-08-05 Kevin QinRevert "r214832 - MachineCombiner Pass for selecting...
2014-08-05 Juergen Ributzka[FastISel][AArch64] Don't perform sign-/zero-extension...
2014-08-05 Juergen RibutzkaProvide convenient access to the zext/sext attributes...
2014-08-05 Eric ChristopherHave MachineFunction cache a pointer to the subtarget...
2014-08-05 Jim InghamIf you found a step through plan stop looking up the...
2014-08-05 Jim InghamAdd some useful logging to the step log.
2014-08-05 Rui Ueyama[PECOFF] addDeadStripRoot is not thread-safe.
2014-08-05 Marshall Clowdit pointed out on IRC that '__i = _VSTD::next(__i...
2014-08-05 Alexey Samsonov[UBSan] Allow to suppress reports from vptr checker...
2014-08-05 Gerolf HoflehnerMachineCombiner Pass for selecting faster instruction
2014-08-05 Alexey Samsonov[Sanitizer] Turn SuppressionContext::Init() into InitIf...
2014-08-05 Hans WennborgReleaseNotes: add blurb about Windows support
2014-08-05 David MajnemerCodeGenObjCXX: Add a test for r214699
2014-08-05 David MajnemerMS ABI: Aligned tentative definitions don't have Common...
2014-08-04 Joerg SonnenbergerAdd TCR register access
2014-08-04 Joerg SonnenbergerAdd PPC 603's tlbld and tlbli instructions.
2014-08-04 Rui Ueyama[PECOFF] Fix /include option in .drectve section.
2014-08-04 Zachary TurnerTeach ProcessWindows plugin to support stdio i/o redire...
2014-08-04 Renato GolinAllow CP10/CP11 operations on ARMv5/v6
2014-08-04 Bill Schmidt[PPC64LE] Fix wrong IR for vec_sld and vec_vsldoi
2014-08-04 Bill Schmidt[PPC64LE] Fix wrong IR for vec_sld and vec_vsldoi
2014-08-04 Kevin EnderbyEnable Darwin vararg parameters support in assembler...
2014-08-04 Pedro ArtigasChanged the liveness tracking in the RegisterScavenger
2014-08-04 Joerg SonnenbergerAdd simplified aliases for access to DCCR, ICCR, DEAR...
2014-08-04 NAKAMURA TakumiThreadSafety.cpp: Prune bogus \param(s). [-Wdocumentation]
2014-08-04 NAKAMURA TakumiThreadSafetyAnalysis: Fix annotations in class members...
2014-08-04 NAKAMURA Takumiclang/test/Sema/struct-packed-align.c: Add the case...
2014-08-04 NAKAMURA TakumiTrailing linefeed.
2014-08-04 Reid KlecknerRemove separator parameter from static local naming...
2014-08-04 Rui Ueyama[PECOFF] Remove unused paraemter.
2014-08-04 Andrew TrickFix SmallDenseMap assignment operator.
2014-08-04 DeLesley HutchinsThread Safety Analysis: add a -Wthread-safety-negative...
2014-08-04 Juergen Ributzka[FastISel][AArch64] Fix shift lowering for i8 and i16...
2014-08-04 Justin BognerIR: Fix up doxygen comment for LLVMContext::diagnose
2014-08-04 Eric ChristopherUpdate for LLVM API change.
2014-08-04 Chandler Carruth[SDAG] Fix a really, really terrible bug in the DAG...
2014-08-04 Joerg Sonnenbergertlbre / tlbwe / tlbsx / tlbsx. variants for the PPC...
2014-08-04 Jason MolendaAdd code to AssemblyParse_x86::get_non_call_site_unwind...
next