OSDN Git Service
(root)
/
android-x86
/
external-llvm.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
android-x86/external-llvm.git
2018-04-05
Mandeep Singh...
[ARM] Change std::sort to llvm::sort in response to...
commit
|
commitdiff
|
tree
|
snapshot
2018-04-05
Craig Topper
[X86] Disassembler support for having an ADSIZE prefix...
commit
|
commitdiff
|
tree
|
snapshot
2018-04-05
Zachary Turner
[llvm-pdbutil] Display types from MSVC precompiled...
commit
|
commitdiff
|
tree
|
snapshot
2018-04-05
Konstantin...
llvm-exegesis: Fix unittests include dirs when llvm...
commit
|
commitdiff
|
tree
|
snapshot
2018-04-05
Sanjay Patel
[InstCombine] add test for fneg+fsub with nsz; NFC
commit
|
commitdiff
|
tree
|
snapshot
2018-04-05
Simon Pilgrim
[X86][SSE] Add integer add/mul vector.reduce tests
commit
|
commitdiff
|
tree
|
snapshot
2018-04-05
Simon Pilgrim
[X86][SSE] Add integer and/or/xor vector.reduce tests
commit
|
commitdiff
|
tree
|
snapshot
2018-04-05
Simon Pilgrim
[X86][SSE] Add integer min/max vector.reduce tests
commit
|
commitdiff
|
tree
|
snapshot
2018-04-05
Philip Pfaffe
Another fix for r329293: Unbreak the windows bots
commit
|
commitdiff
|
tree
|
snapshot
2018-04-05
Sanjay Patel
[InstCombine] use pattern matchers for fsub --> fadd...
commit
|
commitdiff
|
tree
|
snapshot
2018-04-05
Sam Clegg
[WebAssembly] Allow for the creation of user-defined...
commit
|
commitdiff
|
tree
|
snapshot
2018-04-05
Sanjay Patel
[InstCombine] add tests for fsub --> fadd; NFC
commit
|
commitdiff
|
tree
|
snapshot
2018-04-05
Andrea Di Biagio
[documentation][llvm-mca] Update the documentation.
commit
|
commitdiff
|
tree
|
snapshot
2018-04-05
Craig Topper
[X86] Use WriteFShuffle256 for VEXTRACTF128 to be consi...
commit
|
commitdiff
|
tree
|
snapshot
2018-04-05
Philip Pfaffe
Fix r329293: Add a missing CMake dependency
commit
|
commitdiff
|
tree
|
snapshot
2018-04-05
Andrea Di Biagio
Fix the buildbots after r329304.
commit
|
commitdiff
|
tree
|
snapshot
2018-04-05
Andrea Di Biagio
[MC][Tablegen] Allow models to describe the retire...
commit
|
commitdiff
|
tree
|
snapshot
2018-04-05
Sanjay Patel
[PatternMatch] define m_FNeg using m_FSub
commit
|
commitdiff
|
tree
|
snapshot
2018-04-05
Hiroshi Inoue
[PowerPC] fix assertion failure due to missing instruct...
commit
|
commitdiff
|
tree
|
snapshot
2018-04-05
Sanjay Patel
[InstCombine] add vector and vector undef tests for...
commit
|
commitdiff
|
tree
|
snapshot
2018-04-05
Philip Pfaffe
Re-land r329273: [Plugins] Add a slim plugin API to...
commit
|
commitdiff
|
tree
|
snapshot
2018-04-05
Pavel Labath
[Testing/Support]: Better matching of Error failure...
commit
|
commitdiff
|
tree
|
snapshot
2018-04-05
Tim Northover
ARM: Do not spill CSR to stack on entry to noreturn...
commit
|
commitdiff
|
tree
|
snapshot
2018-04-05
Krzysztof Parzyszek
[Hexagon] Remove default values from lambda parameters
commit
|
commitdiff
|
tree
|
snapshot
2018-04-05
Brian Gesiak
[Lexicon] Add "ICE", internal compiler error
commit
|
commitdiff
|
tree
|
snapshot
2018-04-05
Andrea Di Biagio
[MC] Fix spaces between values printed by EmitRegisterF...
commit
|
commitdiff
|
tree
|
snapshot
2018-04-05
Sam Parker
[DAGCombine] Revert r329160
commit
|
commitdiff
|
tree
|
snapshot
2018-04-05
Sanjay Patel
[InstCombine] cleanup; NFC
commit
|
commitdiff
|
tree
|
snapshot
2018-04-05
Simon Pilgrim
[SchedModel] Complete models shouldn't match against...
commit
|
commitdiff
|
tree
|
snapshot
2018-04-05
Florian Hahn
[LoopInterchange] Require asserts for test using -stats...
commit
|
commitdiff
|
tree
|
snapshot
2018-04-05
Alexander Kornienko
Minor fix in docs.
commit
|
commitdiff
|
tree
|
snapshot
2018-04-05
Philip Pfaffe
Revert "[Plugins] Add a slim plugin API to work togethe...
commit
|
commitdiff
|
tree
|
snapshot
2018-04-05
Andrea Di Biagio
[llvm-mca] Remove flag -max-retire-per-cycle, and updat...
commit
|
commitdiff
|
tree
|
snapshot
2018-04-05
Philip Pfaffe
[Plugins] Add a slim plugin API to work together with...
commit
|
commitdiff
|
tree
|
snapshot
2018-04-05
Simon Pilgrim
[UpdateTestChecks] Moved core functionality of add_asm_...
commit
|
commitdiff
|
tree
|
snapshot
2018-04-05
Florian Hahn
[LoopInterchange] Add stats counter for number of inter...
commit
|
commitdiff
|
tree
|
snapshot
2018-04-05
Simon Dardis
[mips] Regenerate test before posting patch for constan...
commit
|
commitdiff
|
tree
|
snapshot
2018-04-05
Fedor Sergeev
allow custom OptBisect classes set to LLVMContext
commit
|
commitdiff
|
tree
|
snapshot
2018-04-05
Simon Pilgrim
[UpdateTestChecks] Split core functionality of add_ir_c...
commit
|
commitdiff
|
tree
|
snapshot
2018-04-05
Simon Pilgrim
[UpdateTestChecks] Make add_asm_checks more like add_ir...
commit
|
commitdiff
|
tree
|
snapshot
2018-04-05
Florian Hahn
[LoopInterchange] Preserve LoopInfo after interchanging.
commit
|
commitdiff
|
tree
|
snapshot
2018-04-05
Simon Pilgrim
[UpdateTestChecks] Remove unnecessary return from add_i...
commit
|
commitdiff
|
tree
|
snapshot
2018-04-05
Clement Courbet
[llvm-exegesis] Check for libpfm headers.
commit
|
commitdiff
|
tree
|
snapshot
2018-04-05
Puyan Lotfi
[MIR-Canon] Fixing warnings in Non-assert builds.
commit
|
commitdiff
|
tree
|
snapshot
2018-04-05
Clement Courbet
[llvm-exegesis] Suppress a warning.
commit
|
commitdiff
|
tree
|
snapshot
2018-04-05
Craig Topper
[X86] Revert r329251-329254
commit
|
commitdiff
|
tree
|
snapshot
2018-04-05
Craig Topper
[X86] Synchronize the SchedRW on some EVEX instructions...
commit
|
commitdiff
|
tree
|
snapshot
2018-04-05
Craig Topper
[X86] Use WriteFShuffle256 for VEXTRACTF128 to be consi...
commit
|
commitdiff
|
tree
|
snapshot
2018-04-05
Craig Topper
[X86] Remove some InstRWs for plain store instructions...
commit
|
commitdiff
|
tree
|
snapshot
2018-04-05
Craig Topper
[X86] Auto-generate complete checks. NFC
commit
|
commitdiff
|
tree
|
snapshot
2018-04-05
Taewook Oh
[CallSiteSplitting] Do not perform callsite splitting...
commit
|
commitdiff
|
tree
|
snapshot
2018-04-05
Teresa Johnson
[gold] Add debug-pass-manager option, and use it to...
commit
|
commitdiff
|
tree
|
snapshot
2018-04-05
Gerolf Hoflehner
[IR] Upgrade comment token in objc retain release marker
commit
|
commitdiff
|
tree
|
snapshot
2018-04-05
Puyan Lotfi
[MIR-Canon] Improving performance by switching to named...
commit
|
commitdiff
|
tree
|
snapshot
2018-04-05
Puyan Lotfi
[MIR-Canon] Adding support for multi-def -> user distan...
commit
|
commitdiff
|
tree
|
snapshot
2018-04-04
Sam Clegg
[WebAssembly] Only write 32-bits for WebAssembly::OPERA...
commit
|
commitdiff
|
tree
|
snapshot
2018-04-04
Peter Collingbourne
AArch64: Implement support for the shadowcallstack...
commit
|
commitdiff
|
tree
|
snapshot
2018-04-04
Vitaly Buka
Don't inline @llvm.icall.branch.funnel
commit
|
commitdiff
|
tree
|
snapshot
2018-04-04
Zhaoshi Zheng
[MemorySSA] Fix spelling errors in MemorySSA.cpp. NFC
commit
|
commitdiff
|
tree
|
snapshot
2018-04-04
Evgeniy Stepanov
hwasan: add -hwasan-match-all-tag flag
commit
|
commitdiff
|
tree
|
snapshot
2018-04-04
Jessica Paquette
[MachineOutliner] Add `useMachineOutliner` target hook
commit
|
commitdiff
|
tree
|
snapshot
2018-04-04
Eric Fiselier
[Analysis] Support aligned new/delete functions.
commit
|
commitdiff
|
tree
|
snapshot
2018-04-04
Eric Fiselier
Revert "[Analysis] Support aligned new/delete functions."
commit
|
commitdiff
|
tree
|
snapshot
2018-04-04
Mandeep Singh...
[AArch64] Change std::sort to llvm::sort in response...
commit
|
commitdiff
|
tree
|
snapshot
2018-04-04
Eric Fiselier
[Analysis] Support aligned new/delete functions.
commit
|
commitdiff
|
tree
|
snapshot
2018-04-04
Jessica Paquette
[MachineOutliner] Fix typo; NFC
commit
|
commitdiff
|
tree
|
snapshot
2018-04-04
Craig Topper
[X86] Separate BSWAP32r and BSWAP64r scheduling data...
commit
|
commitdiff
|
tree
|
snapshot
2018-04-04
Zachary Turner
Fix a compilation failure with non MSVC compilers.
commit
|
commitdiff
|
tree
|
snapshot
2018-04-04
Zachary Turner
[llvm-pdbutil] Add the ability to explain binary files.
commit
|
commitdiff
|
tree
|
snapshot
2018-04-04
Lei Huang
[Power9]Legalize and emit code for quad-precision fma...
commit
|
commitdiff
|
tree
|
snapshot
2018-04-04
Pavel Labath
Fix build breakage from r329201
commit
|
commitdiff
|
tree
|
snapshot
2018-04-04
Pavel Labath
Re-commit r329179 after fixing build&test issues
commit
|
commitdiff
|
tree
|
snapshot
2018-04-04
Clement Courbet
[llvm-exegesis] Temporarily disable a few tests.
commit
|
commitdiff
|
tree
|
snapshot
2018-04-04
Roman Lebedev
[InstCombine] [NFC] Add tests for getting rid of select...
commit
|
commitdiff
|
tree
|
snapshot
2018-04-04
Dmitry Preobrazhensky
[AMDGPU][MC] Enabled instruction TBUFFER_LOAD_FORMAT_XY...
commit
|
commitdiff
|
tree
|
snapshot
2018-04-04
Simon Pilgrim
[SLPVectorizer][X86] Regenerate some tests. NFCI
commit
|
commitdiff
|
tree
|
snapshot
2018-04-04
Clement Courbet
[llvm-exegesis] Temporarily disable some tests.
commit
|
commitdiff
|
tree
|
snapshot
2018-04-04
Clement Courbet
[llvm-exegesis] Only run unit tests on x86_64 hosts.
commit
|
commitdiff
|
tree
|
snapshot
2018-04-04
Simon Pilgrim
[X86][Btver2] Strip unnecessary check prefixes from...
commit
|
commitdiff
|
tree
|
snapshot
2018-04-04
Nico Weber
Remove llvm-build's --write-make-fragment which looks...
commit
|
commitdiff
|
tree
|
snapshot
2018-04-04
Nico Weber
Revert r329179 (and follow-up unsuccessful fix attempts...
commit
|
commitdiff
|
tree
|
snapshot
2018-04-04
Tim Corringham
Add AMDPAL Code Conventions section to AMD docs
commit
|
commitdiff
|
tree
|
snapshot
2018-04-04
Dmitry Preobrazhensky
[AMDGPU][MC] Added support of 3-element addresses for...
commit
|
commitdiff
|
tree
|
snapshot
2018-04-04
Nico Weber
Attempt to fix bots more after r329179.
commit
|
commitdiff
|
tree
|
snapshot
2018-04-04
Clement Courbet
[llvm-exegesis] Add missing link libraries.
commit
|
commitdiff
|
tree
|
snapshot
2018-04-04
Nico Weber
Attempt to fix bots after r329179.
commit
|
commitdiff
|
tree
|
snapshot
2018-04-04
Nico Weber
Sort targetgen calls in lib/Target/*/CMakeLists.
commit
|
commitdiff
|
tree
|
snapshot
2018-04-04
Pavel Labath
[CodeGen] Generate DWARF v5 Accelerator Tables
commit
|
commitdiff
|
tree
|
snapshot
2018-04-04
Nico Weber
Remove duplicate tablegen lines from AVR target.
commit
|
commitdiff
|
tree
|
snapshot
2018-04-04
Clement Courbet
[llvm-exegesis] Do not initialize FileDescriptor when...
commit
|
commitdiff
|
tree
|
snapshot
2018-04-04
Clement Courbet
[llvm-exegesis] Fix compilation on lld-x86_64-darwin13
commit
|
commitdiff
|
tree
|
snapshot
2018-04-04
Clement Courbet
[llvm-exegesis][NFC] Fix compilation warning.
commit
|
commitdiff
|
tree
|
snapshot
2018-04-04
Clement Courbet
[llvm-exegesis][NFC] Fix a few warnings.
commit
|
commitdiff
|
tree
|
snapshot
2018-04-04
Andrea Di Biagio
[Tablegen] Slightly refactor method SubtargetEmitter...
commit
|
commitdiff
|
tree
|
snapshot
2018-04-04
Clement Courbet
[llvm-exegesis] Fix build when libpfm is not available.
commit
|
commitdiff
|
tree
|
snapshot
2018-04-04
Clement Courbet
[llvm-exegesis] Fix compilation on some clang versions.
commit
|
commitdiff
|
tree
|
snapshot
2018-04-04
Benjamin Kramer
Make helpers static. NFC.
commit
|
commitdiff
|
tree
|
snapshot
2018-04-04
Clement Courbet
Re-land r329156 "Add llvm-exegesis tool."
commit
|
commitdiff
|
tree
|
snapshot
2018-04-04
Simon Pilgrim
[X86][CostModel] Use generic SSE levels instead of...
commit
|
commitdiff
|
tree
|
snapshot
2018-04-04
Nicolai Haehnle
AMDGPU: Dimension-aware image intrinsics
commit
|
commitdiff
|
tree
|
snapshot
next