projects
/
llvm
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
llvm
2017-04-02
Craig Topper
[APInt] Simplify some code by using operator+=(uint64_t...
commit
|
commitdiff
|
tree
|
snapshot
2017-04-02
Craig Topper
[APInt] Fix typo in comment. NFC
commit
|
commitdiff
|
tree
|
snapshot
2017-04-02
Daniel Berlin
MemorySSA: Add support for caching clobbering access...
commit
|
commitdiff
|
tree
|
snapshot
2017-04-01
Craig Topper
[APInt] Use conditional operator to simplify some code...
commit
|
commitdiff
|
tree
|
snapshot
2017-04-01
Craig Topper
[APInt] Implement flipAllBitsSlowCase with tcComplement...
commit
|
commitdiff
|
tree
|
snapshot
2017-04-01
Craig Topper
[APInt] Fix indentation. NFC
commit
|
commitdiff
|
tree
|
snapshot
2017-04-01
Craig Topper
[APInt] Implement AndAssignSlowCase using tcAnd. Do...
commit
|
commitdiff
|
tree
|
snapshot
2017-04-01
Craig Topper
[APInt] Allow GreatestCommonDivisor to take rvalue...
commit
|
commitdiff
|
tree
|
snapshot
2017-04-01
Davide Italiano
[WASM] Remove other comparison of unsigned expression...
commit
|
commitdiff
|
tree
|
snapshot
2017-04-01
Davide Italiano
[WASM] Remove a set but never used variable.
commit
|
commitdiff
|
tree
|
snapshot
2017-04-01
Davide Italiano
[WASM] Remove an assertion that can never fire.
commit
|
commitdiff
|
tree
|
snapshot
2017-04-01
Davide Italiano
[AMDGPU] Garbage collect now unused dead code. NFCI.
commit
|
commitdiff
|
tree
|
snapshot
2017-04-01
Sanjay Patel
[InstSimplify] add constant folding for fdiv/frem
commit
|
commitdiff
|
tree
|
snapshot
2017-04-01
Sanjay Patel
[InstSimplify] add tests for missed constant folding...
commit
|
commitdiff
|
tree
|
snapshot
2017-04-01
Sanjay Patel
fix formatting; NFC
commit
|
commitdiff
|
tree
|
snapshot
2017-04-01
Sanjay Patel
fix formatting; NFC
commit
|
commitdiff
|
tree
|
snapshot
2017-04-01
Sanjay Patel
[DAGCombiner] enable vector transforms for any/all...
commit
|
commitdiff
|
tree
|
snapshot
2017-04-01
Sanjay Patel
[PowerPC, x86] add vector tests for any/all {sign}...
commit
|
commitdiff
|
tree
|
snapshot
2017-04-01
Daniel Berlin
MemorySSA: Update expensive checking version of def_cha...
commit
|
commitdiff
|
tree
|
snapshot
2017-04-01
Daniel Berlin
NewGVN: Don't try to kill off the stored value of store...
commit
|
commitdiff
|
tree
|
snapshot
2017-04-01
Daniel Berlin
NewGVN: Clean up GVNExpression memory hierarchy, restru...
commit
|
commitdiff
|
tree
|
snapshot
2017-04-01
Daniel Berlin
NewGVN: Use def_chain iterator in singleReachablePhiPat...
commit
|
commitdiff
|
tree
|
snapshot
2017-04-01
Daniel Berlin
Move def_chain iterator to MemorySSA.h so it can be...
commit
|
commitdiff
|
tree
|
snapshot
2017-04-01
Daniel Berlin
MemorySSA.h - make clang-format happy
commit
|
commitdiff
|
tree
|
snapshot
2017-04-01
Daniel Berlin
MemorySSA: Push const correctness further.
commit
|
commitdiff
|
tree
|
snapshot
2017-04-01
Daniel Berlin
MemorySSA: Kill the WalkTargetCache now that we have...
commit
|
commitdiff
|
tree
|
snapshot
2017-04-01
Craig Topper
[APInt] Implement operator! using operator==(uint64_t...
commit
|
commitdiff
|
tree
|
snapshot
2017-04-01
Craig Topper
[APInt] Remove the mul/urem/srem/udiv/sdiv functions...
commit
|
commitdiff
|
tree
|
snapshot
2017-04-01
Craig Topper
[DAGCombiner] Fix fold (or (shuf A, V_0, MA), (shuf...
commit
|
commitdiff
|
tree
|
snapshot
2017-04-01
Quentin Colombet
Revert "Feature generic option to setup start/stop...
commit
|
commitdiff
|
tree
|
snapshot
2017-04-01
Quentin Colombet
Revert "Localizer fun"
commit
|
commitdiff
|
tree
|
snapshot
2017-04-01
Quentin Colombet
Revert "Instrument SDISel C++ patterns"
commit
|
commitdiff
|
tree
|
snapshot
2017-04-01
Quentin Colombet
[RegBankSelect] Support REG_SEQUENCE for generic mapping
commit
|
commitdiff
|
tree
|
snapshot
2017-04-01
Quentin Colombet
Instrument SDISel C++ patterns
commit
|
commitdiff
|
tree
|
snapshot
2017-04-01
Quentin Colombet
Localizer fun
commit
|
commitdiff
|
tree
|
snapshot
2017-04-01
Quentin Colombet
Feature generic option to setup start/stop-after/before
commit
|
commitdiff
|
tree
|
snapshot
2017-03-31
Peter Collingbourne
Fix a test to check assembly output instead of bitcode.
commit
|
commitdiff
|
tree
|
snapshot
2017-03-31
Eric Christopher
Reduce the number of times we query the subtarget for...
commit
|
commitdiff
|
tree
|
snapshot
2017-03-31
Eric Christopher
Small cleanup to remove extraneous cast.
commit
|
commitdiff
|
tree
|
snapshot
2017-03-31
Konstantin...
AMDGPU/llvm-readobj: Rename RuntimeMDNoteType -> CodeOb...
commit
|
commitdiff
|
tree
|
snapshot
2017-03-31
Craig Topper
[APInt] Fix bugs in isShiftedMask to match behavior...
commit
|
commitdiff
|
tree
|
snapshot
2017-03-31
Konstantin...
[AMDGPU] Fix typo in test filename. NFC.
commit
|
commitdiff
|
tree
|
snapshot
2017-03-31
Derek Schuff
Add virtual destructor to WasmYAML::Section or avoid...
commit
|
commitdiff
|
tree
|
snapshot
2017-03-31
Bob Haarman
LTO: call getRealLinkageName on IRNames before feeding...
commit
|
commitdiff
|
tree
|
snapshot
2017-03-31
Craig Topper
[InstCombine] When adding an Instruction and its Users...
commit
|
commitdiff
|
tree
|
snapshot
2017-03-31
Sanjay Patel
[DAGCombiner] refactor and/or-of-setcc to get rid of...
commit
|
commitdiff
|
tree
|
snapshot
2017-03-31
Reid Kleckner
Fix binary static archive that got mangled by patch
commit
|
commitdiff
|
tree
|
snapshot
2017-03-31
Reid Kleckner
[llvm-ar] Extract objects to their basename in the CWD
commit
|
commitdiff
|
tree
|
snapshot
2017-03-31
Craig Topper
[InstCombine] Add test case demonstrating missed opport...
commit
|
commitdiff
|
tree
|
snapshot
2017-03-31
Krzysztof Parzyszek
[Hexagon] Remove unused variables
commit
|
commitdiff
|
tree
|
snapshot
2017-03-31
Krzysztof Parzyszek
[Hexagon] Fix typo in HexagonEarlyIfCConv.cpp
commit
|
commitdiff
|
tree
|
snapshot
2017-03-31
Stephen Canon
Fix 80-column violation in previous commit.
commit
|
commitdiff
|
tree
|
snapshot
2017-03-31
Stephen Canon
Fix APFloat mod (committing for simonbyrne)
commit
|
commitdiff
|
tree
|
snapshot
2017-03-31
Sanjay Patel
[DAGCombiner] add fold for 'All sign bits set?'
commit
|
commitdiff
|
tree
|
snapshot
2017-03-31
Stanislav Mekhanoshin
[AMDGPU] Remove assumption that vector and scalar types...
commit
|
commitdiff
|
tree
|
snapshot
2017-03-31
Craig Topper
[APInt] Remove shift functions from APIntOps namespace...
commit
|
commitdiff
|
tree
|
snapshot
2017-03-31
Joerg Sonnenberger
Do not translate rint into nearbyint, but truncate...
commit
|
commitdiff
|
tree
|
snapshot
2017-03-31
Matt Arsenault
AMDGPU: Remove unnecessary ands when f16 is legal
commit
|
commitdiff
|
tree
|
snapshot
2017-03-31
Jan Vesely
AMDGPU/R600: Fix amdgpu alias analysis pass.
commit
|
commitdiff
|
tree
|
snapshot
2017-03-31
Sanjay Patel
[PowerPC] add tests for setcc+setcc+logic; NFC
commit
|
commitdiff
|
tree
|
snapshot
2017-03-31
Craig Topper
[APInt] Rewrite getLoBits in a way that will do one...
commit
|
commitdiff
|
tree
|
snapshot
2017-03-31
Craig Topper
[APInt] Remove unused functions from the APIntOps names...
commit
|
commitdiff
|
tree
|
snapshot
2017-03-31
Sanjay Patel
[DAGCombiner] remove redundant code and add comments...
commit
|
commitdiff
|
tree
|
snapshot
2017-03-31
Balaram Makam
[AArch64] Add new subtarget feature to fold LSL into...
commit
|
commitdiff
|
tree
|
snapshot
2017-03-31
Sanjay Patel
[x86] add/consolidate tests for setcc+setcc+and/or...
commit
|
commitdiff
|
tree
|
snapshot
2017-03-31
Adam Nemet
Improve DebugInfo/strip-loop-metadata.ll test
commit
|
commitdiff
|
tree
|
snapshot
2017-03-31
Piotr Padlewski
[MSSA] Small test fix
commit
|
commitdiff
|
tree
|
snapshot
2017-03-31
Craig Topper
[AVX-512] Update lowering for gather/scatter prefetch...
commit
|
commitdiff
|
tree
|
snapshot
2017-03-31
Rafael Espindola
Rename variable.
commit
|
commitdiff
|
tree
|
snapshot
2017-03-31
Dehao Chen
Fix the InstCombine to reserve the VP metadata and...
commit
|
commitdiff
|
tree
|
snapshot
2017-03-31
Jan Sjodin
Refactor code to create getFallThrough method in Machin...
commit
|
commitdiff
|
tree
|
snapshot
2017-03-31
Kristof Beyls
Remove name space pollution from Signals.cpp
commit
|
commitdiff
|
tree
|
snapshot
2017-03-31
Petar Jovanovic
[mips][msa] Prevent output operand from commuting for...
commit
|
commitdiff
|
tree
|
snapshot
2017-03-31
Kristof Beyls
Remove more name space pollution from .inc files
commit
|
commitdiff
|
tree
|
snapshot
2017-03-31
Simon Pilgrim
[DAGCombiner] Add ComputeNumSignBits vector demanded...
commit
|
commitdiff
|
tree
|
snapshot
2017-03-31
Jonas Paulsson
[SystemZ] Make sure of correct regclasses in insertSel...
commit
|
commitdiff
|
tree
|
snapshot
2017-03-31
Simon Pilgrim
[DAGCombiner] Add vector demanded elements support...
commit
|
commitdiff
|
tree
|
snapshot
2017-03-31
Kristof Beyls
Do not pollute the namespace in a header file.
commit
|
commitdiff
|
tree
|
snapshot
2017-03-31
Rafael Espindola
Add a %basename substitution.
commit
|
commitdiff
|
tree
|
snapshot
2017-03-31
Jonas Paulsson
[SystemZ] Skip DAGCombining of vector node for older...
commit
|
commitdiff
|
tree
|
snapshot
2017-03-31
Kristof Beyls
Make naming in Host.h in line with coding standards.
commit
|
commitdiff
|
tree
|
snapshot
2017-03-31
Rafael Espindola
Use the current working directory in the glob expansion
commit
|
commitdiff
|
tree
|
snapshot
2017-03-31
Yaron Keren
Update comment for r299098 per feedback from James...
commit
|
commitdiff
|
tree
|
snapshot
2017-03-31
Max Kazantsev
[ScalarEvolution] Re-enable Predicate implication from...
commit
|
commitdiff
|
tree
|
snapshot
2017-03-31
Kristof Beyls
Do not pollute the namespace in a header file.
commit
|
commitdiff
|
tree
|
snapshot
2017-03-31
Sam Kolton
[AMDGPU] SDWA Peephole: improve search for immediates...
commit
|
commitdiff
|
tree
|
snapshot
2017-03-31
Simon Pilgrim
[DAGCombiner] Add vector demanded elements support...
commit
|
commitdiff
|
tree
|
snapshot
2017-03-31
Simon Pilgrim
Spelling mistakes in comments. NFCI.
commit
|
commitdiff
|
tree
|
snapshot
2017-03-31
Simon Pilgrim
Fix MSVC 'not all control paths return a value' warning
commit
|
commitdiff
|
tree
|
snapshot
2017-03-31
Simon Pilgrim
Fix signed/unsigned warning
commit
|
commitdiff
|
tree
|
snapshot
2017-03-31
Zvi Rackover
Instsimplify: Adding shufflevector test. NFC.
commit
|
commitdiff
|
tree
|
snapshot
2017-03-31
Craig Topper
[APInt] Add unittests that demonstrate how very broken...
commit
|
commitdiff
|
tree
|
snapshot
2017-03-31
Mikael Holmen
[Scalarizer] Handle scalar arguments in vector GEP
commit
|
commitdiff
|
tree
|
snapshot
2017-03-31
Andrew Wilkins
Go binding: Add GetCurrentDebugLocation to obtain debug...
commit
|
commitdiff
|
tree
|
snapshot
2017-03-31
Peter Collingbourne
Re-apply r299168 and r299169 now that the libdeps are...
commit
|
commitdiff
|
tree
|
snapshot
2017-03-31
Peter Collingbourne
Move llvm::emitLinkerFlagsForGlobalCOFF() to Mangler.
commit
|
commitdiff
|
tree
|
snapshot
2017-03-31
Peter Collingbourne
Move llvm::canBeOmittedFromSymbolTable() to Analysis.
commit
|
commitdiff
|
tree
|
snapshot
2017-03-31
Kostya Serebryany
[libFuzzer] simplify the code a bit
commit
|
commitdiff
|
tree
|
snapshot
2017-03-31
Kostya Serebryany
[libFuzzer] tests: don't test 64-bit comparison on...
commit
|
commitdiff
|
tree
|
snapshot
2017-03-31
Kostya Serebryany
[libFuzzer] ensure that strncmp is not inlined in a...
commit
|
commitdiff
|
tree
|
snapshot
next