Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_llvm80
/
c0e64ada5c1ec6bf44319403fc94a2f3612c02ae
c0e64ad
[WinEH] Add some support for code generating catchpad
by Reid Kleckner
· 10 years ago
82f1bf2
[yaml2obj] Support numeric indexes to create invalid files. Will be used by lld test.
by Michael J. Spencer
· 10 years ago
2cdf5c3
[ValueTracking] readnone CallInsts are fair game for speculation
by David Majnemer
· 10 years ago
ef38201
Add a global mapping layer for Orc. Adapted from a patch by Andy Somogyi.
by Lang Hames
· 10 years ago
a74d34a
Support: Introduce thread.h.
by Peter Collingbourne
· 10 years ago
69019c5
[CodeGen] Check FoldConstantArithmetic result before using it.
by Ahmed Bougacha
· 10 years ago
bfe0f69
[TableGen][DAGISel] Dedup predicates with same code to run. NFCI.
by Ahmed Bougacha
· 10 years ago
aa08d66
Fix test introduced in r246187 that failed on some systems.
by Tyler Nowicki
· 10 years ago
b634777
Oops - Re-add the Kaleidoscope regression tests themselves (accidentally left
by Lang Hames
· 10 years ago
8c46d79
Recommit r246175 - Add Kaleidoscope regression tests, with a fix to make sure
by Lang Hames
· 10 years ago
742f5d8
Enable constant propagation for more math functions
by Erik Schnetter
· 10 years ago
e34ade5
Revert 246186; still breaks on some systems
by Erik Schnetter
· 10 years ago
5e59aab
Improve vectorization diagnostic messages and extend vectorize(enable) pragma.
by Tyler Nowicki
· 10 years ago
75e205d
Enable constant propagation for more math functions
by Erik Schnetter
· 10 years ago
38941a6
Revert r246175 to get builder green again.
by Lang Hames
· 10 years ago
6319498
[TableGen] Remove dead code. NFC.
by Ahmed Bougacha
· 10 years ago
b325a1a
Add Kaleidoscope regression tests.
by Lang Hames
· 10 years ago
2b96ce6
AMDGPU/SI: Add test for folding constants into operands
by Matt Arsenault
· 10 years ago
7f284a9
Revert r246158 since it breaks LLVM.Transforms/ConstProp.calls.ll
by Erik Schnetter
· 10 years ago
61f7047
Fix a case of `CHECK[^:]*$`.
by Jonathan Roelofs
· 10 years ago
6164af2
Enable constant propagation for more math functions
by Erik Schnetter
· 10 years ago
68027c4
[CMake] OBJLIB-ize *-tblgen.
by NAKAMURA Takumi
· 10 years ago
ff12388
[LoopVectorize] Move test from r246149 into a target-specific folder to appease bots.
by Chad Rosier
· 10 years ago
251477e
[CMake] Let ExceptionDemo buildable with ENABLE_EH.
by NAKAMURA Takumi
· 10 years ago
7dbe74f
[llvm-readobj] Add support for dumping MachO min version load command.
by Davide Italiano
· 10 years ago
ed15c79
[LoopVectorize] Add Support for Small Size Reductions.
by Chad Rosier
· 10 years ago
18671a3
[LoopVectorize] Extract InductionInfo into a helper class...
by James Molloy
· 10 years ago
c20a798
Whoops, remove trailing whitespace.
by Alex Rosenberg
· 10 years ago
a722978
isKnownNonNull needs to consider globals in non-zero address spaces.
by Pete Cooper
· 10 years ago
e7d1e02
Allow value forwarding past release fences in EarlyCSE
by Philip Reames
· 10 years ago
33043ab
[RewriteStatepointsForGC] Reduce the number of new instructions for base pointers
by Philip Reames
· 10 years ago
8faf2a4
Improved printing of analysis diagnostics in the loop vectorizer.
by Tyler Nowicki
· 10 years ago
5bd75b1
Fixed a bug that edge weights are not assigned correctly when lowering switch statement.
by Cong Hou
· 10 years ago
76b8869
Kaleidoscope: Prune unused libdeps.
by NAKAMURA Takumi
· 10 years ago
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
Next »