projects
/
oota-llvm.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
oota-llvm.git
2015-12-28
Craig Topper
[AVX512] Bring vmovq instructions names into alignment...
commit
|
commitdiff
|
tree
|
snapshot
2015-12-28
Craig Topper
[X86] Move address for store target from outs to ins...
commit
|
commitdiff
|
tree
|
snapshot
2015-12-28
Craig Topper
[X86] Add proper Uses/Defs/mayLoad flags for AAA/AAD...
commit
|
commitdiff
|
tree
|
snapshot
2015-12-28
Chandler Carruth
[lcg] Fix a few more formatting goofs found by clang...
commit
|
commitdiff
|
tree
|
snapshot
2015-12-28
Chandler Carruth
[lcg] Fix formatting errors found with clang-format...
commit
|
commitdiff
|
tree
|
snapshot
2015-12-27
Craig Topper
[AVX512] Remove separate instruction and patterns for...
commit
|
commitdiff
|
tree
|
snapshot
2015-12-27
Craig Topper
[SelectionDAG] Teach LegalizeVectorOps to not unroll...
commit
|
commitdiff
|
tree
|
snapshot
2015-12-27
Craig Topper
[AVX512] Remove alternate data type versions of VALIGND...
commit
|
commitdiff
|
tree
|
snapshot
2015-12-27
Dan Liew
[lit] Implement support of per test timeout in lit.
commit
|
commitdiff
|
tree
|
snapshot
2015-12-27
Igor Breger
AVX512: Change VPMOVB2M DAG lowering , use CVT2MASK...
commit
|
commitdiff
|
tree
|
snapshot
2015-12-27
Asaf Badouh
[X86][AVX512] change broadcast to use maskable pattern
commit
|
commitdiff
|
tree
|
snapshot
2015-12-27
Chandler Carruth
[attrs] Extract the pure inference of function attribut...
commit
|
commitdiff
|
tree
|
snapshot
2015-12-27
Chandler Carruth
[attrs] Split off the forced attributes utility into...
commit
|
commitdiff
|
tree
|
snapshot
2015-12-27
Craig Topper
[AVX-512] Remove alernate integer forms for VPERMILPS...
commit
|
commitdiff
|
tree
|
snapshot
2015-12-27
David Majnemer
Make the test properly constrained
commit
|
commitdiff
|
tree
|
snapshot
2015-12-27
NAKAMURA Takumi
InstrProfTest.cpp: Don't assume string literals are...
commit
|
commitdiff
|
tree
|
snapshot
2015-12-27
David Majnemer
Try to passify buildbot
commit
|
commitdiff
|
tree
|
snapshot
2015-12-27
NAKAMURA Takumi
Prune the feature "tls". No one is using it since TLS...
commit
|
commitdiff
|
tree
|
snapshot
2015-12-27
David Majnemer
[X86, Win64] Use a frame pointer if pushf is emitted
commit
|
commitdiff
|
tree
|
snapshot
2015-12-27
David Majnemer
[WinEH] Add comments explaining the EH tables
commit
|
commitdiff
|
tree
|
snapshot
2015-12-26
Sanjay Patel
[x86] lower calls to llvm.maxnum.v4f32 using maxps
commit
|
commitdiff
|
tree
|
snapshot
2015-12-26
Craig Topper
[X86] Fix an unused variable warning in released builds.
commit
|
commitdiff
|
tree
|
snapshot
2015-12-26
Craig Topper
[X86] Add support for printing shuffle comments for...
commit
|
commitdiff
|
tree
|
snapshot
2015-12-26
Craig Topper
[X86] Fold some variable declarations and initializatio...
commit
|
commitdiff
|
tree
|
snapshot
2015-12-26
Benjamin Kramer
Fix safepoint intrinsic signatures in test.
commit
|
commitdiff
|
tree
|
snapshot
2015-12-26
Chen Li
[gc.statepoint] Change gc.statepoint intrinsic's return...
commit
|
commitdiff
|
tree
|
snapshot
2015-12-26
Craig Topper
Add test case for r256433. "[X86] Fix shuffle decoding...
commit
|
commitdiff
|
tree
|
snapshot
2015-12-26
Craig Topper
Revert r256432 "Test"
commit
|
commitdiff
|
tree
|
snapshot
2015-12-26
Craig Topper
[X86] Fix shuffle decoding for variable VPERMIL to...
commit
|
commitdiff
|
tree
|
snapshot
2015-12-26
Craig Topper
Test
commit
|
commitdiff
|
tree
|
snapshot
2015-12-25
Craig Topper
[X86] Fix copy and paste typo from pasting from another...
commit
|
commitdiff
|
tree
|
snapshot
2015-12-25
Craig Topper
[X86] Put back the include path to the main X86 sources...
commit
|
commitdiff
|
tree
|
snapshot
2015-12-25
Craig Topper
[X86] Remove X86CodeGen dependency from the AsmParser...
commit
|
commitdiff
|
tree
|
snapshot
2015-12-25
Craig Topper
[X86] Move getX86SubSuperRegisterOrZero to X86MCTargetD...
commit
|
commitdiff
|
tree
|
snapshot
2015-12-25
Craig Topper
Remove extra forward declarations and scrub includes...
commit
|
commitdiff
|
tree
|
snapshot
2015-12-25
Craig Topper
[X86] Move AVX512 STATIC_ROUNDING enum to X86BaseInfo...
commit
|
commitdiff
|
tree
|
snapshot
2015-12-25
Craig Topper
[X86] Replace MVT::SimpleValueType in the AsmParser...
commit
|
commitdiff
|
tree
|
snapshot
2015-12-25
Craig Topper
[X86] Don't pass the default value to the High argument...
commit
|
commitdiff
|
tree
|
snapshot
2015-12-25
Davide Italiano
[llvm-objdump] Use stderr and not stdout for fatal...
commit
|
commitdiff
|
tree
|
snapshot
2015-12-25
Craig Topper
[X86] getX86SubSuperRegisterOrZero shouldn't call getX8...
commit
|
commitdiff
|
tree
|
snapshot
2015-12-25
Craig Topper
[X86] Add missing X86II::MRM_C4, MRM_C5, etc. encodings...
commit
|
commitdiff
|
tree
|
snapshot
2015-12-25
Craig Topper
[X86] Use assert instead of if and llvm_unreachable...
commit
|
commitdiff
|
tree
|
snapshot
2015-12-25
Craig Topper
[X86] Minor identation fixes. NFC
commit
|
commitdiff
|
tree
|
snapshot
2015-12-25
David Majnemer
[CodeGen] Use generic printAsOperand machinery instead...
commit
|
commitdiff
|
tree
|
snapshot
2015-12-25
Craig Topper
[IR] Mark the Type subclass helper methods 'inline...
commit
|
commitdiff
|
tree
|
snapshot
2015-12-25
Craig Topper
[Transforms] Use asserts instead of ifs around llvm_unr...
commit
|
commitdiff
|
tree
|
snapshot
2015-12-25
Dan Gohman
[WebAssembly] Fix handling of COPY instructions in...
commit
|
commitdiff
|
tree
|
snapshot
2015-12-24
Sanjay Patel
[InstCombine] transform more extract/insert pairs into...
commit
|
commitdiff
|
tree
|
snapshot
2015-12-24
Dave Bartolomeo
Fix signed/unsigned warning in Line.h.
commit
|
commitdiff
|
tree
|
snapshot
2015-12-24
Dave Bartolomeo
Remove unused constants from TypeTableBuilder.cpp.
commit
|
commitdiff
|
tree
|
snapshot
2015-12-24
Bill Seurer
Fix case of path name
commit
|
commitdiff
|
tree
|
snapshot
2015-12-24
Dave Bartolomeo
Fix CodeView library name and non-CMake builds
commit
|
commitdiff
|
tree
|
snapshot
2015-12-24
Dave Bartolomeo
Fix initializer order warning in TypeRecord.h
commit
|
commitdiff
|
tree
|
snapshot
2015-12-24
Dave Bartolomeo
LLVM CodeView library
commit
|
commitdiff
|
tree
|
snapshot
2015-12-24
Marina Yatsina
[X86][ms-inline asm] Add support for memory operands...
commit
|
commitdiff
|
tree
|
snapshot
2015-12-24
Benjamin Kramer
[ProfileData] Make helper function static.
commit
|
commitdiff
|
tree
|
snapshot
2015-12-24
Benjamin Kramer
[FunctionImport] Move pass into anonymous namespace.
commit
|
commitdiff
|
tree
|
snapshot
2015-12-24
Chandler Carruth
Add a missing const qualifier on the context instructio...
commit
|
commitdiff
|
tree
|
snapshot
2015-12-24
Asaf Badouh
[X86][PKU] Add {RD,WR}PKRU encoding
commit
|
commitdiff
|
tree
|
snapshot
2015-12-24
Elena Demikhovsky
AVX-512: Kreg set 0/1 optimization
commit
|
commitdiff
|
tree
|
snapshot
2015-12-24
Igor Breger
AVX512: VPMOVM2B/W/D/Q intrinsic implementation.
commit
|
commitdiff
|
tree
|
snapshot
2015-12-24
Craig Topper
Use range-based for loops. NFC
commit
|
commitdiff
|
tree
|
snapshot
2015-12-24
Matt Arsenault
AMDGPU: Fix getRegisterBitWidth for vectors
commit
|
commitdiff
|
tree
|
snapshot
2015-12-24
Nico Weber
Revert r256336, it caused PR25939
commit
|
commitdiff
|
tree
|
snapshot
2015-12-24
Tom Stellard
AMDGPU/SI: Fix encoding of flat instructions on VI
commit
|
commitdiff
|
tree
|
snapshot
2015-12-24
Tom Stellard
AMDGPU/SI: Remove non-existent flat instructions
commit
|
commitdiff
|
tree
|
snapshot
2015-12-24
David Majnemer
Address Sanjoy's review comments to r256326
commit
|
commitdiff
|
tree
|
snapshot
2015-12-23
JF Bastien
WebAssembly: remove 'external' from test
commit
|
commitdiff
|
tree
|
snapshot
2015-12-23
Philip Reames
[Statepoints] Use Indirect operands for spill slots
commit
|
commitdiff
|
tree
|
snapshot
2015-12-23
Adrian Prantl
llvm-dwarfdump: Add support for dumping .dSYM bundles.
commit
|
commitdiff
|
tree
|
snapshot
2015-12-23
Davide Italiano
[llvm-readobj] Use stderr and not stdout for error...
commit
|
commitdiff
|
tree
|
snapshot
2015-12-23
Philip Reames
[MemOperands] Clarify code around dropping memory opera...
commit
|
commitdiff
|
tree
|
snapshot
2015-12-23
Keno Fischer
[Function] Properly remove use when clearing personality
commit
|
commitdiff
|
tree
|
snapshot
2015-12-23
JF Bastien
Fix SCEV r256338.
commit
|
commitdiff
|
tree
|
snapshot
2015-12-23
Sanjoy Das
[SCEV] Fix getLoopBackedgeTakenCounts
commit
|
commitdiff
|
tree
|
snapshot
2015-12-23
Chad Rosier
[LIR] General refactoring to simplify code and the...
commit
|
commitdiff
|
tree
|
snapshot
2015-12-23
Philip Reames
[MachineLICM] Fix handling of memoperands
commit
|
commitdiff
|
tree
|
snapshot
2015-12-23
Simon Pilgrim
[X86][AVX] Only shuffle the lower half of vectors if...
commit
|
commitdiff
|
tree
|
snapshot
2015-12-23
David Majnemer
[OperandBundles] Have GlobalsModRef play nice with...
commit
|
commitdiff
|
tree
|
snapshot
2015-12-23
David Majnemer
[OperandBundles] Have TailCallElim play nice with opera...
commit
|
commitdiff
|
tree
|
snapshot
2015-12-23
David Majnemer
[OperandBundles] Have InstCombine play nice with operan...
commit
|
commitdiff
|
tree
|
snapshot
2015-12-23
David Majnemer
[OperandBundles] Have DeadArgElim play nice with operan...
commit
|
commitdiff
|
tree
|
snapshot
2015-12-23
Igor Breger
AVX512BW: Enable packed word shift for 512bit vector...
commit
|
commitdiff
|
tree
|
snapshot
2015-12-23
David Majnemer
[WinEH] Don't visit the same catchswitch twice
commit
|
commitdiff
|
tree
|
snapshot
2015-12-23
Nico Weber
win: Pass /W4 in front of all the -wd flags.
commit
|
commitdiff
|
tree
|
snapshot
2015-12-23
Paul Robinson
Form reform for MCDwarf.
commit
|
commitdiff
|
tree
|
snapshot
2015-12-23
Philip Reames
[GC] Make GCStrategy::isGCManagedPointer a type predica...
commit
|
commitdiff
|
tree
|
snapshot
2015-12-23
Nico Weber
Unbreak LLVM_ENABLE_THREADS=OFF builds.
commit
|
commitdiff
|
tree
|
snapshot
2015-12-23
Dan Gohman
[WebAssembly] Add a TODO comment for a possible future...
commit
|
commitdiff
|
tree
|
snapshot
2015-12-23
Manuel Jacob
[RS4GC] Fix base pair printing for constants.
commit
|
commitdiff
|
tree
|
snapshot
2015-12-22
Akira Hatanaka
Provide a way to specify inliner's attribute compatibil...
commit
|
commitdiff
|
tree
|
snapshot
2015-12-22
Cong Hou
[BPI] Fix two potential divide-by-zero operations that...
commit
|
commitdiff
|
tree
|
snapshot
2015-12-22
Rafael Espindola
Disable use list order on the gold plugin.
commit
|
commitdiff
|
tree
|
snapshot
2015-12-22
Dan Gohman
[WebAssembly] Trim unneeded #includes. NFC.
commit
|
commitdiff
|
tree
|
snapshot
2015-12-22
Dan Gohman
[WebAssembly] Minor code simplification. NFC.
commit
|
commitdiff
|
tree
|
snapshot
2015-12-22
Dan Gohman
Add an OperandNamespace field to Target.td's Operand.
commit
|
commitdiff
|
tree
|
snapshot
2015-12-22
Vedant Kumar
[unittest] Use Support/thread.h instead of <thread...
commit
|
commitdiff
|
tree
|
snapshot
2015-12-22
Nico Weber
lit: Limit number of processes on Windows to 32.
commit
|
commitdiff
|
tree
|
snapshot
2015-12-22
Vedant Kumar
[unittest] Use Support/Thread.h instead of <thread...
commit
|
commitdiff
|
tree
|
snapshot
2015-12-22
Changpeng Fang
AMDGPU/SI: Use flat for global load/store when targeti...
commit
|
commitdiff
|
tree
|
snapshot
next