Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_llvm80
/
d474181920f0335c4fe4154e3e50df6d6ba50587
d474181
ArrayRef-ize the Feature and Processor tables for SubtargetFeatures.
by Eric Christopher
· 11 years ago
3949749
Copy the full TailCallKind in CallInst::clone_impl
by Reid Kleckner
· 11 years ago
e3e870f
Do not make -pass-remarks additive.
by Diego Novillo
· 11 years ago
2c06cd8
TTI: Estimate @llvm.fmuladd cost as fmul + fadd when FMA's aren't legal on the target.
by Benjamin Kramer
· 11 years ago
8a712ba
[X86] Improve the lowering of BITCAST dag nodes from type f64 to type v2i32 (and vice versa).
by Andrea Di Biagio
· 11 years ago
22f779d
Implememting named register intrinsics
by Renato Golin
· 11 years ago
b889448
Special case aliases in GlobalValue::getAlignment.
by Rafael Espindola
· 11 years ago
bfc3f30
Have the SubtargetFeature help routine just not return a number and
by Eric Christopher
· 11 years ago
534ec26
Add some details to the llvm-cov documentation. <rdar://problem/15819496>
by Bob Wilson
· 11 years ago
4f17235
Be more strict about not allowing setSection on aliases.
by Rafael Espindola
· 11 years ago
55ba6a1
Be more strict about not calling setAlignment on global aliases.
by Rafael Espindola
· 11 years ago
3524723
AArch64/ARM64: implement diagnosis of unpredictable loads & stores
by Tim Northover
· 11 years ago
4d28f03
AArch64/ARM64: add two more MC tests to ARM64 set.
by Tim Northover
· 11 years ago
c08733f
AArch64/ARM64: enable MC-level diagnostic tests for NEON insts.
by Tim Northover
· 11 years ago
09b3bd8
AArch64/ARM64: make NEON vector list parsing a bit more robust
by Tim Northover
· 11 years ago
d58350d
AArch64/ARM64: add more specific diagnostic for floating imm 0.0.
by Tim Northover
· 11 years ago
c5f9aff
AArch64/ARM64: add more specific diagnostic for invalid vector lanes
by Tim Northover
· 11 years ago
6e64f90
AArch64/ARM64: produce more informative diagnostic assembling some immediates
by Tim Northover
· 11 years ago
80fd091
ARM: For thumb fixups store halfwords high first and low second
by Christian Pirker
· 11 years ago
03145eb
[ARM64] Enable alignment control option in front-end for ARM64.
by Kevin Qin
· 11 years ago
0e8c40d
Disable -Wcomment when building with GCC.
by Evgeniy Stepanov
· 11 years ago
64cd55a
Update programmers manual to cover llvm::function_ref, and add a note to the
by Richard Smith
· 11 years ago
b0eeb12
Use X86 memory operand enums instead of hardcoding.
by Craig Topper
· 11 years ago
b184a37
Fix some obvious Doxygen comment bugs.
by Owen Anderson
· 11 years ago
3e889f7
Update comment from a recent commit.
by David Blaikie
· 11 years ago
f0e7f76
[Build] Add rule to generate fully-expanded .td file
by Adam Nemet
· 11 years ago
40a1b74
PR19598: Provide the ability to RAUW a declaration with itself, creating a non-temporary copy and using that to RAUW.
by David Blaikie
· 11 years ago
5c34f99
Revert "Walk back commits for unused function parameters - they're still being"
by Eric Christopher
· 11 years ago
cca77fc
blockfreq: Move include to .cpp
by Duncan P. N. Exon Smith
· 11 years ago
2efa833
Revert accidentally-committed files.
by Richard Smith
· 11 years ago
36ecb2e
Re-commit r208025, reverted in r208030, with a fix for a conformance issue
by Richard Smith
· 11 years ago
f3a199b
Revert r208025, which made buildbots unhappy for unknown reasons.
by Richard Smith
· 11 years ago
9ad48c1
Fix i128 div/mod on mingw64
by Reid Kleckner
· 11 years ago
10222d2
[Support/MemoryBuffer] Rename IsVolatile -> IsVolatileSize and add a comment about the use case for the new parameter.
by Argyrios Kyrtzidis
· 11 years ago
245e8bd
Add llvm::function_ref (and a couple of uses of it), representing a type-erased reference to a callable object.
by Richard Smith
· 11 years ago
9331beb
Include intrin.h before windows.h as a workaround for the x64 self-host
by Reid Kleckner
· 11 years ago
6a91439
[Support/MemoryBuffer] Move the IsVolatile check inside shouldUseMmap() and make sure to zero-initialize the rest
by Argyrios Kyrtzidis
· 11 years ago
096d841
Detabify.
by Nick Lewycky
· 11 years ago
05da4dd
Improve 'tail' call marking in TRE. A bootstrap of clang goes from 375k calls marked tail in the IR to 470k, however this improvement does not carry into an improvement of the call/jmp ratio on x86. The most common pattern is a tail call + br to a block with nothing but a 'ret'.
by Nick Lewycky
· 11 years ago
59c397d
Walk back commits for unused function parameters - they're still being
by Eric Christopher
· 11 years ago
e3b906e
Reapply: Add slp vectorization to LTO passes. The bug it exposed has been fixed by r207983. <radar://16641956>
by Yi Jiang
· 11 years ago
bb95032
Remove a now unnecessary function since all calls have one version
by Eric Christopher
· 11 years ago
9edfca8
Remove a call to std::exit in a library. Make "Help" return
by Eric Christopher
· 11 years ago
32b6099
[Support/MemoryBuffer] Introduce a boolean parameter (false by default) 'IsVolatile' for the open file functions.
by Argyrios Kyrtzidis
· 11 years ago
73ebb5a
Fix typo.
by Eric Christopher
· 11 years ago
4b84b52
R600: Expand i64 ISD:SUB
by Tom Stellard
· 11 years ago
33a4854
Remove unused argument from AddFeature.
by Eric Christopher
· 11 years ago
9572a1c
Fix typo (also tab character).
by Eric Christopher
· 11 years ago
a75173c
Use a range loop.
by Rafael Espindola
· 11 years ago
75ea413
Revert "Optimize shufflevector that copies an i64/f64 and zeros the rest."
by Filipe Cabecinhas
· 11 years ago
a0fa9eb
Optimize shufflevector that copies an i64/f64 and zeros the rest.
by Filipe Cabecinhas
· 11 years ago
f6518f6
R600/SI: allow 5 more input SGPRs to a shader
by Marek Olsak
· 11 years ago
830195e
Move test from r207969 to another folder and rename it.
by Michael Zolotukhin
· 11 years ago
606660f
Always set alignment of vectorized LD/ST in SLP-Vectorizer. <rdar://problem/16812145>
by Yi Jiang
· 11 years ago
b85d690
Fix spelling.
by Joerg Sonnenberger
· 11 years ago
814442a
Be a bit more specific in the release notes.
by Rafael Espindola
· 11 years ago
bbd9c21
LTO: -internalize sets visibility to default
by Duncan P. N. Exon Smith
· 11 years ago
c6e42b5
Remove the -disable-cfi option.
by Rafael Espindola
· 11 years ago
d51c57f
[Test] Remove substitution for clang
by Adam Nemet
· 11 years ago
3b4c8c2
Modify test to not use -disable-cfi.
by Rafael Espindola
· 11 years ago
54d2b33
Select bdver2 instead of bdver1 if TBM support is present on models < 0x10.
by Kaelyn Takata
· 11 years ago
bd7cb3a
Move test to the ARM64 directory.
by Rafael Espindola
· 11 years ago
260b6b0
Convert a CodeGen test into a MC test.
by Rafael Espindola
· 11 years ago
1c87e2a
Fix test from r207966 and add a comment there.
by Michael Zolotukhin
· 11 years ago
df86405
[ASan/Win] Fix issue 305 -- don't instrument .CRT initializer/terminator callbacks
by Timur Iskhodzhanov
· 11 years ago
557a275
Trivial simplification. No functionality change.
by Rafael Espindola
· 11 years ago
07db1c9
Add regression test for r207692.
by Michael Zolotukhin
· 11 years ago
862cd00
Fix gcc -pedantic warning in lto.cpp.
by Patrik Hagglund
· 11 years ago
3b98af5
Add range access to ELFFile's sections collection.
by Simon Atanasyan
· 11 years ago
8d538f1
CodeGen: correct memset emittance for WoA
by Saleem Abdulrasool
· 11 years ago
4fc5273
CodeGen: strengthen WoA AEABI avoidance tests
by Saleem Abdulrasool
· 11 years ago
a7321a6
MC: support FK_SecRel_4 for Windows on ARM
by Saleem Abdulrasool
· 11 years ago
99b03e3
LoopUnroll: If we're doing partial unrolling, use the PartialThreshold to limit unrolling.
by Benjamin Kramer
· 11 years ago
28a739b
SLPVectorizer: Bring back the insertelement patch (r205965) with fixes
by Arnold Schwaighofer
· 11 years ago
8a3751f
AVX-512: minor change in rndscale intrinsic
by Elena Demikhovsky
· 11 years ago
febf86d
[LCG] Add the last (and most complex) of the edge insertion mutation
by Chandler Carruth
· 11 years ago
57a38b8
[LCG] Reorder the tests to be a bit more logical: inter-SCC mutation
by Chandler Carruth
· 11 years ago
98ff665
X86: further range-loopify AsmPrinter
by Saleem Abdulrasool
· 11 years ago
8afcab4
X86: remove X86COFFMachineModuleInfo
by Saleem Abdulrasool
· 11 years ago
f3b2ed7
X86: repair export compatibility with MinGW/cygwin
by Saleem Abdulrasool
· 11 years ago
6f0d4e3
X86: refactor export directive generation
by Saleem Abdulrasool
· 11 years ago
b3428a0
IR: Cleanup AttributeSet::get for AttrBuilder
by David Majnemer
· 11 years ago
b2bd7e8
[TBAA] Fix handling of mixed TBAA (path-aware and non-path-aware TBAA).
by Juergen Ributzka
· 11 years ago
930ca98
Fix pr19645.
by Rafael Espindola
· 11 years ago
72e96a5
[ARM64] Correctly select ANDWri in FastISel.
by Joey Gouly
· 11 years ago
81f28f6
SLPVectorizer: Lazily allocate the map for block numbering.
by Benjamin Kramer
· 11 years ago
91ffe99
Rename member variable to try to fix the bots.
by Rafael Espindola
· 11 years ago
0bf9cca
Update docs still mentioning LLVM_ENABLE_CXX11
by Alp Toker
· 11 years ago
dd32608
Move LTOModule and LTOCodeGenerator to the llvm namespace.
by Rafael Espindola
· 11 years ago
10e8f95
Style fix: don't duplicate the method names.
by Rafael Espindola
· 11 years ago
fcee722
Style update: don't duplicate comments, they were getting out of sync.
by Rafael Espindola
· 11 years ago
879875f
Updated Doxygen link for InstIterator.h.
by Yaron Keren
· 11 years ago
e26759b
[ELFYAML] Group ELF header falgs to target specific blocks. Handle flags
by Simon Atanasyan
· 11 years ago
e6982bf
[ELFYAML] Add more SHT_xxx flags to the YAML section type mapping.
by Simon Atanasyan
· 11 years ago
5608a25
InstIterator.h lives in llvm/IR.
by Yaron Keren
· 11 years ago
486ad62
Vectorize intrinsic math function calls in SLPVectorizer.
by Karthik Bhat
· 11 years ago
3aa9b49
[LSR] Add llc testcase for r207271/r207569.
by Adam Nemet
· 11 years ago
10c37a0
Try simplifying LexicalScopes ownership again.
by David Blaikie
· 11 years ago
c7b30d8
[sanitizers] Propagate the sanitizer options through to the lit context.
by Chandler Carruth
· 11 years ago
71aafce
Satisfy GCC's urgent need for parentheses around ‘&&’ within ‘||’.
by Benjamin Kramer
· 11 years ago
Next »