Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_llvm80
/
b084468f7e6674cc44489489af11f0a759d7377e
b084468
Add CFG Simplification pass after Loop Unswitching.
by Michael Zolotukhin
· 10 years ago
b7afd4e
[safestack] Fix compiler crash in the presence of stack restores.
by Evgeniy Stepanov
· 10 years ago
4769a74
[IR] Teach `llvm::User` to co-allocate a descriptor.
by Sanjoy Das
· 10 years ago
d4d53a5
Add REQUIRES: default_triple to these testcases.
by Adrian Prantl
· 10 years ago
e81b32f
Remove iterator_range::end.
by Rui Ueyama
· 10 years ago
d25f78f
Add iterator_range::end() predicate.
by Rui Ueyama
· 10 years ago
90ef438
[Unroll] When completely unrolling the loop, replace conditinal branches with unconditional.
by Michael Zolotukhin
· 10 years ago
2f1d7a4
Put profile variables of COMDAT functions to it's own COMDAT group.
by Wei Mi
· 10 years ago
dbd50ce
set div/rem default values to 'expensive' in TargetTransformInfo's cost model
by Sanjay Patel
· 10 years ago
cdc6a8e
ARM: fix folding stack adjustment (again again again...)
by Tim Northover
· 10 years ago
54a3f63
dsymutil: Don't prune forward declarations inside a module definition.
by Adrian Prantl
· 10 years ago
557aebc
Fix this dsymutil testcase by not passing in a path to the modulemap file,
by Adrian Prantl
· 10 years ago
f29442d
Remove handling of AddrSpaceCast in stripAndAccumulateInBoundsConstantOffsets
by Philip Reames
· 10 years ago
ff25c07
by Lawrence Hu
· 10 years ago
84e1461
[InstCombine] Preserve metadata when merging loads that are phi arguments.
by Akira Hatanaka
· 10 years ago
710fde8
[docs] Update DominatorTree docs to clarify expectations around unreachable blocks
by Philip Reames
· 10 years ago
ffafbd3
[x86] replace integer 'xor' ops with packed SSE FP 'xor' ops when operating on FP scalars
by Sanjay Patel
· 10 years ago
dfa2ab0
[x86] replace integer 'or' ops with packed SSE FP 'or' ops when operating on FP scalars
by Sanjay Patel
· 10 years ago
0769c6a
Fix the order of operations.
by Adrian Prantl
· 10 years ago
d4052cf
Android support for SafeStack.
by Evgeniy Stepanov
· 10 years ago
5e2a635
move call to convertIntLogicToFPLogic up; NFCI
by Sanjay Patel
· 10 years ago
51ac5bb
Temporarily make testcase more verbose to debug a msvc buildbot failure.
by Adrian Prantl
· 10 years ago
adbf5055
[Bug 24848] Use range metadata to constant fold comparisons with constant values
by Chen Li
· 10 years ago
46a7838
[x86] move code for converting int logic to FP logic to a helper function; NFCI
by Sanjay Patel
· 10 years ago
43df582
dsymutil: Resolve forward decls for types defined in clang modules.
by Adrian Prantl
· 10 years ago
f4ad759
dsymutil: print a warning when there is a module hash mismatch.
by Adrian Prantl
· 10 years ago
1813647
[x86] replace integer 'and' ops with packed SSE FP 'and' ops when operating on FP scalars
by Sanjay Patel
· 10 years ago
44f9959
[WebAssembly] Fix hasAddr64 being used before being initializer.
by Dan Gohman
· 10 years ago
d03868b
[Inline] Use AssumptionCache from the right Function
by Vedant Kumar
· 10 years ago
b2d0e28
Fix CodeGen/WebAssembly/global.ll test under ASAN.
by Alexander Kornienko
· 10 years ago
6b42357
[DeadArgElim] Split the invoke successor edge
by David Majnemer
· 10 years ago
c173ab2
[AArch64] Refactor pre- and post-index merge fuctions into a single function. NFC.
by Chad Rosier
· 10 years ago
ebe9301
[DeadStoreElimination] Remove dead zero store to calloc initialized memory
by Igor Laevsky
· 10 years ago
39a9cdb
[dsymutil] Plug a memory leak.
by Benjamin Kramer
· 10 years ago
425f047
[ARM] Add option to force fast-isel
by Oliver Stannard
· 10 years ago
e0a23dd
[X86][SSE] Replace 128-bit SSE41 PMOVSX intrinsics with native IR
by Simon Pilgrim
· 10 years ago
6d6e2b5
[SCEV] Introduce ScalarEvolution::getOne and getZero.
by Sanjoy Das
· 10 years ago
1be7ea7
Revert "Android support for SafeStack."
by Evgeniy Stepanov
· 10 years ago
c7b6dc0
Android support for SafeStack.
by Evgeniy Stepanov
· 10 years ago
8641a30
Add a test case for the fix of profile update issue when lowering switch statement.
by Cong Hou
· 10 years ago
20afacc
Fixed an issue on updating profile data when lowering switch statement.
by Cong Hou
· 10 years ago
826813e
dsymutil: Fix a comment. [-Wdocumentation]
by NAKAMURA Takumi
· 10 years ago
5df8499
Add a unit test for r248341.
by Adrian Prantl
· 10 years ago
02aa134
IR: Add a setDWOId() method to DICompileUnit.
by Adrian Prantl
· 10 years ago
c3ff2ab
IR: Fix the return value of DICompileUnit::getDWOId.
by Adrian Prantl
· 10 years ago
0800f64
Debug Info: Emit the dwo_name only in skeleton CUs, not in DWOs.
by Adrian Prantl
· 10 years ago
6404850
LiveIntervalAnalysis: Avoid multiple connected liveness components
by Matthias Braun
· 10 years ago
c047a22
LiveInterval: Distribute subregister liveranges to new intervals in ConnectedVNInfoEqClasses::Distribute()
by Matthias Braun
· 10 years ago
3286c1f
[Unroll] Do not crash trying to propagate a value to vector load.
by Michael Zolotukhin
· 10 years ago
d2136b3
dsymutil: Follow references to clang modules and recursively clone the
by Adrian Prantl
· 10 years ago
831687d
[Unroll] Follow-up for r247769: fix a bug in UnrolledInstAnalyzer::visitLoad.
by Michael Zolotukhin
· 10 years ago
9800f4c
Instead of defining the operator delete() function, it is better to delete the function so that any uses (even from within Node or its subclasses) do not accidentally call it. NFC intended.
by Aaron Ballman
· 10 years ago
45b0eeb
dsymutil: Make -oso-prepend-path available to DwarfLinker. NFC
by Adrian Prantl
· 10 years ago
d6d5ed0
dsymutil: Make resolveDIEReference and getUnitForOffset static functions. NFC.
by Adrian Prantl
· 10 years ago
6db2b2b
dsymutil: Make DwarfLinker::reportWarning() public. (NFC)
by Adrian Prantl
· 10 years ago
36caf06
Remove macho-dump. Its functionality is now covered by llvm-readobj.
by Davide Italiano
· 10 years ago
16a6615
[ARM] Emit clrex in the expanded cmpxchg fail block.
by Ahmed Bougacha
· 10 years ago
ee629d8
[AArch64] Emit clrex in the expanded cmpxchg fail block.
by Ahmed Bougacha
· 10 years ago
c8a4540
Fix a typo.
by Adrian Prantl
· 10 years ago
a234052
Make helper function static. NFC.
by Benjamin Kramer
· 10 years ago
3c6d533
[mips][sched] Split IIBranch into specific instruction classes.
by Daniel Sanders
· 10 years ago
7d3c92c
[mips][sched] Temporarily rename IIAlu to IIM16Alu. NFC.
by Daniel Sanders
· 10 years ago
eb1a6c5
Don't raise inexact when lowering ceil, floor, round, trunc.
by Stephen Canon
· 10 years ago
ccf2ea3
Prune trailing whitespaces.
by NAKAMURA Takumi
· 10 years ago
09c0ea5
Untabify.
by NAKAMURA Takumi
· 10 years ago
c36e746
Reformat blank lines.
by NAKAMURA Takumi
· 10 years ago
6902c8d
Reformat comment lines.
by NAKAMURA Takumi
· 10 years ago
d4cdf19
Reformat.
by NAKAMURA Takumi
· 10 years ago
6fba3b9
ARMInstrInfo.cpp: Reformat.
by NAKAMURA Takumi
· 10 years ago
d0b7431
Fix utf8 chars.
by NAKAMURA Takumi
· 10 years ago
2804216
[mips][ias] Implement .cpreturn directive.
by Daniel Sanders
· 10 years ago
e3cdd3f
[mips][sched] Added class for WSBH
by Daniel Sanders
· 10 years ago
e59aef6
[llvm-mc-fuzzer] Support untested instruction discovery for variable length instruction sets like microMIPS.
by Daniel Sanders
· 10 years ago
de8d7c4
[X86][SSE] Match zero/any extension shuffles that don't start from the first element
by Simon Pilgrim
· 10 years ago
6522ad6
Remove extra 'nullptr' entry from an array in tablegen register info file. It should never have been accessed.
by Craig Topper
· 10 years ago
156aeff
Fix formatting of a tablegen register info file by putting a line break in a better place.
by Craig Topper
· 10 years ago
e32e1f4
Use makeArrayRef and None to simplify some code in a tablegen register info file. Additionally const correct a couple static array.
by Craig Topper
· 10 years ago
d89d4bc
AMDGPU: Remove unnecessary check
by Matt Arsenault
· 10 years ago
95e05dd
LiveIntervalAnalysis: Factor common code into splitSeparateComponents; NFC
by Matthias Braun
· 10 years ago
5646bea
[llvm-readobj/MachO] Ensure we always have valid CmdName/SegmentName.
by Davide Italiano
· 10 years ago
66c643e
Remove declarations for methods that do not exist.
by Matthias Braun
· 10 years ago
00a0a4bb
Fix r248164. [-Wdocumentation]
by NAKAMURA Takumi
· 10 years ago
452980f
Remove unused TargetTransformInfo dependency from SafeStack pass.
by Evgeniy Stepanov
· 10 years ago
9e242e6
[LoopUnswitch] Require DominatorTree info.
by Michael Zolotukhin
· 10 years ago
00051c9
[SCEV] Use SaveAndRestore<T> instead of a hand rolled struct; NFCI.
by Sanjoy Das
· 10 years ago
0d5dd98
function names should start with a lower case letter; NFC
by Sanjay Patel
· 10 years ago
1592c52
don't repeat function/variable names in header comments; NFC
by Sanjay Patel
· 10 years ago
8ea1f82
[LICM] Hoist calls to readonly argmemonly functions even with stores in the loop
by Philip Reames
· 10 years ago
270b82a
Fix for pr24866
by Philip Reames
· 10 years ago
527648e
Fix UB: can't bind a reference to nullptr (NFC)
by Mehdi Amini
· 10 years ago
6030b44
auto and range-for-ify some things to make changing container types a bit easier in the (possibly near) future
by David Blaikie
· 10 years ago
41fc6f1
[DAGCombiner] Improve FMA support for interpolation patterns
by Simon Pilgrim
· 10 years ago
76e7126
[ARM] Do not scale vext with a factor
by Jeroen Ketema
· 10 years ago
449957b
[DAGCombiner] Tidy up FMA combine helpers. NFCI.
by Simon Pilgrim
· 10 years ago
f30ebac
[LoopUtils,LV] Propagate fast-math flags on generated FCmp instructions
by James Molloy
· 10 years ago
ff278be
Remove roundingMode argument in APFloat::mod
by Stephen Canon
· 10 years ago
82ede2f
Avoid SEGFAULT if a requested symbol section is absent.
by Rafael Espindola
· 10 years ago
a2259fc
Fix accidentally committed debug printing
by Matt Arsenault
· 10 years ago
56fa307
[ADT] Remove a couple of the always inline attributes I added.
by Chandler Carruth
· 10 years ago
eaf5bf9
[DivergenceAnalysis] Separated definition of class into header.
by Marcello Maggioni
· 10 years ago
Next »