Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_llvm
/
65afd8323d14e4cff9d389d66f703b0eb7f2a8c3
65afd83
Cleanup in preparation for D30703. NFCI
by Filipe Cabecinhas
· 8 years ago
31e9ec9
Fix GettingStarted.rst statement.
by Rafael Espindola
· 8 years ago
814c8a1
Remove unused argument.
by Rafael Espindola
· 8 years ago
d0ea014
[X86][AVX2] Prevent unary interleaving patterns from calling lowerVectorShuffleAsSplitOrBlend (PR32453)
by Simon Pilgrim
· 8 years ago
70a5705
[AMDGPU] Tidy up computeKnownBitsForTargetNode/ComputeNumSignBitsForTargetNode arguments. NFCI.
by Simon Pilgrim
· 8 years ago
c4c4b3b
[X86][MMX] Added generic sitofp test to compare against existing cvtdq2ps test.
by Simon Pilgrim
· 8 years ago
7c4741f
[X86] Removed old comment. NFCI.
by Simon Pilgrim
· 8 years ago
64532cd
[MachineVerifier] Avoid reference to nullptr
by Sven van Haastregt
· 8 years ago
d94614f
Move the x86 cpu feature rtm from Haswell to Skylake matching clang commit r298956.
by Eric Christopher
· 8 years ago
31932b1
[AVX-512] Remove explicit KMOVWrk from isel patterns. COPY_TO_REGCLASS to GR32 is enough.
by Craig Topper
· 8 years ago
8d23f77
[AVX-512] Remove explicit KMOVWrk/KMOVWKr instructions from patterns where we can just use COPY_TO_REGCLASS instead.
by Craig Topper
· 8 years ago
f5e3762
[XRay] Update FDR log reader to be aware of buffer sizes per thread.
by Dean Michael Berris
· 8 years ago
8985450
[XRay][tools] Handle "no subcommand" case for llvm-xray
by Dean Michael Berris
· 8 years ago
fdcdb2a
[SDAG] Remove -enable-fmf-dag
by Adam Nemet
· 8 years ago
672fd12
[SDAG] Handle VectorReduction in SDNodeFlags::intersectWith
by Adam Nemet
· 8 years ago
22fddd8
[SDAG] Add AllowContract to SNodeFlags
by Adam Nemet
· 8 years ago
14ecedf
More accurate header inclusions. NFC.
by Peter Collingbourne
· 8 years ago
24afa43
[AVX-512] Add test case that was supposed to go with r298957.
by Craig Topper
· 8 years ago
b032c49
[AVX-512] Punt on fast-isel of truncates to i1 when AVX512 is enabled.
by Craig Topper
· 8 years ago
522a572
[PPC] In PPCBoolRetToInt change the bool value to i64 if the target is ppc64
by Guozhi Wei
· 8 years ago
3a01753
[DAGCombiner] reduce code duplication with local variables; NFCI
by Sanjay Patel
· 8 years ago
da55f9c
Add a similar test for tailcall optimization as in r270287 for aarch64.
by Eric Christopher
· 8 years ago
aba00ee
LTO: Replace InputFile::Symbol::getFlags() with predicate accessors. NFC.
by Peter Collingbourne
· 8 years ago
bdb8cec
[DAG] fix formatting; NFC
by Sanjay Patel
· 8 years ago
8cc66a6
[DAGCombiner] remove redundant conditions and duplicated code; NFCI
by Sanjay Patel
· 8 years ago
e42e44c
[AMDGPU] Boost unroll threshold for loops reading local memory
by Stanislav Mekhanoshin
· 8 years ago
7a9c514
[AMDGPU] Fix recorded region boundaries in max-occupancy scheduler
by Stanislav Mekhanoshin
· 8 years ago
f54b836
[DAGCombiner] rename variables in foldAndOfSetCCs for easier reading; NFCI
by Sanjay Patel
· 8 years ago
c9e0a0d
[X86][MMX] Match MMX fp_to_sint conversions from XMM registers
by Simon Pilgrim
· 8 years ago
98ede9e
Fix crashing on TargetCustom PseudoSourceValues
by Matt Arsenault
· 8 years ago
3812900
[DAGCombiner] clean up foldAndOfSetCCs; NFCI
by Sanjay Patel
· 8 years ago
5c57c11
[IR] Add AllowContract to FastMathFlags
by Adam Nemet
· 8 years ago
d707b92
[DAGCombiner] add helper function for and-of-setcc folds; NFC
by Sanjay Patel
· 8 years ago
e4c5b69
Add support for -fno-builtin to LTO and ThinLTO to libLTO
by Mehdi Amini
· 8 years ago
88f7810
[AMDGPU] Split -amdgpu-early-inline-all option
by Stanislav Mekhanoshin
· 8 years ago
e26bd3af
[x86] use VPMOVMSK to replace memcmp libcalls for 32-byte equality
by Sanjay Patel
· 8 years ago
13bfce6
Revert "Dont emit Mapping symbols for sections that contain only data."
by Weiming Zhao
· 8 years ago
f92edff
[SDAG] Deal with deleted node in PromoteIntShiftOp
by Nirav Dave
· 8 years ago
0a6c80a
Add reproducer test for pr32449. NFC.
by Zvi Rackover
· 8 years ago
a4ee850
[X86][AVX2] Add support for combining v16i16 shuffles to VPBLENDW
by Simon Pilgrim
· 8 years ago
ee18eb9
[AVX-512] Fix accidental uses of AH/BH/CH/DH after copies to/from mask registers
by Craig Topper
· 8 years ago
3409abe
[x86] add separate check prefix for SSE; NFC
by Sanjay Patel
· 8 years ago
1a36c64
[X86][SSE] Refactored shuffle BLEND combining to make future 16i16 support easier. NFCI.
by Simon Pilgrim
· 8 years ago
227a06d
[SDAG] Avoid deleted SDNodes PromoteIntBinOp
by Nirav Dave
· 8 years ago
5dc2b58
[SDAG] Fix Stale SDNode usage in visitAND
by Nirav Dave
· 8 years ago
e43ad9f
[x86] add AVX2 run to show 256-bit opportunity; NFC
by Sanjay Patel
· 8 years ago
c47b59c
Fix signed/unsigned comparison warning
by Simon Pilgrim
· 8 years ago
e698712
[SDAG] Minor cleanup of variable usage. NFC.
by Nirav Dave
· 8 years ago
3d39cb0
[X86][SSE] Begin merging vector shuffle to BLEND for lowering and combining.
by Simon Pilgrim
· 8 years ago
3781220
Wdocumentation fix
by Simon Pilgrim
· 8 years ago
f67785e
[X86][SSE] Set second operand to undef instead of first operand in unary shuffle combines.
by Simon Pilgrim
· 8 years ago
eb81f2b
Strip trailing whitespace
by Simon Pilgrim
· 8 years ago
c05e814
[AArch64] [Assembler] option to disable negative immediate conversions
by Sanne Wouda
· 8 years ago
7a3b1c2
[GlobalISel][X86] support G_FRAME_INDEX instruction selection.
by Igor Breger
· 8 years ago
90db4d6
[InstCombine] For select rule, use positive check of constant int for select operand. NFCI
by Anna Thomas
· 8 years ago
495d206
rename instcombine test file. NFC
by Anna Thomas
· 8 years ago
072955e
[AMDGPU] Update SI scheduler colorHighLatenciesGroups
by Valery Pykhtin
· 8 years ago
3a50eea
Dont emit Mapping symbols for sections that contain only data.
by Weiming Zhao
· 8 years ago
cc9aca6
[APInt] Reformat tc functions to put opening curly braces on the end of the previous line. NFC
by Craig Topper
· 8 years ago
b68e2b6
[APInt] Remove an anonymous namespace around static functions. NFC
by Craig Topper
· 8 years ago
a77792d
[APInt] Combine variable declaration and initialization where possible in the tc functions. NFCI
by Craig Topper
· 8 years ago
0bdb158
[APInt] Use 'unsigned' instead of 'unsigned int' in the interface to the APInt tc functions. This is more consistent with the rest of the codebase. NFC
by Craig Topper
· 8 years ago
217a569
MachineScheduler/ScheduleDAG: Add support for GetSubGraph
by Valery Pykhtin
· 8 years ago
c0fa0b7
CodeGen : Check LLVM_ENABLE_DUMP definition for dumpMachineInstrRangeWithSlotIndex.
by Junmo Park
· 8 years ago
38ca8aa
[APInt] Move the single word cases of the bitwise operators inline.
by Craig Topper
· 8 years ago
af689e8
Revert "[asan] Delay creation of asan ctor."
by Alex Shlyapnikov
· 8 years ago
3c1e414
Revert "[asan] Put ctor/dtor in comdat."
by Alex Shlyapnikov
· 8 years ago
617b050
Remove an oddly unnecessary temporary.
by Eric Christopher
· 8 years ago
92ef0d2
[ARM] Mark falky test unsupported until we find the cause
by Renato Golin
· 8 years ago
26cbef5
[libfuzzer] Remove XFAIL for OutOfMemory test.
by Juergen Ributzka
· 8 years ago
4765229
Improve machine schedulers for in-order processors
by Javed Absar
· 8 years ago
3903b47
Add the error handling for Mach-O dyld compact lazy bind, weak bind and
by Kevin Enderby
· 8 years ago
fcdf36f
[LV] Transform truncations of non-primary induction variables
by Matthew Simpson
· 8 years ago
28ec1cc
[APInt] Move operator=(uint64_t) inline as its pretty simple and is often used with small constants that the compiler can optimize.
by Craig Topper
· 8 years ago
daa7fe4
[TableGen] Print #nnn as a name of an non-native reg unit with id nnn
by Krzysztof Parzyszek
· 8 years ago
bc04e5d
[AMDGPU] SISched: Detect dependency types between blocks
by Valery Pykhtin
· 8 years ago
fa92ec8
[Support] Avoid concurrency hazard in signal handler registration
by Bruno Cardoso Lopes
· 8 years ago
0532ee9
[APInt] Move operator&=(uint64_t) inline and use memset to clear the upper words.
by Craig Topper
· 8 years ago
c53cf7e
[GlobalISel][AArch64] Extract a variable out of an NDEBUG block. NFC.
by Ahmed Bougacha
· 8 years ago
31355ac
[APInt] Use memset in setAllBits.
by Craig Topper
· 8 years ago
91a21c4
Remove redundant check for nullptr.
by Adrian Prantl
· 8 years ago
573d120
Remove unneccessary virtual destructor from DwarfExpression.
by Adrian Prantl
· 8 years ago
97874bd
[GlobalISel][AArch64] Fold FI into LDR/STR ui addressing mode.
by Ahmed Bougacha
· 8 years ago
db6b71b
[GlobalISel][AArch64] Fold G_GEP into LDR/STR ui addressing mode.
by Ahmed Bougacha
· 8 years ago
3d5ea4c
[GlobalISel][AArch64] Select store of zero to WZR/XZR.
by Ahmed Bougacha
· 8 years ago
96f1d45
[AMDGPU] SISched: Update colorEndsAccordingToDependencies
by Valery Pykhtin
· 8 years ago
82ba8a6
[APInt] Move the >64 bit case for flipAllBits out of line.
by Craig Topper
· 8 years ago
2a867a8
[AMDGPU] Fix SI scheduler LiveOut Refcount issue
by Valery Pykhtin
· 8 years ago
2597299
[GlobalISel][AArch64] Select CBZ.
by Ahmed Bougacha
· 8 years ago
fb6a2d6
[GlobalISel] Add a 'getConstantVRegVal' helper.
by Ahmed Bougacha
· 8 years ago
460b732
[GlobalISel][AArch64] Use proper constant types in test. NFC.
by Ahmed Bougacha
· 8 years ago
cb5431a
[AMDGPU][MC] Fix for Bug 28207 + LIT tests
by Dmitry Preobrazhensky
· 8 years ago
c7506ed
[AArch64] Mark mrs of TPIDR_EL0 (thread pointer) as not having side effects.
by Chad Rosier
· 8 years ago
ab3be33
[AMDGPU] Get address space mapping by target triple environment
by Yaxun Liu
· 8 years ago
e8b81e0
[InstCombine] Avoid incorrect folding of select into phi nodes when incoming element is a vector type
by Anna Thomas
· 8 years ago
df544d6
Correct OptionCategoryCompare() in the command line library.
by Daniel Sanders
· 8 years ago
d5d8607
[tablegen] Use categories on options that only matter to one emitter.
by Daniel Sanders
· 8 years ago
acec6ed
ADT: Add range helpers for pointer_ and pointee_iterator
by Justin Bogner
· 8 years ago
cd2a3f9
[X86][AVX2] bugzilla bug 21281 Performance regression in vector interleave in AVX2
by Gadi Haber
· 8 years ago
f6c7abb
[TableGen] Make CodeGenMapTable understand the namespace field of an instruction
by Karl-Johan Karlsson
· 8 years ago
Next »