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-21
Richard Smith
Fix defaulted-functions-in-C++98 extension to give...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-21
Sebastian Pop
machine combiner: fix pretty printer
commit
|
commitdiff
|
tree
|
snapshot
2016-12-21
Richard Smith
[c++1z] When initializing a const-qualified class type...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-21
Lang Hames
[Orc][RPC] Specialize RPCTypeName and SerializationTrai...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-21
Richard Smith
Factor out checking of template arguments after deducti...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-21
Antonio Maiorano
Improve natvis for llvm::SmallString so that it correct...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-21
Lang Hames
[Orc] Add some static-assert checks to improve the...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-21
Peter Collingbourne
IPO: Remove the ModuleSummary argument to the FunctionI...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-21
Graydon Hoare
Fix build breakage in r290219. Notes should not be...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-21
Graydon Hoare
[modules] Handle modules with nonstandard names in...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-21
Evgeniy Stepanov
Reduce the size of quarantine cache in ASAN_LOW_MEMORY...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-21
David L. Jones
Store the "current position" index within the ASTRecord...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-21
Jim Ingham
Ignore SIGPIPE in the mini-driver used by these tests.
commit
|
commitdiff
|
tree
|
snapshot
2016-12-21
Rui Ueyama
Move a function defintion to make it static.
commit
|
commitdiff
|
tree
|
snapshot
2016-12-20
George Burgess IV
[Analysis] Centralize objectsize lowering logic.
commit
|
commitdiff
|
tree
|
snapshot
2016-12-20
Rui Ueyama
Use ArrayRef instead of `const std::vector`.
commit
|
commitdiff
|
tree
|
snapshot
2016-12-20
Rui Ueyama
Move GlobPattern class from LLD to llvm/Support.
commit
|
commitdiff
|
tree
|
snapshot
2016-12-20
Michael Zolotukhin
[SCEV] Be less conservative when extending bitwidths...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-20
Malcolm Parsons
Comment out char16_t and char32_t tests
commit
|
commitdiff
|
tree
|
snapshot
2016-12-20
Chris Bieneman
Revert "[ObjectYAML] Support for DWARF debug_info section"
commit
|
commitdiff
|
tree
|
snapshot
2016-12-20
Paul Robinson
Make a test use a specific C++ dialect
commit
|
commitdiff
|
tree
|
snapshot
2016-12-20
Paul Robinson
C++11 test cleanup: nonthrowing destructors
commit
|
commitdiff
|
tree
|
snapshot
2016-12-20
Simon Atanasyan
[ELF] Do not warn about missed entry symbol in case...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-20
Paul Robinson
Make two vtable tests tolerate C++11.
commit
|
commitdiff
|
tree
|
snapshot
2016-12-20
Chris Bieneman
[ObjectYAML] Support for DWARF debug_info section
commit
|
commitdiff
|
tree
|
snapshot
2016-12-20
Richard Smith
[c++1z] P0195R2: Support pack-expansion of using-declar...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-20
Malcolm Parsons
[clang-tidy] Add modernize-use-default-member-init...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-20
Kostya Kortchinsky
[scudo] ARM32 support
commit
|
commitdiff
|
tree
|
snapshot
2016-12-20
Peter Collingbourne
IR: Eliminate non-determinism in the module summary...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-20
Haicheng Wu
[LoopUnroll] Modify a comment to clarify the usage...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-20
Eli Friedman
[ARM] Implement isExtractSubvectorCheap.
commit
|
commitdiff
|
tree
|
snapshot
2016-12-20
Boris Ulasevich
Rollback my commit r290168 to fix linux tests failure...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-20
Eli Friedman
[ARM] Generate checks for shuffle tests using update_ll...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-20
Matt Arsenault
Use MaxDepth instead of repeating its value
commit
|
commitdiff
|
tree
|
snapshot
2016-12-20
Matt Arsenault
AMDGPU: Allow 16-bit types in inline asm constraints
commit
|
commitdiff
|
tree
|
snapshot
2016-12-20
Matt Arsenault
AMDGPU: Run fp combine tests on VI
commit
|
commitdiff
|
tree
|
snapshot
2016-12-20
Matt Arsenault
AMDGPU: Don't add same instruction multiple times to...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-20
George Burgess IV
Replace std::find_if with llvm::find_if. NFC.
commit
|
commitdiff
|
tree
|
snapshot
2016-12-20
Zachary Turner
Revert "Re-add the assert to StringRef's const char...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-20
Zachary Turner
Re-add the assert to StringRef's const char *, length...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-20
David Blaikie
Fix missing '>' in docs (hopefully fixes bot error...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-20
David Blaikie
Add some brief documentation about GDB pretty printers
commit
|
commitdiff
|
tree
|
snapshot
2016-12-20
Tom Stellard
AMDGPU/SI: Make a function const
commit
|
commitdiff
|
tree
|
snapshot
2016-12-20
Tom Stellard
AMDGPU/SI: Add a MachineMemOperand when lowering llvm...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-20
Simon Pilgrim
[X86][SSE] Ensure we're only combining shuffles with...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-20
Alexey Bataev
[OPENMP] Fix for PR31416: Clang crashes on OMPCapturedE...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-20
Chris Bieneman
[CMake] [PR31433] Fix LLDB tool installation
commit
|
commitdiff
|
tree
|
snapshot
2016-12-20
Tom Stellard
AMDGPU/SI: Add a MachineMemOperand to MIMG instructions
commit
|
commitdiff
|
tree
|
snapshot
2016-12-20
Daniel Jasper
clang-format: Fix bug in understanding string-label...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-20
Eric Liu
[change-namespace] do not fix calls to overloaded opera...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-20
Alexey Bataev
[OPENMP] Fix for PR31428: variable named like directive...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-20
George Rimar
[ELF] - Treat .openbsd.randomdata as relro section
commit
|
commitdiff
|
tree
|
snapshot
2016-12-20
Daniel Jasper
Revert "[OpenCL] Enabling the usage of CLK_NULL_QUEUE...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-20
Kevin Funk
Fix for clang_Cursor_getSpellingNameRange()
commit
|
commitdiff
|
tree
|
snapshot
2016-12-20
Egor Churaev
[OpenCL] Enabling the usage of CLK_NULL_QUEUE as compar...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-20
Serge Pavlov
Fix build with expensive checks enabled
commit
|
commitdiff
|
tree
|
snapshot
2016-12-20
Chandler Carruth
Revert r290149: Add the alloc_size attribute to clang.
commit
|
commitdiff
|
tree
|
snapshot
2016-12-20
Boris Ulasevich
Bug 30863 - Step doesn't stop with coditional breakpoin...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-20
Dimitry Andric
Fix build breakage on FreeBSD after rL289878/rL289881
commit
|
commitdiff
|
tree
|
snapshot
2016-12-20
Richard Smith
Add test for DR692.
commit
|
commitdiff
|
tree
|
snapshot
2016-12-20
Rui Ueyama
Remove extraneous space.
commit
|
commitdiff
|
tree
|
snapshot
2016-12-20
Rui Ueyama
Remove `Compressed` member from InputSectionData.
commit
|
commitdiff
|
tree
|
snapshot
2016-12-20
Jason Molenda
Change the timeout in CallBoardSystemServiceOpenApplica...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-20
Chandler Carruth
[PM] Rework a loop in the CGSCC update logic to be...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-20
Chandler Carruth
[PM] Provide an initial, minimal port of the inliner...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-20
Rui Ueyama
Fix a bug that the glob pattern parser falls in an...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-20
Chandler Carruth
Fix the spelling of 'bitfield' in diagnostics to be...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-20
Adrian Prantl
Reapply r289926: attempt to fix windows build
commit
|
commitdiff
|
tree
|
snapshot
2016-12-20
Rui Ueyama
Set Config->ColorDiagnostics early so that all error...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-20
Akira Hatanaka
[Parser] Correct typo after lambda capture initializer...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-20
Adrian Prantl
Update for LLVM global variable debug info API change.
commit
|
commitdiff
|
tree
|
snapshot
2016-12-20
Adrian Prantl
Fix debug info metadata for upstream change in LLVM.
commit
|
commitdiff
|
tree
|
snapshot
2016-12-20
Adrian Prantl
[IR] Remove the DIExpression field from DIGlobalVariable.
commit
|
commitdiff
|
tree
|
snapshot
2016-12-20
Chandler Carruth
Make this REQUIRES match the other REQUIRES lines that...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-20
Rui Ueyama
Simplify type of Config->SymbolOrderingFile.
commit
|
commitdiff
|
tree
|
snapshot
2016-12-20
Rui Ueyama
Inline a small function.
commit
|
commitdiff
|
tree
|
snapshot
2016-12-20
George Burgess IV
Add the alloc_size attribute to clang.
commit
|
commitdiff
|
tree
|
snapshot
2016-12-20
Chris Bieneman
Revert "[ObjectYAML] Support for DWARF debug_info section"
commit
|
commitdiff
|
tree
|
snapshot
2016-12-20
Chris Bieneman
[ObjectYAML] Support for DWARF debug_info section
commit
|
commitdiff
|
tree
|
snapshot
2016-12-19
Richard Smith
Fix completely bogus types for some builtins:
commit
|
commitdiff
|
tree
|
snapshot
2016-12-19
Paul Robinson
Make another test insensitive to the default C++ dialect.
commit
|
commitdiff
|
tree
|
snapshot
2016-12-19
Eli Friedman
Add ARM support to update_llc_test_checks.py
commit
|
commitdiff
|
tree
|
snapshot
2016-12-19
Devin Coughlin
[analyzer] Add checker modeling gtest APIs.
commit
|
commitdiff
|
tree
|
snapshot
2016-12-19
Michael Kuperstein
[LV] Sink tripcount query to where it's actually used...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-19
Jordan Rose
Don't try to emit nullability fix-its within/around...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-19
Devin Coughlin
[analyzer] Add sink after construction of temporary...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-19
Chris Bieneman
[ObjectYAML] Support for DWARF Pub Sections
commit
|
commitdiff
|
tree
|
snapshot
2016-12-19
Mike Aizatsky
[libfuzzer] dump_coverage command line flag
commit
|
commitdiff
|
tree
|
snapshot
2016-12-19
Jason Henline
[Axccel] Remove -Wno-missing-braces in build
commit
|
commitdiff
|
tree
|
snapshot
2016-12-19
Rafael Espindola
Fix corner cases of setting the section address.
commit
|
commitdiff
|
tree
|
snapshot
2016-12-19
Benjamin Kramer
[Format] Remove dead code.
commit
|
commitdiff
|
tree
|
snapshot
2016-12-19
Bruno Cardoso...
[ASTReader] Sort RawComments before merging
commit
|
commitdiff
|
tree
|
snapshot
2016-12-19
Michael LeMay
[TargetInstrInfo] replace redundant expression in getMe...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-19
Jordan Rose
Add fix-it notes to the nullability consistency warning.
commit
|
commitdiff
|
tree
|
snapshot
2016-12-19
Greg Clayton
Make a function to correctly extract the DW_AT_high_pc...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-19
Sean Callanan
Reverting r290004, r290006, r290010 pending review.
commit
|
commitdiff
|
tree
|
snapshot
2016-12-19
Kuba Mracek
Fixup for r290119: Only run debug_alloc_stack.cc on...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-19
Paul Robinson
Make a few OpenMP tests "C++11 clean."
commit
|
commitdiff
|
tree
|
snapshot
2016-12-19
Sanjay Patel
[InstCombine] use commutative matcher for pattern with...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-19
Kuba Mracek
More fixup for r290119: Make the ifdef work.
commit
|
commitdiff
|
tree
|
snapshot
next