Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_llvm80
/
8f5464d3abfc9cbadbb39b80825efed0d3b4a694
8f5464d
Service the doxygen comments in DwarfUnit and DwarfDebug.
by Adrian Prantl
· 10 years ago
ad7556d
MIR Serialization: Serialize the fixed stack objects.
by Alex Lorenz
· 10 years ago
c6d1cc7
[WinEH] Strip the \01 character from the __CxxFrameHandler3 thunk name
by Reid Kleckner
· 10 years ago
0ed5091
Remove macro guards for extern template instantiations.
by Benjamin Kramer
· 10 years ago
ed5546e
Avoid using Loop::getSubLoopsVector.
by Benjamin Kramer
· 10 years ago
af8cf90
Fix handling of the 'n' asm constraint with invalid operands.
by James Y Knight
· 10 years ago
f5be357
AMDGPU/SI: Select mad patterns to v_mac_f32
by Tom Stellard
· 10 years ago
af3e4a2
ARM: Fix cttz expansion on vector types.
by Logan Chien
· 10 years ago
f8560e5
[ARM] Handle commutativity when converting to tADDhirr in Thumb2
by Scott Douglass
· 10 years ago
ffc5159
[ARM] Add Thumb2 ADD with SP narrowing from 3 operand to 2
by Scott Douglass
· 10 years ago
f716895
[ARM] Small refactor of tryConvertingToTwoOperandForm (nfc)
by Scott Douglass
· 10 years ago
5b50110
Cleanup after r241809 - remove uncessary call to std::sort
by Silviu Baranga
· 10 years ago
46db875
Remove unused variable.
by Rafael Espindola
· 10 years ago
0b2f27e
Aliases don't have available_externally linkage.
by Rafael Espindola
· 10 years ago
94162a0
Don't change the visibility when converting a definition to a declaration.
by Rafael Espindola
· 10 years ago
b3e72a7
Removing several -Wunused-but-set-variable warnings; NFC intended.
by Aaron Ballman
· 10 years ago
5572685
Print the visibility of available_externally functions.
by Rafael Espindola
· 10 years ago
c376473
Revert r241981 "Revert "Revert r236894 "[BasicAA] Fix zext & sext handling"""
by Manuel Klimek
· 10 years ago
a0a5173
AVX-512: Added all AVX-512 forms of Vector Convert for Float/Double/Int/Long types.
by Elena Demikhovsky
· 10 years ago
c1a7ff9
[llvm-stress] Remove unneeded llvm:: prefix. NFC.
by Pawel Bylica
· 10 years ago
ddb76b4
[mips] Explained the 'w' modifier in the Inline Assembler documentation.
by Daniel Sanders
· 10 years ago
8e7e365
[LSR] don't attempt to promote ephemeral values to indvars
by Jingyue Wu
· 10 years ago
46b13dd
[InstSimplify] Teach InstSimplify how to simplify extractelement
by David Majnemer
· 10 years ago
5501985
[InstSimplify] Teach InstSimplify how to simplify extractvalue
by David Majnemer
· 10 years ago
6c57f2f
Fix PR24099 reported by Tomas Brukner.
by Yaron Keren
· 10 years ago
4173058
[ARM] Add support for nest attribute using r12
by Renato Golin
· 10 years ago
07c08a6
[X86][SSE] Tidied up vector extend/truncation tests. NFCI.
by Simon Pilgrim
· 10 years ago
9c64d9c
[X86][SSE] (V)PMINSB is commutable.
by Simon Pilgrim
· 10 years ago
b3a04b5
Trim trailing whitespaces. NFC.
by Simon Pilgrim
· 10 years ago
f9df477
[X86][SSE] Vectorized v4i32 non-uniform shifts.
by Simon Pilgrim
· 10 years ago
a1b821f
[LICM] Don't try to sink values out of loops without any exits
by David Majnemer
· 10 years ago
866cf31
[PowerPC] Make use of the TargetRecip system
by Hal Finkel
· 10 years ago
d14325b
[PowerPC] Support the nest parameter attribute
by Hal Finkel
· 10 years ago
22af148
Revert "[ExecutionEngine] Use std::function rather than a function pointer for the LazyFunctionCreator."
by Renato Golin
· 10 years ago
1e3fa76
Revert "Revert r236894 "[BasicAA] Fix zext & sext handling""
by Hal Finkel
· 10 years ago
4e947d8
Move getStrideFromPointer and friends from LoopVectorize to VectorUtils
by Hal Finkel
· 10 years ago
6690dbf
Add argmemonly attribute.
by Igor Laevsky
· 10 years ago
063b6a0
Fix include guard typo introduced in r239315.
by Yaron Keren
· 10 years ago
acea229
Define a new intrinsic @llvm.canonicalize.
by Owen Anderson
· 10 years ago
c51f300
[PM/AA] Completely remove the AliasAnalysis::copyValue interface.
by Chandler Carruth
· 10 years ago
1af073b
[ExecutionEngine] Add a static cast to the unittest for r241962 to suppress a
by Lang Hames
· 10 years ago
0ce14f2
[ExecutionEngine] Remove cruft and fix a couple of warnings in the test case for
by Lang Hames
· 10 years ago
057d6c2
Renamed some uses of unroll to interleave in the vectorizer.
by Tyler Nowicki
· 10 years ago
bf894e5
MC: Shrink MCDwarfLoc/MCLineEntry
by Duncan P. N. Exon Smith
· 10 years ago
bfc2389
Clean up the comments in DIBuilder.h to adhere to the coding standards
by Adrian Prantl
· 10 years ago
e493b99
Revert "Clean up the comments in DIBuilder.h to adhere to the coding standards"
by Adrian Prantl
· 10 years ago
aefc592
Cleanup a couple of comments in DIBuilder.cpp
by Adrian Prantl
· 10 years ago
780bb74
Clean up the comments in DIBuilder.h to adhere to the coding standards
by Adrian Prantl
· 10 years ago
b9b04ee
[ExecutionEngine] Use std::function rather than a function pointer for the
by Lang Hames
· 10 years ago
c9978ba
MC: Only allow changing feature bits in MCSubtargetInfo
by Duncan P. N. Exon Smith
· 10 years ago
ce43851
AMDGPU: Fix chains for memory ops dependent on argument loads
by Matt Arsenault
· 10 years ago
1cca87a
MIR Serialization: Serialize the virtual register operands.
by Alex Lorenz
· 10 years ago
c3b47b3
[IR] Switch static const to an enum to silence MSVC linker warnings
by David Majnemer
· 10 years ago
16859aa
MC: Remove MCSubtargetInfo() default constructor
by Duncan P. N. Exon Smith
· 10 years ago
5733fd1
MC: Remove MCSubtargetInfo::InitCPUSched()
by Duncan P. N. Exon Smith
· 10 years ago
ca7473f
[InstCombine] Actually combine AA metadata when replacing one load with another
by Bjorn Steinbrink
· 10 years ago
bd88476
AMDGPU: Use requested chain when lowering arguments
by Matt Arsenault
· 10 years ago
eada3a8
ARM: Use SpecificBumpPtrAllocator to fix leak introduced in r241920
by Matthias Braun
· 10 years ago
09450da
[SEH] Push reloads of the SEH code past phi nodes
by Reid Kleckner
· 10 years ago
34b9a7dc
Add <type_traits> for is_pod, fixing r241947
by Duncan P. N. Exon Smith
· 10 years ago
ee6d5d1
DAGCombiner: Assume invariant load cannot alias a store
by Matt Arsenault
· 10 years ago
d819fac
MC: Remove the copy of MCSchedModel in MCSubtargetInfo
by Duncan P. N. Exon Smith
· 10 years ago
722aa95
[ShrinkWrap][PEI] Do not insert epilogue for unreachable blocks.
by Quentin Colombet
· 10 years ago
7ebb7ed
[MC] Switch static const to an enum to silence MSVC linker warnings
by David Majnemer
· 10 years ago
61b8d4a
Fix AArch64 prologue for empty frame with dynamic allocas.
by Evgeniy Stepanov
· 10 years ago
020938f
[TTI] BasicTTIImpl assumes no vector registers
by Jingyue Wu
· 10 years ago
0144670
Fix `llvm-config` to emit the linker flag for the combined shared object built by autoconfig/make instead of the individual components.
by JF Bastien
· 10 years ago
d37a9df
[Object][ELF] Handle the dynamic string table in files without a section table.
by Michael J. Spencer
· 10 years ago
a8043e2
Fix enum BitcodeError to not define a zero-valued error code.
by Jan Wen Voung
· 10 years ago
31a4111
[LoopDist/LoopVer] Move LoopVersioning to a new module, NFC
by Adam Nemet
· 10 years ago
8c3eef8
[LoopDist] Move loop-versioning helper functions to Cloning, NFC
by Adam Nemet
· 10 years ago
74c23af
ARMLoadStoreOpt: Merge subs/adds into LDRD/STRD; Factor out common code
by Matthias Braun
· 10 years ago
b0a2d8c
ComputeKnownBits: be a bit smarter about ADDs
by Fiona Glaser
· 10 years ago
02e89ac
ARMLoadStoreOptimizer: Create LDRD/STRD on thumb2
by Matthias Braun
· 10 years ago
7bfd515
WebAssembly: basic instructions todo, and basic register info.
by JF Bastien
· 10 years ago
b838969
MIR Serialization: Initial serialization of stack objects.
by Alex Lorenz
· 10 years ago
99cb989
Target RegisterInfo: devirtualize TargetFrameLowering
by JF Bastien
· 10 years ago
892af54
ARMLoadStoreOptimizer: Rewrite LDM/STM matching logic.
by Matthias Braun
· 10 years ago
98da470
Actually support volatile memcpys in NVPTX lowering
by Eli Bendersky
· 10 years ago
46c36cf
NFC. Added a blank line for consistency.
by Nemanja Ivanovic
· 10 years ago
b0927be
[InstSimplify] Fold away ord/uno fcmps when nnan is present.
by Benjamin Kramer
· 10 years ago
ee0d992
Add support for fast-math flags to the FCmp instruction.
by James Molloy
· 10 years ago
e57b60a
Add missing builtins to the PPC back end for ABI compliance (vol. 3)
by Nemanja Ivanovic
· 10 years ago
f7dc9d0
Disable loop re-rotation for -Oz (patch by Andrey Turetsky)
by Alexey Bataev
· 10 years ago
8229e33
[llvm-stress] Enhance scalar type selection from command line.
by Pawel Bylica
· 10 years ago
89a6fba
llvm/Object/ELF.h: Appease g++-4.7.2.
by NAKAMURA Takumi
· 10 years ago
eddf9e2
Revert the new EH instructions
by David Majnemer
· 10 years ago
d09a1e4
Add missing 'const'. I don't think this is strictly required, but some
by Daniel Jasper
· 10 years ago
ec83dbd
Tighten the verifier check for catchblock.
by David Majnemer
· 10 years ago
2431442
Address Joseph's review comments.
by David Majnemer
· 10 years ago
a5d05b7
Address Reid's review feedback.
by David Majnemer
· 10 years ago
751c4be
New EH representation for MSVC compatibility
by David Majnemer
· 10 years ago
86ef198
[InstCombine] Employ AliasAnalysis in FindAvailableLoadedValue
by Bjorn Steinbrink
· 10 years ago
ad4d739
[InstCombine] Properly combine metadata when replacing a load with another
by Bjorn Steinbrink
· 10 years ago
dde1281
[NVPTX] declare no vector registers
by Jingyue Wu
· 10 years ago
b4eeb6b
[WinEH] Make sure LSDA tables are 4 byte aligned
by Reid Kleckner
· 10 years ago
89a5e25
Replace index-loops by range-based loops
by Eli Bendersky
· 10 years ago
c68ccc1
[x86] enable machine combiner reassociations for scalar double-precision multiplies
by Sanjay Patel
· 10 years ago
39f09b5
[x86] enable machine combiner reassociations for scalar double-precision adds
by Sanjay Patel
· 10 years ago
478d483
Fix shadowing.
by Michael J. Spencer
· 10 years ago
Next »