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-04-16
Mehdi Amini
ThinLTO: Move the ODR resolution to be based purely...
commit
|
commitdiff
|
tree
|
snapshot
2016-04-16
Alex Denisov
Replace hardcoded comment at 'lit.site.cfg.in'
commit
|
commitdiff
|
tree
|
snapshot
2016-04-16
Mehdi Amini
ThinLTO: Make aliases explicit in the summary
commit
|
commitdiff
|
tree
|
snapshot
2016-04-16
Alex Denisov
Replace hardcoded comment at 'lit.site.cfg.in'
commit
|
commitdiff
|
tree
|
snapshot
2016-04-16
Alex Denisov
Replace hardcoded comment at 'lit.site.cfg.in'
commit
|
commitdiff
|
tree
|
snapshot
2016-04-16
Mehdi Amini
Do not modify a cl::opt programmatically, global mutabl...
commit
|
commitdiff
|
tree
|
snapshot
2016-04-16
Duncan P. N...
ValueMapper: Stop memoizing ConstantAsMetadata
commit
|
commitdiff
|
tree
|
snapshot
2016-04-16
Davide Italiano
[DebugInfo] Correct the assertion introduced in r266509...
commit
|
commitdiff
|
tree
|
snapshot
2016-04-16
Craig Topper
Add missing override keyword to silence -Winconsistent...
commit
|
commitdiff
|
tree
|
snapshot
2016-04-16
Duncan P. N...
Reapply "ValueMapper: Eliminate cross-file co-recursion...
commit
|
commitdiff
|
tree
|
snapshot
2016-04-16
Davide Italiano
[DebugInfo] Reduce size of DILocalVariable from 40...
commit
|
commitdiff
|
tree
|
snapshot
2016-04-16
Matt Arsenault
AMDGPU: Enable LocalStackSlotAllocation pass
commit
|
commitdiff
|
tree
|
snapshot
2016-04-16
Duncan P. N...
Revert "ValueMapper: Eliminate cross-file co-recursion...
commit
|
commitdiff
|
tree
|
snapshot
2016-04-16
Matt Arsenault
AMDGPU: Use s_addk_i32 / s_mulk_i32
commit
|
commitdiff
|
tree
|
snapshot
2016-04-16
Duncan P. N...
ValueMapper: Use API from r266503 in unit tests, NFC
commit
|
commitdiff
|
tree
|
snapshot
2016-04-16
Davide Italiano
[LTO] Don't crash on a BitcodeFile without DataLayout.
commit
|
commitdiff
|
tree
|
snapshot
2016-04-16
Duncan P. N...
ValueMapper: Eliminate cross-file co-recursion, NFC
commit
|
commitdiff
|
tree
|
snapshot
2016-04-16
Richard Smith
Update and fix LLVM_ENABLE_MODULES:
commit
|
commitdiff
|
tree
|
snapshot
2016-04-16
Richard Smith
[modules] Don't expose *intrin.h headers that cannot...
commit
|
commitdiff
|
tree
|
snapshot
2016-04-16
Richard Smith
Add some missing #includes, found by C++ modules selfhost.
commit
|
commitdiff
|
tree
|
snapshot
2016-04-16
Anna Zaks
[sanitizers] Fixup to r266494; the Unit test should...
commit
|
commitdiff
|
tree
|
snapshot
2016-04-16
Eric Fiselier
Teach map/unordered_map how to optimize 'emplace(Key...
commit
|
commitdiff
|
tree
|
snapshot
2016-04-16
Anna Zaks
[sanitizers] Fixup r266494; make it build on Linux.
commit
|
commitdiff
|
tree
|
snapshot
2016-04-16
Justin Lebar
[CUDA] Raise an error if the CUDA install can't be...
commit
|
commitdiff
|
tree
|
snapshot
2016-04-16
Richard Smith
Improve diagnostic for the case when a non-defined...
commit
|
commitdiff
|
tree
|
snapshot
2016-04-15
Anna Zaks
[sanitizers] Teach the internal demangler about Swift...
commit
|
commitdiff
|
tree
|
snapshot
2016-04-15
Duncan P. N...
Linker: Remove an unnecessary local variable in for...
commit
|
commitdiff
|
tree
|
snapshot
2016-04-15
Richard Smith
Make this header include the header it depends on,...
commit
|
commitdiff
|
tree
|
snapshot
2016-04-15
Eric Fiselier
Extract key to avoid preemptive mallocs in insert/empla...
commit
|
commitdiff
|
tree
|
snapshot
2016-04-15
Duncan P. N...
ValueMapper: Hide Mapper::VM behind an accessor, NFC
commit
|
commitdiff
|
tree
|
snapshot
2016-04-15
Wei Mi
Don't skip splitSeparateComponents in eliminateDeadDefs...
commit
|
commitdiff
|
tree
|
snapshot
2016-04-15
Easwaran Raman
Add ProfileData to required_libraries
commit
|
commitdiff
|
tree
|
snapshot
2016-04-15
Davide Italiano
[LTO] Add datalayout to test to prevent an assertion...
commit
|
commitdiff
|
tree
|
snapshot
2016-04-15
Evgeniy Stepanov
[cfi] Support explicit sections for functions in cfi...
commit
|
commitdiff
|
tree
|
snapshot
2016-04-15
Rui Ueyama
Revert r266457: "[ELF] - Implemented basic location...
commit
|
commitdiff
|
tree
|
snapshot
2016-04-15
Davide Italiano
[LTO] Implement parallel Codegen for LTO using splitCod...
commit
|
commitdiff
|
tree
|
snapshot
2016-04-15
Marcin Koscielnicki
[sanitizer] [SystemZ] Enable UBSan.
commit
|
commitdiff
|
tree
|
snapshot
2016-04-15
Marcin Koscielnicki
[sanitizers] [SystemZ] Introduce sanitizer_linux_s390.cc.
commit
|
commitdiff
|
tree
|
snapshot
2016-04-15
Adrian Prantl
Convert this sample-based-profiling testcase to use...
commit
|
commitdiff
|
tree
|
snapshot
2016-04-15
Kostya Serebryany
[libFuzzer] add a better warning for command line flags...
commit
|
commitdiff
|
tree
|
snapshot
2016-04-15
Hans Wennborg
Switch lowering: don't add incoming PHI values from...
commit
|
commitdiff
|
tree
|
snapshot
2016-04-15
Hans Wennborg
SelectionDAGISel: rangeify a loop
commit
|
commitdiff
|
tree
|
snapshot
2016-04-15
Easwaran Raman
Replace the use of MaxFunctionCount module flag
commit
|
commitdiff
|
tree
|
snapshot
2016-04-15
Kostya Serebryany
[libFuzzer] menion the git mirror in the docs
commit
|
commitdiff
|
tree
|
snapshot
2016-04-15
Tobias Grosser
Update two more test cases for r266445+r266446 II
commit
|
commitdiff
|
tree
|
snapshot
2016-04-15
Tobias Grosser
Update two more test cases for r266445+r266446
commit
|
commitdiff
|
tree
|
snapshot
2016-04-15
Tobias Grosser
Update debug metadata after LLVM commits r266445+r266446
commit
|
commitdiff
|
tree
|
snapshot
2016-04-15
Vasileios Kalintiris
[mips] More range-based for loops. NFC.
commit
|
commitdiff
|
tree
|
snapshot
2016-04-15
Vasileios Kalintiris
[mips] Use range-based for loops and simplify slightly...
commit
|
commitdiff
|
tree
|
snapshot
2016-04-15
Marcin Koscielnicki
Revert "[sanitizer] [SystemZ] Abort if the kernel might...
commit
|
commitdiff
|
tree
|
snapshot
2016-04-15
Ulrich Weigand
[SystemZ] Call tryAddingSymbolicOperand in the disassembler
commit
|
commitdiff
|
tree
|
snapshot
2016-04-15
Adrian Prantl
Let the DISubprogram in this test point to the right...
commit
|
commitdiff
|
tree
|
snapshot
2016-04-15
Adrian Prantl
Update testcase to new debug metadata format.
commit
|
commitdiff
|
tree
|
snapshot
2016-04-15
Rafael Espindola
Simplify got handling.
commit
|
commitdiff
|
tree
|
snapshot
2016-04-15
Reid Kleckner
[codeview] Dump char16_t and char32_t simple types
commit
|
commitdiff
|
tree
|
snapshot
2016-04-15
Tim Northover
ARM: don't try to hoist constant RHS out of a division.
commit
|
commitdiff
|
tree
|
snapshot
2016-04-15
Etienne Bergeron
[clang-tidy] Add more detection rules for redundant...
commit
|
commitdiff
|
tree
|
snapshot
2016-04-15
Chad Rosier
[AArch64] Add load/store pair instructions to getMemOpB...
commit
|
commitdiff
|
tree
|
snapshot
2016-04-15
Eric Fiselier
Cleanup and guard tuple's constructor SFINAE. Fixes...
commit
|
commitdiff
|
tree
|
snapshot
2016-04-15
Nemanja Ivanovic
Revert 266186 as it breaks anything that includes type_...
commit
|
commitdiff
|
tree
|
snapshot
2016-04-15
Rafael Espindola
Merge duplicated cases. NFC.
commit
|
commitdiff
|
tree
|
snapshot
2016-04-15
Igor Kudrin
Revert "[Coverage] Prevent detection of false instantia...
commit
|
commitdiff
|
tree
|
snapshot
2016-04-15
George Rimar
[ELF] - Implemented basic location counter support.
commit
|
commitdiff
|
tree
|
snapshot
2016-04-15
Davide Italiano
[ParallelCG] Add a new splitCodeGen() API which takes...
commit
|
commitdiff
|
tree
|
snapshot
2016-04-15
Eugene Zelenko
[Release Notes] mention Clang-tidy misc-multiple-statem...
commit
|
commitdiff
|
tree
|
snapshot
2016-04-15
Marcin Koscielnicki
[SystemZ] Fix large tests broken by conditional returns.
commit
|
commitdiff
|
tree
|
snapshot
2016-04-15
Mandeep Singh...
[LLD] Remove unwanted --check-prefix=CHECK from unit...
commit
|
commitdiff
|
tree
|
snapshot
2016-04-15
David Majnemer
[InstCombine] Don't transform compares of calls to...
commit
|
commitdiff
|
tree
|
snapshot
2016-04-15
Etienne Bergeron
[clang-tidy] Add new checker for suspicious sizeof...
commit
|
commitdiff
|
tree
|
snapshot
2016-04-15
Etienne Bergeron
[clang-tidy] Add checker for operations between integra...
commit
|
commitdiff
|
tree
|
snapshot
2016-04-15
Adrian Prantl
Fix testcase for MSVC targets where the output ordering...
commit
|
commitdiff
|
tree
|
snapshot
2016-04-15
Geoff Berry
Fix test to require Asserts since it uses debug output.
commit
|
commitdiff
|
tree
|
snapshot
2016-04-15
Adrian Prantl
Update testcase to new debug info metadata format.
commit
|
commitdiff
|
tree
|
snapshot
2016-04-15
Adrian Prantl
[PR27284] Reverse the ownership between DICompileUnit...
commit
|
commitdiff
|
tree
|
snapshot
2016-04-15
Adrian Prantl
Update to match LLVM changes for PR27284.
commit
|
commitdiff
|
tree
|
snapshot
2016-04-15
NAKAMURA Takumi
ASTMatchers.h: Fix formatting. [-Wdocumentation]
commit
|
commitdiff
|
tree
|
snapshot
2016-04-15
NAKAMURA Takumi
llvm/test/CodeGen/AArch64/arm64-csldst-mmo.ll requires...
commit
|
commitdiff
|
tree
|
snapshot
2016-04-15
Sanjay Patel
[SimplifyCFG] propagate branch metadata when creating...
commit
|
commitdiff
|
tree
|
snapshot
2016-04-15
NAKAMURA Takumi
lli.cpp: Appease some builders. There might be ownershi...
commit
|
commitdiff
|
tree
|
snapshot
2016-04-15
Rafael Espindola
Add an interesting GC testcase.
commit
|
commitdiff
|
tree
|
snapshot
2016-04-15
Geoff Berry
[AArch64] Add MMOs to callee-save load/store instructions.
commit
|
commitdiff
|
tree
|
snapshot
2016-04-15
Nirav Dave
Fix typing on generated LXV2DX/STXV2DX instructions
commit
|
commitdiff
|
tree
|
snapshot
2016-04-15
Jun Bum Lim
[MachineScheduler]Add support for store clustering
commit
|
commitdiff
|
tree
|
snapshot
2016-04-15
Igor Kudrin
[Coverage] Prevent detection of false instantiations...
commit
|
commitdiff
|
tree
|
snapshot
2016-04-15
Sanjay Patel
[SimplifyCFG] add metadata to show failure to propagate...
commit
|
commitdiff
|
tree
|
snapshot
2016-04-15
Igor Kudrin
[Coverage] Add support for making test data for more...
commit
|
commitdiff
|
tree
|
snapshot
2016-04-15
Nicolai Haehnle
AMDGPU/SI: Fix regression with no-return atomics
commit
|
commitdiff
|
tree
|
snapshot
2016-04-15
Rafael Espindola
Store a Symbol for EntrySym.
commit
|
commitdiff
|
tree
|
snapshot
2016-04-15
Nico Weber
Revert r266415, it broke parsing SDK headers (PR27367).
commit
|
commitdiff
|
tree
|
snapshot
2016-04-15
Tom Stellard
prepare-builtins: Remove call to getGlobalContext()
commit
|
commitdiff
|
tree
|
snapshot
2016-04-15
Rafael Espindola
Add a testcase for symbol resolution with -r.
commit
|
commitdiff
|
tree
|
snapshot
2016-04-15
Alexey Bader
Remove include duplicate. NFC.
commit
|
commitdiff
|
tree
|
snapshot
2016-04-15
Rafael Espindola
Don't create relocations for absolute got entries.
commit
|
commitdiff
|
tree
|
snapshot
2016-04-15
Renato Golin
[TSAN] Make tsan tests more portable (take 3)
commit
|
commitdiff
|
tree
|
snapshot
2016-04-15
Rafael Espindola
Don't create relocations for non preemptable absolute...
commit
|
commitdiff
|
tree
|
snapshot
2016-04-15
Rafael Espindola
Two small related fixes.
commit
|
commitdiff
|
tree
|
snapshot
2016-04-15
Pavel Labath
Work around a linux libc bug causing a crash in TaskPool
commit
|
commitdiff
|
tree
|
snapshot
2016-04-15
Ulrich Weigand
Fix usage of APInt.getRawData for big-endian systems
commit
|
commitdiff
|
tree
|
snapshot
2016-04-15
Simon Atanasyan
[ELF] Remove redundant empty line. NFC
commit
|
commitdiff
|
tree
|
snapshot
2016-04-15
Ulrich Weigand
Make Scalar::SChar return an explicit signed type
commit
|
commitdiff
|
tree
|
snapshot
next