platform/upstream/llvm.git
2016-04-15 Eric FiselierCleanup and guard tuple's constructor SFINAE. Fixes...
2016-04-15 Nemanja IvanovicRevert 266186 as it breaks anything that includes type_...
2016-04-15 Rafael EspindolaMerge duplicated cases. NFC.
2016-04-15 Igor KudrinRevert "[Coverage] Prevent detection of false instantia...
2016-04-15 George Rimar[ELF] - Implemented basic location counter support.
2016-04-15 Davide Italiano[ParallelCG] Add a new splitCodeGen() API which takes...
2016-04-15 Eugene Zelenko[Release Notes] mention Clang-tidy misc-multiple-statem...
2016-04-15 Marcin Koscielnicki[SystemZ] Fix large tests broken by conditional returns.
2016-04-15 Mandeep Singh... [LLD] Remove unwanted --check-prefix=CHECK from unit...
2016-04-15 David Majnemer[InstCombine] Don't transform compares of calls to...
2016-04-15 Etienne Bergeron[clang-tidy] Add new checker for suspicious sizeof...
2016-04-15 Etienne Bergeron[clang-tidy] Add checker for operations between integra...
2016-04-15 Adrian PrantlFix testcase for MSVC targets where the output ordering...
2016-04-15 Geoff BerryFix test to require Asserts since it uses debug output.
2016-04-15 Adrian PrantlUpdate testcase to new debug info metadata format.
2016-04-15 Adrian Prantl[PR27284] Reverse the ownership between DICompileUnit...
2016-04-15 Adrian PrantlUpdate to match LLVM changes for PR27284.
2016-04-15 NAKAMURA TakumiASTMatchers.h: Fix formatting. [-Wdocumentation]
2016-04-15 NAKAMURA Takumillvm/test/CodeGen/AArch64/arm64-csldst-mmo.ll requires...
2016-04-15 Sanjay Patel[SimplifyCFG] propagate branch metadata when creating...
2016-04-15 NAKAMURA Takumilli.cpp: Appease some builders. There might be ownershi...
2016-04-15 Rafael EspindolaAdd an interesting GC testcase.
2016-04-15 Geoff Berry[AArch64] Add MMOs to callee-save load/store instructions.
2016-04-15 Nirav DaveFix typing on generated LXV2DX/STXV2DX instructions
2016-04-15 Jun Bum Lim[MachineScheduler]Add support for store clustering
2016-04-15 Igor Kudrin[Coverage] Prevent detection of false instantiations...
2016-04-15 Sanjay Patel[SimplifyCFG] add metadata to show failure to propagate...
2016-04-15 Igor Kudrin[Coverage] Add support for making test data for more...
2016-04-15 Nicolai HaehnleAMDGPU/SI: Fix regression with no-return atomics
2016-04-15 Rafael EspindolaStore a Symbol for EntrySym.
2016-04-15 Nico WeberRevert r266415, it broke parsing SDK headers (PR27367).
2016-04-15 Tom Stellardprepare-builtins: Remove call to getGlobalContext()
2016-04-15 Rafael EspindolaAdd a testcase for symbol resolution with -r.
2016-04-15 Alexey BaderRemove include duplicate. NFC.
2016-04-15 Rafael EspindolaDon't create relocations for absolute got entries.
2016-04-15 Renato Golin[TSAN] Make tsan tests more portable (take 3)
2016-04-15 Rafael EspindolaDon't create relocations for non preemptable absolute...
2016-04-15 Rafael EspindolaTwo small related fixes.
2016-04-15 Pavel LabathWork around a linux libc bug causing a crash in TaskPool
2016-04-15 Ulrich WeigandFix usage of APInt.getRawData for big-endian systems
2016-04-15 Simon Atanasyan[ELF] Remove redundant empty line. NFC
2016-04-15 Ulrich WeigandMake Scalar::SChar return an explicit signed type
2016-04-15 Ulrich WeigandFix Scalar::MakeSigned for 128- and 256-bit types.
2016-04-15 Ulrich WeigandFix Scalar::SetValueFromData for 128- and 256-bit types
2016-04-15 Ulrich WeigandFix ABISysV_s390x::GetArgumentValues
2016-04-15 Pavel LabathMake destructor breakpoint location test more resilient
2016-04-15 Andrey Bokhanko[MSVC Compat] Implementation of __unaligned (MS extensi...
2016-04-15 Craig TopperUse MVT instead of EVT to remove a bunch of unnecessary...
2016-04-15 Craig TopperAdd a setOperationPromotedToType convenience method...
2016-04-15 Craig Topper[X86] AND, OR, and XOR of vectors are always legal...
2016-04-15 Mandeep Singh... [Polly] Remove unwanted --check-prefix=CHECK from unit...
2016-04-15 Craig Topper[X86] Combine an if and else block that had the same...
2016-04-15 Eric Fiselier[libcxx] Remove the "reduced-arity-initialization"...
2016-04-15 Davide ItalianoRevert "[LTO] Add a new splitCodeGen() API which takes...
2016-04-15 Jim InghamAdd the PDBParser.{cpp,h} files to the Xcode project.
2016-04-15 Justin Lebar[NVPTX] Set NVPTXTTI::getInliningThresholdMultiplier...
2016-04-15 Justin Lebar[TTI] Add getInliningThresholdMultiplier.
2016-04-15 Justin Lebar[ifcnv] Don't duplicate blocks that contain convergent...
2016-04-15 Justin LebarMove divergent-target test into CodeGen/NVPTX because...
2016-04-15 Hans Wennborgclang-cl: Don't check for existence of linker inputs...
2016-04-15 Oleksiy VyalovRename out->std_out in AppleObjCRuntimeV2.cpp.
2016-04-15 Sean CallananBlocks are only reliably supported on Darwin. Disable...
2016-04-15 Justin Lebar[PM] Add a SpeculativeExecution pass for targets with...
2016-04-15 Justin Lebar[Speculation] Add a SpeculativeExecution mode where...
2016-04-15 Sean CallananAdded a testcase for defining and using lambdas in...
2016-04-15 Davide Italiano[ParallelCG] Attempt to placate MSVC.
2016-04-15 Hans Wennborgclang-cl: Make /link accept an optional joined argument.
2016-04-15 Hans WennborgOption parser: class for consuming a joined arg in...
2016-04-15 Hans WennborgOptionParsingTest.cpp: reorder EXPECT_EQs to put expect...
2016-04-15 Zachary TurnerInitial support for reading type information from PDBs.
2016-04-15 Rafael EspindolaDelete a dead repl.
2016-04-15 Davide Italiano[LTO] Add a new splitCodeGen() API which takes a Target...
2016-04-15 Sean CallananAdded a testcase for defining and using a block in...
2016-04-14 George Burgess IVFix StaticAnalyzer complaints. NFC.
2016-04-14 Charles LiLit C++11 Compatibility Patch #8
2016-04-14 Vedant Kumar[test] Require 'asserts' for a test which uses -debug...
2016-04-14 Matt ArsenaultAMDGPU: Remove custom load/store scalarization
2016-04-14 Adrian McCarthyDon't disable stdin buffering on Windows
2016-04-14 Matt ArsenaultAMDGPU: Add test for generic builtin behavior
2016-04-14 Matt ArsenaultAMDGPU: Include LDS size in printed comment
2016-04-14 Michael Kuperstein[AliasSetTracker] Correctly handle changing the size...
2016-04-14 Mehdi AminiNuke getGlobalContext() from LLVM (but the C API)
2016-04-14 Mehdi AminiRemove every uses of getGlobalContext() in LLVM (but...
2016-04-14 Matt ArsenaultAMDGPU: Run SIFoldOperands after PeepholeOptimizer
2016-04-14 Matt ArsenaultAMDGPU: Directly emit m0 initialization with s_mov_b32
2016-04-14 Matt ArsenaultAMDGPU: Fold bitcasts of scalar constants to vectors
2016-04-14 Rui UeyamaDo not use llvm::getGlobalContext().
2016-04-14 Mehdi AminiRevert "Do not use llvm::getGlobalContext(), trying...
2016-04-14 Geoff Berry[ScheduleDAGInstrs] Re-factor for based on review feedb...
2016-04-14 Marcin Koscielnicki[sanitizer] [SystemZ] Fix stack traces.
2016-04-14 Marcin Koscielnicki[sanitizer] [SystemZ] Add/fix kernel and libc type...
2016-04-14 Samuel Benzaquen[clang-tidy] Add check misc-multiple-statement-macro
2016-04-14 Simon Atanasyan[ELF][MIPS] Make R_MIPS_LO16 a relative relocation...
2016-04-14 Mehdi AminiUse fully qualified name to refer to LLVMContext
2016-04-14 Reid KlecknerIn vector comparisons, handle scalar LHS just as we...
2016-04-14 Mehdi AminiDo not use llvm::getGlobalContext(), trying to nuke...
2016-04-14 Rafael EspindolaSpecialize the symbol table data structure a bit.
2016-04-14 Renato Golin[ARM] Adding IEEE-754 SIMD detection to loop vectorizer
2016-04-14 Sanjay Patel[InstCombine] remove constant by inverting compare...
2016-04-14 Greg ClaytonFix Xcode project after recent s390x changes.
next