Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_llvm
/
287d051e44138575ef345a3fdf66381a0b73e005
287d051
[SimplifyCFG] Prune code from a provably unreachable switch default
by Philip Reames
· 10 years ago
251711d
[PowerPC] Remove unnecessary braces in PPCVSXFMAMutate
by Hal Finkel
· 10 years ago
935e1b6
[NVPTX] Let NVPTX backend detect integer min and max patterns.
by Bjarke Hammersholt Roune
· 10 years ago
b99373e
[ARM] Use BranchProbability::scale() to scale an integer with a probability in ARMBaseInstrInfo.cpp,
by Cong Hou
· 10 years ago
6dc18d8
Assign weights to edges to jump table / bit test header when lowering switch statement.
by Cong Hou
· 10 years ago
304aa02
[docs][Statepoints] More on base pointers
by Philip Reames
· 10 years ago
6f474ab
WebAssembly: NFC comment update
by JF Bastien
· 10 years ago
9f0965e
DI: Make Subprogram definitions 'distinct'
by Duncan P. N. Exon Smith
· 10 years ago
08bd0b9
WebAssembly: handle private/internal globals.
by JF Bastien
· 10 years ago
9c5b8a0
[ms-inline-asm] Relax assertion around funky identifiers slightly
by Reid Kleckner
· 10 years ago
243e7c5
[libFuzzer] fix minor inefficiency, PR24584
by Kostya Serebryany
· 10 years ago
0265834
Fix LLVM C API for DataLayout
by Mehdi Amini
· 10 years ago
548643e
[Kaleidoscope] Fix a typo in Chapter 5.
by Lang Hames
· 10 years ago
6f57102
AMDGPU: Delete dead code
by Matt Arsenault
· 10 years ago
9506598
AMDGPU: Don't reprocess instructions when splitting i64 bcnt
by Matt Arsenault
· 10 years ago
acbe37c
AMDGPU: Fix not moving users of s_bfe_i64 to VALU
by Matt Arsenault
· 10 years ago
0017a91
AMDGPU: Don't create intermediate SALU instructions
by Matt Arsenault
· 10 years ago
143619a
SelectionDAGBuilder: Fix SPDescriptor not resetting GuardReg
by Matthias Braun
· 10 years ago
f042f1c
FastISel: Avoid adding a successor block twice for degenerate IR.
by Matthias Braun
· 10 years ago
ab3081c
Expose hasLiveCondCodeDef as a member function of the X86InstrInfo class. NFC
by Andrew Kaylor
· 10 years ago
a7a6da1
Fix memory leak in sample profile pass.
by Diego Novillo
· 10 years ago
4d3decd
Revert "Fix LLVM C API for DataLayout"
by Mehdi Amini
· 10 years ago
e11a032
AMDGPU/SI: Report SIFixSGPRLiveRanges changed function
by Matt Arsenault
· 10 years ago
a1f3506
Fix LLVM C API for DataLayout
by Mehdi Amini
· 10 years ago
bd25a5d
AMDGPU: Make sure to reserve super registers
by Matt Arsenault
· 10 years ago
032c8a5
Revert "Fix LLVM C API for DataLayout"
by Mehdi Amini
· 10 years ago
ca67542
AMDGPU: Produce error on dynamic_stackalloc
by Matt Arsenault
· 10 years ago
d4213e9
[SimplifyLibCalls] Fix a typo
by David Majnemer
· 10 years ago
1919cba
Fix LLVM C API for DataLayout
by Mehdi Amini
· 10 years ago
044c4e6
[SPARC] Fix stupid oversight in stack realignment support.
by James Y Knight
· 10 years ago
7a65f99
[docs][Statepoint] Add definitions for base and derived pointers
by Philip Reames
· 10 years ago
0c3c0ac
[llvm-mc] Ignore opcode size prefix in 64-bit CALL disassembly
by Vedant Kumar
· 10 years ago
cd619e4
[AArch64] Remove a use-after-free when collecting stats.
by Chad Rosier
· 10 years ago
80708ae
[llvm-objdump] Use the new MinVersion API introduced in r245938. NFC.
by Davide Italiano
· 10 years ago
8577e95
[AArch64] Unify the integer min/max vector selection patterns with the intrinsic ones
by Silviu Baranga
· 10 years ago
16d857e
[SROA] Rip out all support for SSAUpdater in SROA.
by Chandler Carruth
· 10 years ago
d4dfd88
Kaleidoscope: Update libdeps corresponding to r246002.
by NAKAMURA Takumi
· 10 years ago
8990143
Revert "[dsymutil] Emit real dSYM companion binaries."
by Frederic Riss
· 10 years ago
77cc046
Modernize with range-based for loops.
by Alex Rosenberg
· 10 years ago
26a2a58
Reduce code duplication.
by Alex Rosenberg
· 10 years ago
08165ae
Trailing whitespace
by Alex Rosenberg
· 10 years ago
3f0363c
[dsymutil] Emit real dSYM companion binaries.
by Frederic Riss
· 10 years ago
65ce0b1
[dsymutil] Store an optional BinaryPath in the debug map.
by Frederic Riss
· 10 years ago
93639d3
[dsymutil] Make the warn and error helpers globally available. NFC.
by Frederic Riss
· 10 years ago
fe89383
[dsymutil] Split NonRelocatableStringPool into its own file. NFC.
by Frederic Riss
· 10 years ago
41426ae
[MC] Split the layout part of MCAssembler::finish() into its own method. NFC.
by Frederic Riss
· 10 years ago
bfec072
[MC/MachO] Make some MachObjectWriter methods more generic. NFC.
by Frederic Riss
· 10 years ago
2838831
Big Kaleidoscope tutorial update.
by Lang Hames
· 10 years ago
fd35652
Comparing operands should not require the same ValueID
by JF Bastien
· 10 years ago
091d6ba
Expose more properties of llvm::fltSemantics
by JF Bastien
· 10 years ago
02cb3d6
FastISel: Use finishCondBranch() for ARM,Mips,PowerPC FastISel
by Matthias Braun
· 10 years ago
ec01af9
FastISel: Factor out common code; NFC intended
by Matthias Braun
· 10 years ago
78175c0
WebAssembly: add small FIXME for AsmPrinter.
by JF Bastien
· 10 years ago
d5e6278
Refactor to reduce duplication in OnDiskIterableChainedHashTable's iterators.
by Richard Smith
· 10 years ago
30f9092
[dsymutil] actually fix test.
by Frederic Riss
· 10 years ago
7e96f0f
Make variable argument intrinsics behave correctly in a Win64 CC function.
by Charles Davis
· 10 years ago
c3a33b1
WebAssembly: assert that there aren't any constant pools
by JF Bastien
· 10 years ago
3abc9b6
[dsymutil] Reapply r245960.
by Frederic Riss
· 10 years ago
0118969
WebAssembly: emit `(func (param t) (result t))` s-expressions
by JF Bastien
· 10 years ago
42e1a86
WebAssembly: comment out .globl when printing textual assembly
by JF Bastien
· 10 years ago
e49a149
[msan] Precise instrumentation for icmp sgt %x, -1.
by Evgeniy Stepanov
· 10 years ago
66faa25
[MC] Add a SetUsed default param to MCSymbol accessors (NFC)
by Vedant Kumar
· 10 years ago
fbf4c2b
MachineBasicBlock: Use MCPhysReg instead of unsigned in livein API
by Matthias Braun
· 10 years ago
4193a13
Remove the final bit test during lowering switch statement if all cases in bit test cover a contiguous range.
by Cong Hou
· 10 years ago
3104975
Use CHECK-LABEL in MSan IR tests.
by Evgeniy Stepanov
· 10 years ago
89ea38c
Revert "[dsymutil] Rewrite thumb triple names in user visible messages."
by Frederic Riss
· 10 years ago
37b18da
[MachO] Move trivial accessors to header.
by Davide Italiano
· 10 years ago
0e221a0
[dsymutil] Rewrite thumb triple names in user visible messages.
by Frederic Riss
· 10 years ago
909125a
[dsymutil] Not finding any debug info is not a fatal error
by Frederic Riss
· 10 years ago
5cb5994
fix CHECK-LABEL and wrong label
by Sanjay Patel
· 10 years ago
4abce6e
Update libdeps in LLVMipo and LLVMScalarOpts, corresponding to r245940.
by NAKAMURA Takumi
· 10 years ago
6ca4f47
SlotIndexes: Introduce an iterator into the idx2MBBMap.
by Matthias Braun
· 10 years ago
a83ba0a
Fix dependencies/shared library build
by Matthias Braun
· 10 years ago
47c36ab
Fix dropped conditional in cleanup in r245752
by David Blaikie
· 10 years ago
e922c3e
The patch replace the overflow check in loop vectorization with the minimum loop iterations check.
by Wei Mi
· 10 years ago
af7c00f
make fast unaligned memory accesses implicit with SSE4.2 or SSE4a
by Sanjay Patel
· 10 years ago
b6566b1
[lit] Speculatively fix PR24554 by manually closing the process handle
by Reid Kleckner
· 10 years ago
2140b79
[cmake] Pass /manifest:no to the linker when asan is enabled
by Reid Kleckner
· 10 years ago
eb6eb15
Convert SampleProfile pass into a Module pass.
by Diego Novillo
· 10 years ago
39e2b39
[MachO] Introduce MinVersion API.
by Davide Italiano
· 10 years ago
89024e8
[X86] Remove references to _ftol2
by Michael Kuperstein
· 10 years ago
f48b1bee
[X86] Fix fptoui conversions
by Michael Kuperstein
· 10 years ago
46ff6da
Pass function attributes instead of boolean in isIntDivCheap().
by Steve King
· 10 years ago
602a9cd
assume.ll test fixup
by Piotr Padlewski
· 10 years ago
8e6aece
Assume intrinsic handling in global opt
by Piotr Padlewski
· 10 years ago
4bc8e7e
Revert "Fix LLVM C API for DataLayout"
by Mehdi Amini
· 10 years ago
8b07e8e
Fix LLVM C API for DataLayout
by Mehdi Amini
· 10 years ago
654072f
[docs] Improvements to CMake.rst
by Vedant Kumar
· 10 years ago
0297590
[PowerPC] PPCVSXFMAMutate should ignore trivial-copy addends
by Hal Finkel
· 10 years ago
d4825d2
Revert r245355 "Release script: correctly symlink clang-tools-extra into the build (PR22765)"
by Hans Wennborg
· 10 years ago
e11e167
Try to fix buildbots
by Matthias Braun
· 10 years ago
002f836
fix typos; NFC
by Sanjay Patel
· 10 years ago
2dd939e
Let's try to fix GNU libstdc++ buildbots
by Matthias Braun
· 10 years ago
22d4f8a
fix typo; NFC
by Sanjay Patel
· 10 years ago
56dd2d0
MachineBasicBlock: Add liveins() method returning an iterator_range
by Matthias Braun
· 10 years ago
b7e01a0
[WebAssembly] DYNAMIC_STACKALLOC returns a pointer.
by Dan Gohman
· 10 years ago
8c1602d
LTO: Simplify merged module ownership.
by Peter Collingbourne
· 10 years ago
3a9c435
WebAssembly: Implement call
by JF Bastien
· 10 years ago
9f728db
Revert two bad commits.
by JF Bastien
· 10 years ago
b7a8e4c
Missing print.
by JF Bastien
· 10 years ago
Next »