projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
[MC] Convert other MachO tests from macho-dump to llvm-readobj.
[oota-llvm.git]
/
test
/
2015-09-05
Davide Italiano
[MC] Convert other MachO tests from macho-dump to llvm...
tree
|
commitdiff
2015-09-05
Hal Finkel
[PowerPC] Fix and(or(x, c1), c2) -> rlwimi generation
tree
|
commitdiff
2015-09-04
Andrew Kaylor
Fixing bad test syntax.
tree
|
commitdiff
2015-09-04
Andrew Kaylor
[WinEH] Teach SimplfyCFG to eliminate empty cleanup...
tree
|
commitdiff
2015-09-04
Simon Pilgrim
[X86][AVX] Test tidyup + regeneration. NFCI.
tree
|
commitdiff
2015-09-04
Peter Collingbourne
Add powerpc64 to parallel.ll unsupported architecture...
tree
|
commitdiff
2015-09-04
Silviu Baranga
Simplify testcase added in r246759. NFC
tree
|
commitdiff
2015-09-04
Steven Wu
Fix the testcase in r246790
tree
|
commitdiff
2015-09-04
Hal Finkel
[PowerPC] Enable interleaved-access vectorization
tree
|
commitdiff
2015-09-03
Hal Finkel
[PowerPC] Always use aggressive interleaving on the A2
tree
|
commitdiff
2015-09-03
Hal Finkel
[PowerPC] Try harder to find a base+offset when looking...
tree
|
commitdiff
2015-09-03
Sanjoy Das
[IR] Have AttrBuilder::clear clear `TargetDepAttrs`.
tree
|
commitdiff
2015-09-03
Hal Finkel
[PowerPC] Include the permutation cost for unaligned...
tree
|
commitdiff
2015-09-03
Hal Finkel
[PowerPC] Compute the MMO offset for an unaligned load...
tree
|
commitdiff
2015-09-03
Reid Kleckner
[sancov] Disable sanitizer coverage on functions using SEH
tree
|
commitdiff
2015-09-03
Chad Rosier
[AArch64] Improve ISel using across lane addition reduc...
tree
|
commitdiff
2015-09-03
Karl Schimpf
Allow global address space forward decls using IDs...
tree
|
commitdiff
2015-09-03
Quentin Colombet
[ARM] Add a test case for revision 243956.
tree
|
commitdiff
2015-09-03
Chad Rosier
Revert "[AArch64] Improve load/store optimizer to handl...
tree
|
commitdiff
2015-09-03
Sanjay Patel
[x86] enable machine combiner reassociations for scalar...
tree
|
commitdiff
2015-09-03
Karl Schimpf
Fix assertion failure in LLParser::ConvertValIDToValue
tree
|
commitdiff
2015-09-03
Karl Schimpf
Remove binary characters from test file.
tree
|
commitdiff
2015-09-03
Karl Schimpf
Fix SEGV in InlineAsm::ConstraintInfo::Parse.
tree
|
commitdiff
2015-09-03
Sanjay Patel
check for fastness before merging in DAGCombiner::Merge...
tree
|
commitdiff
2015-09-03
Chad Rosier
[AArch64] Improve load/store optimizer to handle LDUR...
tree
|
commitdiff
2015-09-03
Daniel Sanders
[mips] Added support for the div, divu, ddiv and ddivu...
tree
|
commitdiff
2015-09-03
Silviu Baranga
Fix IRBuilder CreateBitOrPointerCast for vector types
tree
|
commitdiff
2015-09-03
Joseph Tremoulet
[WinEH] Add llvm.eh.exceptionpointer intrinsic
tree
|
commitdiff
2015-09-03
Joseph Tremoulet
[WinEH] Add cleanupendpad instruction
tree
|
commitdiff
2015-09-03
Igor Breger
AVX512: Implemented encoding and intrinsics for vplzcnt...
tree
|
commitdiff
2015-09-03
NAKAMURA Takumi
Tweak llvm/test/tools/gold/X86/parallel.ll to run with...
tree
|
commitdiff
2015-09-02
Ahmed Bougacha
[X86] Require 32-byte alignment for 32-byte VMOVNTs.
tree
|
commitdiff
2015-09-02
Ahmed Bougacha
[X86] Cleanup nontemporal tests a little. NFC.
tree
|
commitdiff
2015-09-02
Philip Reames
[RewriteStatepointsForGC] Improve debug output [NFC]
tree
|
commitdiff
2015-09-02
Hal Finkel
[PowerPC] Cleanup cost model for unaligned vector loads...
tree
|
commitdiff
2015-09-02
Piotr Padlewski
assuem(X) handling in GVN bugfix
tree
|
commitdiff
2015-09-02
Piotr Padlewski
Constant propagation after hitting assume(cmp) bugfix
tree
|
commitdiff
2015-09-02
Piotr Padlewski
Constant propagation after hiting llvm.assume
tree
|
commitdiff
2015-09-02
Sanjay Patel
use "unpredictable" metadata in fast-isel when splittin...
tree
|
commitdiff
2015-09-02
Sanjay Patel
use "unpredictable" metadata in SelectionDAG when split...
tree
|
commitdiff
2015-09-02
Justin Bogner
test: Only warn about missing substitutions for require...
tree
|
commitdiff
2015-09-02
Hal Finkel
[PowerPC] Don't always consider P8Altivec-only masks...
tree
|
commitdiff
2015-09-02
Frederic Riss
Reapply r246012 [dsymutil] Emit real dSYM companion...
tree
|
commitdiff
2015-09-02
Sanjay Patel
[x86] fix allowsMisalignedMemoryAccesses() for 8-byte...
tree
|
commitdiff
2015-09-02
Asaf Badouh
[X86][AVX512VLBW] add support in byte shift and SAD
tree
|
commitdiff
2015-09-02
Chad Rosier
Add newline to test. NFC.
tree
|
commitdiff
2015-09-02
Joseph Tremoulet
[TableGen] Allow TokenTy in intrinsic signatures
tree
|
commitdiff
2015-09-02
Igor Breger
AVX512: Implemented encoding and intrinsics for VGETMAN...
tree
|
commitdiff
2015-09-02
NAKAMURA Takumi
Suppress llvm/test/tools/gold/X86/parallel.ll while...
tree
|
commitdiff
2015-09-02
Igor Breger
AVX512: Implemented encoding and intrinsics for vshufps/d.
tree
|
commitdiff
2015-09-02
James Molloy
[LV] Don't bail to MiddleBlock if a runtime check fails...
tree
|
commitdiff
2015-09-02
James Molloy
[LV] Refactor all runtime check emissions into helper...
tree
|
commitdiff
2015-09-02
James Molloy
[LV] Pull creation of trip counts into a helper function.
tree
|
commitdiff
2015-09-02
James Molloy
[LV] Never widen an induction variable.
tree
|
commitdiff
2015-09-02
James Molloy
[LV] Switch to using canonical induction variables.
tree
|
commitdiff
2015-09-02
Elena Demikhovsky
AVX-512: store <4 x i1> and <2 x i1> values in memory
tree
|
commitdiff
2015-09-02
Elena Demikhovsky
Optimization for Gather/Scatter with uniform base
tree
|
commitdiff
2015-09-02
Vedant Kumar
[CodeGen] Fix FREM on 32-bit MSVC on x86
tree
|
commitdiff
2015-09-01
David Majnemer
[MC] Generate a timestamp for COFF object files
tree
|
commitdiff
2015-09-01
Ahmed Bougacha
[ARM] Don't abort on variable-idx extractelt in Reconst...
tree
|
commitdiff
2015-09-01
David Majnemer
[MC] Add support for generating COFF CRCs
tree
|
commitdiff
2015-09-01
Peter Collingbourne
gold-plugin: Implement parallel LTO code generation...
tree
|
commitdiff
2015-09-01
Hans Wennborg
DeadArgElim: don't eliminate arguments from naked functions
tree
|
commitdiff
2015-09-01
Artem Belevich
New bitcode linker flags:
tree
|
commitdiff
2015-09-01
Davide Italiano
[llvm-readobj] MachO -- correctly dump section field...
tree
|
commitdiff
2015-09-01
Ahmed Bougacha
[AArch64] Lower READCYCLECOUNTER using MRS PMCCTNR_EL0.
tree
|
commitdiff
2015-09-01
Igor Breger
AVX512: Implemented intrinsics for valign.
tree
|
commitdiff
2015-09-01
Sanjay Patel
use CHECK-LABEL for more precision
tree
|
commitdiff
2015-09-01
Silviu Baranga
[AArch64] Turn on by default interleaved access vectori...
tree
|
commitdiff
2015-09-01
Silviu Baranga
[ARM] Turn on by default interleaved access vectorization
tree
|
commitdiff
2015-09-01
Silviu Baranga
[ARM][AArch64] Turn on by default interleaved access...
tree
|
commitdiff
2015-09-01
Rui Ueyama
Object: Fix COFF import file's symbols.
tree
|
commitdiff
2015-09-01
Cong Hou
Distribute the weight on the edge from switch to defaul...
tree
|
commitdiff
2015-09-01
Sanjay Patel
remove unnecessary/conflicting target info
tree
|
commitdiff
2015-09-01
Sanjay Patel
fixed test to specify triple rather than arch and CPU
tree
|
commitdiff
2015-08-31
Hal Finkel
[DAGCombine] Fixup SETCC legality checking
tree
|
commitdiff
2015-08-31
Quentin Colombet
[BasicAA] Fix the handling of sext and zext in the...
tree
|
commitdiff
2015-08-31
JF Bastien
WebAssembly: generate load/store
tree
|
commitdiff
2015-08-31
Karl Schimpf
Fix bug in method LLLexer::FP80HexToIntPair
tree
|
commitdiff
2015-08-31
Hans Wennborg
Fix CHECK directives that weren't checking.
tree
|
commitdiff
2015-08-31
Sanjay Patel
[x86] enable machine combiner reassociations for scalar...
tree
|
commitdiff
2015-08-31
Reid Kleckner
[EH] Handle non-Function personalities like unknown...
tree
|
commitdiff
2015-08-31
Philip Reames
[FunctionAttr] Infer nonnull attributes on returns
tree
|
commitdiff
2015-08-31
Quentin Colombet
[AArch64][CollectLOH] Remove an invalid assertion and...
tree
|
commitdiff
2015-08-31
Philip Reames
[LazyValueInfo] Look through Phi nodes when trying...
tree
|
commitdiff
2015-08-31
Matthias Braun
AArch64: Fix loads to lower NEON vector lanes using...
tree
|
commitdiff
2015-08-31
Filipe Cabecinhas
[BitcodeReader] Ensure we can read constant vector...
tree
|
commitdiff
2015-08-31
Vedant Kumar
[MC/AsmParser] Avoid setting MCSymbol.IsUsed in some...
tree
|
commitdiff
2015-08-31
Igor Breger
AVX512: ktest implemantation
tree
|
commitdiff
2015-08-31
Igor Breger
AVX512: Implemented encoding and intrinsics for vdbpsadbw
tree
|
commitdiff
2015-08-31
Igor Breger
AVX512: kadd implementation
tree
|
commitdiff
2015-08-31
Igor Breger
AVX512: Add encoding tests for vscatter instructions
tree
|
commitdiff
2015-08-31
Igor Breger
AVX512: Implemented encoding and intrinsics for vpalignr
tree
|
commitdiff
2015-08-31
Hal Finkel
[AggressiveAntiDepBreaker] Check for EarlyClobber on...
tree
|
commitdiff
2015-08-31
Sylvestre Ledru
Force the locale when executing ld gold
tree
|
commitdiff
2015-08-31
Jingyue Wu
[JumpThreading] make jump threading respect convergent...
tree
|
commitdiff
2015-08-31
Frederic Riss
[dsymutil] Do not mistakenly reuse the current object...
tree
|
commitdiff
2015-08-31
Frederic Riss
[dsymutil] Fix testcase.
tree
|
commitdiff
2015-08-31
Frederic Riss
[dsymutil] Do not crash on empty debug_range range.
tree
|
commitdiff
2015-08-31
Frederic Riss
[dsymutil] Fix handling of inlined_subprogram low_pcs
tree
|
commitdiff
next