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-07-14
Richard Smith
P0305R0: Semantic analysis and code generation for...
commit
|
commitdiff
|
tree
|
snapshot
2016-07-13
Justin Lebar
Force a semicolon at the end of the LLVM_ENABLE_BITMASK...
commit
|
commitdiff
|
tree
|
snapshot
2016-07-13
Mehdi Amini
Add EnableIPRA to TargetOptions, and move the cl::opt...
commit
|
commitdiff
|
tree
|
snapshot
2016-07-13
Mehdi Amini
[IPRA] Set callee saved registers to none for local...
commit
|
commitdiff
|
tree
|
snapshot
2016-07-13
Sanjoy Das
[JumpThreading] Delete commented out debug code; NFC
commit
|
commitdiff
|
tree
|
snapshot
2016-07-13
David Majnemer
[ConstantFolding] Extend FoldReinterpretLoadFromConstPt...
commit
|
commitdiff
|
tree
|
snapshot
2016-07-13
David Majnemer
Move a transform from InstCombine to InstSimplify.
commit
|
commitdiff
|
tree
|
snapshot
2016-07-13
Michael Kuperstein
Fix copy/paste bug in r275340.
commit
|
commitdiff
|
tree
|
snapshot
2016-07-13
Matthias Braun
MIRParser: Move SlotMapping and SourceMgr refs to PFS...
commit
|
commitdiff
|
tree
|
snapshot
2016-07-13
Michael Kuperstein
[DAG] Correctly chain masked loads
commit
|
commitdiff
|
tree
|
snapshot
2016-07-13
Davide Italiano
[SCCP] Have the logic for replacing insts with constant...
commit
|
commitdiff
|
tree
|
snapshot
2016-07-13
Vedant Kumar
[Coverage] Return an ArrayRef to avoid copies (NFC)
commit
|
commitdiff
|
tree
|
snapshot
2016-07-13
Vedant Kumar
[Coverage] Mark a few methods const (NFC)
commit
|
commitdiff
|
tree
|
snapshot
2016-07-13
Greg Clayton
Added test for setting breakpoints by basename and...
commit
|
commitdiff
|
tree
|
snapshot
2016-07-13
Adam Nemet
[LAA] Don't hold on to DominatorTree in the analysis...
commit
|
commitdiff
|
tree
|
snapshot
2016-07-13
Adam Nemet
[LAA] Don't hold on to TargetLibraryInfo in the analysi...
commit
|
commitdiff
|
tree
|
snapshot
2016-07-13
Quentin Colombet
[MIR] Fix one GlobalISel test case that I missed in...
commit
|
commitdiff
|
tree
|
snapshot
2016-07-13
Justin Lebar
[MI] Clean up some loops over MachineInstr::memoperands...
commit
|
commitdiff
|
tree
|
snapshot
2016-07-13
Justin Lebar
[MI] Fix MachineInstr::isInvariantLoad.
commit
|
commitdiff
|
tree
|
snapshot
2016-07-13
Aaron Ballman
Add XRay flags to Clang. We implement two flags to...
commit
|
commitdiff
|
tree
|
snapshot
2016-07-13
Matthias Braun
MIRParser: Move MachineFunction reference into PFS...
commit
|
commitdiff
|
tree
|
snapshot
2016-07-13
Matthias Braun
MIRYamlMapping: Update stale comment
commit
|
commitdiff
|
tree
|
snapshot
2016-07-13
Nico Weber
Add a triple to fix test on bots after 275320.
commit
|
commitdiff
|
tree
|
snapshot
2016-07-13
Adam Nemet
[LAA] Don't hold on to DataLayout in the analysis result
commit
|
commitdiff
|
tree
|
snapshot
2016-07-13
Adam Nemet
[LAA] Don't hold on to LoopInfo in the analysis result
commit
|
commitdiff
|
tree
|
snapshot
2016-07-13
Argyrios Kyrtzidis
[test] Add 'env' to fix test failures in windows bots.
commit
|
commitdiff
|
tree
|
snapshot
2016-07-13
Kelvin Li
[OpenMP] remove duplicate code in ActOnOpenMPRegionStart
commit
|
commitdiff
|
tree
|
snapshot
2016-07-13
Adam Nemet
[LAA] Don't hold on to AliasAnalysis in the analysis...
commit
|
commitdiff
|
tree
|
snapshot
2016-07-13
Vedant Kumar
[llvm-cov] Use a thread pool to speed up report generat...
commit
|
commitdiff
|
tree
|
snapshot
2016-07-13
Nico Weber
Fix a TODO in X86CallFrameOptimization to not rely...
commit
|
commitdiff
|
tree
|
snapshot
2016-07-13
Teresa Johnson
Mark the textual headers in the module map for ProfileData
commit
|
commitdiff
|
tree
|
snapshot
2016-07-13
Yaxun Liu
[OpenCL] Fixes failures in test/Driver/opencl.cl.
commit
|
commitdiff
|
tree
|
snapshot
2016-07-13
Alina Sbirlea
Extended LoadStoreVectorizer to vectorize subchains.
commit
|
commitdiff
|
tree
|
snapshot
2016-07-13
Lang Hames
[Object] Change Archive::child_iterator for better...
commit
|
commitdiff
|
tree
|
snapshot
2016-07-13
Kelvin Li
[OpenMP] add more tests for 'distribute parallel for...
commit
|
commitdiff
|
tree
|
snapshot
2016-07-13
Quentin Colombet
[MIR] Print on the given output instead of stderr.
commit
|
commitdiff
|
tree
|
snapshot
2016-07-13
Argyrios Kyrtzidis
[PCH/preamble] Make sure that if the preamble/PCH was...
commit
|
commitdiff
|
tree
|
snapshot
2016-07-13
Teresa Johnson
Define a module map entry for ProfileData.
commit
|
commitdiff
|
tree
|
snapshot
2016-07-13
Tobias Grosser
PPCGCodegen: Support compilation without GPU support
commit
|
commitdiff
|
tree
|
snapshot
2016-07-13
Matt Arsenault
AMDGPU: Remove last AMDIL intrinsics
commit
|
commitdiff
|
tree
|
snapshot
2016-07-13
Davide Italiano
[SCCP] Factor out common code.
commit
|
commitdiff
|
tree
|
snapshot
2016-07-13
Davide Italiano
[SCCP] Use early return. NFCI.
commit
|
commitdiff
|
tree
|
snapshot
2016-07-13
Kelvin Li
[OpenMP] add more tests for 'distribute simd' pragma
commit
|
commitdiff
|
tree
|
snapshot
2016-07-13
Rui Ueyama
Update the readme text.
commit
|
commitdiff
|
tree
|
snapshot
2016-07-13
Andrew Kaylor
Reverting r275284 due to platform-specific test failures
commit
|
commitdiff
|
tree
|
snapshot
2016-07-13
Yaron Keren
Implement FunctionDecl::getDefinition() to be consisten...
commit
|
commitdiff
|
tree
|
snapshot
2016-07-13
Sanjay Patel
add more tests for zexty xor sandwiches
commit
|
commitdiff
|
tree
|
snapshot
2016-07-13
Rui Ueyama
Add GotEntrySize/GotPltEntrySize to ELF target.
commit
|
commitdiff
|
tree
|
snapshot
2016-07-13
Simon Pilgrim
[X86][SSE] Regenerate truncated shift test
commit
|
commitdiff
|
tree
|
snapshot
2016-07-13
Simon Pilgrim
Regenerate test
commit
|
commitdiff
|
tree
|
snapshot
2016-07-13
Rui Ueyama
Rename VAStart -> ImageBase. NFC.
commit
|
commitdiff
|
tree
|
snapshot
2016-07-13
Sanjay Patel
add test for zexty xor sandwich
commit
|
commitdiff
|
tree
|
snapshot
2016-07-13
Justin Lebar
Fix header comment in unittests/CodeGen/DIEHashTest...
commit
|
commitdiff
|
tree
|
snapshot
2016-07-13
Petr Hosek
[ELF] Rename the test to reflect the option name
commit
|
commitdiff
|
tree
|
snapshot
2016-07-13
Krzysztof Parzyszek
Move mempcpy_call.ll to X86 subdirectory
commit
|
commitdiff
|
tree
|
snapshot
2016-07-13
Justin Lebar
Fix warning in ObjectTransformLayerTest.
commit
|
commitdiff
|
tree
|
snapshot
2016-07-13
Justin Lebar
[ADT] Add LLVM_MARK_AS_BITMASK_ENUM, used to enable...
commit
|
commitdiff
|
tree
|
snapshot
2016-07-13
Justin Lebar
Fix warnings in FunctionTest.cpp.
commit
|
commitdiff
|
tree
|
snapshot
2016-07-13
Artem Dergachev
[analyzer] Implement a methond to discover origin regio...
commit
|
commitdiff
|
tree
|
snapshot
2016-07-13
Sanjay Patel
[InstCombine] extend vector select matching for non...
commit
|
commitdiff
|
tree
|
snapshot
2016-07-13
Marek Olsak
AMDGPU/SI: Emit the number of SGPR and VGPR spills
commit
|
commitdiff
|
tree
|
snapshot
2016-07-13
Stephane Sezer
Fix a check in the objc trampoline handler
commit
|
commitdiff
|
tree
|
snapshot
2016-07-13
Greg Clayton
Remove comment that isn't needed anymore.
commit
|
commitdiff
|
tree
|
snapshot
2016-07-13
Andrew Kaylor
Fix for Bug 26903, adds support to inline __builtin_mempcpy
commit
|
commitdiff
|
tree
|
snapshot
2016-07-13
David Blaikie
PR28516: Fix LangRef description of call and invoke...
commit
|
commitdiff
|
tree
|
snapshot
2016-07-13
Carlo Bertolli
[OpenMP] Initial implementation of parse+sema for OpenM...
commit
|
commitdiff
|
tree
|
snapshot
2016-07-13
Greg Clayton
Centralize the way symbol and functions are looked...
commit
|
commitdiff
|
tree
|
snapshot
2016-07-13
Marshall Clow
Constuct a sentry object in istream::readsome, and...
commit
|
commitdiff
|
tree
|
snapshot
2016-07-13
Haojian Wu
[include-fixer] Implement adding missing namespace...
commit
|
commitdiff
|
tree
|
snapshot
2016-07-13
Matthias Braun
PatchableFunction: Skip pseudos that do not create...
commit
|
commitdiff
|
tree
|
snapshot
2016-07-13
Teresa Johnson
[ThinLTO/gold] Enable symbol resolution in distributed...
commit
|
commitdiff
|
tree
|
snapshot
2016-07-13
Sanjay Patel
[x86][SSE/AVX] optimize pcmp results better (PR28484)
commit
|
commitdiff
|
tree
|
snapshot
2016-07-13
Tobias Grosser
Add accelerator code generation pass skeleton
commit
|
commitdiff
|
tree
|
snapshot
2016-07-13
Tobias Grosser
Add ppcg-0.04 to lib/External
commit
|
commitdiff
|
tree
|
snapshot
2016-07-13
David Majnemer
[ConstantFolding] Use sdiv_ov
commit
|
commitdiff
|
tree
|
snapshot
2016-07-13
Simon Pilgrim
[X86][AVX512] Add support for VPERMILPD/VPERMILPS varia...
commit
|
commitdiff
|
tree
|
snapshot
2016-07-13
Carlo Bertolli
[OpenMP] Initial implementation of parse+sema for claus...
commit
|
commitdiff
|
tree
|
snapshot
2016-07-13
Simon Pilgrim
[X86][AVX] Add support for target shuffle combining...
commit
|
commitdiff
|
tree
|
snapshot
2016-07-13
George Rimar
[ELF] - Add predefined sections to output sections...
commit
|
commitdiff
|
tree
|
snapshot
2016-07-13
Tom Stellard
AMDGPU/SI: Add support for R_AMDGPU_GOTPCREL
commit
|
commitdiff
|
tree
|
snapshot
2016-07-13
Pierre Gousseau
[PCH] Add a fno-pch-timestamp option to cc1 to disable...
commit
|
commitdiff
|
tree
|
snapshot
2016-07-13
Nirav Dave
Rename llc's -fpreserve-as-comments flag -preserve...
commit
|
commitdiff
|
tree
|
snapshot
2016-07-13
Nirav Dave
[MC] Fix lexing ordering in assembly label parsing...
commit
|
commitdiff
|
tree
|
snapshot
2016-07-13
Renato Golin
[RT-ARM] Syntax unified for aeabi_mem* functions
commit
|
commitdiff
|
tree
|
snapshot
2016-07-13
Haojian Wu
[clang-tidy] Fix misc-definitions-in-headers misplaced...
commit
|
commitdiff
|
tree
|
snapshot
2016-07-13
Simon Pilgrim
[X86][SSE] Check for lane crossing shuffles before...
commit
|
commitdiff
|
tree
|
snapshot
2016-07-13
Pierre Gousseau
[PCH] Fix timestamp check on windows hosts.
commit
|
commitdiff
|
tree
|
snapshot
2016-07-13
Pavel Labath
Add "support" for DW_CFA_GNU_args_size to the unwinder
commit
|
commitdiff
|
tree
|
snapshot
2016-07-13
Alexey Bader
[OpenCL] Fix code generation of kernel pipe parameters.
commit
|
commitdiff
|
tree
|
snapshot
2016-07-13
George Rimar
Reverted r275257 "[ELF] - Implement extern "c++" versio...
commit
|
commitdiff
|
tree
|
snapshot
2016-07-13
George Rimar
[ELF] - Implement extern "c++" version script tag
commit
|
commitdiff
|
tree
|
snapshot
2016-07-13
Etienne Bergeron
fix missing whitespace in sphinx doc
commit
|
commitdiff
|
tree
|
snapshot
2016-07-13
Etienne Bergeron
fix incorrect xref in sphinx doc
commit
|
commitdiff
|
tree
|
snapshot
2016-07-13
Etienne Bergeron
fix missing newline in sphinx doc
commit
|
commitdiff
|
tree
|
snapshot
2016-07-13
Matt Arsenault
AMDGPU: Fold out no-op kill intrinsics
commit
|
commitdiff
|
tree
|
snapshot
2016-07-13
Matt Arsenault
AMDGPU: WQM cleanups
commit
|
commitdiff
|
tree
|
snapshot
2016-07-13
David Majnemer
[ConstantFolding] Don't treat negative GEP offsets...
commit
|
commitdiff
|
tree
|
snapshot
2016-07-13
Adam Nemet
[BFI] Add new LazyBFI analysis pass
commit
|
commitdiff
|
tree
|
snapshot
2016-07-13
David Majnemer
[ConstantFolding] Cleanups
commit
|
commitdiff
|
tree
|
snapshot
2016-07-13
Saleem Abdulrasool
vim: separate the keywords into one per line
commit
|
commitdiff
|
tree
|
snapshot
next