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-08-13
Ron Lieberman
Fix unsupported relocation type R_HEX_6_X' for symbol...
commit
|
commitdiff
|
tree
|
snapshot
2016-08-13
Mehdi Amini
Revert "Fix bitcode auto-upgrade when using bitcode...
commit
|
commitdiff
|
tree
|
snapshot
2016-08-13
Sanjoy Das
[IRCE] Fix test case; NFC
commit
|
commitdiff
|
tree
|
snapshot
2016-08-13
Sanjoy Das
[IRCE] Be resilient in the face of non-simplified loops
commit
|
commitdiff
|
tree
|
snapshot
2016-08-13
Mehdi Amini
Fix bitcode auto-upgrade when using bitcode lazy loading
commit
|
commitdiff
|
tree
|
snapshot
2016-08-13
Mehdi Amini
Revert "Revert "Invariant start/end intrinsics overload...
commit
|
commitdiff
|
tree
|
snapshot
2016-08-13
Mehdi Amini
Revert "Invariant start/end intrinsics overloaded for...
commit
|
commitdiff
|
tree
|
snapshot
2016-08-13
Sanjoy Das
[IRCE] Use dyn_cast instead of explicit isa/cast; NFC
commit
|
commitdiff
|
tree
|
snapshot
2016-08-13
Sanjoy Das
[IRCE] Use range-for; NFC
commit
|
commitdiff
|
tree
|
snapshot
2016-08-13
Mehdi Amini
[ADT] Add a reserve() method to DenseSet as well as...
commit
|
commitdiff
|
tree
|
snapshot
2016-08-13
Mehdi Amini
Revert "[ADT] Add a reserve method to DenseSet as well...
commit
|
commitdiff
|
tree
|
snapshot
2016-08-13
Yaron Keren
Limit DenseMap::setNumEntries input to 1<<31, in accord...
commit
|
commitdiff
|
tree
|
snapshot
2016-08-13
Mehdi Amini
Add missing REQUIRES in sancov/print_coverage_pcs.test...
commit
|
commitdiff
|
tree
|
snapshot
2016-08-13
Mehdi Amini
[ADT] Add a reserve method to DenseSet as well as an...
commit
|
commitdiff
|
tree
|
snapshot
2016-08-13
Sanjay Patel
[x86] add tests to show missed 64-bit immediate merging
commit
|
commitdiff
|
tree
|
snapshot
2016-08-13
Aditya Kumar
Test commit
commit
|
commitdiff
|
tree
|
snapshot
2016-08-13
Craig Topper
[X86] Add a check of isCommutable at the top of X86Inst...
commit
|
commitdiff
|
tree
|
snapshot
2016-08-13
Craig Topper
[AVX-512] Add isCommutable to scalar FMA3 instructions.
commit
|
commitdiff
|
tree
|
snapshot
2016-08-13
Craig Topper
[AVX-512] Add commutable flags to 132 form FMA3 instruc...
commit
|
commitdiff
|
tree
|
snapshot
2016-08-13
Craig Topper
[X86] Remove patterns for (vzmovl (insert_subvector...
commit
|
commitdiff
|
tree
|
snapshot
2016-08-13
Craig Topper
[AVX-512] Remove an AddedComplexity that was prioritizi...
commit
|
commitdiff
|
tree
|
snapshot
2016-08-13
Craig Topper
[AVX-512] Add patterns to support VZEXT_MOVL from 512...
commit
|
commitdiff
|
tree
|
snapshot
2016-08-13
Teresa Johnson
[PM] Port LoopDataPrefetch to new pass manager
commit
|
commitdiff
|
tree
|
snapshot
2016-08-13
Matt Arsenault
AMDGPU: Fix not estimating MBB operand sizes correctly
commit
|
commitdiff
|
tree
|
snapshot
2016-08-13
Matt Arsenault
AMDGPU: Fix missing test for addressing mode with odd...
commit
|
commitdiff
|
tree
|
snapshot
2016-08-13
Matt Arsenault
AMDGPU/R600: Remove macros
commit
|
commitdiff
|
tree
|
snapshot
2016-08-13
Hans Wennborg
Fix more dereferenced end() iterators after r278532
commit
|
commitdiff
|
tree
|
snapshot
2016-08-13
Eugene Zelenko
Fix build broken after llvm/ADT/DenseMap.h replacement...
commit
|
commitdiff
|
tree
|
snapshot
2016-08-13
Pete Cooper
Constify ValueTracking. NFC.
commit
|
commitdiff
|
tree
|
snapshot
2016-08-13
Sanjoy Das
[IndVars] Ignore (s|z)exts that don't extend the induct...
commit
|
commitdiff
|
tree
|
snapshot
2016-08-13
Eugene Zelenko
Fix some Clang-tidy modernize-use-using and Include...
commit
|
commitdiff
|
tree
|
snapshot
2016-08-13
Kostya Serebryany
[libFuzzer] mention one more trophie in LLVM
commit
|
commitdiff
|
tree
|
snapshot
2016-08-13
Justin Lebar
[LSV] Use a set rather than an ArraySlice at the end...
commit
|
commitdiff
|
tree
|
snapshot
2016-08-13
Justin Lebar
[LSV] Use OrderedBasicBlock instead of rolling it ourse...
commit
|
commitdiff
|
tree
|
snapshot
2016-08-13
Mehdi Amini
Fix ASAN failures in the demangler
commit
|
commitdiff
|
tree
|
snapshot
2016-08-12
Justin Lebar
Minor comment fix ("generate" --> "generates").
commit
|
commitdiff
|
tree
|
snapshot
2016-08-12
Hans Wennborg
X86: Fix another dereferenced end() iterator after...
commit
|
commitdiff
|
tree
|
snapshot
2016-08-12
Dominic Chen
[WebAssembly] Re-enable disabled debug value test
commit
|
commitdiff
|
tree
|
snapshot
2016-08-12
Haicheng Wu
Reapply [BranchFolding] Restrict tail merging loop...
commit
|
commitdiff
|
tree
|
snapshot
2016-08-12
Dominic Chen
Avoid accessing LLVM/DWARF register mappings if undefined
commit
|
commitdiff
|
tree
|
snapshot
2016-08-12
Tim Shen
[LoopVectorize] Detect loops in the innermost loop...
commit
|
commitdiff
|
tree
|
snapshot
2016-08-12
Duncan P. N...
X86: Stop dereferencing end() in X86FrameLowering:...
commit
|
commitdiff
|
tree
|
snapshot
2016-08-12
Reid Kleckner
[Inliner] Don't treat inalloca allocas as static
commit
|
commitdiff
|
tree
|
snapshot
2016-08-12
Pete Cooper
Add support to paternmatch for simple const Value cases.
commit
|
commitdiff
|
tree
|
snapshot
2016-08-12
Tim Shen
[ADT] Add filter_iterator for filtering elements
commit
|
commitdiff
|
tree
|
snapshot
2016-08-12
Artem Belevich
[NVPTX] Use untyped (.b) integer registers in PTX.
commit
|
commitdiff
|
tree
|
snapshot
2016-08-12
Saleem Abdulrasool
gold: add a cast to appease std::max NFC
commit
|
commitdiff
|
tree
|
snapshot
2016-08-12
Teresa Johnson
[PM] BitcodeWriterPass should derive from PassInfoMixin
commit
|
commitdiff
|
tree
|
snapshot
2016-08-12
David L Kreitzer
Fixed typo.
commit
|
commitdiff
|
tree
|
snapshot
2016-08-12
Krzysztof Parzyszek
[Hexagon] Cleanup and standardize vector load/store...
commit
|
commitdiff
|
tree
|
snapshot
2016-08-12
Kostya Serebryany
[libFuzzer] fix typo in docs
commit
|
commitdiff
|
tree
|
snapshot
2016-08-12
Eli Friedman
[AArch64LoadStoreOptimizer] Check aliasing correctly...
commit
|
commitdiff
|
tree
|
snapshot
2016-08-12
George Rimar
[ELF] - Linkerscript: fix VA value assigned to sections...
commit
|
commitdiff
|
tree
|
snapshot
2016-08-12
Mike Aizatsky
[AArch64] Registering default MCInstrAnalysis
commit
|
commitdiff
|
tree
|
snapshot
2016-08-12
Eli Friedman
[AArch64LoadStoreOpt] Handle offsets correctly for...
commit
|
commitdiff
|
tree
|
snapshot
2016-08-12
Chris Bieneman
Remove autoconf references from LICENSE.TXT
commit
|
commitdiff
|
tree
|
snapshot
2016-08-12
Kevin Enderby
Next set of additional error checks for invalid Mach...
commit
|
commitdiff
|
tree
|
snapshot
2016-08-12
Mike Aizatsky
[sancov] test file cleanup
commit
|
commitdiff
|
tree
|
snapshot
2016-08-12
George Rimar
[ELF] - Do not use mergeable sections when LS is used.
commit
|
commitdiff
|
tree
|
snapshot
2016-08-12
George Rimar
[ELF] - Remove excessive loop in LinkerScript<ELFT...
commit
|
commitdiff
|
tree
|
snapshot
2016-08-12
Alexander Droste
[clang-tidy] MPIBufferDerefCheck
commit
|
commitdiff
|
tree
|
snapshot
2016-08-12
Todd Fiala
fix lldb-gtest target of Xcode build
commit
|
commitdiff
|
tree
|
snapshot
2016-08-12
Mike Aizatsky
[sancov] MachO indirect symbols support.
commit
|
commitdiff
|
tree
|
snapshot
2016-08-12
George Rimar
[ELF] - Fix for: error "invalid section index: xxx...
commit
|
commitdiff
|
tree
|
snapshot
2016-08-12
Artem Belevich
[CUDA] Place GPU binary into .nv_fatbin section and...
commit
|
commitdiff
|
tree
|
snapshot
2016-08-12
Tim Shen
[PPC] Memoize getValueBits. NFC.
commit
|
commitdiff
|
tree
|
snapshot
2016-08-12
Zachary Turner
Remove accidentally committed file.
commit
|
commitdiff
|
tree
|
snapshot
2016-08-12
Zachary Turner
Analyze include order on a per-file basis.
commit
|
commitdiff
|
tree
|
snapshot
2016-08-12
Benjamin Kramer
[WebAssembly] Plug MachineMemOperand leaks.
commit
|
commitdiff
|
tree
|
snapshot
2016-08-12
Dan Liew
[LibFuzzer] Fix `-jobs=<N>` where <N> > 1 and the numbe...
commit
|
commitdiff
|
tree
|
snapshot
2016-08-12
Bruno Cardoso...
Reapply [VFS] Skip non existent files from the VFS...
commit
|
commitdiff
|
tree
|
snapshot
2016-08-12
Duncan P. N...
ADT: Remove stale header comments about next/prev after...
commit
|
commitdiff
|
tree
|
snapshot
2016-08-12
Teresa Johnson
CodeGen: Replace ThinLTO backend implementation with...
commit
|
commitdiff
|
tree
|
snapshot
2016-08-12
Duncan P. N...
Hide type trait from r278532 from MSVC
commit
|
commitdiff
|
tree
|
snapshot
2016-08-12
Duncan P. N...
Try to appease win7 bots after r278532 by cleaning...
commit
|
commitdiff
|
tree
|
snapshot
2016-08-12
David Majnemer
Remove whitespace
commit
|
commitdiff
|
tree
|
snapshot
2016-08-12
Zachary Turner
[Driver] Set the default driver mode based on the execu...
commit
|
commitdiff
|
tree
|
snapshot
2016-08-12
Alexander Droste
Revert test commit
commit
|
commitdiff
|
tree
|
snapshot
2016-08-12
Alexander Droste
Test commit - first LLVM repo commit
commit
|
commitdiff
|
tree
|
snapshot
2016-08-12
Duncan P. N...
ADT: Remove the ilist_nextprev_traits customization...
commit
|
commitdiff
|
tree
|
snapshot
2016-08-12
Michael Kuperstein
[PM] Port LowerInvoke to the new pass manager
commit
|
commitdiff
|
tree
|
snapshot
2016-08-12
Ivan Krasin
Add compiler-rt side test for no_sanitize("cfi") attribute
commit
|
commitdiff
|
tree
|
snapshot
2016-08-12
Zachary Turner
Disable TestThreadSpecificBpPlusCondition on Windows.
commit
|
commitdiff
|
tree
|
snapshot
2016-08-12
Pete Cooper
constify InstCombine::foldAllocaCmp. NFC.
commit
|
commitdiff
|
tree
|
snapshot
2016-08-12
Todd Fiala
Link LLDB only against libclang and libLLVM .a files...
commit
|
commitdiff
|
tree
|
snapshot
2016-08-12
Zachary Turner
Fix build on Windows.
commit
|
commitdiff
|
tree
|
snapshot
2016-08-12
Duncan P. N...
BugReporter: Use ilist_half_embedded_sentinel_traits...
commit
|
commitdiff
|
tree
|
snapshot
2016-08-12
Greg Clayton
Switch over to using socketpair for local debugserver...
commit
|
commitdiff
|
tree
|
snapshot
2016-08-12
Duncan P. N...
MachO: Use ilist_half_embedded_sentinel_traits, NFC
commit
|
commitdiff
|
tree
|
snapshot
2016-08-12
Dehao Chen
Fine tuning of sample profile propagation algorithm.
commit
|
commitdiff
|
tree
|
snapshot
2016-08-12
Duncan P. N...
Core: Use ilist_full_embedded_sentinel_traits for Simpl...
commit
|
commitdiff
|
tree
|
snapshot
2016-08-12
Artur Pilipenko
[x86] X86ISelLowering zext(add_nuw(x, C)) --> add(zext...
commit
|
commitdiff
|
tree
|
snapshot
2016-08-12
Ehsan Amiri
[BasicAA] Avoid calling GetUnderlyingObject, when the...
commit
|
commitdiff
|
tree
|
snapshot
2016-08-12
Artur Pilipenko
[LVI] Take guards into account
commit
|
commitdiff
|
tree
|
snapshot
2016-08-12
Teresa Johnson
Add move ops to satisfy MSVC.
commit
|
commitdiff
|
tree
|
snapshot
2016-08-12
Daniel Sanders
[mips] Remove obstack.cc XFAIL added in r278504 since...
commit
|
commitdiff
|
tree
|
snapshot
2016-08-12
Geoff Berry
[AArch64] Re-factor code shared by AArch64LoadStoreOpt...
commit
|
commitdiff
|
tree
|
snapshot
2016-08-12
Artur Pilipenko
[LVI] Fix potential memory corruption in getValueFromCo...
commit
|
commitdiff
|
tree
|
snapshot
2016-08-12
Duncan P. N...
ADT: Share code for embedded sentinel traits, NFC
commit
|
commitdiff
|
tree
|
snapshot
2016-08-12
Teresa Johnson
Fix type to avoid problems on 32-bit builds
commit
|
commitdiff
|
tree
|
snapshot
next