Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_llvm
/
c09fbb030f3ec176556cc6db4f7b2e08fe58fd30
c09fbb0
[InstCombine] improve (1 << x) & 1 --> zext(x == 0) folding
by Sanjay Patel
· 8 years ago
59f9abe
[InstCombine] Add test cases for (X & (Y | ~X)) -> (X & Y) where the not is an inverted compare. NFC
by Craig Topper
· 8 years ago
c301a9e
[InstCombine] Move 4 test cases from a test that didn't use FileCheck and merge them into a existing test file. NFC
by Craig Topper
· 8 years ago
9e7e63a
[InstCombine] add tests for (1 << x) & 1 --> zext(x == 0) ; NFC
by Sanjay Patel
· 8 years ago
49ca68c
[wasm] Update two tests for r308025 which causes scheduling changes due
by Chandler Carruth
· 8 years ago
e039298
[InstCombine] allow (0 - x) & 1 --> x & 1 for vectors
by Sanjay Patel
· 8 years ago
170e6bc
[InstCombine] remove dead code/tests; NFCI
by Sanjay Patel
· 8 years ago
feeb3870
Revert r308078 (and subsequent tweak in r308079) which introduces a test
by Chandler Carruth
· 8 years ago
e998b6e
[LoopInterchange] Add some optimization remarks.
by Florian Hahn
· 8 years ago
4b03014
[docs] AliasAnalysis: clarify that PartialAlias doesn't enforce
by Nuno Lopes
· 8 years ago
ed50411
[PM/LCG] Teach the LazyCallGraph to maintain reference edges from every
by Chandler Carruth
· 8 years ago
b515119
[mips] Handle the `long-calls` feature flags in the MIPS backend
by Simon Atanasyan
· 8 years ago
55ceb9c
SystemZCodeGen: Update libdeps. r308024 introduced LoopDataPrefetchPass.
by NAKAMURA Takumi
· 8 years ago
d7e9378
bpf: fix a compilation bug due to unused variable for release build
by Yonghong Song
· 8 years ago
078c435
AMDGPU: Return correct type during argument lowering
by Matt Arsenault
· 8 years ago
31b76d9
[SLPVectorizer] Add an extra parameter to tryScheduleBundle function, NFCI.
by Dinar Temirbulatov
· 8 years ago
7c423e0
bpf: generate better lowering code for certain select/setcc instructions
by Yonghong Song
· 8 years ago
cf17bf0
Require asserts in new test that uses debug flag
by Teresa Johnson
· 8 years ago
5758e8d
[ThinLTO] Ensure we always select the same function copy to import
by Teresa Johnson
· 8 years ago
8c939cb
[TTI] Refine the cost of EXT in getUserCost()
by Haicheng Wu
· 8 years ago
2cf034e
[libFuzzer] remove stale code
by Kostya Serebryany
· 8 years ago
37b0ef0
[Dominators] Fix reachable visitation and reenable a unit test
by Jakub Kuderski
· 8 years ago
eff738f
[Dominators] Temporarily disable a flaky unit test
by Jakub Kuderski
· 8 years ago
948973b
[libFuzzer] Allow non-fuzzer args after -ignore_remaining_args=1
by Justin Bogner
· 8 years ago
f8411a4
Add missing space to comment
by Adrian Prantl
· 8 years ago
0ffc7d0
[Dominators] Remove an extra semicolon and add a missing include.
by Jakub Kuderski
· 8 years ago
82f51d5
[Dominators] Implement incremental deletions
by Jakub Kuderski
· 8 years ago
7bdecb4
[libFuzzer] fix stats during merge
by Kostya Serebryany
· 8 years ago
2377605
[AArch64] Avoid selecting XZR inline ASM memory operand
by Yi Kong
· 8 years ago
7d7873e
[AArch64][Falkor] Avoid HW prefetcher tag collisions (step 1)
by Geoff Berry
· 8 years ago
b3f60e3
[Dominators] Add a missing include
by Jakub Kuderski
· 8 years ago
33778b7
[AMDGPU] Throw away more dead code. NFCI.
by Davide Italiano
· 8 years ago
79eefe9
[Dominators] Implement incremental insertions
by Jakub Kuderski
· 8 years ago
a774076
Fix mixed line terminators. NFC.
by Dimitry Andric
· 8 years ago
fe9291f
[EarlyCSE] Handle calls with no MemorySSA info.
by Geoff Berry
· 8 years ago
18e1269
[JumpThreading] Add a pattern to TryToUnfoldSelectInCurrBB()
by Haicheng Wu
· 8 years ago
2670e69
[Hexagon] Replace ISD opcode VPACK with VPACKE/VPACKO, NFC
by Krzysztof Parzyszek
· 8 years ago
9994117
[AMDGPU] Garbage collect dead code. NFCI.
by Davide Italiano
· 8 years ago
c68f8f2
[TableGen][MC] Fix a few places where we didn't hide the underlying type of LaneBitmask very well.
by Craig Topper
· 8 years ago
cb10552
[Dominators] Make IsPostDominator a template parameter
by Jakub Kuderski
· 8 years ago
1356a15
[AMDGPU] Do not insert an instruction into worklist twice in movetovalu
by Alfred Huang
· 8 years ago
3a82e35
[Dominators] Simplify block and node printing
by Jakub Kuderski
· 8 years ago
9cdd4dd
[llvm-readobj] - Teach readobj to print DT_FILTER dynamic tag in human readable form.
by George Rimar
· 8 years ago
9d612bd
[Hexagon] Add intrinsics for data cache operations
by Krzysztof Parzyszek
· 8 years ago
af49601
[InstCombine] convert bitwise (in)equality checks to logical ops (PR32401)
by Sanjay Patel
· 8 years ago
a457d34
Revert "Reland "[mips][mt][6/7] Add support for mftr, mttr instructions.""
by Simon Dardis
· 8 years ago
fff3d70
[InstCombine] add tests for PR32401; NFC
by Sanjay Patel
· 8 years ago
d051d7f
[SystemZ] Minor fixing in SystemZScheduleZ196.td
by Jonas Paulsson
· 8 years ago
7d5e486
[InstCombine] auto-generate complete test checks; NFC
by Sanjay Patel
· 8 years ago
be4d3e6
Improve Aliasing of operations to static alloca
by Nirav Dave
· 8 years ago
7392b5a
[SystemZ] Enable LoopDataPrefetch pass.
by Jonas Paulsson
· 8 years ago
f989309
Reland "[mips][mt][6/7] Add support for mftr, mttr instructions.""
by Simon Dardis
· 8 years ago
8f691f1
Reverting commit 308011.
by Zoran Jovanovic
· 8 years ago
3a788ca
[mips][microMIPS] Extending size reduction pass with ADDIUSP and ADDIUR1SP
by Zoran Jovanovic
· 8 years ago
a6ef55b
[ARM] GlobalISel: Support G_BRCOND
by Diana Picus
· 8 years ago
9575322
[SystemZ] Minor fixing in SystemZScheduleZEC12.td
by Jonas Paulsson
· 8 years ago
45a832a
[RelTest] Diana is doing both releases now
by Renato Golin
· 8 years ago
676084e
[ARM] Allow rematerialization of ARM Thumb literal pool loads
by Sam Parker
· 8 years ago
a9a5cb9
[IRCE] Fix corner case with Start = INT_MAX
by Max Kazantsev
· 8 years ago
6173f58
[opt-viewer] Flush stdout after progress update
by Adam Nemet
· 8 years ago
66d21bb
Add a set of comments explaining why getSubtargetImpl() is deleted on these targets.
by Eric Christopher
· 8 years ago
4cbfb42
[SLPVectorizer] Add an extra parameter to alreadyVectorized function, NFCI.
by Dinar Temirbulatov
· 8 years ago
1b2c114
Remove set but not used variables from the debug info verifier code.
by Eric Christopher
· 8 years ago
c0e7d7e
[CMake]Use LLVM_LIBRARY_DIR for lib path.
by Leo Li
· 8 years ago
ac4ebc9
[libFuzzer] update the comments in afl/afl_driver.cpp
by Kostya Serebryany
· 8 years ago
12ab215
[libFuzzer] remove stale code; NFC
by Kostya Serebryany
· 8 years ago
f9915c2
AMDGPU: Detect kernarg segment pointer
by Matt Arsenault
· 8 years ago
06e0ac2
[libFuzzer] simplify the handling of memmem/strstr
by Kostya Serebryany
· 8 years ago
9fc15af
[AMDGPU] fcaninicalize optimization for GFX9+
by Stanislav Mekhanoshin
· 8 years ago
e302dc7
[DWARF] Introduce verification for the unit header chain in .debug_info section to llvm-dwarfdump.
by Spyridoula Gravani
· 8 years ago
486906f
[Dominators] Define Arc less-than operator inline.
by Jakub Kuderski
· 8 years ago
2ead42c
[libFuzzer] move code around; NFC
by Kostya Serebryany
· 8 years ago
c3e0164
Fix build due to const-correctness issue after last minute refactoring
by Reid Kleckner
· 8 years ago
773ac0d
[PDB] Fix quadratic behavior when writing a BinaryItemStream
by Reid Kleckner
· 8 years ago
5073cf0
[Dominators] Rename Update.Arc to Update.Edge
by Jakub Kuderski
· 8 years ago
a20c1d0
AMDGPU: Annotate call graph with used features
by Matt Arsenault
· 8 years ago
40d6772
[Dominators] Add CFGBuilder testing utility
by Jakub Kuderski
· 8 years ago
1a2e7d2
[Dominators] Simplify templates
by Jakub Kuderski
· 8 years ago
1ff1f35
[Orc] Fix some Error-related fixmes in CompileOnDemandLayer now that the layer
by Lang Hames
· 8 years ago
0dea231
[InstCombine] put tests for commuted variants of the same fold together; NFC
by Sanjay Patel
· 8 years ago
b49a9007
[Dominators] Split SemiNCA into smaller functions
by Jakub Kuderski
· 8 years ago
dbe558c
[NFC] Move DEBUG_TYPE below includes in Hexagon
by Jakub Kuderski
· 8 years ago
fe30dbf
[PDB] Fix type server handling for archives
by Reid Kleckner
· 8 years ago
1438218
[NFC] Move DEBUG_TYPE macro below includes...
by Jakub Kuderski
· 8 years ago
e603cb0
Revert "[mips][mt][6/7] Add support for mftr, mttr instructions."
by Simon Dardis
· 8 years ago
92aa19c
[lit] add a -vv option to echo all executed commands.
by George Karpenkov
· 8 years ago
7201848
[X86][tests] Added rotate_vec.ll CodeGen test. NFC precommit for bug 33691 fix.
by Andrew Zhogin
· 8 years ago
1745e24
[Dominators] Improve reachability verification
by Jakub Kuderski
· 8 years ago
47999fe
[Hexagon] Use VSPLAT instead of COMBINE for vectors of type v2i32, NFC
by Krzysztof Parzyszek
· 8 years ago
35b282e
[PowerPC] Ensure displacements for DQ-Form instructions are multiples of 16
by Nemanja Ivanovic
· 8 years ago
4632cb1
[InstCombine] add descriptive comments for tests; NFC
by Sanjay Patel
· 8 years ago
a87a22c
Fix unused variable warning on EXPENSIVE_CHECKS release builds. NFCI.
by Simon Pilgrim
· 8 years ago
fec0c65
[AArch64] Implement support for windows style vararg functions
by Martin Storsjo
· 8 years ago
5dbda1e
[llvm-objdump] Properly print MachO aarch64 addend relocations
by Martin Storsjo
· 8 years ago
d7b55eb
Documentation fix. NFC.
by Rafael Espindola
· 8 years ago
f9cb621
Put std::mutex usage behind #ifdefs to pacify the sanitizer buildbot
by Reid Kleckner
· 8 years ago
d665766
Support: Add llvm::center_justify.
by Frederich Munch
· 8 years ago
74479e8
[GlobalOpt] Autogenerate checks for the test in PR33686.
by Davide Italiano
· 8 years ago
32dcdb9
Reapply [GlobalOpt] Remove unreachable blocks before optimizing a function.
by Davide Italiano
· 8 years ago
4e53652
[AArch64] Enable the mnemonic spell checker
by Sjoerd Meijer
· 8 years ago
Next »