platform/upstream/llvm.git
2016-02-13 Kostya Serebryany[libFuzzer] remove std::vector operations from hot...
2016-02-13 Sanjay Patel[x86-64] allow mfence even with -mno-sse (PR23203)
2016-02-13 Benjamin Kramer[APInt] No need for a copy when taking min/max of an...
2016-02-13 Benjamin Kramer[ConstantFolding] Reduce APInt and APFloat copying.
2016-02-13 Benjamin Kramer[AggressiveAntiDepBreaker] Skip some unnecessary BitVec...
2016-02-13 Benjamin KramerUse ArrayRef to hide SmallVector details, kill a useles...
2016-02-13 Benjamin KramerRValue refs do not work that way.
2016-02-13 Benjamin KramerDon't copy a DenseMap just to do lookup in it.
2016-02-13 Hongbin ZhengUse unique_ptr to manage Scop inside ScopInfo.
2016-02-13 Hongbin ZhengMove AccFuncMap from ScopInfo into Scop
2016-02-13 Hongbin ZhengDo not carry LoopInfo along with a Scop.
2016-02-13 Hongbin ZhengDo not carry DominatorTree along with a Scop.
2016-02-13 Hongbin ZhengDo not carry ScopDetection along with a Scop.
2016-02-13 Krzysztof Parzyszek[Hexagon] Replace use of "std::map::emplace" with ...
2016-02-13 Benjamin KramerReduce the number of implicit StringRef->std::string...
2016-02-13 Benjamin KramerFix use after free.
2016-02-13 Chandler Carruth[attrs] Move the norecurse deduction to operate on...
2016-02-13 NAKAMURA TakumiHexagonFrameLowering.cpp: Appease msc18 to give an...
2016-02-13 Dmitry Polukhin[OPENMP] NFC rewrite ParseOpenMPDirectiveKind
2016-02-13 Kostya Serebryany[libFuzzer] don't require seed in fuzzer::Mutate, inste...
2016-02-13 Craig Topper[TableGen] Use range-based for loops. NFC
2016-02-13 Craig TopperNo need to make the subtarget feature bit enum a uint64...
2016-02-13 Argyrios Kyrtzidis[index] Change some default parameters to fix an MSVC...
2016-02-13 Matthias BraunLiveIntervalAnalysis: Remove LiveVariables requirement
2016-02-13 Matt ArsenaultAMDGPU: Prepare for reducing private element size.
2016-02-13 Jason MolendaAdditional fix to my change in r259983 to handle the
2016-02-13 NAKAMURA Takumilibclang/CMakeLists.txt: Prune IndexingContext.h out...
2016-02-13 Kostya Serebryany[libFuzzer] remove the C++-ish variant of FuzzerDriver...
2016-02-13 Kostya Serebryany[libFuzzer] simplify CTOR of MutationDispatcher
2016-02-13 Kostya Serebryany[libFuzzer] get rid of MutationDispatcher::Impl (simpli...
2016-02-13 Kostya Serebryany[libFuzzer] get rid of UserSuppliedFuzzer; NFC
2016-02-13 Kostya Serebryany[libFuzzer] simplify the code around Random. NFC
2016-02-13 Kostya Serebryany[libFuzzer] remove UserSuppliedFuzzer from the interfac...
2016-02-13 Steven WatanabeFix the ASTPrinter output for ascii char literals ...
2016-02-13 Kostya Serebryany[libFuzzer] provide a plain C interface for custom...
2016-02-13 Siva Chandra[TestLibCxxAtomic] Skip for GCC.
2016-02-13 Tom StellardAMDGPU/SI: Add llvm.amdgcn.mov.dpp intrinsic
2016-02-13 Keno Fischer[Cloning] Clone every Function's Debug Info
2016-02-13 Matt ArsenaultAdd AMDGPU related triple vendors/OSes
2016-02-13 Davide Italiano[llvm-size] Remove variable used only once.
2016-02-13 Sunil SrivastavaAccept "-Weverything" in clang diagnistic pragmas
2016-02-13 Bob Wilson[Sema] More changes to fix Objective-C fallout from...
2016-02-13 Davide Italiano[llvm-size] Make error handling uniform.
2016-02-13 Argyrios Kyrtzidis[RecursiveASTVisitor] Introduce dataTraverseStmtPre...
2016-02-13 Matt ArsenaultAMDGPU: Cleanup includes and random macros
2016-02-13 Matt ArsenaultAMDGPU: Add sin/cos builtins
2016-02-13 Matt ArsenaultAMDGPU: Add intrinsics for sin/cos
2016-02-13 Matt ArsenaultAMDGPU: Update builtin for intrinsic change
2016-02-13 Matt ArsenaultAMDGPU: Rename intrinsic to better match instruction...
2016-02-13 Alexey SamsonovDisable two tests that use a lot of stack under ASan.
2016-02-13 Matt ArsenaultUpdate page to list supported targets
2016-02-13 Matt ArsenaultSplit sources for amdgcn and r600
2016-02-13 Richard TrieuMake -Wnull-conversion more useful.
2016-02-13 Alexey Samsonov[TSan] Adjust expectation for check_analyze.sh
2016-02-13 Tom StellardAMDGPU/SI: Add instruction defs for VOP1 DPP instructions
2016-02-13 Matt ArsenaultAMDGPU: Fix broken condition causing warning
2016-02-13 Jim InghamAdding an SBThread::StepInto that takes an end-line...
2016-02-13 Tom StellardAMDGPU/SI: Organize intrinsics by subtarget
2016-02-13 Siva Chandra[TestLibCxxAtomic] Fix Makefile so that the test builds...
2016-02-13 Pirama Arumuga... Don't combine fp_round (fp_round x) if f80 to f16 is...
2016-02-13 Sean CallananRemoved many JIT workarounds from IRForTarget.
2016-02-12 Sean CallananFix stripping of _ when looking for symbols in IRExecut...
2016-02-12 Alexey SamsonovFix Windows buildbot breakage.
2016-02-12 Tom StellardAMDGPU/SI: Detect uniform branches and emit s_cbranch...
2016-02-12 Yunzhong GaoDisable the vzeroupper insertion pass on PS4.
2016-02-12 Justin Bognercmake: Simplify the iOS.cmake toolchain
2016-02-12 Argyrios Kyrtzidis[index] Add llvm/Support/DataTypes.h header to fix...
2016-02-12 Enrico GranataRemove an unnecessary include
2016-02-12 Argyrios Kyrtzidis[libclang] Separate the underlying indexing functionali...
2016-02-12 Derek Schuff[WebAssembly] Report more meaningful error messages...
2016-02-12 Krzysztof Parzyszek[Hexagon] Optimize stack slot spills
2016-02-12 Eugene ZelenkoFix remaining Clang-tidy readability-redundant-control...
2016-02-12 Tim NorthoverDarwin: pass -stdlib=libc++ down to cc1 whenever we...
2016-02-12 David Majnemer[llvm-pdbdump] Start to decode some streams
2016-02-12 Krzysztof Parzyszek[Hexagon] Mark HVX registers as volatile
2016-02-12 Enrico GranataData formatter support for libc++ std::atomic<T>
2016-02-12 Sanjay Patelfix test to use FileCheck
2016-02-12 Derek Schuff[WebAssembly] Update test expectations after r260737
2016-02-12 Evgeniy StepanovFix MemorySanitizer.ptrtoint test on big-endian targets.
2016-02-12 Krzysztof Parzyszek[Hexagon] Recognize more cases in copyPhysReg and stack...
2016-02-12 Sean CallananDisable recognition of "using" declarations at translat...
2016-02-12 Reid Kleckner[codeview] Describe local variables in registers
2016-02-12 Rui UeyamaELF: Add wildcard pattern matching to SECTIONS linker...
2016-02-12 Chris Bieneman[CMake] Fixing bots I broke.
2016-02-12 Rafael EspindolaTrying to fix the MSVC build.
2016-02-12 Chris Bieneman[CMake] Improve the clang order-file generation workflow
2016-02-12 Rong Xu[PGO] Add another interface for annotateValueSite
2016-02-12 Dan Gohman[WebAssembly] Fix byval for empty types.
2016-02-12 Chad Rosier[AArch64] Enable post-RA MI scheduler for Kryo.
2016-02-12 Dan Gohman[WebAssembly] Fix insertion of a BLOCK in a loop header...
2016-02-12 Rafael EspindolaTry to fix the build in some bots.
2016-02-12 Sean CallananIRInterpreter now recognizes expressions with constants...
2016-02-12 Sean CallananCentralized symbol lookup in IRExecutionUnit, and fixed...
2016-02-12 Andrew Kaylor[WinEH] Prevent EH state numbering from skipping nested...
2016-02-12 Chad Rosier[LIR] Allow merging of memsets in negatively strided...
2016-02-12 Justin LebarFix typo in comment.
2016-02-12 Justin Lebar[SimplifyCFG] Don't fold conditional branches that...
2016-02-12 Justin Lebar[LoopRotate] Don't perform loop rotation if the loop...
2016-02-12 Justin LebarAdd convergent property to CodeMetrics.
2016-02-12 Justin LebarInitialize CodeMetrics' member variables inline with...
next