platform/upstream/llvm.git
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...
2014-07-17 Daniel Jasperclang-format: Fix parsing of conditional expressions.
2014-07-17 Alexey Bataev[OPENMP] Initial support for parsing and sema analysis...
2014-07-17 Justin Holewinski[NVPTX] Add more surface/texture intrinsics, including...
2014-07-17 Ehsan AkhgariUpstream an MS inline assembly test from Mozilla's...
2014-07-17 Tim NorthoverARM: support direct f16 <-> f64 conversions
2014-07-17 Justin Holewinski[TABLEGEN] Do not crash on intrinsics with names longer...
2014-07-17 Tim NorthoverCodeGen: generate single libcall for fptrunc -> f16...
2014-07-17 Tim NorthoverX86: support double extension of f16 type.
2014-07-17 Yi KongPort memory barriers intrinsics to AArch64
2014-07-17 Tim NorthoverIR: update Clang to use polymorphic __fp16 conversion...
2014-07-17 Tim NorthoverCodeGen: extend f16 conversions to permit types > float.
2014-07-17 Yi KongPort memory barriers intrinsics to AArch64
2014-07-17 Daniel Sanders[mips] .reginfo is 8 byte aligned on N32.
2014-07-17 Alexander KornienkoMake the diagnostic message more complete to check...
2014-07-17 Daniel Sanders[mips] Correct ELF e_flags for the N32 ABI when using...
2014-07-17 Daniel Sanders[mips] Correct .MIPS.abiflags for -mfpxx on MIPS32r6
2014-07-17 Daniel Sanders[mips] Fix ELF e_flags related to -mabicalls and -mplt.
2014-07-17 Daniel Sanders[mips] Pass the ABI to the integrated assembler and...
2014-07-17 Yi KongFix the prefix for arm64 triple
2014-07-17 Evgeniy Stepanov[msan] Avoid redundant origin stores.
2014-07-17 Benjamin Kramer[clang-tidy] MemsetZeroLenghtChecker: Don't crash tryin...
2014-07-17 Alexander Musman[OPENMP] Parsing/Sema analysis of directive 'master'
2014-07-17 Sylvestre LedruConsistency on the tab/space
2014-07-17 Sylvestre LedruFix Bug 14061 - scan-build crashes during postprocessi...
next