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-03-06
Xinliang David Li
Minor cleanup
commit
|
commitdiff
|
tree
|
snapshot
2016-03-05
Simon Pilgrim
[X86][AVX] Improved VPERMILPS variable shuffle mask...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-05
Simon Pilgrim
Fixed -Wdocumentation warning - typo in a parameter...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-05
Simon Pilgrim
[X86] AMD Bobcat CPU (btver1) doesn't support XSAVE
commit
|
commitdiff
|
tree
|
snapshot
2016-03-05
Felix Berger
[clang-tidy] Extend UnnecessaryCopyInitialization check...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-05
Saleem Abdulrasool
Misc: add a test for TargetParser usage
commit
|
commitdiff
|
tree
|
snapshot
2016-03-05
Vedant Kumar
[GCDA] Unlock arc file before closing it
commit
|
commitdiff
|
tree
|
snapshot
2016-03-05
Saleem Abdulrasool
Support: catch invalid accesses
commit
|
commitdiff
|
tree
|
snapshot
2016-03-05
Saleem Abdulrasool
ExecutionEngine: tweak debug log
commit
|
commitdiff
|
tree
|
snapshot
2016-03-05
Daniel Jasper
clang-format: [JS] Support destructuring assignments...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-05
Yaron Keren
Replace GlobalScopeAsm[GlobalScopeAsm.size()-1] with...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-05
Krzysztof Parzyszek
Add DAG mutation interface to the post-RA scheduler
commit
|
commitdiff
|
tree
|
snapshot
2016-03-05
Rafael Espindola
Use IRMover directly.
commit
|
commitdiff
|
tree
|
snapshot
2016-03-05
Simon Pilgrim
[X86] AMD Bobcat CPU (btver1) doesn't support XSAVE
commit
|
commitdiff
|
tree
|
snapshot
2016-03-05
JF Bastien
libc++: fix typo
commit
|
commitdiff
|
tree
|
snapshot
2016-03-05
Filipe Cabecinhas
[cmake] Address Samsonov's post-commit review of r262723
commit
|
commitdiff
|
tree
|
snapshot
2016-03-05
Chandler Carruth
[aa-eval] Enhance the comments to better describe the...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-05
Matthias Braun
RegisterCoalescer: Remap subregister lanemasks before...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-05
Matthias Braun
RegisterCoalescer: Need to check DstReg+SrcReg for...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-05
Matthias Braun
RegisterPressure: Small cleanup
commit
|
commitdiff
|
tree
|
snapshot
2016-03-05
Richard Trieu
Add null check to diagnostic path for lambda captures.
commit
|
commitdiff
|
tree
|
snapshot
2016-03-05
Mike Spertus
Test commit: Fix run-on sentence in comment
commit
|
commitdiff
|
tree
|
snapshot
2016-03-05
Devin Coughlin
[analyzer] Nullability: add option to not report on...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-05
Quentin Colombet
[X86] Fix the lowering of setjmp intrinsic on i386.
commit
|
commitdiff
|
tree
|
snapshot
2016-03-05
Rafael Espindola
lto: Start taking symbol visibility into consideration.
commit
|
commitdiff
|
tree
|
snapshot
2016-03-04
Quentin Colombet
Add missing triple in my previous commit!
commit
|
commitdiff
|
tree
|
snapshot
2016-03-04
Quentin Colombet
[X86] Do not use cmpxchgXXb when we need the base point...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-04
Sanjay Patel
[x86] add tests for masked loads with constant masks
commit
|
commitdiff
|
tree
|
snapshot
2016-03-04
Mike Aizatsky
[libfuzzer] adding std:string to allowed adaptable...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-04
David Majnemer
Fix build breakage
commit
|
commitdiff
|
tree
|
snapshot
2016-03-04
David Majnemer
[X86] Support cleaning more than 2**16 bytes of stack
commit
|
commitdiff
|
tree
|
snapshot
2016-03-04
Kostya Serebryany
[libFuzzer] log less when re-loading files; fix a silly...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-04
Richard Smith
Update diagnostics now that hexadecimal literals look...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-04
David Blaikie
PR5941 - improve diagnostic for * vs & confusion when...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-04
Philip Reames
[LVI] Fix a bug which prevented use of !range metadata...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-04
Rong Xu
[PGO] Add a commandline option to control number of...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-04
Nico Weber
clang-cl: Enable PCH flags by default.
commit
|
commitdiff
|
tree
|
snapshot
2016-03-04
Rafael Espindola
Refactor target independent code.
commit
|
commitdiff
|
tree
|
snapshot
2016-03-04
Richard Smith
Implement P0036R0: remove support for empty unary folds...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-04
Michael Kuperstein
[DAGCombine] Fix divrem combine not to assume div/rem...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-04
Teresa Johnson
Fix new gold test to specify emulation mode.
commit
|
commitdiff
|
tree
|
snapshot
2016-03-04
Samuel Antao
Revert r262741 - [OPENMP] Codegen for distribute directive
commit
|
commitdiff
|
tree
|
snapshot
2016-03-04
Richard Smith
Update cxx_status with likely new features from Jackson...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-04
Stephen Hines
Switch krait to use -mcpu=cortex-a15 for assembler...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-04
Carlo Bertolli
[OPENMP] Codegen for distribute directive
commit
|
commitdiff
|
tree
|
snapshot
2016-03-04
Dan Gohman
[WebAssembly] Add another possible code-size optimizati...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-04
James Y Knight
Update after r262737 in clang changed the accessor.
commit
|
commitdiff
|
tree
|
snapshot
2016-03-04
Renato Golin
[ARM] Merging 64-bit divmod lib calls into one
commit
|
commitdiff
|
tree
|
snapshot
2016-03-04
James Y Knight
Make TargetInfo store an actual DataLayout instead...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-04
Xinliang David Li
[PGO] Add API to check compatibility of profile data...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-04
Rui Ueyama
Add a comment about _DYNAMIC.
commit
|
commitdiff
|
tree
|
snapshot
2016-03-04
Xinliang David Li
Fix api visibility
commit
|
commitdiff
|
tree
|
snapshot
2016-03-04
Filipe Cabecinhas
[ubsan/float-cast-overflow] Make the test also work...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-04
Tom Stellard
AMDGPU/SI: Add support for spiling SGPRs to scratch...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-04
Teresa Johnson
Fix bot failure from r262721: unintented change in...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-04
Sanjoy Das
[Statepoint docs] Delete trailing whitespace
commit
|
commitdiff
|
tree
|
snapshot
2016-03-04
Devin Coughlin
[analyzer] Add diagnostic in ObjCDeallocChecker for...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-04
Tom Stellard
AMDGPU/SI: Enable frame index scavenging during PrologE...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-04
Teresa Johnson
[ThinLTO] Ensure prevailing linkonce emitted as weak...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-04
Krzysztof Parzyszek
[Hexagon] Fix lowering of calls with the return type...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-04
Zoran Jovanovic
[mips][microMIPS] Prevent usage of OR16_MMR6 instructio...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-04
Teresa Johnson
[ThinLTO] Launch importing backends in parallel threads...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-04
Filipe Cabecinhas
[ubsan/cmake] Make sure we end up adding -frtti to...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-04
Teresa Johnson
Refactor gold-plugin codegen to prepare for ThinLTO...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-04
Rafael Espindola
Refactor duplicated code.
commit
|
commitdiff
|
tree
|
snapshot
2016-03-04
Teresa Johnson
Change split code gen to use ThreadPool
commit
|
commitdiff
|
tree
|
snapshot
2016-03-04
Simon Pilgrim
[X86][AVX512] Added some basic X86ISD::VPERMV3 shuffle...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-04
Ben Craig
Reducing stack usage of test
commit
|
commitdiff
|
tree
|
snapshot
2016-03-04
Benjamin Kramer
Move class into anonymous namespace. NFC.
commit
|
commitdiff
|
tree
|
snapshot
2016-03-04
Pavel Labath
Add a log statement
commit
|
commitdiff
|
tree
|
snapshot
2016-03-04
Sam Kolton
Test commit access
commit
|
commitdiff
|
tree
|
snapshot
2016-03-04
Pavel Labath
Resumbit "Fetch remote log files from LLGS tests"
commit
|
commitdiff
|
tree
|
snapshot
2016-03-04
Pavel Labath
Fix warning in IRExecutionUnit.cpp
commit
|
commitdiff
|
tree
|
snapshot
2016-03-04
Tamas Berghammer
Add reverse file remapping for breakpoint set
commit
|
commitdiff
|
tree
|
snapshot
2016-03-04
Simon Pilgrim
[X86][SSSE3] Added combine test for unary shuffle ...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-04
Valery Pykhtin
test commit
commit
|
commitdiff
|
tree
|
snapshot
2016-03-04
Simon Atanasyan
[ELF][MIPS] Factor out the code reading and sign-extend...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-04
Simon Atanasyan
[ELF][MIPS] Factor out the code writing relocation...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-04
Simon Atanasyan
[ELF][MIPS] Factor out the code reading and calculating...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-04
Simon Atanasyan
[ELF][MIPS] Use writeMipsHi16 to apply result of R_MIPS...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-04
Simon Atanasyan
[ELF][MIPS] Replace S and A arguments of the writeMipsH...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-04
Simon Atanasyan
[ELF][MIPS] s/applyMipsHi16Reloc/writeMipsHi16/ NFC
commit
|
commitdiff
|
tree
|
snapshot
2016-03-04
Benjamin Kramer
Make headers self-contained again.
commit
|
commitdiff
|
tree
|
snapshot
2016-03-04
Nikolay Haustov
AMDGPU/SI: add llvm.amdgcn.image.atomic.* intrinsics
commit
|
commitdiff
|
tree
|
snapshot
2016-03-04
Pavel Labath
[SemaExprCXX] Avoid calling isInSystemHeader for invali...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-04
Alexey Bataev
[OPENMP 4.0] Codegen for 'declare reduction' construct.
commit
|
commitdiff
|
tree
|
snapshot
2016-03-04
Haojian Wu
[clang-tidy] Make 'modernize-use-nullptr' check work...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-04
Vedant Kumar
[Coverage] Fix the start/end locations of switch statements
commit
|
commitdiff
|
tree
|
snapshot
2016-03-04
Alexey Bataev
[OPENMP] Simplify handling of clauses with postupdates...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-04
Argyrios Kyrtzidis
[index] Distinguish USRs of anonymous enums by using...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-04
Argyrios Kyrtzidis
[index] Include parameter types in the USRs for C funct...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-04
Argyrios Kyrtzidis
[index] In ObjC++ handle objc type parameters for funct...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-04
Xiuli Pan
[OpenCL] Refine pipe builtin support
commit
|
commitdiff
|
tree
|
snapshot
2016-03-04
Bhushan D....
[MIPS] initFeatureMap() to handle empty string argument
commit
|
commitdiff
|
tree
|
snapshot
2016-03-04
Mohit K. Bhakkad
[Compiler-rt][safestack] Enable for MIPS
commit
|
commitdiff
|
tree
|
snapshot
2016-03-04
Bill Seurer
[powerpc] pacify lint for java_race_pc.cc
commit
|
commitdiff
|
tree
|
snapshot
2016-03-04
David Majnemer
[X86] Pass __m64 types via SSE registers for GCC compat...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-04
David Majnemer
[VFS] Switch from close to SafelyCloseFileDescriptor
commit
|
commitdiff
|
tree
|
snapshot
2016-03-04
Argyrios Kyrtzidis
[index] Ignore ObjCTypeParamDecls during indexing.
commit
|
commitdiff
|
tree
|
snapshot
2016-03-04
Rui Ueyama
Use check function.
commit
|
commitdiff
|
tree
|
snapshot
next