Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_llvm80
/
cfced88c5423b14e79a51f6be9fc82f320c44d69
cfced88
Fix build warnings
by Andrew Kaylor
· 10 years ago
ccae723
Fix bugpoint breakage on libcxx introduced by r252247
by Keno Fischer
· 10 years ago
b508d4b
[WinEH] Clone funclets with multiple parents
by Andrew Kaylor
· 10 years ago
11e0c31
[bugpoint] Add a named metadata (+their operands) reducer
by Keno Fischer
· 10 years ago
6e83ede
Pass the streamer to the constructor instead of every other method. NFC.
by Rafael Espindola
· 10 years ago
2dc6188
Simplify the constructor. NFC.
by Rafael Espindola
· 10 years ago
618c595
git-clang-format an area I am about to change.
by Rafael Espindola
· 10 years ago
7c482bb
Small simplification by moving early continue earlier.
by Rafael Espindola
· 10 years ago
edb273f
Re-apply r251050 with a for PR25421
by Sanjoy Das
· 10 years ago
59970e6
Revert r251050 to fix miscompile when running Clang -O1
by Richard Trieu
· 10 years ago
2c641c0
Update tutorial for debug info IR change.
by Peter Collingbourne
· 10 years ago
dcbcd42
Fix Kaleidoscope example.
by Peter Collingbourne
· 10 years ago
5f220be
DI: Reverse direction of subprogram -> function edge.
by Peter Collingbourne
· 10 years ago
cc5dc01
Remove windows line endings introduced by r252177. NFC.
by Tim Northover
· 10 years ago
f17835b
[ASan] Disable instrumentation for inalloca variables.
by Alexey Samsonov
· 10 years ago
f3e49f5
Refactor: Simplify boolean conditional return statements in lib/llvm/ExecutionEngine/Orc
by Alexander Kornienko
· 10 years ago
100773a
[WinEH] Fix funclet prologues with stack realignment
by Reid Kleckner
· 10 years ago
981f179
Refactor: Simplify boolean conditional return statements in llvm/lib/Analysis
by Alexander Kornienko
· 10 years ago
e6d3aa4
[WebAssembly] Fix copypasta.
by Dan Gohman
· 10 years ago
154081a
[WebAssembly] Rename Immediate instructions to Const.
by Dan Gohman
· 10 years ago
651ccf4
[WebAssembly] Add AsmString strings for most instructions.
by Dan Gohman
· 10 years ago
ae31b98
[WebAssembly] Update wasm builtin functions to match spec changes.
by Dan Gohman
· 10 years ago
834952e
replace MachineCombinerPattern namespace and enum with enum class; NFCI
by Sanjay Patel
· 10 years ago
251dff3
[WebAssembly] Add WebAssemblyMCInstLower.cpp.
by Dan Gohman
· 10 years ago
268709a
Reapply r250906 with many suggested updates from Rafael Espindola.
by Kevin Enderby
· 10 years ago
c18c3b8
[SimplifyLibCalls] Use hasFloatVersion(). NFCI.
by Davide Italiano
· 10 years ago
101c5b0
[DebugInfo] Fix ARM/AArch64 prologue_end position. Related to D11268.
by Oleg Ranevskyy
· 10 years ago
00e29ad
Add cfi instr for CFA calculation when movpc is expanded to call and pop
by Petar Jovanovic
· 10 years ago
f284162
[WebAssembly] Rename ior operator to or to match the spec
by Derek Schuff
· 10 years ago
dcc5220
Update comment to LoopAccessInfo after r251800. NFC
by Silviu Baranga
· 10 years ago
ccdfbf6
[ARM] Compute known bits for ARMISD::CMOV
by James Molloy
· 10 years ago
0ef0b3e
Fix a signed/unsigned mismatch warning; NFC.
by Aaron Ballman
· 10 years ago
4283d55
revert rev. 252153 due to build failure on ubuntu
by Asaf Badouh
· 10 years ago
1de7587
[X86][AVX512] add comi with Sae
by Asaf Badouh
· 10 years ago
a3bdb08
[SimplifyCFG] Tweak heuristic for merging conditional stores
by James Molloy
· 10 years ago
b1b2c5a
[X86][AVX512] small bugfix in VPBROADCASTM
by Asaf Badouh
· 10 years ago
c574acf
RuntimeDyld: fix -Wtype-limits
by Saleem Abdulrasool
· 10 years ago
fe0b6a7
Fix LoopAccessAnalysis when potentially nullptr check are involved
by Mehdi Amini
· 10 years ago
f8bc54d
MCStreamer.h: Prune \return, corresponding to r252102. [-Wdocumentation]
by NAKAMURA Takumi
· 10 years ago
1a497c6
Fix a bug exposed by uses in CFE
by Xinliang David Li
· 10 years ago
26c7483
AMDGPU: Also track whether SGPRs were spilled
by Matt Arsenault
· 10 years ago
35a96b8
AMDGPU: Print number user SGPRs
by Matt Arsenault
· 10 years ago
944e560
AMDGPU: Disallow s[102:103] on VI in assembler
by Matt Arsenault
· 10 years ago
8e56fac
[FunctionAttrs] Remove a loop, NFC refactor
by Sanjoy Das
· 10 years ago
76b6b15
AMDGPU: Fix assert when legalizing atomic operands
by Matt Arsenault
· 10 years ago
1c18f49
AMDGPU: Make addr64 atomic operand order consistent
by Matt Arsenault
· 10 years ago
2d4640d
Fix OSX build after r252118 (missing parameter for findModulesAndOffsets())
by Mehdi Amini
· 10 years ago
e91ef29
Remove empty lines
by Mehdi Amini
· 10 years ago
b0d280a
[WinEH] Fix establisher param reg in CLR funclets
by Joseph Tremoulet
· 10 years ago
4ae094a
[IR] Add bounds checking to dataOperandHasImpliedAttr
by Sanjoy Das
· 10 years ago
331a8c8
[libFuzzer] print a bit fewer lines
by Kostya Serebryany
· 10 years ago
df00d95
Go back to producing relocations for out of range symbols.
by Rafael Espindola
· 10 years ago
25a4bbe
[Windows] Symbolize with llvm-symbolizer instead of dbghelp in a self-host
by Reid Kleckner
· 10 years ago
ecbecea
AMDGPU: Add missing v2f64 fadd tests
by Matt Arsenault
· 10 years ago
f605f93
AMDGPU: Fix typo
by Matt Arsenault
· 10 years ago
0bf6264
[PGO] Use template file to define runtime structures
by Xinliang David Li
· 10 years ago
8d079d5
Fix Abbrev emission in WriteIdentificationBlock
by Mehdi Amini
· 10 years ago
11431b6
Fix pr24832.
by Rafael Espindola
· 10 years ago
5ff5bdb
Simplify now that emitValueToOffset always returns false.
by Rafael Espindola
· 10 years ago
036ec43
Simplify .org processing and make it a bit more powerful.
by Rafael Espindola
· 10 years ago
83b1835
Define portable macros for packed struct definitions:
by Xinliang David Li
· 10 years ago
9496ef1
[SimplifyLibCalls] New transformation: tan(atan(x)) -> x
by Davide Italiano
· 10 years ago
d022e94
[libFuzzer] when choosing the next unit to mutate, give some preference to the most recent units (they are more likely to be interesting)
by Kostya Serebryany
· 10 years ago
1521616
fix typo; NFC
by Sanjay Patel
· 10 years ago
a6cbeb8
[CaptureTracking] Support operand bundles conservatively
by Sanjoy Das
· 10 years ago
61dbca1
[CMake] Bug 25059 - CMake libllvm.so.$MAJOR.$MINOR shared object name not compatible with ldconfig
by Chris Bieneman
· 10 years ago
dc486f1
Slightly saner handling of thumb branches.
by Rafael Espindola
· 10 years ago
aa1e5aa
[x86] Teach the shrink-wrapping hooks to do the proper thing with Win64.
by Quentin Colombet
· 10 years ago
4e036ff
Fix some Clang-tidy modernize warnings, other minor fixes.
by Eugene Zelenko
· 10 years ago
32968f1
PM: Rephrase PrintLoopPass as a wrapper around a new-style pass. NFC
by Justin Bogner
· 10 years ago
178bfbd
Add new interfaces to MBB for manipulating successors with probabilities instead of weights. NFC.
by Cong Hou
· 10 years ago
a491867
Warning fix.
by Simon Pilgrim
· 10 years ago
a6abdeb
[IR] Add a `data_operand` abstraction
by Sanjoy Das
· 10 years ago
7ba0c20
llvm-config: Add --has-rtti option
by Tom Stellard
· 10 years ago
0a019f7
[X86][SSE] Add general memory folding for (V)INSERTPS instruction
by Simon Pilgrim
· 10 years ago
d13e995
[IR] Add bounds checking to paramHasAttr
by Sanjoy Das
· 10 years ago
6d6131b
Orc: Streamline some lambda usage in a unit test
by David Blaikie
· 10 years ago
13ed0ec
Relax the check for ninja.
by Rafael Espindola
· 10 years ago
80a2456
Created new X86 FMA3 opcodes (FMA*_Int) that are used now for lowering of scalar FMA intrinsics.
by Andrew Kaylor
· 10 years ago
447c9ea
[ARM] Combine CMOV into BFI where possible
by James Molloy
· 10 years ago
d2e0ff3
[ThinLTO] Always set linkage type to external when converting alias
by Teresa Johnson
· 10 years ago
21ea608
[SimplifyCFG] Merge conditional stores
by James Molloy
· 10 years ago
c3c89b4
Error out when faced with value names containing '\0'
by Filipe Cabecinhas
· 10 years ago
1cfa35b
Silence an extra semicolon warning; NFC.
by Aaron Ballman
· 10 years ago
2c9435e
[ELF] elfiamcu triple should imply e_machine == EM_IAMCU
by Michael Kuperstein
· 10 years ago
c628c1e
[X86] DAGCombine should not introduce FILD in soft-float mode
by Michael Kuperstein
· 10 years ago
23740f4
Revert "[PatternMatch] Switch to use ValueTracking::matchSelectPattern"
by James Molloy
· 10 years ago
7561231
Fix unit tests on Windows: handle env vars with non-ASCII chars.
by Pawel Bylica
· 10 years ago
15f9f37
[OperandBundles] Refactor; NFCI.
by Sanjoy Das
· 10 years ago
2d37340
[OperandBundles] Refactor; NFCI
by Sanjoy Das
· 10 years ago
6aa2679
[LVI] Update a comment to clarify what's actually happening and why
by Philip Reames
· 10 years ago
e934341
[CVP] Fold return values if possible
by Philip Reames
· 10 years ago
7e6636c
[StatepointLowering] Remove distinction between call and invoke safepoints
by Igor Laevsky
· 10 years ago
fa3207e
Fix the test case for Windows.
by Alexey Samsonov
· 10 years ago
3cdfe0e
[LLVMSymbolize] Reduce indentation by using helper function. NFC.
by Alexey Samsonov
· 10 years ago
d2c42d4
[LLVMSymbolize] Properly propagate object parsing errors from the library.
by Alexey Samsonov
· 10 years ago
a6c7bb0
[llvm-symbolizer] Improve the test for missing input file.
by Alexey Samsonov
· 10 years ago
d660541
Fix unused variable warning from r252017
by Adam Nemet
· 10 years ago
bd67564
LLE 6/6: Add LoopLoadElimination pass
by Adam Nemet
· 10 years ago
3410689
[LAA] LLE 5/6: Add predicate functions Dependence::isForward/isBackward, NFC
by Adam Nemet
· 10 years ago
Next »