projects
/
platform
/
upstream
/
llvm.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
platform/upstream/llvm.git
2016-12-13
Artur Pilipenko
[DAGCombiner] Match load by bytes idiom and fold it...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-13
Artur Pilipenko
Move BaseIndexOffset in DAGCombiner.cpp so it will...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-13
Egor Churaev
[OpenCL] Improve address space diagnostics.
commit
|
commitdiff
|
tree
|
snapshot
2016-12-13
Egor Churaev
[OpenCL] Enable unroll hint for OpenCL 1.x.
commit
|
commitdiff
|
tree
|
snapshot
2016-12-13
Simon Pilgrim
[SelectionDAG] computeKnownBits - simplified knownbits...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-13
Tobias Grosser
Adjust clang-format formatting to r289531
commit
|
commitdiff
|
tree
|
snapshot
2016-12-13
Simon Dardis
[mips][rtdyld] Move MIPS relocation resolution to a...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-13
Daniel Jasper
clang-format: Keep string-literal-label + value pairs...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-13
Simon Dardis
[mips] Fix comment to respect 80 chars per line; NFC
commit
|
commitdiff
|
tree
|
snapshot
2016-12-13
Simon Dardis
[mips] Fix compact branch hazard detection
commit
|
commitdiff
|
tree
|
snapshot
2016-12-13
Diana Picus
[GlobalISel] Move extendRegister where it belongs....
commit
|
commitdiff
|
tree
|
snapshot
2016-12-13
Peter Smith
[ELF] Add R_ARM_RELATIVE to relocations that can be...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-13
Renato Golin
[sancov] Mark as unstable on ARM, not XFAIL, since...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-13
Daniel Jasper
clang-format: Improve braced-list detection.
commit
|
commitdiff
|
tree
|
snapshot
2016-12-13
Malcolm Parsons
[clang-tidy] Add check for redundant function pointer...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-13
Craig Topper
[X86][InstCombine] Fix SimplifyDemandedVectorElts to...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-13
NAKAMURA Takumi
llvm/test/Transforms/PGOProfile/noreturncall.ll REQUIRE...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-13
Rong Xu
[PGO] Fix insane counts due to nonreturn calls
commit
|
commitdiff
|
tree
|
snapshot
2016-12-13
Jason Molenda
Small tweaks to the markup in StructuredDataPlugins.
commit
|
commitdiff
|
tree
|
snapshot
2016-12-13
Davide Italiano
[SCCP] Debug diagnostic goes under DEBUG(). NFCI.
commit
|
commitdiff
|
tree
|
snapshot
2016-12-13
Jason Molenda
Touch-up the markup of the DarwinLog.md documentation.
commit
|
commitdiff
|
tree
|
snapshot
2016-12-13
Dylan McKay
[AVR] Add an 'relax memory operation' pass
commit
|
commitdiff
|
tree
|
snapshot
2016-12-13
Mike Aizatsky
[sanitizers] dso order is random, test shouldnt depend...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-13
Mike Aizatsky
[sanitizers] powerpc4 is also unsupported platform
commit
|
commitdiff
|
tree
|
snapshot
2016-12-13
Saleem Abdulrasool
CodeGen: clean up -Wpedantic warning (NFC)
commit
|
commitdiff
|
tree
|
snapshot
2016-12-13
Shoaib Meenai
[libc++abi] Mark failing test on Darwin as XFAIL
commit
|
commitdiff
|
tree
|
snapshot
2016-12-13
Stephan T....
[libcxx] [test] Fix size_t-to-int truncation warnings...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-13
Dominic Chen
[analyzer] Run clang-format and fix style
commit
|
commitdiff
|
tree
|
snapshot
2016-12-13
Philip Reames
[peephole] Enhance folding logic to work for STATEPOINTs
commit
|
commitdiff
|
tree
|
snapshot
2016-12-13
Philip Reames
[Statepoints] Reuse stack slots more than once within...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-13
Mike Aizatsky
[sanitizers] disabling dso test as well where appropriate
commit
|
commitdiff
|
tree
|
snapshot
2016-12-13
Mike Aizatsky
[sanitizers] trace-pc-guard doesn't work on mac as...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-13
Kostya Serebryany
[libFuzzer] don't require extra flags with -minimize_cr...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-13
Mike Aizatsky
[sanitizers] sancov really works on x86 only
commit
|
commitdiff
|
tree
|
snapshot
2016-12-13
Chris Bieneman
Missed a file in r289503.
commit
|
commitdiff
|
tree
|
snapshot
2016-12-13
Chris Bieneman
[LIT] Fix system-windows
commit
|
commitdiff
|
tree
|
snapshot
2016-12-13
Chris Bieneman
Revert "Suppress LLVM::tools/llvm-symbolizer/coff-dwarf...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-13
Dean Michael...
[XRay][compiler-rt] Use explicit comparisons in unit...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-12
Rafael Espindola
Simplify the test. NFC.
commit
|
commitdiff
|
tree
|
snapshot
2016-12-12
Mike Aizatsky
[sancov] __sanitizer_dump_coverage api
commit
|
commitdiff
|
tree
|
snapshot
2016-12-12
Chris Bieneman
[llvm-config] Unsupported should be win32
commit
|
commitdiff
|
tree
|
snapshot
2016-12-12
Tim Northover
Stop lying about pointers' required alignments.
commit
|
commitdiff
|
tree
|
snapshot
2016-12-12
Marcos Pividori
[libFuzzer] Implement Timers for Windows.
commit
|
commitdiff
|
tree
|
snapshot
2016-12-12
Bruno Cardoso...
Revert "[Modules] Make header inclusion order from...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-12
Sanjay Patel
[x86] fix test specifications
commit
|
commitdiff
|
tree
|
snapshot
2016-12-12
Sanjay Patel
[x86] fix test specifications and auto-generate checks
commit
|
commitdiff
|
tree
|
snapshot
2016-12-12
Petr Hosek
[CMake] Multi-target builtins build
commit
|
commitdiff
|
tree
|
snapshot
2016-12-12
Chris Bieneman
Revert "Disable all llvm-config tests for now, will...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-12
Petr Hosek
[compiler-rt] Support building builtins for a single...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-12
Dan Liew
[llvm-config] Fix bug where `--libfiles` and `--names...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-12
Bruno Cardoso...
Revert "[Headers] Add #include_next for tgmath.h on...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-12
Andrew Kaylor
Avoid infinite loops in branch folding
commit
|
commitdiff
|
tree
|
snapshot
2016-12-12
Chris Bieneman
clang-format to fix post-commit feedback
commit
|
commitdiff
|
tree
|
snapshot
2016-12-12
Chris Bieneman
[llvm-config] Fix cflags test looking for "error"
commit
|
commitdiff
|
tree
|
snapshot
2016-12-12
Chris Bieneman
Revert "Remove system-libs.test for now"
commit
|
commitdiff
|
tree
|
snapshot
2016-12-12
Sanjoy Das
Revert "[SCEVExpander] Use llvm data structures; NFC"
commit
|
commitdiff
|
tree
|
snapshot
2016-12-12
Kostya Serebryany
[libFuzzer] split one slow test into several, for more...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-12
Nico Weber
Fix MSVC build after 289461; MSVC isn't sure if this...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-12
Todd Fiala
Removing myself from code ownership file
commit
|
commitdiff
|
tree
|
snapshot
2016-12-12
Bruno Cardoso...
[Modules] Make header inclusion order from umbrella...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-12
Kostya Serebryany
[libFuzzer] make SimpleCmpTest a bit simpler to crack...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-12
Sanjay Patel
[x86] fix formatting; NFC
commit
|
commitdiff
|
tree
|
snapshot
2016-12-12
Eugene Zelenko
[AMDGPU, PowerPC, TableGen] Fix some Clang-tidy moderni...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-12
Tim Shen
[APFloatTest] Use std::make_tuple to make GCC 4.8 happy
commit
|
commitdiff
|
tree
|
snapshot
2016-12-12
Guozhi Wei
[PPC] Prefer direct move on power8 if load 1 or 2 bytes...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-12
Tim Shen
[APFloat] Implement PPCDoubleDouble add and subtract.
commit
|
commitdiff
|
tree
|
snapshot
2016-12-12
Simon Atanasyan
[ELF][MIPS] Calculate default _gp value relative to...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-12
Matthew Simpson
[SLP] Fix sign-extends for type-shrinking
commit
|
commitdiff
|
tree
|
snapshot
2016-12-12
Kostya Serebryany
[libFuzzer] build libFuzzer itself with asan
commit
|
commitdiff
|
tree
|
snapshot
2016-12-12
Paul Robinson
Recommit r288212: Emit 'no line' information for intere...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-12
Kostya Serebryany
[libFuzzer] respect -max_len during merge
commit
|
commitdiff
|
tree
|
snapshot
2016-12-12
Teresa Johnson
[ThinLTO] Remove useless code (NFC)
commit
|
commitdiff
|
tree
|
snapshot
2016-12-12
Alexander Shaposhnikov
[clang-move] Fix buildbot failures
commit
|
commitdiff
|
tree
|
snapshot
2016-12-12
Alexander Shaposhnikov
[clang-move] Use appendArgumentsAdjuster for adding...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-12
Stephan T....
[libcxx] [test] Change ifstream constructor tests to...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-12
Stephan T....
[libcxx] [test] Fix an improper assumption about Null...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-12
Mehdi Amini
Refactor BitcodeReader: move Metadata and ValueId handl...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-12
Bruno Cardoso...
[CrashReproducer] Collect PCH included via -include-pch
commit
|
commitdiff
|
tree
|
snapshot
2016-12-12
Bruno Cardoso...
[Frontend] Use vfs for directory iteration while search...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-12
Samuel Antao
Fix typo and remove unnecessary statement.
commit
|
commitdiff
|
tree
|
snapshot
2016-12-12
Mehdi Amini
Remove IsMetadataMaterialized from BitcodeReader (NFC)
commit
|
commitdiff
|
tree
|
snapshot
2016-12-12
Geoff Berry
[LiveRangeEdit] Add assert string and descriptive comment.
commit
|
commitdiff
|
tree
|
snapshot
2016-12-12
Michael Kuperstein
Bring back note about not supporting global register...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-12
Dimitry Andric
Fix compile with GCC 5 or later
commit
|
commitdiff
|
tree
|
snapshot
2016-12-12
Reid Kleckner
Revert "[SCEVExpand] do not hoist divisions by zero...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-12
Vedant Kumar
Avoid use of std::to_string. NFC.
commit
|
commitdiff
|
tree
|
snapshot
2016-12-12
Peter Collingbourne
COFF: Fix memory leaks reported by lsan.
commit
|
commitdiff
|
tree
|
snapshot
2016-12-12
Samuel Antao
Fix format and a few typos in comments.
commit
|
commitdiff
|
tree
|
snapshot
2016-12-12
Peter Collingbourne
symbolizer: Add lseek64 to global symbol list.
commit
|
commitdiff
|
tree
|
snapshot
2016-12-12
Simon Atanasyan
[mips] For PIC code convert unconditional jump to uncon...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-12
Nicolai Haehnle
AMDGPU: llvm.amdgcn.interp.mov is a source of divergence
commit
|
commitdiff
|
tree
|
snapshot
2016-12-12
Filipe Cabecinhas
[Fix] Add missing include from r289444.
commit
|
commitdiff
|
tree
|
snapshot
2016-12-12
Sanjay Patel
remove stale FIXME note from test; NFC
commit
|
commitdiff
|
tree
|
snapshot
2016-12-12
Filipe Cabecinhas
[clang] Version support for UBSan handlers
commit
|
commitdiff
|
tree
|
snapshot
2016-12-12
Simon Pilgrim
[X86] Regenerate vector bitcast/widening tests.
commit
|
commitdiff
|
tree
|
snapshot
2016-12-12
Sanjay Patel
[InstCombine] fix bug when offsetting case values of...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-12
Teresa Johnson
[ThinLTO] Import only necessary DICompileUnit fields
commit
|
commitdiff
|
tree
|
snapshot
2016-12-12
Michal Gorny
[Driver] Attempt to fix new linux-ld tests on Windows
commit
|
commitdiff
|
tree
|
snapshot
2016-12-12
Sanjay Patel
[InstCombine] clean up range-for-loops in visitSwitchIn...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-12
Simon Pilgrim
[X86] Regenerate test.
commit
|
commitdiff
|
tree
|
snapshot
next