platform/upstream/llvm.git
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...
2014-07-17 Lang HamesMake myself code owner of MCJIT.
2014-07-17 Joerg SonnenbergerIf char/short are shorter than int, do not use U as...
2014-07-17 Alp TokerDrop the udis86 wrapper from llvm::sys
2014-07-17 Joerg SonnenbergerAlways set the C suffix macro, even if it is empty.
2014-07-17 Reid KlecknerTableGen: Add 'static' to a large array to avoid a...
2014-07-17 Ehsan Akhgariclang-cl: Flush stdout after writing the /showIncludes...
2014-07-17 Arnaud A. de... [AArch64] Cleanup AsmParser: no need to use dyn_cast...
2014-07-17 Suyog SardaRectify r213231. Use proper version of 'ComputeNumSignB...
2014-07-17 Jim InghamIn Process::LoadImage, if dlopen returns 0x0 fetch...
2014-07-17 Lang Hames[MCJIT] Significantly refactor the RuntimeDyldMachO...
2014-07-17 Alexey Samsonov[ASan] Don't instrument load/stores with !nosanitize...
2014-07-17 Alexey Samsonov[UBSan] Add !nosanitize metadata to the code generated...
2014-07-17 Hans WennborgTypo: exists -> exits
2014-07-17 Joerg SonnenbergerProvide __SIG_ATOMIC_MAX__ next to __SIG_ATOMIC_WIDTH__.
2014-07-17 Nico WeberWrap a comment to 80 columns, no code change.
2014-07-17 Justin Holewinski[NVPTX] Improve handling of FP fusion
2014-07-17 Matt ArsenaultFix typos
2014-07-17 Sean CallananFixed our install-headers script to set version
2014-07-17 Zinovy Nis[BUG] Due to a typo introduced in r199933 and r200027...
2014-07-17 Fariborz JahanianObjective-C. deprecated attribute is not inherited...
2014-07-17 Adam Nemet[X86] AVX512: Add disassembler support for compressed...
2014-07-17 Adam Nemet[X86] AVX512: Rename EVEX_CD8V to CD8_Form
2014-07-17 Adam Nemet[X86] AVX512: Use the TD version of CD8_Scale in the...
2014-07-17 Adam Nemet[X86] AVX512: Move compressed displacement logic to TD
2014-07-17 Adam Nemet[TableGen] Allow shift operators to take bits<n>
2014-07-17 Justin Holewinski[NVPTX] Add missing .v4 qualifier on vector store instr...
2014-07-17 Saleem AbdulrasoolMC: correct DWARF header for PE/COFF assembly input
2014-07-17 Saleem AbdulrasoolMC: fix MCAsmInfo usage for windows-itanium
2014-07-17 Saleem AbdulrasoolMC: collapse emission of producer
2014-07-17 Johannes Doerfert[Refactor] Move code out of the IslAst header
2014-07-17 Marshall ClowFix bug #20335 - memory leak when move-constructing...
2014-07-17 Justin Holewinski[NVPTX] Flag surface/texture query instructions with...
2014-07-17 Hal FinkelHandle __assume in the VoidExprEvaluator
2014-07-17 Hal FinkelAdd an __assume side-effects warning
2014-07-17 Aaron BallmanUsing a std::string instead of a StringRef because...
2014-07-17 Evgeniy Stepanov[asan] Remove leftover debug printf.
2014-07-17 Evgeniy Stepanov[asan] Fix malloc interception on Android L Preview.
2014-07-17 Alexey Bataev[OPENMP] Initial parsing and sema analysis of 'mergeabl...
2014-07-17 Yi KongARM: Add ACLE memory barrier intrinsic mapping
2014-07-17 Alp TokerRevert "Handle diagnostic warnings in Frontend diagnost...
2014-07-17 Aaron BallmanFixing the objc_runtine_name documentation so that...
next