Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_llvm80
/
a6000643d94425e767f041fcdaa51e90b6f71c84
a600064
Fix a pair of array index checks.
by Eric Christopher
· 12 years ago
f8edf9f
Object/COFF: Add export table entry structs.
by Rui Ueyama
· 12 years ago
fca7695
[Stackmap] Update stackmap unit test to use AnyRegCC.
by Juergen Ributzka
· 12 years ago
dee63f4
Delete dead code.
by Reed Kotler
· 12 years ago
ab906d0
Apply transformation on OS X 10.9+ and iOS 7.0+: pow(10, x) ―> __exp10(x)
by Yi Jiang
· 12 years ago
7d3a11f
llvm-cov: Further improved error messages.
by Yuchen Wu
· 12 years ago
298c765
llvm-cov: Conformed headers.
by Yuchen Wu
· 12 years ago
3a6ea48
Move test to X86 dir
by Renato Golin
· 12 years ago
07d9471
Add #pragma vectorize enable/disable to LLVM
by Renato Golin
· 12 years ago
226e3ea
Check hint registers for interference only once before evictions
by Aditya Nandakumar
· 12 years ago
32cbcf2
Implemented vget/vset_lane_f16 intrinsics
by Ana Pazos
· 12 years ago
54dfc2a
llvm-cov: Changed extension from .llcov to .gcov.
by Yuchen Wu
· 12 years ago
d4deecd
Revert part of GCC warning fix to fix debug build.
by Matt Arsenault
· 12 years ago
5024536
Fix minor GCC warnings.
by Matt Arsenault
· 12 years ago
f3f9cff
Change std::deque => std::vector. No functionality change.
by Michael Gottesman
· 12 years ago
9477d57
Document that dllexported symbols are preserved by optimization passes.
by Yunzhong Gao
· 12 years ago
3bb1184
Fix non-deterministic behavior.
by Rafael Espindola
· 12 years ago
60e5b16
Rename DwarfUnits to DwarfFile to help avoid some naming confusion.
by Eric Christopher
· 12 years ago
6606ef0
MI-Sched: Model "reserved" processor resources.
by Andrew Trick
· 12 years ago
5739313
MI-Sched: handle latency of in-order operations with the new machine model.
by Andrew Trick
· 12 years ago
bdbcb4d
Machine model comments. Explain a ProcessorUnit's BufferSize.
by Andrew Trick
· 12 years ago
c9fc1e7
Fix the A9 machine model. VTRN writes two registers.
by Andrew Trick
· 12 years ago
0591e2a
comment typo and reformat
by Andrew Trick
· 12 years ago
6b11950
Add a default constructor to get deterministic behavior.
by Rafael Espindola
· 12 years ago
9e0807c
SLPVectorizer: An in-tree vectorized entry cannot also be a scalar external use
by Arnold Schwaighofer
· 12 years ago
64abf5b
[tsan] fix PR18146: sometimes a variable written into vptr could have an integer type (after other optimizations)
by Kostya Serebryany
· 12 years ago
7add542
[NVPTX] Fix off-by-one error when creating the VT list for an SDNode
by Justin Holewinski
· 12 years ago
4012c30
Add forgotten header guards
by Alexey Samsonov
· 12 years ago
bc7114f
[mips] Small code generation improvement for conditional operator (select)
by Matheus Almeida
· 12 years ago
00877e7
[mips] Add some comments related to the optimization performed in performSELECTCombine.
by Matheus Almeida
· 12 years ago
4faa2b3
[mips][msa] Fix issue with immediate fields of LD/ST instructions
by Matheus Almeida
· 12 years ago
52123d1
ARM: fix yet another stack-folding bug
by Tim Northover
· 12 years ago
0d66821
DwarfDebug/DwarfUnit: Push abbreviation structures down into DwarfUnits to reduce duplication
by David Blaikie
· 12 years ago
714ce8a
Use isIntrinsic() instead of checking for "llvm."
by Matt Arsenault
· 12 years ago
fac7a9e
Remove the isImplicitlyPrivate argument of getNameWithPrefix.
by Rafael Espindola
· 12 years ago
087ab61
Correct word hyphenations
by Alp Toker
· 12 years ago
9155b17
Hide the stub created for MO_ExternalSymbol too.
by Rafael Espindola
· 12 years ago
8723470
R600/SI: Add comments for number of used registers.
by Matt Arsenault
· 12 years ago
ba2a226
Try harder to get a consistent floating point results.
by Rafael Espindola
· 12 years ago
688aa71
Move llvm/test/MC/ELF/thumb-st_other.s to test/MC/ARM.
by NAKAMURA Takumi
· 12 years ago
4fd5852
For AArch64, add missing register cost calculation for big value types like v4i64 and v8i64.
by Jiangning Liu
· 12 years ago
f6770bc
Add FileCheck statements for r196435.
by Cameron McInally
· 12 years ago
e521805
Compiler.h: Disable initializer list usage with clang-cl
by Reid Kleckner
· 12 years ago
7437fee
Export symbols in tools that support loading plugins.
by Will Dietz
· 12 years ago
7afb463
DwarfDebug: Avoid unnecessary abbreviation lookup when emitting DIEs
by David Blaikie
· 12 years ago
acf6571
DwarfDebug: Remove trivial function wrapper
by David Blaikie
· 12 years ago
98f52fa
Make these two tests resilient in the face of compile unit size changes.
by Eric Christopher
· 12 years ago
9e56866
80-column.
by Eric Christopher
· 12 years ago
7eca700
Remove special handling for DW_AT_ranges support by constructing the
by Eric Christopher
· 12 years ago
175fe68
[mc] Fix ELF st_other flag.
by Logan Chien
· 12 years ago
faf4d59
Use present fast-math flags when applicable in CreateBinOp
by Michael Ilseman
· 12 years ago
e4b236c
Fix comment.
by Eric Christopher
· 12 years ago
6c8fadd
Add AVX512 patterns for v16i32 broadcast and v2i64 zero extend load.
by Cameron McInally
· 12 years ago
1cf9e7f
Fix typo.
by Eric Christopher
· 12 years ago
81a14a8
DwarfUnit: Correct comment by generalizing over all units, not just compilation units.
by David Blaikie
· 12 years ago
f50f3a3
Fix a bug in darwin's 32-bit X86 handling of evaluating fixups.
by Kevin Enderby
· 12 years ago
3f8689f
Update comment.
by Eric Christopher
· 12 years ago
e28204e
Update comment.
by Eric Christopher
· 12 years ago
881c0bb
Remove incorrect comment and pointless cast.
by Eric Christopher
· 12 years ago
dda6f1f
const on its own line is confusing.
by Eric Christopher
· 12 years ago
0fc8c68
Add support for parsing ARM symbol variants on ELF targets
by David Peixotto
· 12 years ago
6b2011a
Simplify check.
by Eric Christopher
· 12 years ago
690a455
Reformat slightly.
by Eric Christopher
· 12 years ago
856d2fc
Make RangeSpanList take a symbol for the beginning of the range
by Eric Christopher
· 12 years ago
c8c1893
Add a FIXME for making the symbol emission functions const.
by Eric Christopher
· 12 years ago
ec112cf
DwarfDebug: Unconditionalize trivial asm comments
by David Blaikie
· 12 years ago
a18dcd4
DwarfDebug: Reduce code duplication for sec offset emission
by David Blaikie
· 12 years ago
ae49c38
Couple of small logical cleanups to use !empty rather than other
by Eric Christopher
· 12 years ago
6aff9d6
llvm-cov: Replace size() with empty() in bool check.
by Yuchen Wu
· 12 years ago
fb934a2
Use move and stack allocation for RangeSpanLists. As a result make
by Eric Christopher
· 12 years ago
12b493a
DebugInfo: Improve test to use llvm-dwarfdump
by David Blaikie
· 12 years ago
cc49bec
Test fix for r196394
by David Blaikie
· 12 years ago
193140b
DebugInfo: Remove unused start/end labels for the debug_abbrevs section
by David Blaikie
· 12 years ago
6d3d93c
Fix assembly syntax for AVX512 vector blend instructions.
by Cameron McInally
· 12 years ago
3ddd790
DebugInfo: Avoid recreating matching labels in disparate places.
by David Blaikie
· 12 years ago
a2f6f94
[X86] Check YMM31/ZMM31 as well
by Michael Liao
· 12 years ago
e834f41
Update the UseFusedMAC definition to directly specify its dependence on having
by Chad Rosier
· 12 years ago
8095580
Suppress '(x < y) ? a : 0 -> (x < y) & a' transform on X86 architectures with dedicated mask registers.
by Cameron McInally
· 12 years ago
8467740
[CMake] add_lit_target: Let lit.site.cfg free from "--param build_mode" on single configuration builds, like autoconf build.
by NAKAMURA Takumi
· 12 years ago
af38f91
Update email address.
by Bill Wendling
· 12 years ago
bfbf8d3
Un-revert r196358: "llvm-cov: Added support for function checksums."
by Daniel Jasper
· 12 years ago
b835a44
Revert r196358: "llvm-cov: Added support for function checksums."
by Daniel Jasper
· 12 years ago
dd30261
[AArch64 Neon] Add ACLE intrinsic vceqz_f64.
by Kevin Qin
· 12 years ago
c7f14e3
[AArch64 NEON] Add missing compare intrinsics.
by Kevin Qin
· 12 years ago
2ebea72
llvm-cov: Added support for function checksums.
by Yuchen Wu
· 12 years ago
45a5b27
llvm-cov: Added checks for ident, checksum, name.
by Yuchen Wu
· 12 years ago
9bd2991
llvm-cov: Capitalized GCNO and GCDA for consistency.
by Yuchen Wu
· 12 years ago
812ad83
llvm-cov: Split GCOVFile's read into GCNO and GCDA.
by Yuchen Wu
· 12 years ago
045d547
Fix a funny typo.
by Rafael Espindola
· 12 years ago
fe50a26
[LangRef] Remove (non-normative) paragraph that doesn't make sense.
by Sean Silva
· 12 years ago
d060bfc
Produce deterministic coff files.
by Rafael Espindola
· 12 years ago
a61f945
Add -mcpu=core2 to all llc invocations in this test.
by Rafael Espindola
· 12 years ago
39be27f
[Stackmap] Specify the triple and cpu to fix the unit test.
by Juergen Ributzka
· 12 years ago
6abfcbd
[Stackmap] Emit multi-byte nops for X86.
by Juergen Ributzka
· 12 years ago
4f47f01
final patch for very long conditional branches for mips16 constant islands.
by Reed Kotler
· 12 years ago
0427957
check-llvm: Ask llvm-config about assertion mode, instead of llc.
by NAKAMURA Takumi
· 12 years ago
e0c0a71
utils/llvm-lit: Generate "llvm-lit.py" rather than "llvm-lit" on Win32 hosts to let llvm-lit.py --use-processes work.
by NAKAMURA Takumi
· 12 years ago
d38749b
Update comment grammar and contents.
by Eric Christopher
· 12 years ago
b972f33
Use CHECK-LABEL to make this test more strict.
by Rafael Espindola
· 12 years ago
21a9fd2
Fix mingw32 thiscall + sret.
by Rafael Espindola
· 12 years ago
Next »