Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_llvm80
/
b9583a3a17f9d62cc2bf063c22c1b217d1027243
b9583a3
Add LiveRangeShrink pass to shrink live range within BB.
by Dehao Chen
· 8 years ago
8a5dfea
[docs] Update name of vectorization interleave flag.
by Eli Friedman
· 8 years ago
fc91844
[EH] Recognize __(gxx|gcc)_personality_seh0 as the GNU EH personalities
by Reid Kleckner
· 8 years ago
3728b43
ImplicitNullChecks: Clear kill/dead flags when moving instructions around
by Matthias Braun
· 8 years ago
5d5fff5
Check hasPersonalityFn before calling getPersonalityFn
by Reid Kleckner
· 8 years ago
c2094c1
[EH] Fix the LSDA that we emit for unknown EH personalities
by Reid Kleckner
· 8 years ago
b2ab273
[MachOObject] Fix bind opcode parser error on valid opcode sequence
by Steven Wu
· 8 years ago
1c5a50c
Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC.
by Galina Kistanova
· 8 years ago
bb71c25
Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC.
by Galina Kistanova
· 8 years ago
5193ca3
Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC.
by Galina Kistanova
· 8 years ago
c5fa32e
Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC.
by Galina Kistanova
· 8 years ago
b527f09
Avoid a UB pointer overflow in the ArrayRef unit test
by Vedant Kumar
· 8 years ago
3412991
Revert rL304050. It may break sanitizer bootstrap. Revert it for now while investigating.
by Wei Mi
· 8 years ago
20537d7
Try to fix buildbots
by Matthias Braun
· 8 years ago
2a12987
[TableGen] Adapt more places to getValueAsString now returning a StringRef instead of a std::string.
by Craig Topper
· 8 years ago
3a135cf
X86FloatingPoint: Fix livein lists
by Matthias Braun
· 8 years ago
5b7a2a2
X86FloatingPoint: Add some static assert, cleanup; NFC
by Matthias Braun
· 8 years ago
ed2e12d
Added missing break; added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC.
by Galina Kistanova
· 8 years ago
cb1b414
[libFuzzer] fix a test to match the new sanitizer run-time
by Kostya Serebryany
· 8 years ago
ddc2292
Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC.
by Galina Kistanova
· 8 years ago
1e9afac
[IR] Add additional addParamAttr/removeParamAttr to AttributeList API
by Reid Kleckner
· 8 years ago
c469be3
[TableGen] Make Record::getValueAsString and getValueAsListOfStrings return StringRefs instead of std::string
by Craig Topper
· 8 years ago
923e856
[BPF] Correct the file name of the -gen-asm-matcher output file to not start with X86.
by Craig Topper
· 8 years ago
a01adef
[ThinLTO] Reduce unnecessary map lookups during combined summary write
by Teresa Johnson
· 8 years ago
35f98ce
[ScheduleDAG] Deal with already scheduled loads in ScheduleDAG.
by Nirav Dave
· 8 years ago
664dca2
TargetMachine: Indicate whether machine verifier passes.
by Matthias Braun
· 8 years ago
8ea5178
[sanitizer-coverage] remove stale code (old coverage); llvm part
by Kostya Serebryany
· 8 years ago
bae3d86
[PowerPC] Correctly specify the cache line size for Power 7, 8 and 9.
by Sean Fertile
· 8 years ago
d2f82e8
Revert "[Atomics][LoopIdiom] Recognize unordered atomic memcpy"
by Anna Thomas
· 8 years ago
682f92f
[PPC] Inline expansion of memcmp
by Zaara Syeda
· 8 years ago
5e17e43
Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC.
by Galina Kistanova
· 8 years ago
fa78482
[AMDGPU] Fix bugs in new waitcnt pass. Add test.
by Mark Searles
· 8 years ago
834c44b
[Atomics][LoopIdiom] Recognize unordered atomic memcpy
by Anna Thomas
· 8 years ago
4a31d77
[AMDGPU][MC] New syntax for ds_swizzle_b32 offset
by Dmitry Preobrazhensky
· 8 years ago
35a2e0f
[AArch64] Enable FeatureFuseAES on Cortex-A53.
by Florian Hahn
· 8 years ago
bcd8f30
[AArch64] Enable FeatureFuseAES on Cortex-A73.
by Florian Hahn
· 8 years ago
3db1299
Fix assertion when merging multiple empty AttributeLists
by Reid Kleckner
· 8 years ago
1550dee
[DAG] Avoid use of stale store.
by Nirav Dave
· 8 years ago
a688c8e
[PowerPC] Fix a performance bug for PPC::XXPERMDI.
by Tony Jiang
· 8 years ago
7913836
Regenerate xchg-nofold.ll expected results. NFC.
by Amaury Sechet
· 8 years ago
573099d
[PowerPC] Eliminate integer compare instructions - vol. 3
by Nemanja Ivanovic
· 8 years ago
b40677ab
[AVR] Fix a big in shift operator lowering; Authored by Dr. Gergo Erdi
by Dylan McKay
· 8 years ago
c9cbe0b
[AVR] CPIRdK can only work with r16..r31; Authored by Dr. Gergo Erdi
by Dylan McKay
· 8 years ago
1c7bf56
[PowerPC] Eliminate integer compare instructions - vol. 2
by Nemanja Ivanovic
· 8 years ago
24c1e77
[TableGen] Implement non-const versions of Record::getValue by delegating to the const versions to avoid duplicate code. NFC
by Craig Topper
· 8 years ago
fa336f8
[TableGen] Make one of RecordVal's constructors delegate to the other to reduce duplicate code.
by Craig Topper
· 8 years ago
7b436b0
[ObjectYAML] Split CodeViewYAML into 3 pieces.
by Zachary Turner
· 8 years ago
5fb116a
[coroutines] Call initializePass in coroutine pass constructors
by Gor Nishanov
· 8 years ago
4e7dec8
[CFLAA] Add missing break; note things are broken.
by George Burgess IV
· 8 years ago
6fbb8ed
X86FrameLowering: No need to mark FP as live-in everywhere
by Matthias Braun
· 8 years ago
e0a34d1
Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC.
by Galina Kistanova
· 8 years ago
a76241a
NewGVN: Fix PR 33185 by checking whether we need to recursively
by Daniel Berlin
· 8 years ago
e99d769
Fix test that wasn't update_test_check'd
by Daniel Berlin
· 8 years ago
9c46696
InstructionSimplify: Remove now-redundant reachability tests, as dominates() already does them
by Daniel Berlin
· 8 years ago
d65b57c
Mark a test as requiring a default triple
by Vedant Kumar
· 8 years ago
ae8c4eb
Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC.
by Galina Kistanova
· 8 years ago
6ef5e10
ARM: Fix cmpxchg O0 expansion
by Matthias Braun
· 8 years ago
5cc8b82
ARM: Do not add reserved registers to block livein lists; NFC
by Matthias Braun
· 8 years ago
1d081e6
[CodeGen] Fix some Clang-tidy modernize-use-using and Include What You Use warnings; other minor fixes (NFC).
by Eugene Zelenko
· 8 years ago
4fb2b26
Fix CodeView-related modules build failures post-r304248
by Vedant Kumar
· 8 years ago
876e5a3
[ObjectYAML] Clean up the CodeView headers a bit.
by Zachary Turner
· 8 years ago
45da647
Fix misspelling
by Alina Sbirlea
· 8 years ago
9d3bad0
Add latency info for Exynos interleaved Load/Store instructions.
by Abderrazek Zaafrani
· 8 years ago
2579df3
Try to fix build again.
by Zachary Turner
· 8 years ago
5dc9013
[CodeView] Move CodeView symbol yaml logic to ObjectYAML.
by Zachary Turner
· 8 years ago
2c4c409
Fix bug on Big-Endian system, due to reference to vector out of scope.
by Eric Beckmann
· 8 years ago
cc67b03
MachineInstr: Do not skip dead def operands when printing.
by Matthias Braun
· 8 years ago
4b7a5ae
This patch should fix various clang warnings and a use of to_string
by Eric Beckmann
· 8 years ago
400ba83
[AntiDepBreaker] Revert r299124 and add a test.
by Tim Shen
· 8 years ago
3fd4db3
MIR: update test for noVRegs removal.
by Tim Northover
· 8 years ago
cb10528
Try to fix build.
by Zachary Turner
· 8 years ago
ea64a9b
[CodeView] Move CodeView YAML code to ObjectYAML.
by Zachary Turner
· 8 years ago
7d0dde0
TargetPassConfig: Keep a reference to an LLVMTargetMachine; NFC
by Matthias Braun
· 8 years ago
837e2e9
MIR: remove explicit "noVRegs" property.
by Tim Northover
· 8 years ago
cbd4ff9
[PartialInlining] Shrinkwrap allocas with live range contained in outline region.
by Xinliang David Li
· 8 years ago
c832920
[Localizer] Don't trick to be smart for the insertion point
by Quentin Colombet
· 8 years ago
a7be02e
[llvm-config] Fix cflags test looking for "warning"
by Ben Langmuir
· 8 years ago
ed4243c
[LV] Reapply r303763 with fix for PR33193
by Matthew Simpson
· 8 years ago
35a9f91
[Object] Remove unused field + constructor.
by Benjamin Kramer
· 8 years ago
85938b9
[Object] Fix pessimizing move.
by Benjamin Kramer
· 8 years ago
26ba02b
Revert "This patch closes PR28513: an optimization of multiplication by different constants. It's implemented on DAG combiner level."
by Vedant Kumar
· 8 years ago
34ca89b
Added missing break.
by Galina Kistanova
· 8 years ago
26b4135
Revert "[Cloning] Take another pass at properly cloning debug info"
by Keno Fischer
· 8 years ago
4ef46c3
ARM: Add missing flags to TBB_[JH]T pseudo instructions
by Matthias Braun
· 8 years ago
e34d6c6
[Cloning] Take another pass at properly cloning debug info
by Keno Fischer
· 8 years ago
1f0488c
Adding parsing ability for .res file.
by Eric Beckmann
· 8 years ago
7aecbf8
[InstCombine] Add test cases to show missed opportunities to remove compare instructions after cttz/ctlz/ctpop where some bits of the input is known.
by Craig Topper
· 8 years ago
7965473
[Hexagon] Improve code generation for 32x32-bit multiplication
by Krzysztof Parzyszek
· 8 years ago
825457a
[CodeView] Add more DebugSubsection implementations.
by Zachary Turner
· 8 years ago
5e57487
[SelectionDAG] Remove special case for ISD::FPOWI from the strict FP intrinsic handling.
by Craig Topper
· 8 years ago
f0c3d71
[AMDGPU] Allow SDWA in instructions with immediates and SGPRs
by Stanislav Mekhanoshin
· 8 years ago
4b1845a
[CodeView] Rename ModuleDebugFragment -> DebugSubsection.
by Zachary Turner
· 8 years ago
6781296
[AMDGPU] Require waitcnt before barrier for all targets; adjust tests.
by Mark Searles
· 8 years ago
384602a
[SelectionDAG] Set ISD::FPOWI to Expand by default
by Craig Topper
· 8 years ago
a31800b
This patch closes PR28513: an optimization of multiplication by different constants.
by Andrew V. Tischenko
· 8 years ago
e840b9f
[SCEV][NFC] Remove redundant params from isAvailableAtLoopEntry
by Max Kazantsev
· 8 years ago
ccbe107
[SystemZ] Add decimal floating-point instructions
by Ulrich Weigand
· 8 years ago
002ef9b
[SystemZ] Add hexadecimal floating-point instructions
by Ulrich Weigand
· 8 years ago
903a501
[SystemZ] Add missing assembler/disassembler tests
by Ulrich Weigand
· 8 years ago
94eec10
[MC] Fix constant pools with DenseMap sentinel values
by Oliver Stannard
· 8 years ago
Next »