Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_llvm80
/
f3b62dfcb2d7b864334bc089a2de2dac97f8a0b2
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
43b54db
UseListOrder: Visit global values
by Duncan P. N. Exon Smith
· 11 years ago
8dc3e30
Fix line endings before adding RUN lines, NFC
by Duncan P. N. Exon Smith
· 11 years ago
89c4197
Rename llvm-uselistorder => verify-uselistorder
by Duncan P. N. Exon Smith
· 11 years ago
4a9efda
llvm-uselistorder: Improve the tool description
by Duncan P. N. Exon Smith
· 11 years ago
e188fa6
llvm-uselistorder: Fix memory leak from r214125
by Duncan P. N. Exon Smith
· 11 years ago
4366b6c
Add the missing hasLinkOnceODRLinkage predicate.
by Rafael Espindola
· 11 years ago
d59fa04
Add a small test showing when a linkonce_odr symbol can be hidden.
by Rafael Espindola
· 11 years ago
b5b178a
Correct vector type definition in LangRef.
by Manuel Jacob
· 11 years ago
a4d6ef1
Add BookE's wrtee and wrteei instructions.
by Joerg Sonnenberger
· 11 years ago
a2d6cb1
SPRG 0 to 3 are valid outside BookE, so move them to the normal test
by Joerg Sonnenberger
· 11 years ago
840b5d5
Don't manually (and forcibly) run the verifier on the entire module from
by Chandler Carruth
· 11 years ago
1febfa2
[MCJIT] Fix the ARM BR24 relocation in RuntimeDyldMachO.
by Lang Hames
· 11 years ago
e54c557
[PowerPC] Add JMP_SLOT relocation definitions
by Hal Finkel
· 11 years ago
f3e7778
R600/SI: Remove redundant setting of bits on instructions.
by Matt Arsenault
· 11 years ago
e1681c9
[MCJIT] Actually remap sections based llvm-rtdyld options added in r214255.
by Lang Hames
· 11 years ago
562fd7a
Use range loops.
by Rafael Espindola
· 11 years ago
3bff0d2b
Convert a few more function pointer calls to just "f()".
by Rafael Espindola
· 11 years ago
9823db9
[AVX512] Test that _mm512_set1_* intrinsics generate broadcasts
by Adam Nemet
· 11 years ago
0d51d7b
[AVX512] Add missing CHECK-LABEL
by Adam Nemet
· 11 years ago
Next »