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-21
Eugene Zelenko
Fix Clang-tidy modernize-deprecated-headers warnings...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-21
Jonathan Peyton
[STATS] Add OMP_critical and OMP_critical_wait timers
commit
|
commitdiff
|
tree
|
snapshot
2016-03-21
Reid Kleckner
[asan] Update hotpatch code for VS 2015 memset implemen...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-21
Chad Rosier
[AArch64] Add a helpful assert. NFC.
commit
|
commitdiff
|
tree
|
snapshot
2016-03-21
Matt Arsenault
AMDGPU: Remove SignBitIsZero for mubuf scratch offsets
commit
|
commitdiff
|
tree
|
snapshot
2016-03-21
Samuel Benzaquen
[clang-tidy] Fix check broken in rL263822.
commit
|
commitdiff
|
tree
|
snapshot
2016-03-21
Peter Collingbourne
ARM: Better codegen for 64-bit compares.
commit
|
commitdiff
|
tree
|
snapshot
2016-03-21
Daniel Jasper
clang-format: [JS] no space in union and intersection...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-21
Manman Ren
Add replacement = "xxx" to AvailabilityAttr.
commit
|
commitdiff
|
tree
|
snapshot
2016-03-21
Renato Golin
[ARM] Clang tests for ARM Cortex-A32 support
commit
|
commitdiff
|
tree
|
snapshot
2016-03-21
Renato Golin
[ARM] Add Cortex-A32 support
commit
|
commitdiff
|
tree
|
snapshot
2016-03-21
Manman Ren
NFC: wrap Availability-related data in its own struct...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-21
Jonathan Peyton
[STATS] separate noTotal bit flag from onlyInMaster...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-21
Nico Weber
clang-cl: Move /FC from "Unsupported" to "Ignored"...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-21
Hemant Kulkarni
[llvm-readobj] Impl GNU style symbols printing
commit
|
commitdiff
|
tree
|
snapshot
2016-03-21
Lang Hames
[Orc] Switch RPC Procedure to take a function type...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-21
Matt Arsenault
APFloat: Add frexp
commit
|
commitdiff
|
tree
|
snapshot
2016-03-21
Matt Arsenault
AMDGPU: Add frexp_mant intrinsic
commit
|
commitdiff
|
tree
|
snapshot
2016-03-21
Reid Kleckner
clang-cl: support __cdecl-on-struct anachronism
commit
|
commitdiff
|
tree
|
snapshot
2016-03-21
Kuba Brecka
[tsan] Adding a test case for r263939 ("Add some NULL...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-21
Matt Arsenault
Implement constant folding for bitreverse
commit
|
commitdiff
|
tree
|
snapshot
2016-03-21
Rafael Espindola
Revert "[ELF] SHF_MERGE section with 0 entsize is not...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-21
Daniel Jasper
clang-format: Make include sorting's main include detec...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-21
Chad Rosier
[AArch64] Fix a -Wdocumentation warning. NFC.
commit
|
commitdiff
|
tree
|
snapshot
2016-03-21
Silviu Baranga
[IndVars] Fix PR26974: make sure replaceCongruentIVs...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-21
Jonas Hahnfeld
[OMPT] Fix wrong parent_task_id in serialized parallel_...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-21
Kuba Brecka
[tsan] Add some NULL pointer checks into the debugging API
commit
|
commitdiff
|
tree
|
snapshot
2016-03-21
NAKAMURA Takumi
Remove debug output. Sorry for the noise.
commit
|
commitdiff
|
tree
|
snapshot
2016-03-21
Silviu Baranga
[DAGCombine] Catch the case where extract_vector_elt...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-21
NAKAMURA Takumi
clang/test/CodeGenCXX/cxx1z-lambda-star-this.cpp: Satis...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-21
George Rimar
Eliminated trailing whitespaces from test. NFC.
commit
|
commitdiff
|
tree
|
snapshot
2016-03-21
Elena Demikhovsky
Fixed -mcpu flag
commit
|
commitdiff
|
tree
|
snapshot
2016-03-21
NAKAMURA Takumi
clang/test/Frontend/plugin-annotate-functions.c require...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-21
Faisal Vali
Reorder data members to be consistent with member initi...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-21
Faisal Vali
[Cxx1z] Implement Lambda Capture of *this by Value...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-21
Nico Weber
clang-cl: Add a comment about /Oy- (see r245913).
commit
|
commitdiff
|
tree
|
snapshot
2016-03-20
David Majnemer
[COFF] Don't call memcpy with a NULL argument
commit
|
commitdiff
|
tree
|
snapshot
2016-03-20
David Majnemer
[COFF] Remove undefined behavior from ObjectFile::creat...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-20
Simon Pilgrim
[X86][SSE] Add vector integer division by constant...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-20
Jingyue Wu
[NVPTX] Adds a new address space inference pass.
commit
|
commitdiff
|
tree
|
snapshot
2016-03-20
Mike Spertus
Visual Studio Visualizers for clang::FunctionDecl
commit
|
commitdiff
|
tree
|
snapshot
2016-03-20
Davide Italiano
[gold] Emit a diagnostic in case we fail to remove...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-20
Devin Coughlin
[tsan] Allow -fsanitize=thread for iOS-style simulator...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-20
Bruno Cardoso...
[VFS] Fix test to use more restrict set of headers
commit
|
commitdiff
|
tree
|
snapshot
2016-03-20
Simon Pilgrim
[X86][SSE] Tidyup setTargetShuffleZeroElements to match...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-20
Devin Coughlin
[tsan] Build TSan dylibs for iOS-style simulators
commit
|
commitdiff
|
tree
|
snapshot
2016-03-20
Justin Bogner
AST: Fix some bogus indentation. NFC
commit
|
commitdiff
|
tree
|
snapshot
2016-03-20
Simon Pilgrim
Fixed -Wdocumentation warning
commit
|
commitdiff
|
tree
|
snapshot
2016-03-20
Simon Pilgrim
[X86][SSE] Detect zeroable shuffle elements from differ...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-20
Benjamin Kramer
[clang-tidy] Update check for API change in r263895.
commit
|
commitdiff
|
tree
|
snapshot
2016-03-20
Pavel Labath
Attempt to fix MSVC build (no __attribute__ there)
commit
|
commitdiff
|
tree
|
snapshot
2016-03-20
Igor Breger
AVX512BW: Enable v32i1/v64i1 BUILD_VECTOR
commit
|
commitdiff
|
tree
|
snapshot
2016-03-20
Simon Atanasyan
[ELF][MIPS] Add case demonstrates creation redundant...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-20
Richard Smith
Mark C++ features implemented in Clang 3.8 as done...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-20
Richard Smith
P0184R0: Allow types of 'begin' and 'end' expressions...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-20
George Rimar
[ELF] Update x86_64 relocations to 0.99.8 ABI
commit
|
commitdiff
|
tree
|
snapshot
2016-03-20
Bruno Cardoso...
Reapply [2] [VFS] Add 'overlay-relative' field to YAML...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-20
Craig Topper
Suppress a -Wunused-variable warning in release builds.
commit
|
commitdiff
|
tree
|
snapshot
2016-03-20
Mike Spertus
Better visualization of clang::BuiltinType in VisualStudio
commit
|
commitdiff
|
tree
|
snapshot
2016-03-20
Mike Spertus
Visual Studio Visualizer for clang::FunctionProtoType
commit
|
commitdiff
|
tree
|
snapshot
2016-03-20
Michael Kuperstein
Use a range-based for loop. NFC.
commit
|
commitdiff
|
tree
|
snapshot
2016-03-19
George Burgess IV
[Sema] Make type deduction work with some overloadable...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-19
George Burgess IV
[Sema] Allow casting of some overloaded functions
commit
|
commitdiff
|
tree
|
snapshot
2016-03-19
Mehdi Amini
Expose IRBuilder::CreateAtomicCmpXchg as LLVMBuildAtomi...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-19
Mehdi Amini
Const-correctness in libLTO
commit
|
commitdiff
|
tree
|
snapshot
2016-03-19
Saleem Abdulrasool
CodeGen: use range based for loop
commit
|
commitdiff
|
tree
|
snapshot
2016-03-19
George Rimar
[ELF] - ignore the -rpath-link option
commit
|
commitdiff
|
tree
|
snapshot
2016-03-19
David Majnemer
[SimplifyLibCalls] Only consider sinpi/cospi functions...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-19
David Majnemer
[InstCombine] Don't insert instructions before a catch...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-19
Mehdi Amini
Add a dependency from llvm-link to TransformUtils follo...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-19
Davide Italiano
[gold] Use early return to simplify.
commit
|
commitdiff
|
tree
|
snapshot
2016-03-19
Simon Pilgrim
Removed trailing whitespace
commit
|
commitdiff
|
tree
|
snapshot
2016-03-19
Mehdi Amini
Fix a const_cast related warning in GCC in the C API...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-19
Mehdi Amini
Add a comment on partial hashing of Metadata
commit
|
commitdiff
|
tree
|
snapshot
2016-03-19
Kostya Serebryany
[libFuzzer] one more trophie
commit
|
commitdiff
|
tree
|
snapshot
2016-03-19
Mehdi Amini
Hash Metadata using pointer for MDString argument inste...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-19
Mehdi Amini
Compute some Debug Info Metadata hash key partially...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-19
Jim Ingham
Use Enrico's new CommandAlias to give better help to...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-19
Sean Callanan
Handle any persistent Decl in the Clang expression...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-19
Mehdi Amini
Rework linkInModule(), making it oblivious to ThinLTO
commit
|
commitdiff
|
tree
|
snapshot
2016-03-19
Davide Italiano
[LTO] Ignore -plugin/-plugin-opt options.
commit
|
commitdiff
|
tree
|
snapshot
2016-03-19
Jim Ingham
Fix the project file for the removal of lldb-mi's Platf...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-19
Mehdi Amini
Add a test for r263577: "Add missing error handling...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-19
Sean Callanan
Add a DiagnosticManager replace error streams in the...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-18
Zachary Turner
Delete the custom implementation of signal() on Windows.
commit
|
commitdiff
|
tree
|
snapshot
2016-03-18
Manman Ren
[CXX_FAST_TLS] Fix issues in ARM.
commit
|
commitdiff
|
tree
|
snapshot
2016-03-18
Manman Ren
[CXX_FAST_TLS] Disable tail call when calling conventio...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-18
Manman Ren
[CXX_FAST_TLS] fix issues with O0 on ARM, AArch64 and...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-18
Manman Ren
[TLS on Darwin] use CXX_FAST_TLS calling convention...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-18
Duncan P. N...
AArch64: Don't modify other modules in AArch64PromoteCo...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-18
Mike Aizatsky
[sancov] clang-formatting SanitizerCoverage.cpp and...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-18
Davide Italiano
[ELF] Refactor run of LTO passes into an helper. NFC.
commit
|
commitdiff
|
tree
|
snapshot
2016-03-18
Michael Kuperstein
Have DataLayout::isLegalInteger() accept uint64_t
commit
|
commitdiff
|
tree
|
snapshot
2016-03-18
Mike Aizatsky
[sancov] typo fix
commit
|
commitdiff
|
tree
|
snapshot
2016-03-18
Lang Hames
[Support] Update comment to match actual behavior.
commit
|
commitdiff
|
tree
|
snapshot
2016-03-18
Chandler Carruth
Revert "Revert "[sancov] specifying sanitizer coverage...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-18
Mike Aizatsky
[sancov] reformat & 1 clang-tidy warning.
commit
|
commitdiff
|
tree
|
snapshot
2016-03-18
Chandler Carruth
[sancov] Fix the sancov pass to initialize itself insid...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-18
Zachary Turner
Fix a build issue where the python module could become...
commit
|
commitdiff
|
tree
|
snapshot
2016-03-18
Chris Bieneman
Fixing autocorrect changing cmake->make
commit
|
commitdiff
|
tree
|
snapshot
next