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-09-12
Nico Weber
attempt to unbreak build after r281254
commit
|
commitdiff
|
tree
|
snapshot
2016-09-12
Saleem Abdulrasool
CodeGen: use some range-based for loops
commit
|
commitdiff
|
tree
|
snapshot
2016-09-12
Davide Italiano
[MachO] Factor out a fair amount of duplicated code...
commit
|
commitdiff
|
tree
|
snapshot
2016-09-12
Richard Smith
Add a couple of test files missed in r281258.
commit
|
commitdiff
|
tree
|
snapshot
2016-09-12
Richard Smith
[modules] When we merge two definitions of a function...
commit
|
commitdiff
|
tree
|
snapshot
2016-09-12
Lang Hames
[ORC] Add missing <thread> header to RPCSerialization.h.
commit
|
commitdiff
|
tree
|
snapshot
2016-09-12
Davide Italiano
[Cmake] Use Cmake's default RPATH for unittest.
commit
|
commitdiff
|
tree
|
snapshot
2016-09-12
Kostya Serebryany
[sanitizer] replace CHECK with CHECK_XY in two places...
commit
|
commitdiff
|
tree
|
snapshot
2016-09-12
Lang Hames
[ORC] Replace the serialize/deserialize function pair...
commit
|
commitdiff
|
tree
|
snapshot
2016-09-12
Dehao Chen
Fix the bug introduced in r281252.
commit
|
commitdiff
|
tree
|
snapshot
2016-09-12
Dehao Chen
Lower consecutive select instructions correctly.
commit
|
commitdiff
|
tree
|
snapshot
2016-09-12
Todd Fiala
xfail TestQueues.py and TestDarwinLogFilterMatchMessage.py
commit
|
commitdiff
|
tree
|
snapshot
2016-09-12
Shoaib Meenai
config: Fix typo in comment
commit
|
commitdiff
|
tree
|
snapshot
2016-09-12
Nirav Dave
[MC] Defer asm errors to post-statement failure
commit
|
commitdiff
|
tree
|
snapshot
2016-09-12
Sanjay Patel
[InstCombine] add test for PR30327
commit
|
commitdiff
|
tree
|
snapshot
2016-09-12
Sanjay Patel
[InstCombine] regenerate checks
commit
|
commitdiff
|
tree
|
snapshot
2016-09-12
Elena Demikhovsky
AVX-512: Added a test for -O0 mode. NFC.
commit
|
commitdiff
|
tree
|
snapshot
2016-09-12
Jonathan Peyton
Fix bitmask upper bounds check
commit
|
commitdiff
|
tree
|
snapshot
2016-09-12
Elena Demikhovsky
AVX-512: Simplified masked_gather_scatter test. NFC.
commit
|
commitdiff
|
tree
|
snapshot
2016-09-12
Todd Fiala
fix Xcode build after r281226
commit
|
commitdiff
|
tree
|
snapshot
2016-09-12
Michael Kruse
Remove -fvisibility=hidden and FORCE_STATIC.
commit
|
commitdiff
|
tree
|
snapshot
2016-09-12
Richard Smith
Diagnostics reference: "error:" should be red, not...
commit
|
commitdiff
|
tree
|
snapshot
2016-09-12
Hemant Kulkarni
Fix test failure in r281232
commit
|
commitdiff
|
tree
|
snapshot
2016-09-12
Jason Henline
[SE] Clean up device and host memory slices
commit
|
commitdiff
|
tree
|
snapshot
2016-09-12
Lang Hames
[MCJIT] Fix some inconsistent handling of name mangling...
commit
|
commitdiff
|
tree
|
snapshot
2016-09-12
Filipe Cabecinhas
[asan] Ease dealing with tagged enum ErrorDescription...
commit
|
commitdiff
|
tree
|
snapshot
2016-09-12
Filipe Cabecinhas
[asan] Cleanup: Move tid into ErrorBase, add const...
commit
|
commitdiff
|
tree
|
snapshot
2016-09-12
Roman Gareev
Store the size of the outermost dimension in case of...
commit
|
commitdiff
|
tree
|
snapshot
2016-09-12
Hemant Kulkarni
llvm-size: Add --totals option
commit
|
commitdiff
|
tree
|
snapshot
2016-09-12
Hemant Kulkarni
llvm-objdump: Add --start-address and --stop-address...
commit
|
commitdiff
|
tree
|
snapshot
2016-09-12
Sanjay Patel
[InstCombine] use m_APInt to allow icmp X, C folds...
commit
|
commitdiff
|
tree
|
snapshot
2016-09-12
Nicolai Haehnle
AMDGPU: Do not clobber SCC in SIWholeQuadMode
commit
|
commitdiff
|
tree
|
snapshot
2016-09-12
Ahmed Bougacha
[GlobalISel] Fix mismatched "<..)" in intrinsic MO...
commit
|
commitdiff
|
tree
|
snapshot
2016-09-12
James Molloy
Revert "[ARM] Promote small global constants to constan...
commit
|
commitdiff
|
tree
|
snapshot
2016-09-12
Jonathan Roelofs
Trivial documentation fix regarding Obj-C ARC objc_arc_...
commit
|
commitdiff
|
tree
|
snapshot
2016-09-12
Pavel Labath
Move StdStringExtractor to tools/debugserver
commit
|
commitdiff
|
tree
|
snapshot
2016-09-12
Jason Henline
[SE] RegisteredHostMemory for async device copies
commit
|
commitdiff
|
tree
|
snapshot
2016-09-12
Ahmed Bougacha
[BranchFolding] Unique added live-ins after hoisting...
commit
|
commitdiff
|
tree
|
snapshot
2016-09-12
Ahmed Bougacha
[X86] Copy imp-uses when folding tailcall into conditio...
commit
|
commitdiff
|
tree
|
snapshot
2016-09-12
Rafael Espindola
Simplify handling of /DISCARD/. NFC.
commit
|
commitdiff
|
tree
|
snapshot
2016-09-12
David Majnemer
[FunctionAttrs] Don't try to infer returned if it is...
commit
|
commitdiff
|
tree
|
snapshot
2016-09-12
Sanjay Patel
fix formatting; NFC
commit
|
commitdiff
|
tree
|
snapshot
2016-09-12
Sanjay Patel
[InstCombine] add tests to show missing vector folds
commit
|
commitdiff
|
tree
|
snapshot
2016-09-12
Igor Breger
add select i1 test, reproduser pr30249.
commit
|
commitdiff
|
tree
|
snapshot
2016-09-12
Sanjay Patel
[InstCombine] add helper function for foldICmpUsingKnow...
commit
|
commitdiff
|
tree
|
snapshot
2016-09-12
Sam Kolton
[AMDGPU] Assembler: Move disabled SDWA and DPP instruct...
commit
|
commitdiff
|
tree
|
snapshot
2016-09-12
James Molloy
[Thumb] Teach ISel how to lower compares of AND bitmask...
commit
|
commitdiff
|
tree
|
snapshot
2016-09-12
Sanjay Patel
fix formatting/typos; NFC
commit
|
commitdiff
|
tree
|
snapshot
2016-09-12
James Molloy
[ARM] Promote small global constants to constant pools
commit
|
commitdiff
|
tree
|
snapshot
2016-09-12
Chad Rosier
[LoopInterchange] Improve debug output. NFC.
commit
|
commitdiff
|
tree
|
snapshot
2016-09-12
Pablo Barrio
Fix the Thumb test for vfloat intrinsics
commit
|
commitdiff
|
tree
|
snapshot
2016-09-12
Rafael Espindola
Store an ArrayRef for Data in InputSectionData.
commit
|
commitdiff
|
tree
|
snapshot
2016-09-12
Rafael Espindola
Revert "Revert "Compact InputSectionData from 64 to...
commit
|
commitdiff
|
tree
|
snapshot
2016-09-12
Rafael Espindola
Define a dummy zlib::uncompress when zlib is not available.
commit
|
commitdiff
|
tree
|
snapshot
2016-09-12
Tim Northover
GlobalISel: support translation of global addresses.
commit
|
commitdiff
|
tree
|
snapshot
2016-09-12
Daniel Marjamaki
[clang-tidy] readability-misplaced-array-index: add...
commit
|
commitdiff
|
tree
|
snapshot
2016-09-12
Tim Northover
GlobalISel: translate GEP instructions.
commit
|
commitdiff
|
tree
|
snapshot
2016-09-12
Tim Northover
GlobalISel: disambiguate types when printing MIR
commit
|
commitdiff
|
tree
|
snapshot
2016-09-12
Daniel Jasper
clang-format: Make emacs integration work with narrowed...
commit
|
commitdiff
|
tree
|
snapshot
2016-09-12
Eugene Leviant
[ELF/AArch64] Implement some UABS relocs
commit
|
commitdiff
|
tree
|
snapshot
2016-09-12
Eric Liu
Fix WebAssembly broken build related to interface chang...
commit
|
commitdiff
|
tree
|
snapshot
2016-09-12
Martin Bohme
[CFG] Add iterator_ranges to CFG and CFGBlock.
commit
|
commitdiff
|
tree
|
snapshot
2016-09-12
Ilia K
Add MiSyntaxTestCase.test_lldbmi_output_grammar test...
commit
|
commitdiff
|
tree
|
snapshot
2016-09-12
Richard Smith
Add virtual destructor (necessary due to the switch...
commit
|
commitdiff
|
tree
|
snapshot
2016-09-12
Richard Smith
Attempt #3 to placate MSVC.
commit
|
commitdiff
|
tree
|
snapshot
2016-09-12
Elena Demikhovsky
AVX-512: Added a test case that should be optimized...
commit
|
commitdiff
|
tree
|
snapshot
2016-09-12
Richard Smith
Attempt #2 to placate MSVC
commit
|
commitdiff
|
tree
|
snapshot
2016-09-12
Richard Smith
Attempt to placate MSVC.
commit
|
commitdiff
|
tree
|
snapshot
2016-09-12
Tobias Grosser
GPGPU: Bail out gracefully in case of invalid IR
commit
|
commitdiff
|
tree
|
snapshot
2016-09-12
Richard Smith
Add a mode to clang-tblgen to generate reference docume...
commit
|
commitdiff
|
tree
|
snapshot
2016-09-12
Ilia K
Fix about a dozen compile warnings
commit
|
commitdiff
|
tree
|
snapshot
2016-09-12
NAKAMURA Takumi
llvm/test/CodeGen/AMDGPU/infinite-loop-evergreen.ll...
commit
|
commitdiff
|
tree
|
snapshot
2016-09-12
David Majnemer
[MS ABI] Add /include directives for dynamic TLS
commit
|
commitdiff
|
tree
|
snapshot
2016-09-12
Duncan P. N...
MC: Move MCSection::begin/end to header, NFC
commit
|
commitdiff
|
tree
|
snapshot
2016-09-12
Sanjay Patel
[InstCombine] add helper function for folding {and...
commit
|
commitdiff
|
tree
|
snapshot
2016-09-12
Sanjay Patel
[InstCombine] regenerate checks
commit
|
commitdiff
|
tree
|
snapshot
2016-09-12
Sanjay Patel
[InstCombine] regenerate checks
commit
|
commitdiff
|
tree
|
snapshot
2016-09-11
Duncan P. N...
ADT: Never allocate nodes in iplist<> and ilist<>
commit
|
commitdiff
|
tree
|
snapshot
2016-09-11
Duncan P. N...
ADT: Fix build after r281182
commit
|
commitdiff
|
tree
|
snapshot
2016-09-11
Duncan P. N...
ADT: Add AllocatorList, and use it for yaml::Token
commit
|
commitdiff
|
tree
|
snapshot
2016-09-11
Duncan P. N...
Analysis: Only allow the move-constructor for IVUsers
commit
|
commitdiff
|
tree
|
snapshot
2016-09-11
Craig Topper
[TwoAddressInstruction] When commuting an instruction...
commit
|
commitdiff
|
tree
|
snapshot
2016-09-11
Asiri Rathnayake
[libcxx] Introduce an externally-threaded libc++ variant.
commit
|
commitdiff
|
tree
|
snapshot
2016-09-11
Lang Hames
[ORC] Update examples for header changes in r281171.
commit
|
commitdiff
|
tree
|
snapshot
2016-09-11
Duncan P. N...
ScalarOpts: Use std::list for Candidates, NFC
commit
|
commitdiff
|
tree
|
snapshot
2016-09-11
Duncan P. N...
ScalarOpts: Sort includes, NFC
commit
|
commitdiff
|
tree
|
snapshot
2016-09-11
Duncan P. N...
ADT: Remove ilist_iterator::reset(), NFC
commit
|
commitdiff
|
tree
|
snapshot
2016-09-11
Lang Hames
[ORC] Fix the RPC unit test for header changes in r281171.
commit
|
commitdiff
|
tree
|
snapshot
2016-09-11
Duncan P. N...
CodeGen: Give MachineBasicBlock::reverse_iterator a...
commit
|
commitdiff
|
tree
|
snapshot
2016-09-11
Lang Hames
[ORC] Rename RPCChannel to RPCByteChannel. NFC.
commit
|
commitdiff
|
tree
|
snapshot
2016-09-11
Duncan P. N...
CodeGen: Assert that bundle iterators are valid
commit
|
commitdiff
|
tree
|
snapshot
2016-09-11
Duncan P. N...
Fix the modules build after r281167
commit
|
commitdiff
|
tree
|
snapshot
2016-09-11
Duncan P. N...
CodeGen: Turn on sentinel tracking for MachineInstr...
commit
|
commitdiff
|
tree
|
snapshot
2016-09-11
Duncan P. N...
ADT: Add sentinel tracking and custom tags to ilists
commit
|
commitdiff
|
tree
|
snapshot
2016-09-11
Tobias Grosser
Add missing 'REQUIRES' line
commit
|
commitdiff
|
tree
|
snapshot
2016-09-11
Tobias Grosser
GPGPU: Do not fail in case of arrays never accessed
commit
|
commitdiff
|
tree
|
snapshot
2016-09-11
Igor Breger
[AVX512] Fix pattern for vgetmantsd and all other instr...
commit
|
commitdiff
|
tree
|
snapshot
2016-09-11
James Molloy
Fixup failing debuginfo test for change in SimplifyCFG.
commit
|
commitdiff
|
tree
|
snapshot
2016-09-11
James Molloy
[SimplifyCFG] Be even more conservative in SinkThenElse...
commit
|
commitdiff
|
tree
|
snapshot
2016-09-11
James Molloy
[AArch64] Fixup test after r281160
commit
|
commitdiff
|
tree
|
snapshot
next