Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_llvm
/
11caed9e121eef5fa6dc7dfbf4c92877d131dc4c
11caed9
[CMake] Don't use OBJLIB on Xcode.
by NAKAMURA Takumi
· 10 years ago
e1bb461
AVX-512: store <4 x i1> and <2 x i1> values in memory
by Elena Demikhovsky
· 10 years ago
d4b64f7
Optimization for Gather/Scatter with uniform base
by Elena Demikhovsky
· 10 years ago
e53e7dc
Move createEliminateAvailableExternallyPass earlier in the pass pipeline
by Yaron Keren
· 10 years ago
ec0cd29
[CodeGen] Fix FREM on 32-bit MSVC on x86
by Vedant Kumar
· 10 years ago
6ad37ec
[MC] Generate a timestamp for COFF object files
by David Majnemer
· 10 years ago
dc2d216
[MC] Remove MCAssembler's copy of OS
by David Majnemer
· 10 years ago
fc98f11
[ARM] Don't abort on variable-idx extractelt in ReconstructShuffle.
by Ahmed Bougacha
· 10 years ago
3d58bd6
[MC] Add support for generating COFF CRCs
by David Majnemer
· 10 years ago
bb93db2
Make trunk release notes point to 3.7, not 3.6
by Nico Weber
· 10 years ago
ac515c4
rename "slow-unaligned-mem-under-32" to slow-unaligned-mem-16" (NFCI)
by Sanjay Patel
· 10 years ago
0a1d37b
gold-plugin: Implement parallel LTO code generation using llvm::splitCodeGen.
by Peter Collingbourne
· 10 years ago
374ff4e
Remove OutputBuffer.
by Benjamin Kramer
· 10 years ago
e1478f8
DeadArgElim: don't eliminate arguments from naked functions
by Hans Wennborg
· 10 years ago
20264d6
New bitcode linker flags:
by Artem Belevich
· 10 years ago
70b9ede
[llvm-readobj] MachO -- correctly dump section field 'Reserved3'
by Davide Italiano
· 10 years ago
37d12da
[AArch64] Lower READCYCLECOUNTER using MRS PMCCTNR_EL0.
by Ahmed Bougacha
· 10 years ago
919f1f4
[MC] Allow MCObjectWriter's output stream to be swapped out
by David Majnemer
· 10 years ago
c02bfc6
AVX512: Implemented intrinsics for valign.
by Igor Breger
· 10 years ago
aae5893
use CHECK-LABEL for more precision
by Sanjay Patel
· 10 years ago
9258bce
[AArch64] Turn on by default interleaved access vectorization
by Silviu Baranga
· 10 years ago
ed8658c
[ARM] Turn on by default interleaved access vectorization
by Silviu Baranga
· 10 years ago
bbdc83d
[ARM][AArch64] Turn on by default interleaved access lowering
by Silviu Baranga
· 10 years ago
7e374d8
Fix typo.
by Yaron Keren
· 10 years ago
5c1fa7f
Object: Fix COFF import file's symbols.
by Rui Ueyama
· 10 years ago
06fdb30
cmake: Error instead of warning and dropping invalid LLVM_USE_SANITIZER
by Justin Bogner
· 10 years ago
10add60
Enable linking tools, shared libraries against libLLVM
by Andrew Wilkins
· 10 years ago
6bf8714
AMDGPU: Fix adding redundant implicit operands
by Matt Arsenault
· 10 years ago
715dbbb
Distribute the weight on the edge from switch to default statement to edges generated in lowering switch.
by Cong Hou
· 10 years ago
51bbd6f
remove unnecessary/conflicting target info
by Sanjay Patel
· 10 years ago
806b965
fixed test to specify triple rather than arch and CPU
by Sanjay Patel
· 10 years ago
680ff33
LTO: Cleanup parameter names and header docs, NFC
by Duncan P. N. Exon Smith
· 10 years ago
9e98324
[DAGCombine] Fixup SETCC legality checking
by Hal Finkel
· 10 years ago
b113c5e
don't set a legal vector type if we know we can't use that type (NFCI)
by Sanjay Patel
· 10 years ago
37d8ade
[BasicAA] Fix the handling of sext and zext in the analysis of GEPs.
by Quentin Colombet
· 10 years ago
456ed89
WebAssembly: generate load/store
by JF Bastien
· 10 years ago
faeb202
Infrastructure changes for Clang r246497.
by Richard Smith
· 10 years ago
543e65b
generalize helper function of MergeConsecutiveStores to handle vector types (NFCI)
by Sanjay Patel
· 10 years ago
8af580e
Revert "[lit] Speculatively fix PR24554 by manually closing the process handle"
by Reid Kleckner
· 10 years ago
460da41
Fix bug in method LLLexer::FP80HexToIntPair
by Karl Schimpf
· 10 years ago
e05235a
Fix Windows build by including raw_ostream.h
by Hans Wennborg
· 10 years ago
0cf3a4e
Fix CHECK directives that weren't checking.
by Hans Wennborg
· 10 years ago
950c009
Rollback of commit "Repress sanitization on User dtor."
by Naomi Musgrave
· 10 years ago
fb62ba2
[DAGCombine] Use getSetCCResultType utility function
by Hal Finkel
· 10 years ago
63384be
[x86] enable machine combiner reassociations for scalar 'or' insts
by Sanjay Patel
· 10 years ago
7174af9
[EH] Handle non-Function personalities like unknown personalities
by Reid Kleckner
· 10 years ago
bf9ec6a
[FunctionAttr] Infer nonnull attributes on returns
by Philip Reames
· 10 years ago
19c43a6
[llvm-readobj] Dump MachO Dysymtab command.
by Davide Italiano
· 10 years ago
17ae200
[AArch64][CollectLOH] Remove an invalid assertion and add a test case exposing it.
by Quentin Colombet
· 10 years ago
4e5dd35
[libFuzzer] update the docs to mention llvm-as-fuzzer
by Kostya Serebryany
· 10 years ago
9f952dd
Undo reversion on commit: Revert "Revert "Repress sanitization on User dtor.
by Naomi Musgrave
· 10 years ago
45b7881
[DAGCombine] Remove some old dead code for forming SETCC nodes
by Hal Finkel
· 10 years ago
9c89f44
[LazyValueInfo] Look through Phi nodes when trying to prove a predicate
by Philip Reames
· 10 years ago
21b967e
Rework of the new interface for shrink wrapping
by Kit Barton
· 10 years ago
5c084f6
AArch64: Fix loads to lower NEON vector lanes using GPR registers
by Matthias Braun
· 10 years ago
023a6e3
X86: Fix FastISel SSESelect register class
by Matthias Braun
· 10 years ago
357ece4
[BitcodeReader] Ensure we can read constant vector selects with an i1 condition
by Filipe Cabecinhas
· 10 years ago
1318d71
Build a lib/Fuzzer version for llvm-as.
by Karl Schimpf
· 10 years ago
ae65a7a
[MC/AsmParser] Avoid setting MCSymbol.IsUsed in some cases
by Vedant Kumar
· 10 years ago
6997c3a
[llvm-readobj] Add pair of missing braces.
by Davide Italiano
· 10 years ago
7a979ef
Change comment to verify commit accesss.
by Karl Schimpf
· 10 years ago
020e70a
Revert "Repress sanitization on User dtor. Modify msan macros for applying attribute"
by Naomi Musgrave
· 10 years ago
e2bfe6d
Repress sanitization on User dtor. Modify msan macros for applying attribute
by Naomi Musgrave
· 10 years ago
da821f9
[SectionMemoryManager] Use range-based for loops. No functional change intended.
by Benjamin Kramer
· 10 years ago
046f79f
AVX512: ktest implemantation Added tests for encoding.
by Igor Breger
· 10 years ago
c7aaf02
AVX512: Implemented encoding and intrinsics for vdbpsadbw
by Igor Breger
· 10 years ago
c21a0f3
AVX512: kadd implementation Added tests for encoding.
by Igor Breger
· 10 years ago
abd768f
AVX512: Add encoding tests for vscatter instructions
by Igor Breger
· 10 years ago
6697363
AVX512: Implemented encoding and intrinsics for vpalignr
by Igor Breger
· 10 years ago
ce5fc20
[AggressiveAntiDepBreaker] Check for EarlyClobber on defining instruction
by Hal Finkel
· 10 years ago
decd1ad
Force the locale when executing ld gold
by Sylvestre Ledru
· 10 years ago
0a61353
[JumpThreading] make jump threading respect convergent annotation.
by Jingyue Wu
· 10 years ago
42829a5
[dsymutil] Do not mistakenly reuse the current object file when the next one isn't found.
by Frederic Riss
· 10 years ago
b70b415
[dsymutil] Fix testcase.
by Frederic Riss
· 10 years ago
9be5804
[dsymutil] Do not crash on empty debug_range range.
by Frederic Riss
· 10 years ago
a4d4495
[dsymutil] Fix caching of current range. NFC.
by Frederic Riss
· 10 years ago
efe3016
[dsymutil] Fix handling of inlined_subprogram low_pcs
by Frederic Riss
· 10 years ago
74e7aca
[dsymutil] Do not construct a StringRef from a std::string temporary
by Frederic Riss
· 10 years ago
a8a34c5
[dsymutil] Implement -symtab/-s option.
by Frederic Riss
· 10 years ago
ae55d35
Support: Support LLVM_ENABLE_THREADS=0 in llvm/Support/thread.h.
by Peter Collingbourne
· 10 years ago
fdc7c7a
[PowerPC] Fixup SELECT_CC (and SETCC) patterns with i1 comparison operands
by Hal Finkel
· 10 years ago
957622e
NFC: Code style in VectorUtils.cpp
by Elena Demikhovsky
· 10 years ago
2b5188b
Revert "Revert "New interface function is added to VectorUtils Value *getSplatValue(Value *Val);""
by Renato Golin
· 10 years ago
1001033
Revert "New interface function is added to VectorUtils Value *getSplatValue(Value *Val);"
by Renato Golin
· 10 years ago
45ecdf9
Stop calling the flat out insane ARM target parsing code unless the
by Chandler Carruth
· 10 years ago
2ff230d
Remove a linear walk to find the default FPU for a given CPU by directly
by Chandler Carruth
· 10 years ago
16c9208
[MIR Serialization] static -> static const in getSerializable*MachineOperandTargetFlags
by Hal Finkel
· 10 years ago
599ae7e
Teach the target parsing framework to directly compute the length of all
by Chandler Carruth
· 10 years ago
673129f
[PowerPC/MIR Serialization] Target flags serialization support
by Hal Finkel
· 10 years ago
0977a23
[PowerPC] Don't assume ADDISdtprelHA's source is r3
by Hal Finkel
· 10 years ago
d335656
New interface function is added to VectorUtils Value *getSplatValue(Value *Val);
by Elena Demikhovsky
· 10 years ago
19f4e17
Refactor the ARM target parsing to use a def file with macros to expand
by Chandler Carruth
· 10 years ago
79888db
[Triple] Use clang-format to normalize the formatting of the ARM target
by Chandler Carruth
· 10 years ago
8693940
[Triple] Stop abusing a class to have only static methods and just use
by Chandler Carruth
· 10 years ago
49d0fee
SelectionDAG: add missing ComputeSignBits case for SELECT_CC
by Fiona Glaser
· 10 years ago
4bed085
Fix shared library build.
by Peter Collingbourne
· 10 years ago
43928f7
[ARM] Fix up buildbots after r246360
by James Molloy
· 10 years ago
3504e26
[ARM] Hoist fabs/fneg above a conversion to float.
by James Molloy
· 10 years ago
820985a
AMDGPU: Add sdst operand to VOP2b instructions
by Matt Arsenault
· 10 years ago
fe59e8e
AMDGPU: Set mem operands for spill instructions
by Matt Arsenault
· 10 years ago
Next »