Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_llvm
/
fb0b759b0a27289f402dca07cbbd540fb2e98952
fb0b759
[llvm-mt] Use WithColor for printing errors.
by Jonas Devlieghere
· 7 years ago
9fa7862
[TableGen] Use WithColor for printing errors/warnings
by Jonas Devlieghere
· 7 years ago
b457430
[X86] Make %eiz usage in 64-bit mode, force a 0x67 address size prefix. Fix some test CHECK lines.
by Craig Topper
· 7 years ago
4fc14da
[X86] Teach disassembler to use %eip instead of %rip when 0x67 prefix is used on a rip-relative address.
by Craig Topper
· 7 years ago
af8308f
[X86][AsmParser] Improve base/index register checks.
by Craig Topper
· 7 years ago
17957ec
Fix invariant fdiv hoisting in LICM
by Stanislav Mekhanoshin
· 7 years ago
00f00ba
[AMDGPU] Update includes for intrinsic changes :(
by Reid Kleckner
· 7 years ago
adc5f0a
[ORC] Fix formatting and list pending queries in VSO::dump.
by Lang Hames
· 7 years ago
af7c445
[IR] Split Intrinsics.inc into enums and implementations
by Reid Kleckner
· 7 years ago
dc14c20
Avoid including intrin.h from MathExtras.h
by Reid Kleckner
· 7 years ago
98ae3708
[ELF] Change isSectionData to exclude SHF_EXECINSTR
by Fangrui Song
· 7 years ago
ba5eea7
[X86][AsmParser] Rework that allows (%dx) to be used in place of %dx with in/out instructions.
by Craig Topper
· 7 years ago
10fa029
[RuntimeDyld] Implement the ELF PIC large code model relocations
by Reid Kleckner
· 7 years ago
ea67fb7
[LoopReroll] Rewrite induction variable rewriting.
by Eli Friedman
· 7 years ago
78cd292
[MSSA] Remove incorrect comment + `auto`ify dyn_cast results; NFC
by George Burgess IV
· 7 years ago
61a1013
[X86][AsmParser] Keep track of whether an explicit scale was specified while parsing an address in Intel syntax. Use it for improved error checking.
by Craig Topper
· 7 years ago
a64c3aa
[llvm-size] Make global variables static
by Fangrui Song
· 7 years ago
3d59bc0
[x86] add more tests for bit hacking opportunities with setcc; NFC
by Sanjay Patel
· 7 years ago
31d9a15
[PowerPC] add more tests for bit hacking opportunities with setcc; NFC
by Sanjay Patel
· 7 years ago
7259aa5
[X86][AsmParser] In Intel syntax make sure we support ESP/RSP being the second register in memory expressions like [EAX+ESP].
by Craig Topper
· 7 years ago
5db13cc
[llvm-mca] Remove unnecessary include and forward decl in RCU. NFC.
by Matt Davis
· 7 years ago
3a06bb2
[x86] add tests for bit hacking opportunities with setcc; NFC
by Sanjay Patel
· 7 years ago
5fd79cf
[PowerPC] add tests for bit hacking opportunities with setcc; NFC
by Sanjay Patel
· 7 years ago
3d48ff1
[X86] Add test cases showing missed select simplifcation for MCU when icmp is in a slightly different form.
by Craig Topper
· 7 years ago
d327d4b
[GISel]: Add G_ADDRSPACE_CAST Opcode
by Aditya Nandakumar
· 7 years ago
c22e38d
[gdb] Use Latin-1 to decode StringRef
by Fangrui Song
· 7 years ago
aa1b399
Re-land "[LTO] Enable module summary emission by default for regular LTO"
by Tobias Edler von Koch
· 7 years ago
528e078
[X86] Don't accept (%si,%bp) 16-bit address expressions.
by Craig Topper
· 7 years ago
122aad9
[X86][AsmParser] Allow (%bp,%si) and (%bp,%di) to be encoded without using a zero displacement.
by Craig Topper
· 7 years ago
d6794f0
AMDHSA: Put old assembler docs back
by Konstantin Zhuravlyov
· 7 years ago
be92ae3
[X86][SSE] Add sdiv by (nonuniform) minus one tests (PR37119)
by Simon Pilgrim
· 7 years ago
b6b723f
[X86][AsmParser] Check for invalid 16-bit base register in Intel syntax.
by Craig Topper
· 7 years ago
8a152c5
[X86] Don't allow ESP/RSP to be used as an index register in assembly.
by Craig Topper
· 7 years ago
53f3ded
[LoopUnswitch]Fix comparison for DomTree updates.
by Alina Sbirlea
· 7 years ago
18c02e9
[llvm-mca] Remove redundant call. NFC
by Andrea Di Biagio
· 7 years ago
2191fc0
[X86] Add a test to show missed opportunity to generate vfnmadd
by Easwaran Raman
· 7 years ago
d407e55
Initialize LiveRegs once in BranchFolder::mergeCommonTails
by Krzysztof Parzyszek
· 7 years ago
5a40cf8
[SLPVectorizer] Support alternate opcodes in tryToVectorizeList
by Simon Pilgrim
· 7 years ago
e0f992e
[llvm-mca] Set the operand ID for implicit register reads/writes. NFC
by Andrea Di Biagio
· 7 years ago
6299c23
[llvm-mca] Introduce a sequential container of Stages
by Matt Davis
· 7 years ago
6c358ea
[SLPVectorizer] reorderAltShuffleOperands should just take InstructionsState. NFCI.
by Simon Pilgrim
· 7 years ago
2b35350
Fix test again, try to keep all targets happy
by Paul Robinson
· 7 years ago
ee3b840
Fix test, nop is not always 1 byte
by Paul Robinson
· 7 years ago
fe16001
[DWARFv5] Allow ".loc 0" to refer to the root file.
by Paul Robinson
· 7 years ago
ae9a1a8
[SLPVectorizer] Relax alternate opcodes to accept any BinaryOperator pair
by Simon Pilgrim
· 7 years ago
1c5cdb1
[SLPVectorizer][X86] Add alternate opcode tests for simple build vector cases
by Simon Pilgrim
· 7 years ago
bcfb546
[InstCombine] add shuffle+binops test from PR37806; NFC
by Sanjay Patel
· 7 years ago
a054f92
[InstCombine] add tests for shuffle-with-different-binops; NFC
by Sanjay Patel
· 7 years ago
bbfb91d
[InstCombine] rearrange shuffle-of-binops logic; NFC
by Sanjay Patel
· 7 years ago
dce4487
[X86] Regenerate tests to include fma comments
by Simon Pilgrim
· 7 years ago
4578386
[X86] Add notes to a few intrinsics
by Gabor Buella
· 7 years ago
af36295
Recommit r335333 "[MC] - Add .stack_size sections into groups and link them with .text"
by George Rimar
· 7 years ago
0b0278f
[IR] Use Instruction::isBinaryOp helper instead of raw enum range tests. NFCI.
by Simon Pilgrim
· 7 years ago
51ddc37
Revert r335332 "[MC] - Add .stack_size sections into groups and link them with .text"
by George Rimar
· 7 years ago
08d6b0d
[MC] - Add .stack_size sections into groups and link them with .text
by George Rimar
· 7 years ago
9104c92
Recommit of r335326, with the test fixed that I missed.
by Sjoerd Meijer
· 7 years ago
444b602
[CostModel][AArch64] Add some initial costs for SK_Select and SK_PermuteSingleSrc
by Simon Pilgrim
· 7 years ago
5f1676b
Reverting r335326 while I look at the test failure
by Sjoerd Meijer
· 7 years ago
5af2b9c
Revert r335324 due to a builtbot failure
by Eugene Leviant
· 7 years ago
2ee5127
[ARM] ARMv6m and v8m.baseline strict align
by Sjoerd Meijer
· 7 years ago
ae175df
AMDGPU: Add patterns for i32/i64 local atomic load/store
by Matt Arsenault
· 7 years ago
71f8b0d
[Evaluator] Improve evaluation of call instruction
by Eugene Leviant
· 7 years ago
516c1f1
[X86] Changing the check for valid inputs in combineScalarToVector
by Mikhail Dvoretckii
· 7 years ago
8e0778c
Revert r335306 (and r335314) - the Call Graph Profile pass.
by Chandler Carruth
· 7 years ago
fc57cea
AMDGPU/GlobalISel: Default to using TableGen'd instruction selector
by Tom Stellard
· 7 years ago
3e9055c
AMDGPU/GlobalISel: legalize and select 32-bit G_ASHR
by Tom Stellard
· 7 years ago
762b38d
[LegacyPM] Fix PR37888 by teaching the legacy loop pass manager how to
by Chandler Carruth
· 7 years ago
20f413f
AMDGPU/GlobalISel: legalize and select 32-bit G_SITOFP
by Tom Stellard
· 7 years ago
b93460f
AMDGPU/GlobalISel: Implement select() for COPY
by Tom Stellard
· 7 years ago
56a5b2a
Fix test failures after r335306 due to the pipeline changing.
by Chandler Carruth
· 7 years ago
7fe9364
[InstCombine] fix shuffle-of-binops bug
by Sanjay Patel
· 7 years ago
d8c64fc
[InstCombine] add test for shuffle-of-binops; NFC
by Sanjay Patel
· 7 years ago
0225aa9
AMDGPU/GlobalISel: Implement select() for G_IMPLICIT_DEF
by Tom Stellard
· 7 years ago
3499852
[Instrumentation] Add Call Graph Profile pass
by Michael J. Spencer
· 7 years ago
b9c0a17
[X86] Fix 32-bit mingw comdat names, only add one underscore
by Reid Kleckner
· 7 years ago
ebb24b1
[gdb] Update llvm::Optional
by Fangrui Song
· 7 years ago
7bbbb63
[AMDGPU] Fix lit failures introduced in r335281
by Scott Linder
· 7 years ago
e204dd6
[IR] fix typo in comment; NFC
by Sanjay Patel
· 7 years ago
b388187
Revert r335297 "[X86] Implement more of x86-64 large and medium PIC code models"
by Reid Kleckner
· 7 years ago
4f88705
[X86] Commit some comments that weren't in the medium code model patch
by Reid Kleckner
· 7 years ago
85adb3c
[X86] Implement more of x86-64 large and medium PIC code models
by Reid Kleckner
· 7 years ago
f257d99
[GVN] Avoid casting a vector of size less than 8 bits to i8
by Matthew Voss
· 7 years ago
01b1faf
[dsymutil] Force mmap'ing of binaries
by Jonas Devlieghere
· 7 years ago
2c2fae3
[SCEV] Re-apply r335197 (with Polly fixes).
by Tim Shen
· 7 years ago
13b063f
AMDGPU: Remove ability to reserve VGPRs for debugger
by Konstantin Zhuravlyov
· 7 years ago
845b439
[mingw] Fix GCC ABI compatibility for comdat things
by Reid Kleckner
· 7 years ago
d7f1ecf
[InstCombine] fold vector select of binops with constant ops to 1 binop (PR37806)
by Sanjay Patel
· 7 years ago
43cbf8d
[AMDGPU] Update assembler for HSA Code Object v3
by Scott Linder
· 7 years ago
5119d14
Revert r335206 "Recommit r333268: [IPSCCP] Use PredicateInfo to propagate facts from cmp instructions."
by Francis Visoiu Mistrih
· 7 years ago
8070954
[mips] Modify comment to test new email address (NFC).
by Simon Dardis
· 7 years ago
cbeaa8b
[AMDGPU] Fix bug with tracking processed blocks in SIInsertWaitcnts
by Scott Linder
· 7 years ago
3316883
AMDGPU/AMDHSA: Remove GridWorkGroupCountX/Y/Z
by Konstantin Zhuravlyov
· 7 years ago
e9f0bb4
[InstCombine] add tests for shuffled cmps; NFC
by Sanjay Patel
· 7 years ago
50feec5
[DebugInfo] Ignore DBG_VALUE instructions in PostRA Machine Sink
by Matt Davis
· 7 years ago
83601e5
[InstCombine] use constant pattern matchers with icmp+sext
by Sanjay Patel
· 7 years ago
7cf22ab
[InstCombine] add vector icmp tests with undefs; NFC
by Sanjay Patel
· 7 years ago
1a4304a
[InstCombine] simplify binops before trying other folds
by Sanjay Patel
· 7 years ago
baa9cce
[LoopVectorize] regenerate full checks; NFC
by Sanjay Patel
· 7 years ago
2c7b128
[X86] Update fast-isel tests for clang r335253.
by Craig Topper
· 7 years ago
22a1ef1
[DWARF] Warn on and ignore ".file 0" for DWARF v4 and earlier.
by Paul Robinson
· 7 years ago
Next »