platform/upstream/llvm.git
2014-10-15 Matt ArsenaultR600: Remove outdated comment
2014-10-15 Juergen RibutzkaRevert "[FastISel][AArch64] Add custom lowering for...
2014-10-15 David MajnemerMS ABI: Use the correct this arg when generating implic...
2014-10-15 Richard TrieuImprovements to -Wnull-conversion
2014-10-15 Jingyue Wu[MachineSink] Use the real post dominator tree
2014-10-15 Jason MolendaBe more consistent about null checks for the Process...
2014-10-15 Jason MolendaMake sure local var cu is non-NULL before dereferencing.
2014-10-15 Jason MolendaRemove unneeded local var initialization.
2014-10-15 Jason MolendaMake sure is_indirect local var is initialized; there
2014-10-15 Jason MolendaEnsure that m_syntax is initialized in all the FileSpec
2014-10-15 Tim NorthoverARM: drop check for triple that's no longer used.
2014-10-15 Justin BognerFrontend: Don't accept null DiagnosticsEngines when...
2014-10-15 Eric ChristopherRemove unused variable.
2014-10-15 Eric ChristopherRemove unused variable.
2014-10-14 Eric ChristopherNo need to cache this unused variable.
2014-10-14 Gerolf Hoflehner[AArch64] Wrong CC access in CSINC-conditional branch...
2014-10-14 Justin BognerFrontend: Remove some unused arguments in ASTUnit ...
2014-10-14 Nick Kledzik[llvm-objdump] Update error message and add test case...
2014-10-14 Hans Wennborgvadefs.h: be even more conservative and only define...
2014-10-14 Ehsan Akhgariclang-cl: Diagnose the usage of ASAN with a debug runti...
2014-10-14 Hans WennborgSort files list in lib/Headers/CMakeLists.txt
2014-10-14 Gerolf Hoflehner[AAarch64] Optimize CSINC-branch sequence
2014-10-14 Hal Finkel[LoopVectorize] Ignore @llvm.assume for cost estimates...
2014-10-14 Hans WennborgMS Compat: interpose vadefs.h to fix definitions of...
2014-10-14 David MajnemerMC, COFF: Make bigobj test compatible with python3
2014-10-14 Simon Pilgrim[X86][SSE] pslldq/psrldq shuffle mask decodes
2014-10-14 David MajnemerMC: Rewrite bigobj test in python
2014-10-14 David BlaikieDebugInfo: Lazily built static member variable declarat...
2014-10-14 Tim NorthoverARM: remove ARM/Thumb distinction for preferred alignment.
2014-10-14 Tim NorthoverARM: remove ARM/Thumb distinction for preferred alignment.
2014-10-14 Tim NorthoverARM: allow misaligned local variables in Thumb1 mode.
2014-10-14 Kaelyn TakataBe smarter when parsing variable declarations with...
2014-10-14 Zachary TurnerCreate a process launcher abstraction.
2014-10-14 Zachary TurnerFix a path concatenation issue related to windows paths.
2014-10-14 David MajnemerAdd a test for writing COFF BigObj
2014-10-14 Jason MolendaWhen PlatformDarwinKernel::ExamineKextForMatchingUUID...
2014-10-14 Rui UeyamaUse isa<> and cast<> instead of definition().
2014-10-14 Juergen Ributzka[FastISel][AArch64] Add custom lowering for GEPs.
2014-10-14 Hans Wennborg[x86 asm] allow fwait alias in both At&t and Intel...
2014-10-14 Rui UeyamaRemove dead code.
2014-10-14 Rui UeyamaUse isa<> instead of checking return value of definition().
2014-10-14 Ed MasteFix compiler-rt build on FreeBSD 10.1
2014-10-14 Renato GolinRe-enable ASAN/UBSAN tests on ARM, with VFP3 they began...
2014-10-14 Tim NorthoverARM: set preferred aggregate alignment to 32 universally.
2014-10-14 Tim NorthoverARM: set preferred aggregate alignment to 32 universally.
2014-10-14 Hal Finkel[CFL-AA] CFL-AA should not assert on an va_arg instruction
2014-10-14 Sanjay PatelOptimize away fabs() calls when input is squared (known...
2014-10-14 Juergen Ributzka[FastISel][AArch64] Fix sign-/zero-extend folding when...
2014-10-14 Bob WilsonAdd complex multiply/divide functions to arm64 iOS...
2014-10-14 Reid KlecknerFactor code into CXXRecordDecl::getTemplateInstantiatio...
2014-10-14 David MajnemerInstCombine: Don't miscompile X % ((Pow2 << A) >>u B)
2014-10-14 Fariborz JahanianPatch to warn on interger overflow in presence of
2014-10-14 Greg ClaytonFixed stdio redirection within LLDB to "do the right...
2014-10-14 Jan VeselyReapply "R600: Add new intrinsic to read work dimensions"
2014-10-14 Rui UeyamaUse llvm::make_unique.
2014-10-14 Hal FinkelRevert "r216914 - Revert: [APFloat] Fixed a bug in...
2014-10-14 Rafael EspindolaRevert "R600: Add new intrinsic to read work dimensions"
2014-10-14 Rafael EspindolaRemove unused member variable.
2014-10-14 Jan VeselyR600: Add new intrinsic to read work dimensions
2014-10-14 Jan VeselyR600: FMA is VecALU only instruction
2014-10-14 Reed KotlerFinish getting Mips fast-isel to match up with AArch64...
2014-10-14 David BlaikieDebugInfo: Ensure that all debug location scope chains...
2014-10-14 Ed MasteSkip asan test on FreeBSD
2014-10-14 Rafael EspindolaRemove method that is identical to the base class one.
2014-10-14 Alexey Samsonov[UBSan] XFAIL test added in r219642 on Darwin
2014-10-14 Matt ArsenaultR600/SI: Use DS offsets for constant addresses
2014-10-14 Saleem AbdulrasoolCodeGen: correct block mangling in ObjC
2014-10-14 Saleem AbdulrasoolCodeGen: correct mangling for blocks
2014-10-14 David BlaikieRevert "Fix stuff... again."
2014-10-14 David BlaikieRevert some parts of r196288 that were confusing and...
2014-10-14 David BlaikieFix stuff... again.
2014-10-14 David BlaikieFormatting for prior commit
2014-10-14 Ulrich Weigand[SystemZ] Address review comments for r219679
2014-10-14 David BlaikieDebugInfo: Don't leak location information from one...
2014-10-14 Todd FialaFix dotest.py test runner exit code to return non-zero...
2014-10-14 Hal Finkel[LVI] Check for @llvm.assume dominating the edge branch
2014-10-14 NAKAMURA TakumiRevert r219638, (r219640 and r219676), "Removing the...
2014-10-14 Robert Khasanov[AVX512] Extended avx512_binop_rm to DQ/VL subsets.
2014-10-14 Robert Khasanov[AVX512] Extended avx512_binop_rm to BW/VL subsets.
2014-10-14 Bradley Smith[AArch64] Fix crash with empty/pseudo-only blocks in...
2014-10-14 Evgeniy Stepanov[sanitizer] Fix a crash in FP unwinder on ARM.
2014-10-14 Alexander Potapenko[llvm-symbolizer] Minor typedef cleanup. NFC.
2014-10-14 Renato GolinFix silly commit to disable test on ARM
2014-10-14 Renato GolinDisable failing ASAN LongJump test on ARM
2014-10-14 Ulrich Weigand[SystemZ] Add test case to verify default use of integr...
2014-10-14 Dmitry Vyukovtsan: remove trailing whitespace
2014-10-14 Evgeniy Stepanov[asan] Add fast_unwind_on_check flag.
2014-10-14 NAKAMURA TakumiThreading.h: Use \tparam for template parameters. ...
2014-10-14 Dmitry Vyukovtsan: refactor atexit handling
2014-10-14 Eric ChristopherGrab the subtarget info off of the MachineFunction...
2014-10-14 Eric ChristopherUse the triple to figure out if this is a darwin target...
2014-10-14 Eric ChristopherRemove unnecessary TargetMachine.h includes.
2014-10-14 Eric ChristopherGrab the subtarget and subtarget dependent variables...
2014-10-14 Eric ChristopherGrab the subtarget and subtarget dependent variables...
2014-10-14 Eric ChristopherInstead of the TargetMachine cache the MachineFunction
2014-10-14 Eric ChristopherAccess subtarget specific variables off of the MachineF...
2014-10-14 Eric ChristopherAdd lld to the parallel set of directories since it...
2014-10-14 Eric ChristopherAccess the subtarget off of the MachineFunction via...
2014-10-14 Hao Liu[AArch64]Select wide immediate offset into [Base+XReg...
2014-10-14 Justin BognerRe-apply "Frontend: Extract SerializedDiagnosticReader...
next