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-07
Philip Reames
[LVI] Simplify obfuscated code
commit
|
commitdiff
|
tree
|
snapshot
2016-12-07
Richard Smith
Fix test.
commit
|
commitdiff
|
tree
|
snapshot
2016-12-07
Erich Keane
[MS-ABI]V-base dtor called more than needed when throw...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-07
Reid Kleckner
Address review feedback by adding comments about $...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-06
Peter Collingbourne
IR: Reduce the amount of boilerplate required for a...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-06
Richard Smith
[c++17] P0135R1: Guaranteed copy elision.
commit
|
commitdiff
|
tree
|
snapshot
2016-12-06
Tom Stellard
AMDGPU: Add llvm.amdgcn.interp.mov intrinsic
commit
|
commitdiff
|
tree
|
snapshot
2016-12-06
Davide Italiano
[llc] Fix -stop-after=consthoist initializing the pass.
commit
|
commitdiff
|
tree
|
snapshot
2016-12-06
Kelvin Li
[OpenMP] Fix typo in the run command in the test case...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-06
Matt Arsenault
AMDGPU: Fix crash on i16 constant expression
commit
|
commitdiff
|
tree
|
snapshot
2016-12-06
Dean Michael...
[XRay][compiler-rt] Explicitly add dependency to pthread
commit
|
commitdiff
|
tree
|
snapshot
2016-12-06
Peter Collingbourne
LowerTypeTests: Improve performance by optimising type...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-06
Simon Pilgrim
[X86][XOP] Add test case for PR31296
commit
|
commitdiff
|
tree
|
snapshot
2016-12-06
Eli Friedman
[CodeGen] Fix result type for SMULO/UMULO legalization
commit
|
commitdiff
|
tree
|
snapshot
2016-12-06
Matt Arsenault
AMDGPU: Fix operand name for v_interp_*
commit
|
commitdiff
|
tree
|
snapshot
2016-12-06
Sanjay Patel
[InstSimplify] fixed (?) to not mutate icmps
commit
|
commitdiff
|
tree
|
snapshot
2016-12-06
Evgeniy Stepanov
Replace "|&" with "2>&1 |" to support bash pre-4
commit
|
commitdiff
|
tree
|
snapshot
2016-12-06
Eugene Zelenko
[IR] Fix some Clang-tidy modernize-use-equals-delete...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-06
Tom Stellard
AMDGPU/SI: Set correct value for amd_kernel_code_t...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-06
Davide Italiano
[BDCE/DebugInfo] Preserve llvm.dbg.value's argument.
commit
|
commitdiff
|
tree
|
snapshot
2016-12-06
Reid Kleckner
Disable -Wweak-vtables when there are no key functions
commit
|
commitdiff
|
tree
|
snapshot
2016-12-06
Tom Stellard
AMDGPU/SI: Don't move copies of immediates to the VALU
commit
|
commitdiff
|
tree
|
snapshot
2016-12-06
Tim Northover
GlobalISel: correctly handle small args via memory.
commit
|
commitdiff
|
tree
|
snapshot
2016-12-06
Zvi Rackover
[X86] Prefer reduced width multiplication over pmulld...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-06
Meador Inge
[llgo] Remove support for LLVM attributes
commit
|
commitdiff
|
tree
|
snapshot
2016-12-06
Simon Pilgrim
[DAGCombine] Add (sext_in_reg (zext x)) -> (sext x...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-06
Sanjay Patel
[InstSimplify] add folds for and-of-icmps with same...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-06
Tim Northover
GlobalISel: fall back gracefully when we hit unhandled...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-06
Simon Pilgrim
[SelectionDAG] We can ignore knownbits from an undef...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-06
Kelvin Li
[OpenMP] Fix typo in the test case. NFC.
commit
|
commitdiff
|
tree
|
snapshot
2016-12-06
Sanjay Patel
[InstSimplify] add tests for and-of-icmps; NFC
commit
|
commitdiff
|
tree
|
snapshot
2016-12-06
Tim Northover
GlobalISel: handle G_SEQUENCE fallbacks gracefully.
commit
|
commitdiff
|
tree
|
snapshot
2016-12-06
Tim Northover
GlobalISel: allow G_SELECT instructions for pointers.
commit
|
commitdiff
|
tree
|
snapshot
2016-12-06
Tim Northover
GlobalISel: stop the legalizer from trying to handle...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-06
Sanjay Patel
[InstSimplify] add folds for or-of-icmps with same...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-06
George Rimar
[ELF] - Teach LLD to recognize PT_OPENBSD_BOOTDATA
commit
|
commitdiff
|
tree
|
snapshot
2016-12-06
George Rimar
[llvm-readobj] - Teach readobj to print PT_OPENBSD_BOOT...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-06
Sanjay Patel
[InstSimplify] add tests for or-of-icmps; NFC
commit
|
commitdiff
|
tree
|
snapshot
2016-12-06
Chris Bieneman
[CMake] Fixing clang standalone build
commit
|
commitdiff
|
tree
|
snapshot
2016-12-06
Joerg Sonnenberger
Fix FileCheck pattern.
commit
|
commitdiff
|
tree
|
snapshot
2016-12-06
Joerg Sonnenberger
Allow additional output since e.g. OSX appends flags...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-06
David Majnemer
[MS ABI] Implement more of the Itanium mangling rules
commit
|
commitdiff
|
tree
|
snapshot
2016-12-06
Simon Pilgrim
[X86][SSE] Add knownbits test demonstrating demandedelt...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-06
Joerg Sonnenberger
Make test case slightly more robust by explicitly passi...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-06
Joerg Sonnenberger
If clang was configured for a DEFAULT_SYSROOT and no...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-06
Joerg Sonnenberger
Allow clang to write compilation database records.
commit
|
commitdiff
|
tree
|
snapshot
2016-12-06
Simon Pilgrim
[X86][SSE] Added vector sext_in_reg combine tests
commit
|
commitdiff
|
tree
|
snapshot
2016-12-06
Jonathan Roelofs
Fix doc string typo: s/@__yes/@__objc_yes/
commit
|
commitdiff
|
tree
|
snapshot
2016-12-06
George Rimar
Removed trailing whitespaces. NFC.
commit
|
commitdiff
|
tree
|
snapshot
2016-12-06
George Rimar
[Support/ELF] - Add OpenBSD PT_OPENBSD_BOOTDATA constant.
commit
|
commitdiff
|
tree
|
snapshot
2016-12-06
Simon Pilgrim
[X86] Improve UMAX/UMIN knownbits test
commit
|
commitdiff
|
tree
|
snapshot
2016-12-06
Simon Pilgrim
Avoid repeated calls to Op.getOpcode(). NFCI.
commit
|
commitdiff
|
tree
|
snapshot
2016-12-06
Malcolm Parsons
Fix two clang-tidy misc-move-forwarding-reference warnings
commit
|
commitdiff
|
tree
|
snapshot
2016-12-06
Daniel Sanders
[globalisel][aarch64] Fix unintended assumptions about...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-06
Michael Kruse
Update to isl-0.17.1-314-g3106e8d
commit
|
commitdiff
|
tree
|
snapshot
2016-12-06
Daniel Sanders
[globalisel][aarch64] Replace magic numbers with corres...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-06
Daniel Sanders
[globalisel][aarch64] Correct argument names in comments.
commit
|
commitdiff
|
tree
|
snapshot
2016-12-06
Rafael Espindola
Don't print empty PT_LOAD.
commit
|
commitdiff
|
tree
|
snapshot
2016-12-06
Simon Pilgrim
[SLPVectorizer][X86] Tests to show missed buildvector...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-06
Oliver Stannard
[ARM] Better error message for invalid flag-preserving...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-06
Ayman Musa
[X86][AVX512] Detect repeated constant patterns in...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-06
Rafael Espindola
Don't crash trying to write an 0 addend.
commit
|
commitdiff
|
tree
|
snapshot
2016-12-06
Rafael Espindola
Make the test a bit more strict. NFC.
commit
|
commitdiff
|
tree
|
snapshot
2016-12-06
Simon Pilgrim
[X86] Add tests to show missed opportunities to calcula...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-06
Nemanja Ivanovic
[PowerPC] Improvements for BUILD_VECTOR Vol. 4
commit
|
commitdiff
|
tree
|
snapshot
2016-12-06
Daniel Sanders
[globalisel][aarch64] Prefix PartialMappingIdx enumerat...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-06
Simon Pilgrim
Fix MSVC -Wmicrosoft-enum-value 'enumerator value is...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-06
Pavel Labath
Use Timeout<> in EvaluateExpressionOptions class
commit
|
commitdiff
|
tree
|
snapshot
2016-12-06
Simon Pilgrim
Fix MSVC bool to uint64_t promotion warning
commit
|
commitdiff
|
tree
|
snapshot
2016-12-06
Chandler Carruth
[LCG] Add some much needed asserts and verify runs...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-06
Florian Hahn
[framelowering] Improve tracking of first CS pop instru...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-06
Benjamin Kramer
Also recognize -std=iso9899:201x
commit
|
commitdiff
|
tree
|
snapshot
2016-12-06
Sam McCall
Add missing parens in assert.
commit
|
commitdiff
|
tree
|
snapshot
2016-12-06
Eric Liu
[clang-move] ignore unsupported symbol kinds when check...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-06
Chandler Carruth
[PM] Basic cleanups to CGSCC update code, NFC.
commit
|
commitdiff
|
tree
|
snapshot
2016-12-06
Eric Fiselier
Revert r288787: Add missing stdbool.h module.
commit
|
commitdiff
|
tree
|
snapshot
2016-12-06
Dean Michael...
[XRay][compiler-rt] Only add unit tests if we're buildi...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-06
Eric Fiselier
Add missing stdbool.h module. The test suite now passes...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-06
Dean Michael...
[XRay][compiler-rt] CMake fixes for XRay -- take 2.
commit
|
commitdiff
|
tree
|
snapshot
2016-12-06
Dean Michael...
[XRay][compiler-rt] Fix unit test adding logic.
commit
|
commitdiff
|
tree
|
snapshot
2016-12-06
Craig Topper
[X86] Remove another weird scalar sqrt/rcp/rsqrt pattern.
commit
|
commitdiff
|
tree
|
snapshot
2016-12-06
Craig Topper
[X86] Add test case demonstrating a case where a vector...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-06
Craig Topper
[X86] Regenerate a test using update_llc_test_checks.py
commit
|
commitdiff
|
tree
|
snapshot
2016-12-06
Craig Topper
[X86] Remove bad pattern that caused 128-bit loads...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-06
Craig Topper
[X86] Add test case that shows a scalar sqrtsd intrinsi...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-06
Craig Topper
[X86] Correct pattern for VSQRTSSr_Int, VSQRTSDr_Int...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-06
Eric Fiselier
Fix stdio module build on OS X
commit
|
commitdiff
|
tree
|
snapshot
2016-12-06
Weiming Zhao
builtins: Add ARM Thumb1 implementation for uidiv and...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-06
Dean Michael...
[XRay][compiler-rt] Explicitly initialise members.
commit
|
commitdiff
|
tree
|
snapshot
2016-12-06
Dean Michael...
[XRay][compiler-rt] XRay Buffer Queue
commit
|
commitdiff
|
tree
|
snapshot
2016-12-06
Chris Bieneman
[ObjectYAML] First bit of support for encoding DWARF...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-06
Chris Bieneman
Revert "builtins: Add ARM Thumb1 implementation for...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-06
Andrew Wilkins
[llgo] set debuglocs for calls in synthetic functions
commit
|
commitdiff
|
tree
|
snapshot
2016-12-06
Craig Topper
[X86] Remove scalar logical op alias instructions....
commit
|
commitdiff
|
tree
|
snapshot
2016-12-06
Chris Bieneman
[CMake] Cleanup TableGen include flags
commit
|
commitdiff
|
tree
|
snapshot
2016-12-06
Meador Inge
[llgo] Update to use the latest IR attribute bindings
commit
|
commitdiff
|
tree
|
snapshot
2016-12-06
Meador Inge
[llgo] Fix `debug` to use latest `DIBuilder` bindings
commit
|
commitdiff
|
tree
|
snapshot
2016-12-06
Philip Reames
[LVI] Remove dead code in mergeIn
commit
|
commitdiff
|
tree
|
snapshot
2016-12-06
Philip Reames
[LVI] Extract a helper function
commit
|
commitdiff
|
tree
|
snapshot
2016-12-06
Philip Reames
[LVI] Hide the last markX function on LVILatticeVal
commit
|
commitdiff
|
tree
|
snapshot
next