platform/upstream/llvm.git
2014-07-18 David MajnemerAddress Richard's comments
2014-07-18 David MajnemerAddress Richard's comments.
2014-07-18 David MajnemerCodeGen: Properly null-check typeid expressions
2014-07-18 Tyler NowickiRecommit: Handle diagnostic warnings in Frontend diagno...
2014-07-18 Tyler NowickiRename DiagnosticInfoOptimizationWarning to DiagnosticI...
2014-07-18 Eli BenderskyUse CHECK-LABEL where appropriate in this test.
2014-07-18 Mark HeffernanAdd loop unrolling metadata descriptions to docs/LangRe...
2014-07-18 Gerolf HoflehnerMergedLoadStoreMotion pass
2014-07-18 Ben LangmuirRevert "[modules] Fix macro hiding bug exposed if:"
2014-07-18 Greg ClaytonFixing warnings shouldn't introduce a crasher.
2014-07-18 Alexey Samsonov[UBsan] Skip -fsanitize=vptr instrumentations when...
2014-07-18 Alexey SamsonovMake sure globals created by UBSan are not instrumented...
2014-07-18 David BlaikieReapply "DebugInfo: Ensure that all debug location...
2014-07-18 Simon Atanasyan[Mips] Replace assembler code by YAML to make the test...
2014-07-18 David PeixottoFix build failure on windows
2014-07-18 Sylvestre LedruFor i386, gcc 4.9 under Debian (at least) updated its...
2014-07-18 David PeixottoMC: support different sized constants in constant pools
2014-07-18 Hal FinkelMark C++ reference parameters as dereferenceable
2014-07-18 Hal FinkelAdd a dereferenceable attribute
2014-07-18 Dmitry Vyukovtsan: fix Go runtime build with clang
2014-07-18 Daniel Sanders[mips] Use Triple::getVendor() instead of Triple::getVe...
2014-07-18 Dmitry Vyukovtsan: expose atomic operations in Go runtime
2014-07-18 Daniel SandersAdd MIPS Technologies to the vendors in llvm::Triple.
2014-07-18 Arnaud A. de... Revert "Emit lifetime.start / lifetime.end markers...
2014-07-18 Arnaud A. de... Emit lifetime.start / lifetime.end markers for unnamed...
2014-07-18 Tim NorthoverAArch64: implement efficient f16 bitcasts
2014-07-18 Tim NorthoverNVPTX: support fpext/fptrunc to and from f16.
2014-07-18 Tim NorthoverR600: support fpext/fptrunc operations to and from...
2014-07-18 Tim NorthoverAArch64: support f16 extend/trunc operations.
2014-07-18 Tim NorthoverX86: support fpext/fptrunc operations to and from 16...
2014-07-18 Tim NorthoverARM: support legalisation of "fptrunc ... to half"...
2014-07-18 Tim NorthoverCodeGen: soften f16 type by default instead of marking...
2014-07-18 Renato GolinSuppress 'not handled in switch' warning
2014-07-18 Viktor KutuzovAdd FreeBSD support to the Asan symbolization script
2014-07-18 Tilmann Scheller[ARM] Add earlyclobber constraint to pre/post-indexed...
2014-07-18 Viktor KutuzovAdd FreeBSD support to the address sanitizer's waitid...
2014-07-18 Renato GolinRefactor ARM subarchitecture parsing
2014-07-18 Joerg SonnenbergerUse PRIx64.
2014-07-18 Arthur MarbleMoved 25 flags to clang_ignored_gcc_optimization_f_Grou...
2014-07-18 Yi KongARM: Add test for ACLE memory barrier intrinsics
2014-07-18 Alexey Bataev[OPENMP] Initial parsing and sema analysis for 'taskwai...
2014-07-18 Artyom SkrobovswapStruct extracted into include/llvm/Support/MachO...
2014-07-18 Artyom Skrobovextracting swapStruct into include/llvm/Support/MachO...
2014-07-18 Alexey Bataev[OPENMP] Initial parsing and sema analysis for 'barrier...
2014-07-18 Oliver Stannard[ARM] Fix AAPCS regression caused by r211898
2014-07-18 Tim NorthoverR600: rename misleading fp16 test.
2014-07-18 Tim NorthoverR600: support f16 -> f64 conversion intrinsic.
2014-07-18 Tim NorthoverNVPTX: support direct f16 <-> f64 conversions via intri...
2014-07-18 Alexey Bataev[OPENMP] Initial parsing and sema analysis of 'taskyiel...
2014-07-18 Zachary TurnerUse the designated PYTHON_EXECUTABLE during build.
2014-07-18 Kevin Qin[AArch64] Implement Clang CLI interface proposal about...
2014-07-18 Hal FinkelRename AlignAttribute to IntAttribute
2014-07-18 Matt ArsenaultR600: Implement TTI:getPopcntSupport
2014-07-18 David MajnemerParse: Diagnose malformed 'message' arguments for ...
2014-07-18 Richard SmithAdd dump() for MacroDirective and MacroInfo.
2014-07-18 Richard Smith[modules] Fix macro hiding bug exposed if:
2014-07-18 Richard SmithCleanup: remove essentially unused variable.
2014-07-18 Reid KlecknerMark the vtable used when defining implicit copy and...
2014-07-18 NAKAMURA TakumiSemaInit.cpp: Fix a warning with -Asserts. [-Wunused...
2014-07-18 Nick Kledzik[mach-o] Add support for x86 pointers which use scatter...
2014-07-18 Zachary TurnerFixes a number of issue related to test portability...
2014-07-18 Jim GrosbachX86: Constant fold converting vector setcc results...
2014-07-18 Jim GrosbachAArch64: Constant fold converting vector setcc results...
2014-07-18 Nick Kledzik[mach-o] Add support for x86 CALL instruction that...
2014-07-18 Michael J.... Revert "[x86] Fold extract_vector_elt of a load into...
2014-07-18 Reid KlecknerFix parsing certain kinds of strings in the MS section...
2014-07-18 Eric ChristopherReset the Subtarget in the AsmPrinter for each machine...
2014-07-18 Eric ChristopherAvoid resetting the UseSoftFloat and FloatABIType on...
2014-07-17 Alexey SamsonovCheck-labelize ubsan tests
2014-07-17 Nick Kledzik[mach-o] implement more x86 and x86_64 relocation support
2014-07-17 Richard SmithPR20346: fix aggregate initialization / template instan...
2014-07-17 Lang Hames[MCJIT] Fix the alignment requirements for ARM and...
2014-07-17 Kevin EnderbyTweak formating to match what clang-format would be...
2014-07-17 NAKAMURA Takumiclang/test/CodeGen/ms-inline-asm.c: Fix for -Asserts.
2014-07-17 Greg ClaytonFixed the objective C symbol parsing in ObjectFileMachO.
2014-07-17 Kevin EnderbyAdd printing of Mach-O stabs in llvm-nm.
2014-07-17 Reid KlecknerRemove rules against std::function from the programmer...
2014-07-17 David BlaikieRevert "unique_ptr-ify ownership of ASTConsumers"
2014-07-17 David BlaikieRevert "unique_ptr-ify ownership of ASTConsumers"
2014-07-17 Joerg SonnenbergerReferences cannot be bound to null.
2014-07-17 Rui Ueyama[PECOFF] Split ExportedSymbolRenameFile.
2014-07-17 Aaron WatryAdd several missing double constant definitions
2014-07-17 Aaron Watryrelational: Implement isnotequal
2014-07-17 Aaron Watryrelational: Implement isgreaterequal
2014-07-17 Aaron Watryrelational: Implement isgreater
2014-07-17 Aaron Watryrelational/signbit: Refactor to use relational macros
2014-07-17 Aaron WatryFix isnan definition for vector results
2014-07-17 Aaron Watryrelational: create re-usable macros for relational...
2014-07-17 Jim InghamReadPointedString takes a Stream not a DataBuffer.
2014-07-17 Rui UeyamaRemove all uses of llvm::function_ref from LLD.
2014-07-17 Rui UeyamaUse std::function instead of llvm::function_ref.
2014-07-17 Joerg SonnenbergerPrune empty directories.
2014-07-17 Simon Atanasyan[Mips] s/context/ctx/ for consistency and reduce lines...
2014-07-17 Stephen HinesRevert Thumb-2 conversion of some ARM builtins.
2014-07-17 David Blaikieunique_ptr-ify ownership of ASTConsumers
2014-07-17 David Blaikieunique_ptr-ify ownership of ASTConsumers
2014-07-17 Zachary TurnerCreate an _d suffixed symlink when doing a debug Window...
2014-07-17 Nico WeberAdd a test for PR20343 after llvm r213303.
2014-07-17 Hans WennborgMS compatibility: always emit dllexported in-class...
2014-07-17 Nico Weberms inline asm: Don't add x86 segment registers to the...
next