Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_llvm
/
8b6319bfed73ad0b38fc9ebcf8cdb340fe942860
8b6319b
[X86] Split FMA4 RM tests into a separate file. NFC.
by Ahmed Bougacha
· 11 years ago
d8eb4f1
Base check on the section name, not the variable name.
by Rafael Espindola
· 11 years ago
0ea3b24
[RegAlloc] Remove reference to the trivial spiller in test case.
by Lang Hames
· 11 years ago
4e2cbd5
[RegAlloc] Kill off the trivial spiller - nobody is using it any more.
by Lang Hames
· 11 years ago
14f5cb6
Indentation fixes
by Michael Liao
· 11 years ago
2dc0735
Try to appease MSVC buildbots after r221466.
by Frederic Riss
· 11 years ago
3b80486
Plumb in the ARM thumb symbolizer in llvm-objdump’s Mach-O disassembler and
by Kevin Enderby
· 11 years ago
6df2a3b
Change DIBuilder::createImportedDeclaration from taking a DIScope to a DIDescriptor.
by Frederic Riss
· 11 years ago
d67fc42
[Hexagon] Adding basic Hexagon ELF object emitter.
by Colin LeMahieu
· 11 years ago
9b644c8
Clean up NVPTXLowerStructArgs.cpp. NFC
by Eli Bendersky
· 11 years ago
0d9e067
[mips] Removed IsSoftFloat from MipsISelLowering::analyzeCallOperands(). NFC
by Daniel Sanders
· 11 years ago
e15b20e
[Reassociate] Don't reassociate when mixing regular and fast-math FP
by Chad Rosier
· 11 years ago
20e3be7
[mips] Removed MipsISelLowering::analyzeFormalArguments() in favour of CCState::AnalyzeFormalArguments()
by Daniel Sanders
· 11 years ago
4396b44
Use FileCheck in a few tests.
by Rafael Espindola
· 11 years ago
eed9590
Compute the correct jump table entries on 32 bit windows.
by Rafael Espindola
· 11 years ago
f0f66a2
[X86] When commuting SSE immediate blend, make sure that the new blend mask is a valid imm8.
by Andrea Di Biagio
· 11 years ago
22cfcb2
Fixing some -Wcast-qual warnings; NFC.
by Aaron Ballman
· 11 years ago
7f22a20
[mips] Tolerate the use of the %z inline asm operand modifier with non-immediates.
by Toma Tabacu
· 11 years ago
2b8f969
[mips] Add the following MIPS options that control gp-relative addressing of
by Sasa Stankovic
· 11 years ago
ea60f51
[mips] Improve error/warning messages and testing for the .cpload assembler directive.
by Toma Tabacu
· 11 years ago
10f28ec
[JIT] Fix more missing endian conversions (opcodes for AArch64, ARM, and Mips stub functions, and ARM target in general)
by Daniel Sanders
· 11 years ago
42b17f9
Object, COFF: Infer symbol sizes from adjacent symbols
by David Majnemer
· 11 years ago
a67e169
X86, MC: Tidy up some whitespace in GetRelocType
by David Majnemer
· 11 years ago
03e3dfd
GCOV: Make sure that function idents in the .gcda and .gcno match
by Justin Bogner
· 11 years ago
58de709
Add three other sections when L symbols are allowed.
by Rafael Espindola
· 11 years ago
e1f22e3
Allow L symbols in no_dead_strip sections.
by Rafael Espindola
· 11 years ago
d465ece
[X86] Lower VSELECT into SHRUNKBLEND when we shrink the bits used into the
by Quentin Colombet
· 11 years ago
4ebcbd0
Remove unnecessary .c_str() when implicitly converting to Twine
by Matt Arsenault
· 11 years ago
6c100e7
[Docs][JIT] Update the clang++ invocation lines in the kaleidoscope docs.
by Lang Hames
· 11 years ago
5940390
[mips64] Fix MIPS64 exception personality encoding
by Petar Jovanovic
· 11 years ago
3f1d66f
[X86][SSE] Vector integer to float conversion memory folding
by Simon Pilgrim
· 11 years ago
3911374
[docs] Document usage of Inputs/ for extra test files.
by Sean Silva
· 11 years ago
212f3ab
[Linker] Add some test coverage for llvm.ident merging
by Sean Silva
· 11 years ago
9f59bc4
Fix heap-use-after-free bug in expandSDiv when the operands are
by Michael Ilseman
· 11 years ago
36c4749
Remove obsolete ARM intrinsics vclz and vcnt
by Steven Wu
· 11 years ago
5563be0
Add accessor to get 'visibility' part of st_other field
by Simon Atanasyan
· 11 years ago
65c7979
Fix test breakage from r221386
by Derek Schuff
· 11 years ago
ecb144e
R600/SI: Fix omod display for VOP3b
by Matt Arsenault
· 11 years ago
07ffcb1
[x86 fast-isel] Materialize allocas with the correct-sized lea for ILP32
by Derek Schuff
· 11 years ago
e7a8e29
R600/SI: Add testcase I forgot to commit from months ago
by Matt Arsenault
· 11 years ago
d858637
R600/SI: Move all rsrc building functions to SIISelLowering
by Matt Arsenault
· 11 years ago
12bd9f1
R600/SI: Remove SI_ADDR64_RSRC
by Matt Arsenault
· 11 years ago
e459c0b
[NVPTX] Add NVPTXLowerStructArgs pass
by Justin Holewinski
· 11 years ago
bad06b1
IR: MDNode => Value: NamedMDNode::getOperator()
by Duncan P. N. Exon Smith
· 11 years ago
4a6537c
remove extra breaks; NFC
by Sanjay Patel
· 11 years ago
ee64335
IR: MDNode => Value: AsmWriter SlotTracker API
by Duncan P. N. Exon Smith
· 11 years ago
463e275
[ARM] Remove more dead code.
by Tilmann Scheller
· 11 years ago
cd2d40c
ps][microMIPS] Implement CodeGen support for ANDI16 instruction
by Zoran Jovanovic
· 11 years ago
455618c
[Hexagon] [NFC] Alphabetizing cmake files.
by Colin LeMahieu
· 11 years ago
a1925e6
ps][microMIPS] Implement CodeGen support for SLL16 and SRL16 instructions
by Zoran Jovanovic
· 11 years ago
4929a03
[ARM] Remove another redundant assignment.
by Tilmann Scheller
· 11 years ago
8dad1e1
[mips][microMIPS] Implement ANDI16 instruction
by Zoran Jovanovic
· 11 years ago
8e4d0d8
[ARM] Remove redundant assignment.
by Tilmann Scheller
· 11 years ago
7cc4447
[dfsan] Abort at runtime on indirect calls to uninstrumented vararg functions.
by Peter Collingbourne
· 11 years ago
72ced73
IR: MDNode => Value: NamedMDNode::addOperand()
by Duncan P. N. Exon Smith
· 11 years ago
33ccf8e
[ARM] Remove dead code identified by the Clang static analyzer.
by Tilmann Scheller
· 11 years ago
0f0a134
[mips][microMIPS] Mark symbols as microMIPS if necessary
by Zoran Jovanovic
· 11 years ago
e9b9ca4
Reverted revisions 221351, 221352 and 221353.
by Zoran Jovanovic
· 11 years ago
e7ec22d
[mips][microMIPS] Implement CodeGen support for ANDI16 instruction
by Zoran Jovanovic
· 11 years ago
8cfd490
[mips][microMIPS] Implement CodeGen support for SLL16 and SRL16 instructions
by Zoran Jovanovic
· 11 years ago
7c63a63
[mips][microMIPS] Implement ANDI16 instruction
by Zoran Jovanovic
· 11 years ago
8eaed0f
R600/SI: Change all instruction assembly names to lowercase.
by Tom Stellard
· 11 years ago
1f06060
R600/SI: Add an extra check line to make test more strict
by Tom Stellard
· 11 years ago
3ee42f6
Add a LLVM_BUILD_STATIC option to cmake.
by Rafael Espindola
· 11 years ago
042bee8
[X86] Teach method 'isVectorClearMaskLegal' how to check for legal blend masks.
by Andrea Di Biagio
· 11 years ago
6b418b2
Fix bashism in tests added by r221341
by Oliver Stannard
· 11 years ago
382f7d7
[ARM] Honor FeatureD16 in the assembler and disassembler
by Oliver Stannard
· 11 years ago
04a4594
Improve logic that decides if its profitable to commute when some of the virtual registers involved have uses/defs chains connecting them to physical register. Fix up the tests that this change improves.
by Craig Topper
· 11 years ago
090bd82
llvm/test/Transforms/GCOVProfiling: Avoid to parse backslashes in MDString. Use %/T instead of %T.
by NAKAMURA Takumi
· 11 years ago
4787059
llvm-readobj: Add support for dumping the DOS header in PE files
by David Majnemer
· 11 years ago
07e1080
Revert 220932.
by Jiangning Liu
· 11 years ago
84dc1b5
IR: Metadata: Remove unnecessary dyn_cast
by Duncan P. N. Exon Smith
· 11 years ago
1e28840
Fix broken C++ mode comment
by Matt Arsenault
· 11 years ago
49c14f5
InstSimplify: Exact shifts of X by Y are X if X has the lsb set
by David Majnemer
· 11 years ago
4cd064b
Add a check for misbehaving -Wcomment from gcc-4.7 and add
by Eric Christopher
· 11 years ago
cafa378
ARM: try to add extra CS-register whenever stack alignment >= 8.
by Tim Northover
· 11 years ago
1f771b8
ARM/Dwarf: correctly align stack before callee-saved VPRs
by Tim Northover
· 11 years ago
3839fd1
Analysis: Make isSafeToSpeculativelyExecute fire less for divides
by David Majnemer
· 11 years ago
11e6e00
Revert "[Reassociate] Canonicalize negative constants out of expressions."
by Reid Kleckner
· 11 years ago
4ad0654
[X86][SSE] Enable commutation for SSE immediate blend instructions
by Simon Pilgrim
· 11 years ago
ffb62b7
Revert earlier change removing setPreservesCFG from instcombine (r221223) and
by Mark Heffernan
· 11 years ago
6612e3a
[AArch64] Use the correct register class for ORR.
by Juergen Ributzka
· 11 years ago
2ca0328
Revert "[mips] Add names and tests for the hardware registers"
by Rafael Espindola
· 11 years ago
f49ead7
Provide gmlt-like inline scope information in the skeleton CU to facilitate symbolication without needing the .dwo files
by David Blaikie
· 11 years ago
41ebc26
Move cross-unit DIE caching to the DwarfFile level, so it doesn't interfere with fission-gmlt data and produce skeleton<>full unit cross referencing.
by David Blaikie
· 11 years ago
c326067
Don't produce relocations for a difference in a section with no symbols.
by Rafael Espindola
· 11 years ago
1aa0694
[mips] Move COP2 & COP3 load/store instructions from MipsInstrFPU.td to MipsInstrInfo.td. NFC.
by Vasileios Kalintiris
· 11 years ago
a7a01d3
[mips] Add names and tests for the hardware registers
by Vasileios Kalintiris
· 11 years ago
c270e8a
[X86] Add 'FeatureSlowSHLD' to cpu 'bdver3'. Also explicit set FeatureAVX and FeatureSSE4A for all the bdver* cpus.
by Andrea Di Biagio
· 11 years ago
d2d9ad0
ErrorOr: Be more explicit in the implicit conversion to bool docs
by Justin Bogner
· 11 years ago
e1bec75
[PBQP] Callee saved regs should have a higher cost than scratch regs
by Arnaud A. de Grandmaison
· 11 years ago
8025a39
[PBQP] Tweak spill costs and coalescing benefits
by Arnaud A. de Grandmaison
· 11 years ago
e246328
R600/SI: Rename div_scale dest operands to match documentation
by Matt Arsenault
· 11 years ago
4844826
AArch64: Pattern match integer vector abs like we do on ARM.
by Benjamin Kramer
· 11 years ago
c45da43
[asan] [mips] changed ShadowOffset32 for systems having 16kb PageSize; patch by Kumar Sukhani
by Kostya Serebryany
· 11 years ago
d21956e
Remove unused DisableRedZone option.
by Rafael Espindola
· 11 years ago
e756ecf
InstSimplify: Fold a hasNoSignedWrap() call into a match() expression
by David Majnemer
· 11 years ago
57269b0
InstSimplify: Fold a hasNoUnsignedWrap() call into a match() expression
by David Majnemer
· 11 years ago
dd3894a
[mips] Improve support for the .set mips16/nomips16 assembler directives.
by Toma Tabacu
· 11 years ago
d0de1a5
[Stackmaps] Make test less fragile. NFC.
by Juergen Ributzka
· 11 years ago
Next »