Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_llvm80
/
2e10304d4f8e2a9ef577674a8f441103bab6363f
2e10304
Fix the MSVC build by moving static asserts into constructors
by Reid Kleckner
· 10 years ago
e985243
Add LoopSimplifyCFG pass
by Fiona Glaser
· 10 years ago
7448ec5
Need #include <cstdint> for uint64_t
by Matthias Braun
· 10 years ago
62c2e3c
Need #include <climit> for CHAR_BIT
by Matthias Braun
· 10 years ago
d127388
Improve test speed/trial 2
by Xinliang David Li
· 10 years ago
1a0e291
AttributeSetImpl: Summarize existing function attributes in a bitset.
by Matthias Braun
· 10 years ago
a5c14e4
AttributeSetNode: Summarize existing attributes in a bitset.
by Matthias Braun
· 10 years ago
1626c62
Revert 259242, 259243 -- irrelvante changes pulled in
by Xinliang David Li
· 10 years ago
0964903
Use range for loop
by Xinliang David Li
· 10 years ago
fd32fbe
Improve test speed (interchange loop, reducing padding)
by Xinliang David Li
· 10 years ago
5530798
Annotate dump() methods with LLVM_DUMP_METHOD, addressing Richard Smith r259192 post commit comment.
by Yaron Keren
· 10 years ago
b17df8b
[InstCombine] avoid an insertelement transformation that induces the opposite extractelement fold (PR26354)
by Sanjay Patel
· 10 years ago
3a1ed8c
Unbreak windows buildbots
by David Majnemer
· 10 years ago
5c900cb
[CodeView] Implement .cv_inline_linetable
by David Majnemer
· 10 years ago
b226159
ARM: don't mangle DAG constant if it has more than one use
by Tim Northover
· 10 years ago
a42f385
[WebAssembly] Update test expectations
by Derek Schuff
· 10 years ago
f36f66f
[WebAssembly] Support frame pointer
by Derek Schuff
· 10 years ago
cda3a83
[X86] Add missing "CHECK" colon in r259065 test.
by Ahmed Bougacha
· 10 years ago
b5d1bc2
[codeview] Begin to add support for inlined call sites
by Reid Kleckner
· 10 years ago
0b7532c
Fix the build
by David Majnemer
· 10 years ago
c8d11e8
Temporarily revert "[ScheduleDAGInstrs::buildSchedGraph()] Handling of memory dependecies rewritten."
by Jonas Paulsson
· 10 years ago
fd50cfc
[SLP] Fix printing of debug statement (NFC)
by Matthew Simpson
· 10 years ago
9a08fab
[RS4GC] Address post-commit review on r259208 from David
by Sanjoy Das
· 10 years ago
a46730f
[RS4GC] Remove unnecessary const_cast; NFC
by Sanjoy Das
· 10 years ago
a36c533
[RS4GC] Minor local cleanup to StabilizeOrder; NFC
by Sanjoy Das
· 10 years ago
78ee0ee
[CodeView] Fix dumping the is_stmt bit from the line table
by Reid Kleckner
· 10 years ago
f3d1bcf
[RS4GC] Remove unnecessary redirections from tests; NFC
by Sanjoy Das
· 10 years ago
194a874
[RS4GC] Add some missing tests and CHECK: lines
by Sanjoy Das
· 10 years ago
8922077
[mips] Absolute value macro expansion
by Zoran Jovanovic
· 10 years ago
72374d2
[ScheduleDAGInstrs::buildSchedGraph()] Handling of memory dependecies rewritten.
by Jonas Paulsson
· 10 years ago
1848185
[IR] Move definitions of users of Use::set to Value.h
by Benjamin Kramer
· 10 years ago
9bffff5
[IR] Shuffle the code for getSequentialElementType to type.h to avoid circular header dependencies.
by Benjamin Kramer
· 10 years ago
73895c4
[ARM] Emit trap instruction using .inst directive
by Alexandros Lamprineas
· 10 years ago
3d679fa
AMDGPU: Remove 24-bit intrinsics
by Matt Arsenault
· 10 years ago
ca9ee43
Minor bugfix in AAResults::getModRefInfo.
by George Burgess IV
· 10 years ago
f704e77
Refactor common code for PPC fast isel load immediate selection.
by Eric Christopher
· 10 years ago
d1416a5
Since LI/LIS sign extend the constant passed into the instruction we should
by Eric Christopher
· 10 years ago
f25be92
Fix up conditional formatting.
by Eric Christopher
· 10 years ago
0dc389d
[llvm-bcanalyzer] Dump bitcode wrapper header
by Akira Hatanaka
· 10 years ago
707c12c
[WinEH] Don't perform state stores in cleanups
by David Majnemer
· 10 years ago
13a0516
SmallPtrSetTest: More checks for the swap() testing
by Matthias Braun
· 10 years ago
2f0c787
SmallPtrSetTest: Check that iterators are still valid after erase()
by Matthias Braun
· 10 years ago
208a5cc2
Revert "Reapply commit r258404 with fix"
by David Majnemer
· 10 years ago
70c5668
Fix some -Wstring-conversion warnings
by David Blaikie
· 10 years ago
e0561f3
[GVN] Add clarifying assert [NFCI]
by Philip Reames
· 10 years ago
7d3e903
Minor code cleanup. NFC.
by Junmo Park
· 10 years ago
3ea0d92
[AArch64] Fix i64 nontemporal high-half extraction.
by Ahmed Bougacha
· 10 years ago
79cc2ba
[RS4GC] Minor cleanups enabled by the previous change; NFC
by Sanjoy Das
· 10 years ago
e601fa2
[RS4GC] Delete code that is dead due to r259129; NFC
by Sanjoy Das
· 10 years ago
1689efb
Reland "[CodeView] Use assembler directives for line tables"
by Reid Kleckner
· 10 years ago
403c3ea
[RS4GC] Clamp UseDeoptBundles to true and update tests
by Sanjoy Das
· 10 years ago
ae8e139
Revert "[CodeView] Use assembler directives for line tables"
by Reid Kleckner
· 10 years ago
99d459d
[RS4GC] Port three tests to the deopt bundles directory
by Sanjoy Das
· 10 years ago
cb176fd
Add missing raw_ostream include
by Reid Kleckner
· 10 years ago
778020b
Silence gcc warning about ternary and enumerations
by Reid Kleckner
· 10 years ago
8542646
[PlaceSafepoints] Use DEBUG() instead of TraceLSP
by Sanjoy Das
· 10 years ago
4cee584
Lower inlining threshold when the caller has minsize attribute.
by Easwaran Raman
· 10 years ago
200dc33
[CodeView] Use assembler directives for line tables
by Reid Kleckner
· 10 years ago
eac4c34
Remove unused MC includes from LTOModule.h
by Reid Kleckner
· 10 years ago
5d26083
[PlaceSafepoints] Misc. minor cleanups; NFC
by Sanjoy Das
· 10 years ago
2f9d3a3
[PlaceSafepoints] Remvoe unused headers, and sort #includes; NFC
by Sanjoy Das
· 10 years ago
a14111b
[PlaceSafepoints] Eliminate dead code; NFC
by Sanjoy Das
· 10 years ago
158cd22
Don't mention a command line option in an error.
by Rafael Espindola
· 10 years ago
88ffce3
[RuntimeDyld][MachO] Fix handling of empty eh-frame sections.
by Lang Hames
· 10 years ago
681c4b8
[X86][AVX] Added more thorough 256-bit vector consecutive load tests.
by Simon Pilgrim
· 10 years ago
aca48e8
[RS4GC] Change opt %s to opt < %s; NFC
by Sanjoy Das
· 10 years ago
8c0cdd1
[PlaceSafepoints] Clamp NoStatepoints to true
by Sanjoy Das
· 10 years ago
5089570
Bring back the test-suite export in test-release without bringing back the build failures.
by Daniel Sanders
· 10 years ago
e26a9f0
AMDGPU: Match fmed3 patterns with legacy fmin/fmax
by Matt Arsenault
· 10 years ago
6a2bf37
AMDGPU: Match some med3 patterns
by Matt Arsenault
· 10 years ago
ed6685c
AMDGPU: Set DX10Clamp bit
by Matt Arsenault
· 10 years ago
4f18fcd
Fixed compilation issue.
by Elena Demikhovsky
· 10 years ago
13e0594
add masked intrinsic tests to show missed opportunities
by Sanjay Patel
· 10 years ago
b333a46
[SplitModule] In split module utility we should never separate alias with its aliasee.
by Sergei Larin
· 10 years ago
2404e4b
Address buildbot fallout from r259065
by David Majnemer
· 10 years ago
98232aa
[X86] Don't transform X << 1 to X + X during type legalization
by David Majnemer
· 10 years ago
6140039
[PlaceSafepoints] Clean up tests; NFC
by Sanjoy Das
· 10 years ago
0eeb0b2
Make header self-contained.
by Benjamin Kramer
· 10 years ago
641de45
AMDGPU: waitcnt operand fixes
by Tom Stellard
· 10 years ago
3da03f4
[X86] Test commit, fixed typos in comments. NFC.
by Mitch Bodart
· 10 years ago
7b763c6
[PlaceSafepoints] Minor test cleanup; NFC
by Sanjoy Das
· 10 years ago
814bd29
AMDGPU: Move subtarget specific code out of AMDGPUInstrInfo.cpp
by Tom Stellard
· 10 years ago
191fe55
[LICM] Keep metadata on control equivalent hoists
by Sanjoy Das
· 10 years ago
b328af8
[AArch64] Set MMOs on pre- and post-index instructions.
by Chad Rosier
· 10 years ago
21ba6d8
[x86] Merge multiple calls to DAG.getTargetLoweringInfo(). NFC.
by Simon Pilgrim
· 10 years ago
7cfde51
Improve efficiency of handling unmapped subprogram metadata
by Teresa Johnson
· 10 years ago
b95072e
Revert r259035, it introduces a cyclic library dependency
by Oliver Stannard
· 10 years ago
39f8bee
AVX512: Fix truncate v32i8 to v32i1 lowering implementation.
by Igor Breger
· 10 years ago
1ce3df4
Unbreak the wasm backend again after r259035.
by Benjamin Kramer
· 10 years ago
b735cc6
[mips][microMIPS] Disable FastISel for microMIPS
by Zoran Jovanovic
· 10 years ago
ef19a27
Add backend dignostic printer for unsupported features
by Oliver Stannard
· 10 years ago
e9abc8c
[X86][SSE] Move setTargetShuffleZeroElements closer to getTargetShuffleMask. NFCI.
by Simon Pilgrim
· 10 years ago
d92d3ed
Minor code cleanups. NFC.
by Junmo Park
· 10 years ago
665e71a
[X86][AVX512] small fix in ptestm intrinsics
by Asaf Badouh
· 10 years ago
f2fb000
ValueTracking: Use fixed array for assumption exclude set in Query.
by Matthias Braun
· 10 years ago
91de9d1
[DAGCombiner] Don't add volatile or indexed stores to ChainedStores
by Junmo Park
· 10 years ago
7f3c3c3
SmallPtrSet: Add missing include
by Matthias Braun
· 10 years ago
d1b64bf
WebAssembly: fix build
by JF Bastien
· 10 years ago
a1e9f2f4
SmallPtrSet: Make destructor available for inlining
by Matthias Braun
· 10 years ago
1732754
SmallPtrSet: Share some code between copy/move constructor/assignment operator
by Matthias Braun
· 10 years ago
Next »