Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_llvm
/
95aa8cab27bcc675fcebdb6d30ed40d2b4113a2b
95aa8ca
[sanitizer] prevent function call merging for sanitizer-coverage callbacks
by Kostya Serebryany
· 11 years ago
85d5712
Fix another use of PRIx32 that should have been PRIx64.
by Kevin Enderby
· 11 years ago
18f28b2
[Hexagon] Adding bit count and twiddling instructions.
by Colin LeMahieu
· 11 years ago
50b3134
[Hexagon] Adding asr/lsr/asl reg/imm, asl with saturation, asr with rounding. Doubleword abs/neg/not. Interleave and deinterleave instructions.
by Colin LeMahieu
· 11 years ago
f3ab9b9
[dsymutil] Pass the verbosity flag down to the processing. NFC for now.
by Frederic Riss
· 11 years ago
aabd6c1
[dsymutil] Avoid calling getStringTableData() for each symbol. NFC.
by Frederic Riss
· 11 years ago
50b8835
x86-32: PUSHF/POPF use/def EFLAGS
by JF Bastien
· 11 years ago
192487e
Use CastInst::castIsValid to simplify the verifier.
by Rafael Espindola
· 11 years ago
ec6fabb
NVPTX: Remove duplicate of AsmPrinter::lowerConstant
by Matt Arsenault
· 11 years ago
8b5b0f5
Move lowerConstant to AsmPrinter
by Matt Arsenault
· 11 years ago
93b6e01
[CodeGenPrepare] Move sign/zero extensions near loads using type promotion.
by Quentin Colombet
· 11 years ago
6e5ad1f
Fix the arm build bots for a test that was added. A printing routine was incorrectly using PRIx32
by Kevin Enderby
· 11 years ago
4110028
[AVX512] Enable integer arithmetic lowering for AVX512BW/VL subsets.
by Robert Khasanov
· 11 years ago
a4020f2
On behalf of Matthew Wahab:
by Evgeny Astigeevich
· 11 years ago
3ddc322
[MC] Reset the MCInst in the matcher function before adding opcode/operands.
by Ahmed Bougacha
· 11 years ago
e4aafdf
[Hexagon] Adding absolute value, and negate with saturation
by Colin LeMahieu
· 11 years ago
8fe9488
combine consecutive subvector 16-byte loads into one 32-byte load
by Sanjay Patel
· 11 years ago
d69e4e2
[Hexagon] Adding saturate and swizzle instructions.
by Colin LeMahieu
· 11 years ago
43906de
[AVX512] Add a comment for avx512_broadcast_pat multiclass
by Robert Khasanov
· 11 years ago
ea204e7
[Hexagon] Removing old multiply defs and updating references to new versions.
by Colin LeMahieu
· 11 years ago
ca932f5
The single check for N64 inside MipsDisassemblerBase's subclasses is actually wrong. It should be testing for FeatureGP64bit.There are no functional changes.
by Vladimir Medic
· 11 years ago
78f6aad
[mips][microMIPS] Implement SWP and LWP instructions
by Zoran Jovanovic
· 11 years ago
51c2bdc
Fixing -Wsign-compare warnings; NFC.
by Aaron Ballman
· 11 years ago
9e8621e
Add disassembler tests for mips4 platform. There are no functional changes.
by Vladimir Medic
· 11 years ago
14fb445
Masked Load and Store Intrinsics in loop vectorizer.
by Elena Demikhovsky
· 11 years ago
a4b6922
[mips] Fix arguments-struct.ll for Windows and OSX hosts.
by Daniel Sanders
· 11 years ago
a9d9f7e
[ARM] Prevent PerformVCVTCombine from combining a vmul/vcvt with 8 lanes
by Bradley Smith
· 11 years ago
4519623
X86: Added FeatureVectorUAMem for all AVX architectures.
by Elena Demikhovsky
· 11 years ago
9e2c0f9
Remove 'metadata' from comments
by Duncan P. N. Exon Smith
· 11 years ago
02a8d1b
IR: Stop printing 'metadata' in Metadata::print()
by Duncan P. N. Exon Smith
· 11 years ago
2ebd1ef
IR: Make MDNode::dump() useful by adding addresses
by Duncan P. N. Exon Smith
· 11 years ago
d0e68dc
DebugInfo: Update testcase to actually check something
by Duncan P. N. Exon Smith
· 11 years ago
fbdea18
ARM: diagnose deprecated syntax
by Saleem Abdulrasool
· 11 years ago
edfeeb6
[PowerPC] Improve instruction selection bit-permuting operations (32-bit)
by Hal Finkel
· 11 years ago
f5cd1ef
ARM: 80-column
by Saleem Abdulrasool
· 11 years ago
6844571
LiveRangeCalc: Rewrite subrange calculation
by Matthias Braun
· 11 years ago
8b37542
Remove the last unnecessary member variable of mapped_file_region. NFC.
by Rafael Espindola
· 11 years ago
b5f992c
Convert a member variable to a local variable. NFC.
by Rafael Espindola
· 11 years ago
a99ff35
Remove unused member and simplify. NFC.
by Rafael Espindola
· 11 years ago
96b7967
Start adding thin archive support.
by Rafael Espindola
· 11 years ago
c981753
Fix a bug in llvm-objdump’s -private-headers for 32-bit Mach-O files
by Kevin Enderby
· 11 years ago
6f059af
ARM/AArch64: Attach the FrameSetup MIFlag to CFI instructions.
by Adrian Prantl
· 11 years ago
3a0f6b5
[Hexagon] Adding doubleword multiplies with and without accumulation.
by Colin LeMahieu
· 11 years ago
f651477
Sink the isa into the assert
by Michael Ilseman
· 11 years ago
b4838f6
[Hexagon] Adding halfword to doubleword multiplies.
by Colin LeMahieu
· 11 years ago
1240508
[Hexagon] Adding logical-logical accumulation instructions and tests.
by Colin LeMahieu
· 11 years ago
574e01c
Teach ScalarEvolution to exploit min and max expressions when proving
by Sanjoy Das
· 11 years ago
2f7e202
Added missing tests for X86vzmovl folding. NFC.
by Simon Pilgrim
· 11 years ago
13c7826
x86: Emit LOCK prefix after DATA16
by JF Bastien
· 11 years ago
5f70274
[Hexagon] Adding a number of additional multiply forms with tests.
by Colin LeMahieu
· 11 years ago
bc541ae
Clean up warning about unused variable
by Michael Ilseman
· 11 years ago
4151e89
Revert "LiveRangeCalc: Rewrite subrange calculation"
by Matthias Braun
· 11 years ago
9f0d59a
Revert of r223763, in spirit.
by Michael Ilseman
· 11 years ago
b10837d
Clarify HowFarToZero computation when the step is a positive power of two. Functionally this should be identical to the existing code except for the case where Step is maximally negative (eg, INT_MIN). We now punt in that one corner case to make reasoning about the code easier.
by Mark Heffernan
· 11 years ago
1eb5ad1
[Hexagon] Adding misc multiply encodings and tests.
by Colin LeMahieu
· 11 years ago
6097277
LiveRangeCalc: Rewrite subrange calculation
by Matthias Braun
· 11 years ago
8e7359d
[Hexagon] Adding doubleworld accumulating multiplies of halfwords.
by Colin LeMahieu
· 11 years ago
f8396b8
[Hexagon] Adding accumulating half word multiplies.
by Colin LeMahieu
· 11 years ago
c3449d7
[Hexagon] Adding multiply with rnd/sat/rndsat
by Colin LeMahieu
· 11 years ago
839ff70
[X86] And also test INSERTPS shuffle mask pretty-printing.
by Ahmed Bougacha
· 11 years ago
908d623
LiveRangeCalc: use more range based for loops; NFC
by Matthias Braun
· 11 years ago
e9e8f1f
[Hexagon] Adding encoding bits for halfword multiplies.
by Colin LeMahieu
· 11 years ago
77effd8
[X86] Also pretty-print shuffle mask for INSERTPS rm variants.
by Ahmed Bougacha
· 11 years ago
1ef70ff
IR: Make metadata typeless in assembly
by Duncan P. N. Exon Smith
· 11 years ago
9ecdca9
Silence more static analyzer warnings.
by Michael Ilseman
· 11 years ago
2a59b5e
Move mips1 tests to test/MC/Disassembler/Mips/mips1
by Reid Kleckner
· 11 years ago
77b6849
Add disassembler tests for mips3 platform. There are no functional changes.
by Vladimir Medic
· 11 years ago
7dfda58
Add disassembler tests for mips2 platform. There are no functional changes.
by Vladimir Medic
· 11 years ago
6fe13a4
This is the first in a series of patches that add missing disassembler tests for mips platform. The patches are divided per version of mips CPU to keep the patches smaller and ease the review. There are no functional changes, code is changed only if new tests reveal a bug.This patch adds disassembler tests for mips1 CPU.
by Vladimir Medic
· 11 years ago
bfba389
Changing a cast from unsigned to uint64_t, should be NFC in practice.
by Aaron Ballman
· 11 years ago
a8a3741
Added a test related to 224247 revision
by Elena Demikhovsky
· 11 years ago
2f6d423
Sink store based on alias analysis
by Elena Demikhovsky
· 11 years ago
299e0d4
[X86] Break false dependencies before partial register updates when the source operand is in memory
by Michael Kuperstein
· 11 years ago
4dcffed
Typo Correction in Test Case. NFC.
by Suyog Sarda
· 11 years ago
3f20275
AVX-512: Added EXPAND instructions and intrinsics.
by Elena Demikhovsky
· 11 years ago
0bf492d
Fix line mapping information in LLVM JIT profiling with Vtune
by Alexey Bataev
· 11 years ago
1691fa2
ThreadLocal: Move Unix-specific code out of Support/ThreadLocal.cpp
by David Majnemer
· 11 years ago
3acb203
StringPool: Cleanup typos in unittest comments
by David Majnemer
· 11 years ago
1f59bf4
ThreadLocal: Return a mutable pointer if templated with a non-const type
by David Majnemer
· 11 years ago
55c9dbf
Use unique_ptr to remove explicit delete.
by Craig Topper
· 11 years ago
1c3a151
Loop Vectorizer minor changes in the code -
by Elena Demikhovsky
· 11 years ago
a53d226
APInt: udivrem should use machine instructions for single-word APInts
by David Majnemer
· 11 years ago
fabf5cc
ScalarEvolution: Remove SCEVUDivision, it's unused
by David Majnemer
· 11 years ago
0b19b56
[PowerPC] Handle cmp op promotion for SELECT[_CC] nodes in PPCTL::DAGCombineExtBoolTrunc
by Hal Finkel
· 11 years ago
780a093
Reapply "[ARM] Combine base-updating/post-incrementing vector load/stores."
by Ahmed Bougacha
· 11 years ago
1e173b7
Revert "[ARM] Combine base-updating/post-incrementing vector load/stores."
by Renato Golin
· 11 years ago
71bb7d0
Fix Doxygen command misspellings.
by Benjamin Kramer
· 11 years ago
eefc8cb
Silencing a -Wsign-compare warning; NFC.
by Aaron Ballman
· 11 years ago
978aeec
Silencing a *lot* of -Wsign-compare warnings; NFC.
by Aaron Ballman
· 11 years ago
1b40b34
Use range-based for loops.
by Craig Topper
· 11 years ago
ce9b37c
Rename argument strings of codegen passes to avoid collisions with command line
by Akira Hatanaka
· 11 years ago
e881eef
Go bindings: introduce Value.ConstantAsMetadata.
by Peter Collingbourne
· 11 years ago
3a40431
Go bindings: introduce llvm.TemporaryMDNode.
by Peter Collingbourne
· 11 years ago
e9e0f37
Go bindings: introduce Metadata.ReplaceAllUsesWith.
by Peter Collingbourne
· 11 years ago
eb8bf79
Go bindings: expose the Metadata type.
by Peter Collingbourne
· 11 years ago
77f0100
Go bindings: remove contextless metadata bindings.
by Peter Collingbourne
· 11 years ago
4e703f8
[PowerPC] Add a DAGToDAG peephole to remove unnecessary zero-exts
by Hal Finkel
· 11 years ago
3b7e6d2
ValueTracking: Don't recurse too deeply in computeKnownBitsFromAssume
by David Majnemer
· 11 years ago
f05fc43
[ARMConstantIsland] Insert tbb/tbh optimization where previous jump table resided.
by Chad Rosier
· 11 years ago
27d4d1c
Pass EC by reference to MemoryBufferMMapFile to return error code.
by Yaron Keren
· 11 years ago
Next »