Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_llvm
/
afafefeaee9d486966934c40c23d8df8abfd9116
afafefe
[llvm-cov] Minor aesthetic improvements for html reports
by Vedant Kumar
· 9 years ago
2be4b41
Initialize PreserveAsmComments in MCTargetOptions
by Nirav Dave
· 9 years ago
81494d6
[Hexagon] Handle extended versions of restore routines
by Krzysztof Parzyszek
· 9 years ago
fe912bf
CodeGen: Make iterator-to-pointer conversion explicit, NFC
by Duncan P. N. Exon Smith
· 9 years ago
aa32a0d
Fix the build for libstdc++ 4.7
by David Majnemer
· 9 years ago
cfc6fb4
XCore: Avoid implicit iterator conversions, NFC
by Duncan P. N. Exon Smith
· 9 years ago
67e13d6
Revert EH-specific checks in BranchFolding that were causing blow ups in compile time.
by Andrew Kaylor
· 9 years ago
331274d
GlobalISel: support zero-sized allocas
by Tim Northover
· 9 years ago
27b2476
[MC][X86] Fix Intel Operand assembly parsing for .set ids
by Nirav Dave
· 9 years ago
3655e65
[DSE] Fix bug in updating MadeChange flag
by Jun Bum Lim
· 9 years ago
f2ff85c
[Hexagon] Add saved callee-saved registers as live-in in non-wrapped blocks
by Krzysztof Parzyszek
· 9 years ago
41bc5c2
Make bugpoint transform conditional jumps into unconditional jumps.
by Daniel Berlin
· 9 years ago
12e910f
Remove MCAsmInfo.h include from TargetOptions.h
by Reid Kleckner
· 9 years ago
30428b1
[X86][SSE] Updated test so that both are applying the post-multiply
by Simon Pilgrim
· 9 years ago
5a1c38a
Typo fix. NFC
by Diana Picus
· 9 years ago
a772715
[ARM] Check that the thumb COFF segment flag gets set on thumb windows
by Renato Golin
· 9 years ago
f15a020
[GlobalISel] Introduce an instruction selector.
by Ahmed Bougacha
· 9 years ago
cd0d4b0
[AArch64] Mark various *Info classes as 'final'. NFC.
by Ahmed Bougacha
· 9 years ago
8968942
[AArch64] Define AArch64RegisterInfo as a class, not a struct. NFC.
by Ahmed Bougacha
· 9 years ago
60367c5
GlobalISel: remove variable_ops from output list.
by Tim Northover
· 9 years ago
1f35f2f
[mips][ias] Check '$rs = $rd' constraints when both registers are in AsmText.
by Daniel Sanders
· 9 years ago
d7d539d
[PowerPC] Fix typo in PPCHazardRecognizers.cpp
by Nemanja Ivanovic
· 9 years ago
f5be002
PowerPC: Avoid implicit iterator conversions, NFC
by Duncan P. N. Exon Smith
· 9 years ago
8b87628
[test/gold] Add gold test subdirectory tests needing v1.12 (or higher)
by Teresa Johnson
· 9 years ago
b9c61f0
[ARM] Set a non-conflicting comment character for assembly in MSVC mode
by Renato Golin
· 9 years ago
f689bed
[ARM] Adds test for immediate encoding
by Renato Golin
· 9 years ago
5682750
Revert r276856 "Adjust Registry interface to not require plugins to export a registry"
by John Brawn
· 9 years ago
1a61c31
Adjust Registry interface to not require plugins to export a registry
by John Brawn
· 9 years ago
36a9d65
[DAGCombiner] Use APInt directly to detect out of range shift constants
by Simon Pilgrim
· 9 years ago
18e7325
Removed unusued template function declaration that has no definition - fixes MSVC warning.
by Simon Pilgrim
· 9 years ago
af18ad3
[mips] Update the link to the MIPS documentation in CompilerWriterInfo.rst.
by Daniel Sanders
· 9 years ago
23ce797
[MBP] Added some more debug messages and some clean ups /NFC
by Sjoerd Meijer
· 9 years ago
9968808
Refactor - CodeExtractor : Move check for valid block to static utility
by Sean Silva
· 9 years ago
7963f42
[GVNHoist] Fix typo in assert.
by George Burgess IV
· 9 years ago
c53e16c
Fix Coroutines doc example
by Mehdi Amini
· 9 years ago
8a6d1ad
[MC] Add command-line option to choose the max nest level in asm macros.
by Davide Italiano
· 9 years ago
7c4932c
GVN-hoist: improve code generation for recursive GEPs
by Sebastian Pop
· 9 years ago
c58cbcd
GVN-hoist: use DFS numbers instead of walking the instruction stream
by Sebastian Pop
· 9 years ago
af5d051
[coroutines] Part 2 of N: Adding Coroutine Intrinsics
by David Majnemer
· 9 years ago
906c5ef
add a verbose mode to Loop->print() to print all the basic blocks of a loop
by Sebastian Pop
· 9 years ago
fde7c9d
add function isLoopLatch
by Sebastian Pop
· 9 years ago
5960086
refactor code in verifyLoop: NFC.
by Sebastian Pop
· 9 years ago
c380ddf
[llvm-cov] Escape '\' in strings when emitting JSON
by Vedant Kumar
· 9 years ago
a49a3e1
Move assert as early as possible
by Sebastian Pop
· 9 years ago
064517f
[llvm-go] parameterize $GOPATH construction
by Andrew Wilkins
· 9 years ago
00429d5
[ConstantFolding] Correctly handle failures in ConstantFoldConstantExpressionImpl
by David Majnemer
· 9 years ago
e60e6f6
Reverting r276771 due to MSan failures.
by Andrew Kaylor
· 9 years ago
f799c70
AMDGPU: Use rcp for fdiv 1, x with fpmath metadata
by Matt Arsenault
· 9 years ago
df483ab
Revert r276136 "Use ValueOffsetPair to enhance value reuse during SCEV expansion."
by Hans Wennborg
· 9 years ago
c43677a
AMDGPU: Add more tests for LDS size with occupancy
by Matt Arsenault
· 9 years ago
c1cc7ba9
[docs] Fix a sphinx error in llvm-cov.rst
by Vedant Kumar
· 9 years ago
8cbfb09
AMDGPU: Use implicit_def for selecting anyext
by Matt Arsenault
· 9 years ago
53397d1
Retry: [llvm-cov] Add support for exporting coverage data to JSON
by Vedant Kumar
· 9 years ago
aaba6ed
docs: Add reference to type metadata to langref.
by Peter Collingbourne
· 9 years ago
63d80be
Revert "[llvm-cov] Add support for exporting coverage data to JSON"
by Vedant Kumar
· 9 years ago
ad0f5f6
MIRParser: Use dot instead of colon to mark subregisters
by Matthias Braun
· 9 years ago
f57cf2f
[llvm-cov] Add support for exporting coverage data to JSON
by Vedant Kumar
· 9 years ago
315f732
Fix docs/Coroutines.rst syntax highlighting on Linux
by Sanjoy Das
· 9 years ago
252b5eb
AMDGPU/R600: Remove dead custom inserters
by Matt Arsenault
· 9 years ago
7aeb3e4
AMDGPU: Minor AsmPrinter cleanups
by Matt Arsenault
· 9 years ago
43492b2
[Hexagon] Post-increment loads/stores enhancements
by Krzysztof Parzyszek
· 9 years ago
2deff15
GlobalISel: add generic load and store instructions.
by Tim Northover
· 9 years ago
50e5cbc
[X86] Split out absdiff detection from SAD combine. NFC.
by Michael Kuperstein
· 9 years ago
a628d04
[Hexagon] Gracefully handle reg class mismatch in HexagonLoopReschedule
by Krzysztof Parzyszek
· 9 years ago
aa3e2e6
[Hexagon] Rerun bit tracker on new instructions in RIE
by Krzysztof Parzyszek
· 9 years ago
f39cea0
Add link to the Hexagon documentation
by Krzysztof Parzyszek
· 9 years ago
17a4225
[Hexagon] Bitwise operations for insert/extract word not simplified
by Krzysztof Parzyszek
· 9 years ago
2b8ecef
Fix NVPTX/call-with-alloca-buffer.ll after r276777.
by Justin Lebar
· 9 years ago
7fdf5b1
MIRParser: Use shorter cfi identifiers
by Matthias Braun
· 9 years ago
e20e4c1
[MC] Don't crash when trying to emit a relocation against .bss.
by Davide Italiano
· 9 years ago
98a069f
[CMAKE] Find ld64 using xcrun
by Bruno Cardoso Lopes
· 9 years ago
5d321c1
[InstSimplify] Cast folding can be made more generic
by David Majnemer
· 9 years ago
0f30994
[LoopUtils] Sort headers
by Adam Nemet
· 9 years ago
c48a054
GlobalISel: add correct operand type to G_FRAME_INDEX instrs.
by Tim Northover
· 9 years ago
b450d54
[Hexagon] Add support for proper handling of H and L constraints
by Krzysztof Parzyszek
· 9 years ago
d96170e
GlobalISel: omit braces on MachineInstr types when there's only one.
by Tim Northover
· 9 years ago
04defbc
Re-committing r275284: add support to inline __builtin_mempcpy
by Andrew Kaylor
· 9 years ago
d506595
AMDGPU: Make AMDGPUMachineFunction fields private
by Matt Arsenault
· 9 years ago
cc67a0a36
AMDGPU: Add missing tests for xnack option for HSA
by Matt Arsenault
· 9 years ago
ee4cdb7
AMDGPU: Add fp legacy instruction intrinsics
by Matt Arsenault
· 9 years ago
27d9a7f
GlobalISel: add specialized buildCopy function to MachineInstrBuilder.
by Tim Northover
· 9 years ago
1123323
GlobalISel: give MachineInstrBuilder a uniform interface. NFC.
by Tim Northover
· 9 years ago
4768f3d
[mips] Fix typos in spelling of lowerRETURNADDR.
by Daniel Sanders
· 9 years ago
c4320ab
[Hexagon] Update store offset when not packetizing it with allocframe
by Krzysztof Parzyszek
· 9 years ago
7263e3e
[ARM] Improve error messages for .arch_extension directive
by Oliver Stannard
· 9 years ago
b8014e1
[ARM] Implement -mimplicit-it assembler option
by Oliver Stannard
· 9 years ago
26a5022
[lit] Document the 'available_features' member of the config object.
by Daniel Sanders
· 9 years ago
2396770
[X86][SSE] Added extra memory folding tests for cvtsd2ss intrinsic
by Simon Pilgrim
· 9 years ago
9c00fcc
[X86][SSE] Fixed issue with memory folding of (v)cvtsd2ss intrinsics
by Simon Pilgrim
· 9 years ago
edf7e07
[mips] MIPS64R6 compact branch support
by Simon Dardis
· 9 years ago
2b0c195
Fixed spelling in comment
by Simon Pilgrim
· 9 years ago
ae09a87
[tblgen] Compare const char * with strcmp instead of creating StringRef.
by Benjamin Kramer
· 9 years ago
38a44a8
[mips] sgtu, s[rl]l, sra, dnegu, neg instruction aliases
by Simon Dardis
· 9 years ago
2e40e16
[X86] Remove isCommutable=1 from instructions that also load. Commuting such instruction isn't useful as it would unfold the load. The exception being FMA3 instructions.
by Craig Topper
· 9 years ago
70baa1d
[AVX512] Don't mark ADDSSZr_Int or MULSSZr_Int as commutable. The intrinsics have one of their arguments indicated as passing through the high bits and we can't commute that.
by Craig Topper
· 9 years ago
b98adc8
Remove obsolete XFAIL for a test that used to sometimes miscompile under
by Dimitry Andric
· 9 years ago
e37fa0b
Reapply: [InstSimplify] Add support for bitcasts"
by David Majnemer
· 9 years ago
7f21dd5
Propery format doccomment in lto.h . NFC
by Amaury Sechet
· 9 years ago
bb936d2
LiveIntervalAnalysis: Fix handleMoveDown() problem
by Matthias Braun
· 9 years ago
6ba6032
GlobalISel: remove redundant ';'s. NFC
by Tim Northover
· 9 years ago
Next »