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-02-16
Vedant Kumar
Simplify users of StringRef::{l,r}trim (NFC)
commit
|
commitdiff
|
tree
|
snapshot
2016-02-16
Vedant Kumar
[ADT] Add StringRef::{l,r}trim(char) overloads (NFC)
commit
|
commitdiff
|
tree
|
snapshot
2016-02-16
Quentin Colombet
[GlobalISel][IRTranslator] Override getPassName.
commit
|
commitdiff
|
tree
|
snapshot
2016-02-16
Quentin Colombet
[GlobalISel] Add missing file in previous commit.
commit
|
commitdiff
|
tree
|
snapshot
2016-02-16
Quentin Colombet
[GlobalISel] Get rid of the ifdefs in TargetLowering.
commit
|
commitdiff
|
tree
|
snapshot
2016-02-16
Akira Hatanaka
Remove unnecessary regex in the test cases I fixed...
commit
|
commitdiff
|
tree
|
snapshot
2016-02-16
Amaury Sechet
Deprecate LLVMGetDataLayout and replace it by LLVMGetDa...
commit
|
commitdiff
|
tree
|
snapshot
2016-02-16
Amaury Sechet
Kill LLVMAddTargetData
commit
|
commitdiff
|
tree
|
snapshot
2016-02-16
NAKAMURA Takumi
MITests: Update libdeps. llvm/Target/TargetOptions...
commit
|
commitdiff
|
tree
|
snapshot
2016-02-15
Zia Ansari
Implemented stack symbol table ordering/packing optimiz...
commit
|
commitdiff
|
tree
|
snapshot
2016-02-15
Amaury Sechet
Rename LLVMSetDataLayout's argument to match what they...
commit
|
commitdiff
|
tree
|
snapshot
2016-02-15
Matthias Braun
unittests/MI: Add Core library reference
commit
|
commitdiff
|
tree
|
snapshot
2016-02-15
Saleem Abdulrasool
Silence some clang warnings
commit
|
commitdiff
|
tree
|
snapshot
2016-02-15
Matthias Braun
SmallPtrSet: Avoid initializing Array in the small...
commit
|
commitdiff
|
tree
|
snapshot
2016-02-15
Sylvestre Ledru
fix an indent issue in the doc which causes sphinx...
commit
|
commitdiff
|
tree
|
snapshot
2016-02-15
Matthias Braun
APInt: Slightly simplify countLeadingZerosSlowCase()
commit
|
commitdiff
|
tree
|
snapshot
2016-02-15
Matthias Braun
APInt: Further simplify APInt::EqualSlowCase as suggest...
commit
|
commitdiff
|
tree
|
snapshot
2016-02-15
Jim Ingham
Refinement of r260624. It is possible somebody might...
commit
|
commitdiff
|
tree
|
snapshot
2016-02-15
Ahmed Bougacha
[X86] Remove now-dead variable and redundant assert...
commit
|
commitdiff
|
tree
|
snapshot
2016-02-15
Matthias Braun
Fix typo in LiveIntervalTest
commit
|
commitdiff
|
tree
|
snapshot
2016-02-15
Matthias Braun
LiveIntervalAnalysis: Support moving of subregister...
commit
|
commitdiff
|
tree
|
snapshot
2016-02-15
Matthias Braun
Add unittest for LiveIntervalAnalysis::handleMove()
commit
|
commitdiff
|
tree
|
snapshot
2016-02-15
Matthias Braun
MachineVerifier: Add parameter to choose if MachineFunc...
commit
|
commitdiff
|
tree
|
snapshot
2016-02-15
Colin LeMahieu
[NFC] Fixing naming convention, lowercase start of...
commit
|
commitdiff
|
tree
|
snapshot
2016-02-15
Colin LeMahieu
[Hexagon] Wrapping all MCExprs inside MCOperands within...
commit
|
commitdiff
|
tree
|
snapshot
2016-02-15
Ahmed Bougacha
[CodeGen] Document and use getConstant's splat-building...
commit
|
commitdiff
|
tree
|
snapshot
2016-02-15
Simon Pilgrim
[X86][SSE2] Regenerated sse2 tests
commit
|
commitdiff
|
tree
|
snapshot
2016-02-15
Jonas Paulsson
[ScheduleDAGInstrs] isUnsafeMemoryObject() removed
commit
|
commitdiff
|
tree
|
snapshot
2016-02-15
Tim Northover
Darwin: fix stdlib handling when CLANG_DEFAULT_STDLIB...
commit
|
commitdiff
|
tree
|
snapshot
2016-02-15
Krzysztof Parzyszek
[Hexagon] Missed testcase update in r260895
commit
|
commitdiff
|
tree
|
snapshot
2016-02-15
Scott Egerton
[mips] Implemented the .hword directive.
commit
|
commitdiff
|
tree
|
snapshot
2016-02-15
Krzysztof Parzyszek
[Hexagon] Use zero-extending loads for anyext
commit
|
commitdiff
|
tree
|
snapshot
2016-02-15
Silviu Baranga
[LV] Add support for insertelt/extractelt processing...
commit
|
commitdiff
|
tree
|
snapshot
2016-02-15
Roman Gareev
Tweak the LICM code to reuse the first sub-loop instead...
commit
|
commitdiff
|
tree
|
snapshot
2016-02-15
Simon Pilgrim
[X86] More thorough partial-register division checks
commit
|
commitdiff
|
tree
|
snapshot
2016-02-15
Simon Pilgrim
[X86] Regenerated 64/128 bit multiply tests
commit
|
commitdiff
|
tree
|
snapshot
2016-02-15
Simon Pilgrim
[X86][SSE] More thorough testing of all-ones vectors...
commit
|
commitdiff
|
tree
|
snapshot
2016-02-15
Simon Pilgrim
[X86][SSE] Regenerated uint2fp special case tests
commit
|
commitdiff
|
tree
|
snapshot
2016-02-15
NAKAMURA Takumi
Make llvm/test/tools/llvm-symbolizer/pdb/pdb.test Py3...
commit
|
commitdiff
|
tree
|
snapshot
2016-02-15
Johannes Doerfert
[FIX] Check the next base pointer for possible invarian...
commit
|
commitdiff
|
tree
|
snapshot
2016-02-15
Simon Pilgrim
[X86][SSE] Regenerated fast isel intrinsics tests
commit
|
commitdiff
|
tree
|
snapshot
2016-02-15
Johannes Doerfert
Revert "[FIX] Hoist accesses if AA stated they are...
commit
|
commitdiff
|
tree
|
snapshot
2016-02-15
Jonas Hahnfeld
[compiler-rt] Fix test failures when switching default...
commit
|
commitdiff
|
tree
|
snapshot
2016-02-15
Andrey Bokhanko
PR26449: Tests for builtin_classify_type fix
commit
|
commitdiff
|
tree
|
snapshot
2016-02-15
Andrey Bokhanko
PR26449: Fixes for bugs in __builtin_classify_type...
commit
|
commitdiff
|
tree
|
snapshot
2016-02-15
Scott Egerton
Reverted r260879 as it caused test failures in lld.
commit
|
commitdiff
|
tree
|
snapshot
2016-02-15
Scott Egerton
[mips] Removed the SHF_ALLOC flag from the .pdr section.
commit
|
commitdiff
|
tree
|
snapshot
2016-02-15
Igor Breger
AVX512: Change store size of kmask. Store size of v8i1...
commit
|
commitdiff
|
tree
|
snapshot
2016-02-15
Alexey Bataev
[OPENMP] Remove extra sync barriers for 'firstprivate...
commit
|
commitdiff
|
tree
|
snapshot
2016-02-15
Zia Ansari
Fixed non-NULL terminating array bug in SanitizerCommon...
commit
|
commitdiff
|
tree
|
snapshot
2016-02-15
Junmo Park
Minor code cleanups. NFC.
commit
|
commitdiff
|
tree
|
snapshot
2016-02-15
NAKAMURA Takumi
clangIndex requires LLVMIR as Core, since r260858 uses...
commit
|
commitdiff
|
tree
|
snapshot
2016-02-15
Felix Berger
[clang-tidy] ClangTidy check to flag uninitialized...
commit
|
commitdiff
|
tree
|
snapshot
2016-02-15
Felix Berger
Add isAnyPointer() matchers. Register missing matchers.
commit
|
commitdiff
|
tree
|
snapshot
2016-02-15
Saleem Abdulrasool
ELF: silence -Wcast-qual warnings from GCC
commit
|
commitdiff
|
tree
|
snapshot
2016-02-15
Felix Berger
[clang-tidy] Only invoke ForRangeCopyCheck on expensive...
commit
|
commitdiff
|
tree
|
snapshot
2016-02-15
Felix Berger
Improve documentation
commit
|
commitdiff
|
tree
|
snapshot
2016-02-15
Saleem Abdulrasool
ExpressionParser: silence some GCC warnings
commit
|
commitdiff
|
tree
|
snapshot
2016-02-15
Saleem Abdulrasool
Sema: prevent assertion on stack return checking
commit
|
commitdiff
|
tree
|
snapshot
2016-02-15
Argyrios Kyrtzidis
[AST/index] Introduce an option 'SuppressTemplateArgsIn...
commit
|
commitdiff
|
tree
|
snapshot
2016-02-15
Saleem Abdulrasool
silence -Wreturn-type warnings
commit
|
commitdiff
|
tree
|
snapshot
2016-02-15
Saleem Abdulrasool
Sema: constify EvalAddr, EvalVal
commit
|
commitdiff
|
tree
|
snapshot
2016-02-15
Hongbin Zheng
[Refactor] Eliminate the global variable "InsnToMemAcc".
commit
|
commitdiff
|
tree
|
snapshot
2016-02-14
Johannes Doerfert
[FIX] Hoist accesses if AA stated they are invariant
commit
|
commitdiff
|
tree
|
snapshot
2016-02-14
Argyrios Kyrtzidis
[test/Index] Set a specific target for the test.
commit
|
commitdiff
|
tree
|
snapshot
2016-02-14
Johannes Doerfert
Split ScopArrayInfo::updateSizes into two functions
commit
|
commitdiff
|
tree
|
snapshot
2016-02-14
Johannes Doerfert
Separate more constant factors of parameters
commit
|
commitdiff
|
tree
|
snapshot
2016-02-14
Argyrios Kyrtzidis
[index] Factor libclang's functionality to determing...
commit
|
commitdiff
|
tree
|
snapshot
2016-02-14
Tobias Grosser
CodeGeneration: Add back verification of generated...
commit
|
commitdiff
|
tree
|
snapshot
2016-02-14
Sylvestre Ledru
Fix some typos in the clang doc
commit
|
commitdiff
|
tree
|
snapshot
2016-02-14
Sylvestre Ledru
Fix some typos in the llvm doc
commit
|
commitdiff
|
tree
|
snapshot
2016-02-14
Tobias Grosser
Revert "[ScopDectect] Allow memory accesses with differ...
commit
|
commitdiff
|
tree
|
snapshot
2016-02-14
Tobias Grosser
[ScopDectect] Allow memory accesses with different...
commit
|
commitdiff
|
tree
|
snapshot
2016-02-14
Simon Pilgrim
[X86][AVX] Fixed copy+paste typo in shuffle test
commit
|
commitdiff
|
tree
|
snapshot
2016-02-14
Dimitry Andric
As reported in https://llvm.org/bugs/show_bug.cgi?id...
commit
|
commitdiff
|
tree
|
snapshot
2016-02-14
Benjamin Kramer
Don't leak the ASTUnit when done with testing.
commit
|
commitdiff
|
tree
|
snapshot
2016-02-14
Amaury Sechet
Use report_fatal_error more consistently in the C API...
commit
|
commitdiff
|
tree
|
snapshot
2016-02-14
Amaury Sechet
Get constant cloning out of CloneValue so it can be...
commit
|
commitdiff
|
tree
|
snapshot
2016-02-14
NAKAMURA Takumi
c-index-test: Fix libdeps corresponding to r260841.
commit
|
commitdiff
|
tree
|
snapshot
2016-02-14
Amaury Sechet
Move clone_params around
commit
|
commitdiff
|
tree
|
snapshot
2016-02-14
Amaury Sechet
Fix star alignment in Core.h
commit
|
commitdiff
|
tree
|
snapshot
2016-02-14
Argyrios Kyrtzidis
[c-index-test] Fix a gcc build error.
commit
|
commitdiff
|
tree
|
snapshot
2016-02-14
Argyrios Kyrtzidis
[index] Fix gcc builds.
commit
|
commitdiff
|
tree
|
snapshot
2016-02-14
Argyrios Kyrtzidis
[index] Enhance c-index-test tool and have it link...
commit
|
commitdiff
|
tree
|
snapshot
2016-02-14
Argyrios Kyrtzidis
[index] Allow calling createIndexingAction() without...
commit
|
commitdiff
|
tree
|
snapshot
2016-02-14
Craig Topper
[TableGen] Remove constant string argument from a metho...
commit
|
commitdiff
|
tree
|
snapshot
2016-02-14
Dimitry Andric
Fix lib/tsan/go/buildgo.sh for FreeBSD after r243051.
commit
|
commitdiff
|
tree
|
snapshot
2016-02-13
Chandler Carruth
[PM/AA] Wire BasicAA's new pass manager class up to...
commit
|
commitdiff
|
tree
|
snapshot
2016-02-13
Samuel Antao
[OpenMP] Rename the offload entry points.
commit
|
commitdiff
|
tree
|
snapshot
2016-02-13
Chandler Carruth
[PM/AA] Actually wire the AAManager I built for the...
commit
|
commitdiff
|
tree
|
snapshot
2016-02-13
Duncan P. N...
Support: Fix incremental build when re-configuring...
commit
|
commitdiff
|
tree
|
snapshot
2016-02-13
Simon Pilgrim
[X86][AVX] Lower shuffles as repeated lane shuffles...
commit
|
commitdiff
|
tree
|
snapshot
2016-02-13
Argyrios Kyrtzidis
[AST] Add a print() method in DeclarationName that...
commit
|
commitdiff
|
tree
|
snapshot
2016-02-13
Craig Topper
Remove Proc feature flags for X86 processors that are...
commit
|
commitdiff
|
tree
|
snapshot
2016-02-13
Benjamin Kramer
Fix a leak in the generated code for attributes with...
commit
|
commitdiff
|
tree
|
snapshot
2016-02-13
Craig Topper
[TableGen] Fix comment about 64-bit type I missed when...
commit
|
commitdiff
|
tree
|
snapshot
2016-02-13
Kostya Serebryany
[libFuzzer] remove std::vector operations from hot...
commit
|
commitdiff
|
tree
|
snapshot
2016-02-13
Sanjay Patel
[x86-64] allow mfence even with -mno-sse (PR23203)
commit
|
commitdiff
|
tree
|
snapshot
2016-02-13
Benjamin Kramer
[APInt] No need for a copy when taking min/max of an...
commit
|
commitdiff
|
tree
|
snapshot
2016-02-13
Benjamin Kramer
[ConstantFolding] Reduce APInt and APFloat copying.
commit
|
commitdiff
|
tree
|
snapshot
next