Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_llvm80
/
3b3fa38731702a6fea7f6477ffd9aa41dfe36e30
3b3fa38
[ARM] Make the assembler reject unpredictable pre/post-indexed ARM LDRB/LDRSB instructions.
by Tilmann Scheller
· 11 years ago
9bd0d2a
[ARM] Make the assembler reject unpredictable pre/post-indexed ARM LDRH/LDRSH instructions.
by Tilmann Scheller
· 11 years ago
70c9be7
[ARM] Make the assembler reject unpredictable pre/post-indexed ARM LDR instructions.
by Tilmann Scheller
· 11 years ago
5e2214c
SLPVectorizer: fix build problem in Release configuration
by Erik Eckstein
· 11 years ago
956268f
SLPVectorizer: improved scheduling algorithm.
by Erik Eckstein
· 11 years ago
0a15e20
[mips][PR19612] Fix va_arg for big-endian mode.
by Daniel Sanders
· 11 years ago
12f7582
SLP Vectorizer: added statistics counter
by Erik Eckstein
· 11 years ago
e47fce6
SLP Vectorizer: improve canonicalize tree operands of commutitive binary operands.
by Erik Eckstein
· 11 years ago
2fd13bb
Revert of 214418: "Create a default symver on Linux like ELF OSes."
by Sylvestre Ledru
· 11 years ago
d2a9010
[PowerPC] Generate unaligned vector loads using intrinsics instead of regular loads
by Hal Finkel
· 11 years ago
1952b5a
This patch implements transform for pattern "(A & ~B) ^ (~A) -> ~(A & B)".
by Suyog Sarda
· 11 years ago
78061f4
This patch implements transform for pattern "(A | B) & ((~A) ^ B) -> (A & B)".
by Suyog Sarda
· 11 years ago
d05b6c6
This patch implements transform for pattern "( A & (~B)) | (A ^ B) -> (A ^ B)"
by Suyog Sarda
· 11 years ago
8756941
This patch implements transform for pattern "(A & B) | ((~A) ^ B) -> (~A ^ B)".
by Suyog Sarda
· 11 years ago
de55992
R600/SI: Fix build warning
by Tom Stellard
· 11 years ago
74ac163
[FastISel][AArch64] Fix the immediate versions of the {s|u}{add|sub}.with.overflow intrinsics.
by Juergen Ributzka
· 11 years ago
bcaf5e1
[PowerPC] Recognize consecutive memory accesses from intrinsics
by Hal Finkel
· 11 years ago
21e23ab
MS inline asm: Fix null SMLoc when 'ptr' is missing after dword & co
by Reid Kleckner
· 11 years ago
17c8fef
R600/SI: Do abs/neg folding with ComplexPatterns
by Tom Stellard
· 11 years ago
f3b62df
TableGen: Allow AddedComplexity values to be negative
by Tom Stellard
· 11 years ago
5494792
R600/SI: Simplify and fix handling of VOP2 in SIInstrInfo::legalizeOperands
by Tom Stellard
· 11 years ago
635fb9f
R600/SI: Fold immediates when shrinking instructions
by Tom Stellard
· 11 years ago
e5fc420
R600/SI: Fix incorrect commute operation in shrink instructions pass
by Tom Stellard
· 11 years ago
42deb12
Add support for the X86 secure guard extensions instructions in assembler (SGX).
by Kevin Enderby
· 11 years ago
0b3444c
X86 MC: Don't crash on empty memory operand parens
by Reid Kleckner
· 11 years ago
7895ae3
X86 MC: Reject invalid segment registers before a memory operand colon
by Reid Kleckner
· 11 years ago
e120a76
White space fix.
by Louis Gerbarg
· 11 years ago
af85a09
Make classof in MemSDNode consistent with MemIntrinsicSDNode
by Hal Finkel
· 11 years ago
22c99ee
R600: Modernize work item intrinsics test
by Jan Vesely
· 11 years ago
7d54c5b
Make sure no loads resulting from load->switch DAGCombine are marked invariant
by Louis Gerbarg
· 11 years ago
f7be7f1
Improve the remark generated for -Rpass-missed.
by Tyler Nowicki
· 11 years ago
db50d8b
Revert "Remove MCObjectDisassembler.cpp as it is untested and unused." as it is apparently used, but the build didn't return errors weirdly.
by Eric Christopher
· 11 years ago
8821207
Improve the remark generated when a variable that is used outside the loop is not a reduction or induction variable.
by Tyler Nowicki
· 11 years ago
03c8d18
Replaces a few pointers with references in llvm-nm.cpp.
by Rafael Espindola
· 11 years ago
c57853e
Fixing CMake problems with MCObjectDisassembler.cpp not existing.
by Aaron Ballman
· 11 years ago
e8a696f
Remove MCObjectDisassembler.cpp as it is untested and unused.
by Eric Christopher
· 11 years ago
36daac3
msbuild integration: remove duplicated lines and BOM from 2014 integration (PR20341)
by Hans Wennborg
· 11 years ago
fc272c3
DWOHolder takes ownership of the argument constructor, use std::unique_ptr.
by Rafael Espindola
· 11 years ago
81becb7
Use a reference instead of a pointer.
by Rafael Espindola
· 11 years ago
156ce6c
Add documentation for lit's --show-unsupported flag
by Eric Fiselier
· 11 years ago
8d6cf4d
Clarify in PowerPC release notes that 32-bit PIC support is incomplete.
by Bill Schmidt
· 11 years ago
723bdb5
Disable IsSub subregister assert. pr18663.
by Will Schmidt
· 11 years ago
72c5355
Remove unused argument.
by Rafael Espindola
· 11 years ago
1023307
Move MCObjectSymbolizer.h to MC/MCAnalysis.
by Rafael Espindola
· 11 years ago
50c05c9
Fix ScalarEvolutionExpander when creating a PHI in a block with duplicate predecessors
by Hal Finkel
· 11 years ago
94f7c7a
verify-uselistorder: Change the default -num-shuffles=5
by Duncan P. N. Exon Smith
· 11 years ago
26d8315
Create a default symver on Linux like ELF OSes.
by Eric Christopher
· 11 years ago
9d65d37
UseListOrder: Handle self-users
by Duncan P. N. Exon Smith
· 11 years ago
5dbbe4a
Fix loop end condition.
by Eric Christopher
· 11 years ago
b74ca14
Wrong heading level for PowerPC changes in release notes
by Bill Schmidt
· 11 years ago
40b4bf5
Release Notes: Overriding PPC64 and PPC64LE ABI defaults is not yet supported.
by Bill Schmidt
· 11 years ago
b0574ad
Add PowerPC release notes for 3.5.
by Bill Schmidt
· 11 years ago
43a151d
Fixing an -Woverloaded-virtual warnings by exposing the hidden virtual function as well. No functional changes intended.
by Aaron Ballman
· 11 years ago
fec274d
Fixing a -Wcast-qual warning in GCC. No functional changes.
by Aaron Ballman
· 11 years ago
7ee4f09
[msan] Fix handling of array types.
by Evgeniy Stepanov
· 11 years ago
8a78bb9
[asan] Support x86 REP MOVS asm instrumentation.
by Evgeniy Stepanov
· 11 years ago
40f2023
MergeFunctions, tiny refactoring:
by Stepan Dyatkovskiy
· 11 years ago
95ec276
[FastISel][AArch64] Add basic bitcast support for conversion between float and int.
by Juergen Ributzka
· 11 years ago
a60ed42
[FastISel][AArch64] Add sqrt intrinsic support.
by Juergen Ributzka
· 11 years ago
a4a812f
InstCombine: Correctly propagate NSW/NUW for x-(-A) -> x+A
by David Majnemer
· 11 years ago
ec7ee07
InstSimplify: Simplify (X - (0 - Y)) if the second sub is NUW
by David Majnemer
· 11 years ago
d1d53e8
Fix some grammatical errors.
by Richard Smith
· 11 years ago
e482ebc
[FastISel][AArch64] Update and enable patchpoint and stackmap intrinsic tests for FastISel.
by Juergen Ributzka
· 11 years ago
e3a7501
[FastISel][AArch64] Add MachO large code model support for function calls.
by Juergen Ributzka
· 11 years ago
1c9b982
A std::unique_ptr case I missed in the previous patch.
by Rafael Espindola
· 11 years ago
79002da
Use std::unique_ptr to make the ownership explicit.
by Rafael Espindola
· 11 years ago
0a8cc45
Don't fail tablegen immediately after failing to set a value.
by Pete Cooper
· 11 years ago
b71c54f
Add a better error message when failing to assign one tablegen value to another
by Pete Cooper
· 11 years ago
b4d70a0
Fix bit initializer which was one bit too long, but worked so long as we silently dropped the leading 0
by Pete Cooper
· 11 years ago
302e995
Fix bit initializer which was one bit too long, but worked so long as we silently dropped the leading 0
by Pete Cooper
· 11 years ago
fa003d0
Delete dead code.
by Rafael Espindola
· 11 years ago
e5ae09b
UseListOrder: Don't give constant IDs to GlobalValues
by Duncan P. N. Exon Smith
· 11 years ago
dc6c25c
[FastISel] Fix the patchpoint intrinsic lowering in FastISel for large target addresses.
by Juergen Ributzka
· 11 years ago
450c33b
[FastISel][AArch64 and X86] Don't emit stores for UNDEF arguments during function call lowering.
by Juergen Ributzka
· 11 years ago
d321cdf
verify-uselistorder: Add RUN lines to cases in test/Assembly
by Duncan P. N. Exon Smith
· 11 years ago
a749ecc
X86 asm parser: Avoid duplicating the list of aliased instructions
by Reid Kleckner
· 11 years ago
cadb2a8
Add mtpid/mfpid for BookE.
by Joerg Sonnenberger
· 11 years ago
187d75c
Attempt at fixing the windows dll build.
by Rafael Espindola
· 11 years ago
c222d61
llvm-profdata: Add a test for mismatched numbers of counters
by Justin Bogner
· 11 years ago
2adcddc
llvm-profdata: Use consistent file suffixes in tests
by Justin Bogner
· 11 years ago
d571205
Use "weak alias" instead of "alias weak"
by Rafael Espindola
· 11 years ago
367c5c2
Refactor TLBIVAX and add tlbsx.
by Joerg Sonnenberger
· 11 years ago
7af08a4
X86 asm parser: Use a loop to disambiguate suffixes instead of copy paste
by Reid Kleckner
· 11 years ago
cb99212
[FastISel][AArch64] Add select folding support for the XALU intrinsics.
by Juergen Ributzka
· 11 years ago
29c424c
[FastISel][AArch64] Add branch folding support for the XALU intrinsics.
by Juergen Ributzka
· 11 years ago
2235d7b
[FastISel][AArch64] Add {s|u}{add|sub|mul}.with.overflow intrinsic support.
by Juergen Ributzka
· 11 years ago
07731b3
[FastISel] Move the helper function isCommutativeIntrinsic into FastISel base class.
by Juergen Ributzka
· 11 years ago
24383df
[FastISel][AArch64] Create helper functions to create the various multiplies on AArch64.
by Juergen Ributzka
· 11 years ago
b0dba10
[FastISel][AArch64] Add support for shift-immediate.
by Juergen Ributzka
· 11 years ago
5624046
InstCombine: Simplify (A ^ B) or/and (A ^ B ^ C)
by David Majnemer
· 11 years ago
ee6a050
Add rfdi and rfmci from the e500/e500mc ISA.
by Joerg Sonnenberger
· 11 years ago
7f6a685
SLP Vectorizer: Canonicalize tree operands of commutitive binary operands.
by Chad Rosier
· 11 years ago
7fef5a3
SimplifyCFG: Avoid miscompilations due to removed lifetime intrinsics.
by Rafael Espindola
· 11 years ago
9e3d58a
Add BookE's tlbre, tlbwe and tlbivax instructions.
by Joerg Sonnenberger
· 11 years ago
31c0b5b
docs: update the command guide documentation for llvm-profdata.
by Alex Lorenz
· 11 years ago
8f34515
Fix test case introduced in r214322
by Louis Gerbarg
· 11 years ago
dab34a6
LangRef: add a note about the mangling-suppressing \01 prefix
by Hans Wennborg
· 11 years ago
8fa6f94
Refactor duplicated code.
by Rafael Espindola
· 11 years ago
75ba1b0
Fixing a few -Woverloaded-virtual warnings by exposing the hidden virtual function as well. No functional changes intended.
by Aaron Ballman
· 11 years ago
5fb3c84
Retain alignment requirements for load->selects modified by DAGCombine
by Louis Gerbarg
· 11 years ago
Next »