Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_llvm
/
a3af347f38956c1bb7a539c3af131c41fc2d2d01
a3af347
Make computeSymbolSizes never fail.
by Rafael Espindola
· 10 years ago
c9a4f3d
MIR Serialization: Serialize simple MachineRegisterInfo attributes.
by Alex Lorenz
· 10 years ago
fa21ae5
Use Symbol::getValue to simplify object::computeSymbolSizes. NFC.
by Rafael Espindola
· 10 years ago
5d59315
[LSR] canonicalize Prod*(1<<C) to Prod<<C
by Jingyue Wu
· 10 years ago
1171dad
Use Symbol.getValue to simplify RuntimeDyldCOFF::getSymbolOffset. NFC.
by Rafael Espindola
· 10 years ago
9fa0ab3
Add a SymbolRef::getValue.
by Rafael Espindola
· 10 years ago
234c589
Devirtualize Constant::replaceUsesOfWithOnConstant.
by Pete Cooper
· 10 years ago
a0b5a74
AsmPrinter: Cleanup DIEValue::EmitValue() API, NFC
by Duncan P. N. Exon Smith
· 10 years ago
262e948
Refactor duplicated code. NFC.
by Rafael Espindola
· 10 years ago
1841925
Object: Add XFAILed test case for r239560.
by Peter Collingbourne
· 10 years ago
1b6ca9d
[CaptureTracking] Avoid long compilation time on large basic blocks
by Bruno Cardoso Lopes
· 10 years ago
d89b55e
MIR Serialization: Serialize the null register operands.
by Alex Lorenz
· 10 years ago
baf8f6a
[LoopVectorizer] Fix bailing-out condition for OptForSize case.
by Michael Zolotukhin
· 10 years ago
9a5f962
Simplify the logic, NFC.
by Rafael Espindola
· 10 years ago
0502ac4
ADTTests: merge #ifdef checks from r240436.
by Alex Lorenz
· 10 years ago
1e6b8f5
Don't get confused with sections whose section number is reserved.
by Rafael Espindola
· 10 years ago
1a03087
[X86][AVX] Added full set of 256-bit vector shift tests.
by Simon Pilgrim
· 10 years ago
128f072
Eliminate additional redundant copies of Triple objects. NFC.
by Daniel Sanders
· 10 years ago
bf98467
Fix instruction scheduling live register tracking
by Pawel Bylica
· 10 years ago
611e493
[llvm-stress] Simple refactoring and better style. NFC.
by Pawel Bylica
· 10 years ago
41f2872
[mips][microMIPS] Implement BREAK, EHB and EI instructions
by Zoran Jovanovic
· 10 years ago
821b06f
Change how symbol sizes are handled in lib/Object.
by Rafael Espindola
· 10 years ago
9ece8eb
[ADT] Teach DenseMap to support StringRef keys.
by Chandler Carruth
· 10 years ago
0b48c1e
Hexagon: Paper over the undefined behaviour introduced by r238692
by Justin Bogner
· 10 years ago
76bee1a
MILexer.cpp: Try to fix a warning. [-Wsign-compare]
by NAKAMURA Takumi
· 10 years ago
1405564
[TableGen] Restore the use of the TheInit field in Record to cache the Record's DefInit. I broke this when I fixed memory leaks recently. Remove the DenseMap that mapped Record's to DefInit.
by Craig Topper
· 10 years ago
bfb1922
Do not treat ARM _MoveToCoprocessor* intrinsics as MSBuiltins.
by Bob Wilson
· 10 years ago
ef4ff21
Hexagon: Avoid left shifting negative values (it's UB)
by Justin Bogner
· 10 years ago
cac0341
SystemZ: Rephrase this allOnes calculation to avoid UB
by Justin Bogner
· 10 years ago
9073b8f
Don't repeat name in comments.
by Rafael Espindola
· 10 years ago
0810814
[X86] Don't generate vbroadcasti128 for v4i64 splats from memory.
by Ahmed Bougacha
· 10 years ago
eab3c65
Remove unused GlobalVariable::replaceUsesOfWithOnConstant. NFC.
by Pete Cooper
· 10 years ago
cd5ba15
[X86] update_llc_test_checks vector-shuffle-*. NFC.
by Ahmed Bougacha
· 10 years ago
ac57f35
MIR Serialization: Serialize immediate machine operands.
by Alex Lorenz
· 10 years ago
c2d7962
fix typo; NFC
by Sanjay Patel
· 10 years ago
378001d
don't repeat function names in comments; NFC
by Sanjay Patel
· 10 years ago
8dad59b
Add "-mcpu=" option to llvm-rtdyld
by Petar Jovanovic
· 10 years ago
926d65d
MIR Parser: Use correct source locations for machine instruction diagnostics.
by Alex Lorenz
· 10 years ago
d621812
Devirtualize Constant::destroyConstant.
by Pete Cooper
· 10 years ago
3ebe082
[X86][SSE] Added full set of 128-bit vector shift tests.
by Simon Pilgrim
· 10 years ago
a9a3bc2
Let llvm::ReplaceInstWithInst copy debug location from old to new instruction.
by Alexey Samsonov
· 10 years ago
0d1ad62
Pass 2 more variables to lit tests.
by Evgeniy Stepanov
· 10 years ago
ef42e11
Revert "[FaultMaps] Move FaultMapParser to Object/"
by Sanjoy Das
· 10 years ago
4f6926b
Adding the missing LTO API to lto.exports
by Steven Wu
· 10 years ago
8bb10c6
Don't pass a 32 bit value to "%08" PRIx64.
by Rafael Espindola
· 10 years ago
fbd7466
This change fixes three bugs in loop unswitching. This change causes an 81% speed-up on a benchmark that is based on EigenConvolutionKernel2D from Eigen3, where the lack of loop unswitching blocks hoisting of loads out of a nested loop (see bug 23816 for how loop unswitching and load hoisting are related).
by Mark Heffernan
· 10 years ago
572587c
[NVPTX] Added missing test case for llvm.nvvm.sqrt.f NVPTX intrinsic
by Artem Belevich
· 10 years ago
1c5cf24
ADT: Add a string APSInt constructor.
by Alex Lorenz
· 10 years ago
38e8531
Pass -m to the linker in this test.
by Rafael Espindola
· 10 years ago
d31dc69
AsmParser: Extend the API to make the global value and metadata node slot mappings publicly accessible.
by Alex Lorenz
· 10 years ago
3edc38d
ELF: Fix defintion of STT_LOOS and STT_HIOS.
by Tom Stellard
· 10 years ago
9982d6f
MIR Serialization: Serialize physical register machine operands.
by Alex Lorenz
· 10 years ago
a99d1c8
[ARM] ARMLoadStoreOpt::UpdateBaseRegUses should stop on def
by John Brawn
· 10 years ago
bd1e605
objdump: Don't print a (always 0) size for MachO symbols.
by Rafael Espindola
· 10 years ago
3800e76
SystemZ: Avoid left shifting negative values (it's UB)
by Justin Bogner
· 10 years ago
896353d
[Option] Plug a leak when move-assigning an InputArgList.
by Benjamin Kramer
· 10 years ago
9492ec5
Make helper functions static. NFC.
by Benjamin Kramer
· 10 years ago
530a616
[BranchFolding] Document why replacing HashMachineInstr with hash_code doesn't work
by Benjamin Kramer
· 10 years ago
336ead0
[MachineBasicBlock] Add getFirstNonDebugInstr to complement getLastNonDebugInstr
by Benjamin Kramer
· 10 years ago
d18bb88
[MachineBasicBlock] Use the const_cast(this) trick to reduce duplication
by Benjamin Kramer
· 10 years ago
7376033
Be sure to set the DataLayout before checking the cache.
by Rafael Espindola
· 10 years ago
115be62
[mips] [IAS] Add partial support for the ULHU pseudo-instruction.
by Toma Tabacu
· 10 years ago
0e92884
Remove unused arguments and move ManglerPrefixTy to the implementation.
by Rafael Espindola
· 10 years ago
88278a2
[mips] [IAS] Add support for generating DADDu to createAddu(). NFC.
by Toma Tabacu
· 10 years ago
9758b4a
Simplify the Mangler interface now that DataLayout is mandatory.
by Rafael Espindola
· 10 years ago
7c5bf4d
[mips64] Emit correct addend for some PC-relative relocations
by Petar Jovanovic
· 10 years ago
14e438d
[Hexagon] Use MF reference from parent class in HexagonPacketizerList
by Krzysztof Parzyszek
· 10 years ago
29e0044
[mips] [IAS] Move some function definitions to MipsTargetStreamer.cpp. NFC.
by Toma Tabacu
· 10 years ago
7737c63
Don't repeat names in comments.
by Rafael Espindola
· 10 years ago
b9ed9af
Use MCSymbols for FastISel.
by Rafael Espindola
· 10 years ago
b7f5b8b
Revert r240302 ("Bring r240130 back.").
by Daniel Jasper
· 10 years ago
b7c46b5
Revert r240271 (Fixed/added namespace ending comments using clang-tidy. NFC)
by Alexander Kornienko
· 10 years ago
43fab48
[mips] llvm-readobj can parse .MIPS.abiflags. No need to check the bytes.
by Daniel Sanders
· 10 years ago
cd52a7a
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
by Alexander Kornienko
· 10 years ago
d96e362
AVX-512: Added all forms of VPABS instruction
by Elena Demikhovsky
· 10 years ago
1e4a7e0
MCExpr: Avoid UB by evaluating this shift as unsigned
by Justin Bogner
· 10 years ago
46a8f93
[mips] Fix some UB by shifting before sign-extending
by Justin Bogner
· 10 years ago
a915f41
test: Move target dependent test in their own folder for c API test
by Justin Bogner
· 10 years ago
ab3926f
Fix PR13851: Preserve metadata for the unswitched branch
by Weiming Zhao
· 10 years ago
9e7539a
Remove broken banner.
by Rafael Espindola
· 10 years ago
da523bd
Add a test for the previous commit.
by Rafael Espindola
· 10 years ago
8bfd2e8
Handle multiple symbols having the same address.
by Rafael Espindola
· 10 years ago
3f2dc24
[InstCombine] Optimize subtract of selects into a select of a sub
by David Majnemer
· 10 years ago
393bbf5
Fix tests when X86 is not enabled.
by Rafael Espindola
· 10 years ago
dba0706
Compute correct symbol sizes for MachO and COFF.
by Rafael Espindola
· 10 years ago
344dd65
Extract an utility for computing symbol sizes on MachO and COFF.
by Rafael Espindola
· 10 years ago
080d72c
AMDGPU: Use getAsInteger instead of atoi
by Matt Arsenault
· 10 years ago
c49542e
[FaultMaps] Move FaultMapParser to Object/
by Sanjoy Das
· 10 years ago
14b4927
Fix a typo in a comment in FaultMaps.h. NFC.
by Sanjoy Das
· 10 years ago
b5aa0b9
llvm/tools/llvm-objdump/CMakeLists.txt: Update libdeps to fix r240304.
by NAKAMURA Takumi
· 10 years ago
8bd59f5
[x86] generalize reassociation optimization in machine combiner to 2 instructions
by Sanjay Patel
· 10 years ago
b06f3b4
Re-apply "InstrProf: When reading, copy the data instead of taking a reference. NFC"
by Justin Bogner
· 10 years ago
fe3176f
InstrProf: Add a test for multiple copies of the same with different hashes
by Justin Bogner
· 10 years ago
46a3ee7
Create Value.def helper. NFC.
by Pete Cooper
· 10 years ago
845d1a6
Fix PR23914.
by Evgeniy Stepanov
· 10 years ago
3755f9f
Code cleanup: Remove std::move() around xvalue (NFC)
by Logan Chien
· 10 years ago
08056a4
[LoopDist] Improve variable names and comments in LoopVersioning class, NFC
by Adam Nemet
· 10 years ago
0c17f95
Modify ParseArgs to return the InputArgList by value - there's no need for dynamic allocation/ownership here
by David Blaikie
· 10 years ago
cf300d8
[CMake] Treating LLVM_INCLUDE_TOOLS, which is a bool, as a string to change behaviors of the build is a dirty hack. We shouldn't do it.
by Chris Bieneman
· 10 years ago
e903f64
Revert r240291: causes problems in self-hosted builds.
by Pawel Bylica
· 10 years ago
Next »