Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_llvm80
/
25b2f9273d88ee530ec4156966fec654e58b8d0e
25b2f92
[Support] sys::getProcessTriple should return a macOS triple using
by Alex Lorenz
· 8 years ago
20cee5d
[AArch64] Add test case for preferred function alignment (NFC).
by Florian Hahn
· 8 years ago
4f529ec
[ARM] GlobalISel: Fixup r307365
by Diana Picus
· 8 years ago
a479e53
[ARM] GlobalISel: Select hard G_FCMP for s32
by Diana Picus
· 8 years ago
dc02fd0
[TableGen] Cleanup capturing of instruction namespace for the fast isel emitter to remove a std::string and duplicated code. NFC
by Craig Topper
· 8 years ago
77eddb7
[TableGen] Use StringRef instead of std::string for CodeGenInstruction namespace. NFC
by Craig Topper
· 8 years ago
2986f47
[TableGen] Add a proper namespace to an Instruction in an AsmMatcher test. This is required after r307358.
by Craig Topper
· 8 years ago
ef8ed10
Reduce code duplication.
by Rafael Espindola
· 8 years ago
3e595d0
[TableGen] Fix some mismatches in the use of Namespace fields versus Target name in some of our emitters.
by Craig Topper
· 8 years ago
5974613
[PDB] Teach libpdb to write DBI Stream ECNames.
by Zachary Turner
· 8 years ago
7df94ee
[Orc] Add missing return value (left out in r307350).
by Lang Hames
· 8 years ago
af26c83
Correct GFX9 processor names.
by Tony Tye
· 8 years ago
1921872
RegisterScavenging: Fix PR33687
by Matthias Braun
· 8 years ago
a819fad
LiveRegUnits: Rename accumulateBackward()->accumulate()
by Matthias Braun
· 8 years ago
a817935
[ORC] Errorize the ORC APIs.
by Lang Hames
· 8 years ago
d0585d3
[InferAddressSpaces] Fix assertion about null pointer
by Yaxun Liu
· 8 years ago
20bde08
[WebAssembly] Support weak defined symbols
by Sam Clegg
· 8 years ago
471398f
Extend memcpy expansion in Transform/Utils to handle wider operand types.
by Sean Fertile
· 8 years ago
104fd8e
Revert r307342, r307343.
by Evgeniy Stepanov
· 8 years ago
3b48753
Copy arguments passed by value into explicit allocas for ASan.
by Evgeniy Stepanov
· 8 years ago
eb0c2c4
[SafepointIRVerifier] NFC: Refactor code for identifying exclusive base type
by Anna Thomas
· 8 years ago
80c7e63
[lit] Modify LIT to accept environment variable LIT_FILTER to select tests.
by George Karpenkov
· 8 years ago
0082096
[ConstHoisting] Turn on consthoist-with-block-frequency by default.
by Wei Mi
· 8 years ago
77b223f
Reverting r307326 because it breaks clang tests.
by Michael Kuperstein
· 8 years ago
239d9c3
[InstCombine] No need to pass DataLayout to helper functions if we're passing the InstCombiner object. We can just ask it for the DataLayout. NFC
by Craig Topper
· 8 years ago
05cd772
[InstCombine] Remove unused arguments from some helper functions. NFC
by Craig Topper
· 8 years ago
6671b32
[InstCombine] Change a couple helper functions to only take the IRBuilder as an argument and not the whole InstCombiner object. NFC
by Craig Topper
· 8 years ago
8e52a55
[ConstHoisting] choose to hoist when frequency is the same.
by Wei Mi
· 8 years ago
1803a9f
[NVPTX] Add lowering of i128 params.
by Michael Kuperstein
· 8 years ago
5133997
[ORC] Add missing <memory> include for shared_ptr.
by Lang Hames
· 8 years ago
8804b79
Change remaining references to lit.util.capture to use subprocess.check_output.
by David L. Jones
· 8 years ago
0125881
[ORC] Update GlobalMappingLayer::addModuleSet to addModule.
by Lang Hames
· 8 years ago
b5e3177
Use @LINE in two more tests.
by Rafael Espindola
· 8 years ago
cc030de
[COFF, AArch64] Set the private label prefix to .L
by Martin Storsjo
· 8 years ago
8763b3a
AMDGPU: Add macro fusion schedule DAG mutation
by Matt Arsenault
· 8 years ago
92223c6
AMDGPU: Minor cleanup of shrinking logic
by Matt Arsenault
· 8 years ago
0f915c6
AMDGPU: Remove unnecessary IR from MIR tests
by Matt Arsenault
· 8 years ago
f5757f7
[lit] Factor out some shell input/output redirection logic, NFC
by Reid Kleckner
· 8 years ago
71b4fe4
[AMDGPU] Always use rcp + mul with fast math
by Stanislav Mekhanoshin
· 8 years ago
78be03e
[lib/LTO] Add a comment to explain where we set the linkage in the summary.
by Davide Italiano
· 8 years ago
91054cc
[ValueTracking] Support icmps fed by 'and' and 'or'.
by Chad Rosier
· 8 years ago
6411a79
[LTO] Fix the interaction between linker redefined symbols and ThinLTO
by Davide Italiano
· 8 years ago
3c86b17
[GISel]: Enhance the MachineIRBuilder API
by Aditya Nandakumar
· 8 years ago
73886a6
[X86][SSE] Tests for bitcasting iX integers to vXi1 boolean vectors
by Simon Pilgrim
· 8 years ago
8aa39a1
Add @LINE to checks in a test.
by Rafael Espindola
· 8 years ago
b9eae7a
remove an unused empty file.
by Chris Lattner
· 8 years ago
450ef2a
Prototype: Reduce llvm-profdata merge memory usage further
by David Blaikie
· 8 years ago
812570f
[llvm] Separate out reverse iteration flag into its own header
by Mandeep Singh Grang
· 8 years ago
6e90f03
[InstCombine] Remove include of DIBuilder.h and Dwarf.h as they don't appear to be necessary.
by Craig Topper
· 8 years ago
34a6854
Modify constraints in `llvm::canReplaceOperandWithVariable`
by Leo Li
· 8 years ago
099c15e
[Constants] Replace calls to ConstantInt::equalsInt(0)/equalsInt(1) with isZero and isOne. NFCI
by Craig Topper
· 8 years ago
6dbd34d
[Constants] If we already have a ConstantInt*, prefer to use isZero/isOne/isMinusOne instead of isNullValue/isOneValue/isAllOnesValue inherited from Constant. NFCI
by Craig Topper
· 8 years ago
9a2b615
[LoopUnrollRuntime] Bailout when multiple exiting blocks to the unique latch exit block
by Anna Thomas
· 8 years ago
1de5e70
[InstCombine] Remove Builder argument from InstCombiner::tryFactorization. NFC
by Craig Topper
· 8 years ago
9c41866
[X86][SSE] Dropped -mcpu from bitcast+setcc tests
by Simon Pilgrim
· 8 years ago
1ed1565
Fix spelling in comments. NFCI.
by Simon Pilgrim
· 8 years ago
67a3f7f
Bitcode: Include any strings added to the string table in the module hash.
by Peter Collingbourne
· 8 years ago
a5a5f8e
[opt-viewer] Move under tools, install it
by Adam Nemet
· 8 years ago
8657a6b
[PDB] Fill in "Parent" and "End" fields of scope-like symbol records
by Reid Kleckner
· 8 years ago
559127a
[SimplifyCFG] Move a portion of an if statement that should already be implied to an assert
by Craig Topper
· 8 years ago
8e1b81f
[InstCombine] Change helper method to a file local static method. NFC
by Craig Topper
· 8 years ago
5e02f67
[InstCombine] Clarify comment to mention other transform that it does. NFC
by Craig Topper
· 8 years ago
afbb3e0
[InstCombine] Add single use checks to SimplifyBSwap to ensure we are really saving instructions
by Craig Topper
· 8 years ago
eebcffd
[InstCombine] Don't create extra ConstantInt objects in foldSelectICmpAnd. NFCI
by Craig Topper
· 8 years ago
4bbbd1a
[LSR] Narrow search space by filtering non-optimal formulae with the same ScaledReg and Scale.
by Wei Mi
· 8 years ago
54f05c4
[X86][SSE4A] Add support for shuffle combining to INSERTQI.
by Simon Pilgrim
· 8 years ago
f65d8b9
[CGP, x86] update test checks; NFC
by Sanjay Patel
· 8 years ago
7a53893
[X86][SSE4A] Add test showing missed opportunities to combine INSERTQI shuffle
by Simon Pilgrim
· 8 years ago
24fbea1
Doxygen formatting. NFCI
by Joel Jones
· 8 years ago
a06fc73
[x86] fix over-specified triple and auto-generate checks; NFC
by Sanjay Patel
· 8 years ago
0bce6b7
[MachineVerifier] Add check that tied physregs aren't different.
by Mikael Holmen
· 8 years ago
d8c53d08
Fixes to Dockerfile scripts.
by Ilya Biryukov
· 8 years ago
2512875
[X86][SSE] combineX86ShuffleChain - merge duplicate creations of integer mask types
by Simon Pilgrim
· 8 years ago
45bbe61
Made a script to build docker images easier to use.
by Ilya Biryukov
· 8 years ago
479b8b3
[X86][SSE] combineX86ShuffleChain - merge duplicate 'Zeroable' element masks
by Simon Pilgrim
· 8 years ago
28b742e
[X86][SSE4A] Add support for shuffle combining to EXTRQ.
by Simon Pilgrim
· 8 years ago
d222680
[X86][SSE4A] Add scheduling tests for SSE4A instructions
by Simon Pilgrim
· 8 years ago
8b3842e
[X86][SSE4A] Split EXTRQ/INSERTQ shuffle matching from lowering. NFCI.
by Simon Pilgrim
· 8 years ago
c539005
Revert "Revert "Revert "[IndVars] Canonicalize comparisons between non-negative values and indvars"""
by Max Kazantsev
· 8 years ago
77d1743
[globalisel][tablegen] Rename and re-comment render functions to match the new MatchTables. NFC.
by Daniel Sanders
· 8 years ago
3b312dd
[RegisterCoalescer] Fix for SubRange join unreachable
by David Stuttard
· 8 years ago
168fe35
[globalisel][tablegen] Rename and re-comment to match the new MatchTables. NFC.
by Daniel Sanders
· 8 years ago
b728728
[ARM] GlobalISel: Map s32 G_FCMP in reg bank select
by Diana Picus
· 8 years ago
731b433
Revert "Revert "[IndVars] Canonicalize comparisons between non-negative values and indvars""
by Max Kazantsev
· 8 years ago
e9e0d4f
[ARM] GlobalISel: Legalize G_FCMP for s32
by Diana Picus
· 8 years ago
bd98e1b
[DWARF] - Provide default implementation for getSectionLoadAddress() method of LoadedObjectInfo
by George Rimar
· 8 years ago
2e93b38
[globalisel][tablegen] Import rules containing intrinsic_wo_chain.
by Daniel Sanders
· 8 years ago
38c3b33
[ARM] GlobalISel: Widen s1, s8, s16 G_CONSTANT
by Diana Picus
· 8 years ago
8bce69a
Fix -Wunused-function by making function declarations in a header non-static
by David Blaikie
· 8 years ago
e2f7bf8c
Simplify InstrProfRecord tests, eliminating named temporaries in favor of braced init args
by David Blaikie
· 8 years ago
7e0b3ee
[lit] Fix unit test discovery for Visual Studio builds.
by David L. Jones
· 8 years ago
e533e91
Avoid constructing GlobalExtensions only to find out it is empty.
by Frederich Munch
· 8 years ago
b9f4c51
Revert "Revert "Revert "Switch external cvtres.exe for llvm's own resource library."""
by Eric Beckmann
· 8 years ago
4f70e7e
Revert "Revert "Revert "Replace trivial use of external rc.exe by writing our own .res file."""
by Eric Beckmann
· 8 years ago
3208bb2
[IR] Use CmpInst::isFPPredicate/isIntPredicate in a few other places. NFC
by Craig Topper
· 8 years ago
1e0b73c
[GlobalOpt] Remove unreachable blocks before optimizing a function.
by Davide Italiano
· 8 years ago
4065b5e
[IR] Use CmpInst::isIntPredicate()/isFPPredicate in some asserts instead of doing the equivalent range check. NFC
by Craig Topper
· 8 years ago
a671f7f
Fix libcall expansion creating DAG nodes with invalid type post type legalization.
by Vadim Chugunov
· 8 years ago
8b70926
Fix std::min ambiguity between uint32 and size_t.
by Zachary Turner
· 8 years ago
8ba482d
[llvm-pdbutil] Add the ability to truncate stream purpose names.
by Zachary Turner
· 8 years ago
Next »