platform/upstream/llvm.git
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.
2016-04-14 Dehao ChenFix null pointer access for discriminator assignment.
2016-04-14 Richard SmithMake this code less brittle. The benefits of a fixed...
2016-04-14 Aaron BallmanAdd support for type aliases to modernize-redundant...
2016-04-14 Rafael EspindolaHash symbol names only once per global SymbolBody.
2016-04-14 Tom StellardAMDGPU: Add skeleton GlobalIsel implementation
2016-04-14 Rafael EspindolaSimplify handling of size relocations. NFC.
2016-04-14 Dehao ChenUpdate discriminator assignment algorithm to handle...
2016-04-14 Richard SmithFix off-by-one error in worst-case number of offsets...
2016-04-14 Ulrich WeigandFix regression in gnu_libstdcpp.py introduced by r266313
2016-04-14 Reid KlecknerSink DI metadata usage out of MachineInstr.h and Machin...
2016-04-14 Davide Italiano[ValueMapper] Range-loopify to improve readability...
2016-04-14 Jacques Pienaar[lanai] Add custom lowering for SRL_PARTS i32.
2016-04-14 Tom Stellard[GlobalISel] Move GISelAccessor class into public headers
2016-04-14 Nicolai Haehnle[DivergenceAnalysis] Treat PHI with incoming undef...
2016-04-14 Nicolai Haehnle[StructurizeCFG] Annotate branches that were treated...
2016-04-14 Nicolai HaehnleAMDGPU: Remove SIFixSGPRLiveRanges pass
2016-04-14 Nicolai HaehnleAMDGPU: change a redundant if () to an assert(). NFC
2016-04-14 Ulrich WeigandDisable LinuxCoreTestCase.test_s390x
2016-04-14 Tom Stellard[GlobalISel] Coding style and whitespace fixes
2016-04-14 Ulrich WeigandRevert r266311 - Fix usage of APInt.getRawData for...
2016-04-14 George RimarMove variables closer to code scopes that uses them...
2016-04-14 Tim NorthoverAArch64: expand cmpxchg after regalloc at -O0.
2016-04-14 Jacques Pienaar[lanai] Add areMemAccessesTriviallyDisjoint, getMemOpBa...
2016-04-14 Tom StellardAMDGPU: allow specifying a workgroup size that needs...
2016-04-14 Tom StellardAMDGPU/SI: Use the correct scratch wave offset register...
2016-04-14 Betul Buyukkurt[PGO] Do not attach VP metadata if value count at site...
2016-04-14 Silviu Baranga[SCEV][LAA] Add tests for SCEV expression transformatio...
2016-04-14 Etienne Bergeron[clang-tidy] Fix documentation generation.
next