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-04-28
Elena Demikhovsky
AVX-512: Added "pandn" intrinsics set
commit
|
commitdiff
|
tree
|
snapshot
2015-04-28
Elena Demikhovsky
Masked gather and scatter: Added code for SelectionDAG.
commit
|
commitdiff
|
tree
|
snapshot
2015-04-28
David Blaikie
[opaque pointer type] Encode the pointee type in the...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-28
Ahmed Bougacha
[MC] Use LShr for constant evaluation of ">>" on ELF...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-28
Duncan P. N...
DebugInfo: Support up to 2^16 arguments in a subprogram
commit
|
commitdiff
|
tree
|
snapshot
2015-04-28
Matthias Braun
Cleanup, remove unused return value
commit
|
commitdiff
|
tree
|
snapshot
2015-04-28
Ahmed Bougacha
[MC] Split MCBinaryExpr::Shr into LShr and AShr.
commit
|
commitdiff
|
tree
|
snapshot
2015-04-28
Ahmed Bougacha
[MC] Move getBinOpPrecedence into AsmParser. NFC.
commit
|
commitdiff
|
tree
|
snapshot
2015-04-27
Hans Wennborg
Switch lowering: use uint32_t for weights everywhere
commit
|
commitdiff
|
tree
|
snapshot
2015-04-27
Duncan P. N...
LTO: Add API to choose whether to embed uselists
commit
|
commitdiff
|
tree
|
snapshot
2015-04-27
Hans Wennborg
Switch lowering: Take branch weight into account when...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-27
Duncan P. N...
LTO: Simplify code generator initialization
commit
|
commitdiff
|
tree
|
snapshot
2015-04-27
Alexey Samsonov
[docs] Fix the link to SanitizerCoverage docs.
commit
|
commitdiff
|
tree
|
snapshot
2015-04-27
Sanjay Patel
remove obsolete pattern matches for scalar SSE ops
commit
|
commitdiff
|
tree
|
snapshot
2015-04-27
Duncan P. N...
LTO: Correct some doxygen comments about API availability
commit
|
commitdiff
|
tree
|
snapshot
2015-04-27
Rafael Espindola
Use CIE version 1 for .eh_frame.
commit
|
commitdiff
|
tree
|
snapshot
2015-04-27
Ahmed Bougacha
[AArch64] Also combine vector selects fed by non-i1...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-27
Pete Cooper
Add missing library dependency in libPDB.
commit
|
commitdiff
|
tree
|
snapshot
2015-04-27
Rafael Espindola
Allow building the gold plugin even if the gold binary...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-27
Ahmed Bougacha
[AArch64] Don't assert when combining (v3f32 select...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-27
Chris Bieneman
Fixes a hang that can occur if a signal comes in during...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-27
Bill Schmidt
Silence unused variable errors for no-asserts builds
commit
|
commitdiff
|
tree
|
snapshot
2015-04-27
Hans Wennborg
Switch lowering: order bit tests by branch weight.
commit
|
commitdiff
|
tree
|
snapshot
2015-04-27
David Blaikie
[opaque pointer type] encode the pointee type of global...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-27
Bill Schmidt
[PPC64LE] Remove unnecessary swaps from lane-insensitiv...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-27
Zachary Turner
[llvm-symbolizer] Link DebugInfoPDB for the autoconf...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-27
Sanjay Patel
fix 80-cols; NFC
commit
|
commitdiff
|
tree
|
snapshot
2015-04-27
Zachary Turner
Fix build broken by incorrect class name.
commit
|
commitdiff
|
tree
|
snapshot
2015-04-27
Zachary Turner
Make llvm-symbolizer work on Windows.
commit
|
commitdiff
|
tree
|
snapshot
2015-04-27
Zachary Turner
Make an RAII com initializer.
commit
|
commitdiff
|
tree
|
snapshot
2015-04-27
Sanjay Patel
fix typos; NFC
commit
|
commitdiff
|
tree
|
snapshot
2015-04-27
Toma Tabacu
[mips] Correct bytes to bits in 2 comments. NFC.
commit
|
commitdiff
|
tree
|
snapshot
2015-04-27
Elena Demikhovsky
AVX-512: added calling conventions for i1 vectors.
commit
|
commitdiff
|
tree
|
snapshot
2015-04-27
Brendon Cahoon
[Hexagon] Use constant extenders to fix up hardware...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-27
Toma Tabacu
[mips] [IAS] Improve warning for using AT with .set...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-27
Vasileios Kalintiris
Reapply "[mips][FastISel] Implement shift ops for Mips...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-27
Toma Tabacu
[mips] [IAS] Rename getATRegNum and setATReg to {g...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-27
Elena Demikhovsky
AVX-512: Extend/Truncate operations for SKX,
commit
|
commitdiff
|
tree
|
snapshot
2015-04-27
Patrik Hagglund
Remove unused variable, found with gcc-5.1 -Wunused...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-27
Toma Tabacu
[MC] [IAS] Add support for the \@ .macro pseudo-variable.
commit
|
commitdiff
|
tree
|
snapshot
2015-04-27
Pawel Bylica
Constfold insertelement to undef when index is out...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-27
Simon Pilgrim
[X86][SSE] Add v16i8/v32i8 multiplication support
commit
|
commitdiff
|
tree
|
snapshot
2015-04-26
Philip Reames
[PerformanceTips] Italics are *word*, not _word_
commit
|
commitdiff
|
tree
|
snapshot
2015-04-26
Philip Reames
[PerformanceTips] Provide context on the impact of...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-26
Philip Reames
Add two new items to PerformanceTips
commit
|
commitdiff
|
tree
|
snapshot
2015-04-26
Philip Reames
Make the message associated with a fatal error slightly...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-26
Philip Reames
[RewriteStatepointsForGC] Exclude constant values from...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-26
Philip Reames
Don't Place Entry Safepoints Before the llvm.frameescap...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-26
Alexei Starovoitov
[bpf] fix build and remove a compiler warning in Releas...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-26
Matt Arsenault
R600: Remove / merge redundant testcases
commit
|
commitdiff
|
tree
|
snapshot
2015-04-25
Sanjay Patel
[x86] instcombine more cases of insertps into a shuffle...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-25
Sanjay Patel
add SSE run to check non-AVX codegen
commit
|
commitdiff
|
tree
|
snapshot
2015-04-25
Benjamin Kramer
[ARM] Simplify code. NFC.
commit
|
commitdiff
|
tree
|
snapshot
2015-04-25
Benjamin Kramer
[hexagon] Use range-based for loops. No functionality...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-25
Benjamin Kramer
[hexagon] Remove setHexLibcallName, it leaks memory.
commit
|
commitdiff
|
tree
|
snapshot
2015-04-25
Simon Pilgrim
line endings fix
commit
|
commitdiff
|
tree
|
snapshot
2015-04-25
Saleem Abdulrasool
build: make libunwind a proper project
commit
|
commitdiff
|
tree
|
snapshot
2015-04-24
Andrew Kaylor
Fix build error from accidental change
commit
|
commitdiff
|
tree
|
snapshot
2015-04-24
Andrew Kaylor
[WinEH] Find correct cloned entry block for outlined...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-24
Andrew Kaylor
[WinEH] Find correct cloned entry block for outlined...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-24
Nico Weber
Assert that Process::FindInEnvPath() is passed a relati...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-24
Duncan P. N...
Linker: Copy over function metadata attachments
commit
|
commitdiff
|
tree
|
snapshot
2015-04-24
Duncan P. N...
IR: Add assembly/bitcode support for function metadata...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-24
Duncan P. N...
Verifier: Function metadata attachments require a body
commit
|
commitdiff
|
tree
|
snapshot
2015-04-24
Duncan P. N...
IR: Add Function metadata attachments
commit
|
commitdiff
|
tree
|
snapshot
2015-04-24
Duncan P. N...
LLParser: Simplify ParseInstructionMetadata(), NFC
commit
|
commitdiff
|
tree
|
snapshot
2015-04-24
Quentin Colombet
[DAGCombiner] Fix the type used in canFoldInAddressingM...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-24
Duncan P. N...
LLParser: Split out ParseMetadataAttachment(), NFC
commit
|
commitdiff
|
tree
|
snapshot
2015-04-24
David Blaikie
[opaque pointer type] Verifier/AutoUpgrade: Remove...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-24
Duncan P. N...
AsmWriter: Parameterize the syntactic separator for...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-24
Duncan P. N...
AsmWriter: Only collect attachment names once per module
commit
|
commitdiff
|
tree
|
snapshot
2015-04-24
Kaelyn Takata
Remove an unused variable to prevent -Werror build...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-24
Duncan P. N...
AsmWriter: Split out code for printing Metadata attachm...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-24
Hans Wennborg
SimplifyCFG: Correctly handle switch lookup tables...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-24
Duncan P. N...
IR: Use a bitmask to access GlobalObject subclass data
commit
|
commitdiff
|
tree
|
snapshot
2015-04-24
Duncan P. N...
IR: Extract set logic from Instruction attachments...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-24
Reid Kleckner
[SEH] Implement GetExceptionCode in __except blocks
commit
|
commitdiff
|
tree
|
snapshot
2015-04-24
Duncan P. N...
IR: Use remove_if for Instruction::dropUnknownMetadata()
commit
|
commitdiff
|
tree
|
snapshot
2015-04-24
Duncan P. N...
IR: Remove MDMapTy and MDPairTy typedefs, NFC
commit
|
commitdiff
|
tree
|
snapshot
2015-04-24
Duncan P. N...
IR: Rename LLVMContextImpl::MetadataStore to Instructio...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-24
David Blaikie
[opaque pointer type] Add textual IR support for explic...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-24
Sundeep Kushwaha
[PATCH] [Hexagon] Adding a test case for calling conven...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-24
Lang Hames
[AsmPrinter] Make AsmPrinter's OutStreamer member a...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-24
David Blaikie
Revert changes to LTO test case since llvm-lto can...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-24
David Blaikie
Skip extra LLVM IR assemble/disassemble steps in some...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-24
David Blaikie
[opaque pointer type] bitcode: add explicit callee...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-24
Andrew Kaylor
Fix LoopInterchange/reductions.ll test for debug builds
commit
|
commitdiff
|
tree
|
snapshot
2015-04-24
Yaron Keren
Teach AArch64\lit.local.cfg the new triple names window...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-24
Chris Bieneman
[CMake] Fix for PR 23328: LLVM_OPTIMIZED_TABLEGEN broken
commit
|
commitdiff
|
tree
|
snapshot
2015-04-24
Duncan P. N...
Linker: Update -override testcase to check callers
commit
|
commitdiff
|
tree
|
snapshot
2015-04-24
Hans Wennborg
Switch lowering: fix APInt overflow causing infinite...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-24
Reid Kleckner
[WinEH] Split the landingpad BB instead of cloning it
commit
|
commitdiff
|
tree
|
snapshot
2015-04-24
Diego Novillo
Fix typo in comment.
commit
|
commitdiff
|
tree
|
snapshot
2015-04-24
Yaron Keren
Use the cleaner syntx value initialization to zero...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-24
Yaron Keren
Silence clang warning: private field 'data_' is not...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-24
Yaron Keren
Silence clang warning: missing field 'Dr0' initializer.
commit
|
commitdiff
|
tree
|
snapshot
2015-04-24
Vasileios Kalintiris
[mips][FastISel] Specify which types we handle for...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-24
Aaron Ballman
Removing dead code; NFC. This code was triggering a...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-24
Filipe Cabecinhas
[BitcodeReader] Fix asserts when we read a non-vector...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-24
Pawel Bylica
Correct extractelement constant folding
commit
|
commitdiff
|
tree
|
snapshot
next