Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_llvm80
/
7ae34947320585d8973dfabcc17821307e34c961
7ae3494
[AVX512] add integer min/max intrinsics support.
by Asaf Badouh
· 10 years ago
4ec9824
Disable llvm/test/CodeGen/MIR/machine-function.mir on x86 msc18 for now. Investigating.
by NAKAMURA Takumi
· 10 years ago
f55aecb
llvm/unittests/Support/Path.cpp: Use <windows.h> instead of <Windows.h>.
by NAKAMURA Takumi
· 10 years ago
05e61f7
X86: optimized i64 vector multiply with constant
by Elena Demikhovsky
· 10 years ago
f428f17
[TableGen] Remove unused method declaration. NFC
by Craig Topper
· 10 years ago
f8848a8
Revert 239795
by Philip Reames
· 10 years ago
819a6b7
[AArch64] Generalize extract-high DUP extension to MOVI/MVNI.
by Ahmed Bougacha
· 10 years ago
d4521f1
[AArch64] Robustize neon-2velem-high test. NFC.
by Ahmed Bougacha
· 10 years ago
9426133
Move logic from JumpThreading into LazyValue info to simplify caller.
by Philip Reames
· 10 years ago
5449852
modules: Add explicit dependency on intrinsics_gen
by Duncan P. N. Exon Smith
· 10 years ago
6025d73
[InstCombine] Propagate non-null facts to call parameters
by Philip Reames
· 10 years ago
2648710
modules: Mark CodeGen/DIEValues.def as a textual inclusion
by Duncan P. N. Exon Smith
· 10 years ago
4aee54e
modules: Move ProfileKinds to an anonymous namespace
by Duncan P. N. Exon Smith
· 10 years ago
00b6413
MIR Serialization: Print and parse simple machine function attributes.
by Alex Lorenz
· 10 years ago
b3607cd
MIR Serialization: move the MIR printer out of the MIR printing pass.
by Alex Lorenz
· 10 years ago
46446a5
[X86] Try to shorten dwarf CFI emission
by Reid Kleckner
· 10 years ago
0f80e47
Debug Info IR: Switch DIObjCProperty to use DITypeRef.
by Adrian Prantl
· 10 years ago
034945e
MIR Serialization: Create dummy functions when the MIR file doesn't have LLVM IR.
by Alex Lorenz
· 10 years ago
185789e
MIR Serialization: Report an error when machine functions have the same name.
by Alex Lorenz
· 10 years ago
9784231
Add safestack attribute to LLVMAttribute enum and Go bindings. Correct
by Peter Collingbourne
· 10 years ago
0d6057a
[Hexagon] Using readobj rather than objdump.
by Colin LeMahieu
· 10 years ago
c134468
[Hexagon] PC-relative offsets are relative to packet start rather than the offset of the relocation. Set relocation addend and check it's correct in the ELF.
by Colin LeMahieu
· 10 years ago
b1ce237
[X86][SSE] Added tests for vector i8/i16 to f32/f64 conversions
by Simon Pilgrim
· 10 years ago
7ffec83
Protection against stack-based memory corruption errors using SafeStack
by Peter Collingbourne
· 10 years ago
3aef776
Don't indent inside a namespace. NFC.
by Rafael Espindola
· 10 years ago
132c354
Replace @ with the more common \. NFC.
by Rafael Espindola
· 10 years ago
9e26836
Don't repeat names in comments and start functions with a lower case letter.
by Rafael Espindola
· 10 years ago
a15d888
MIR Serialization: Connect the machine function analysis pass to the MIR parser.
by Alex Lorenz
· 10 years ago
e99f30c
Remove duplicate conditional in if-stmt.
by Eric Christopher
· 10 years ago
1456b12
Cleanup the constructor of BitcodeReader. NFC.
by Rafael Espindola
· 10 years ago
0f73200
Add "REQUIRES: asserts" to test case that uses -debug-only
by Sanjoy Das
· 10 years ago
deca672
Unbreak docs build from r239740.
by Sanjoy Das
· 10 years ago
18a05df
Unbreak the build from r239740.
by Sanjoy Das
· 10 years ago
cf9ca4f
[Hexagon] Moving pass declarations out of header and in to implementation files. Removing unused function getSubtargetInfo from HexagonMCCodeEmitter.cpp Removing deletion of copy construction and assignment operator since parent already deletes it.
by Colin LeMahieu
· 10 years ago
8d5b285
[CodeGen] Add a pass to fold null checks into nearby memory operations.
by Sanjoy Das
· 10 years ago
a1e554d
[TargetInstrInfo] Add new hook: AnalyzeBranchPredicate.
by Sanjoy Das
· 10 years ago
319c91b
[TargetInstrInfo] Rename getLdStBaseRegImmOfs and implement for x86.
by Sanjoy Das
· 10 years ago
1991e2a
[CodeGen] Introduce a FAULTING_LOAD_OP pseudo-op.
by Sanjoy Das
· 10 years ago
36395e7
[NFC] Extract X86MCInstLower::LowerMachineOperand.
by Sanjoy Das
· 10 years ago
698a7e5
De-duplicate common expression, NFC.
by Yaron Keren
· 10 years ago
b4c2481
Rangify several for loops, NFC.
by Yaron Keren
· 10 years ago
2ecc72c
On behalf of Alexandros Lamprineas:
by Evgeny Astigeevich
· 10 years ago
4f9d346
[LinkerTest] Use LLVMDisposeMessage to free error string.
by Benjamin Kramer
· 10 years ago
1ec22e4
Avoid a "always true" warning from gcc.
by Rafael Espindola
· 10 years ago
99e760a
gold-plugin: save the .o when given -save-temps.
by Rafael Espindola
· 10 years ago
ad0b09d
Revert r239721 - Replace string GNU Triples with llvm::Triple in InitMCObjectFileInfo. NFC.
by Daniel Sanders
· 10 years ago
4a867c7
Replace string GNU Triples with llvm::Triple in InitMCObjectFileInfo. NFC.
by Daniel Sanders
· 10 years ago
981ffd1
[MachineSink] Improve runtime performance. NFC.
by Arnaud A. de Grandmaison
· 10 years ago
7a1e934
[ValueTracking] do not overwrite analysis results already computed
by Jingyue Wu
· 10 years ago
01e2831
[Support][Endian] Define |= and &= for u{big,little}{16,32,64}_t.
by Rui Ueyama
· 10 years ago
5e1ea38
[AArch64] Delete two empty files, which should be removed by r239713.
by Hao Liu
· 10 years ago
5ab48a2
[AArch64] Revert r239711 again. We need to discuss how to share code between AArch64 and ARM backend.
by Hao Liu
· 10 years ago
6024ab3
[AArch64] Match interleaved memory accesses into ldN/stN instructions.
by Hao Liu
· 10 years ago
f6da33d
[CMake] Try to fix r239612, not to miss resources/windows_version_resource.rc in clang build.
by NAKAMURA Takumi
· 10 years ago
49e5e9f
[InstSimplify] fsub nnan x, x -> 0.0 is valid without ninf
by Benjamin Kramer
· 10 years ago
f3e8266
[InstSimplify] Add self-fdiv identities for -ffinite-math-only.
by Benjamin Kramer
· 10 years ago
17ae213
AVX-512: Implemented DAG lowering for shuff62x2/shufi62x2 instuctions ( Shuffle Packed Values at 128-bit Granularity )
by Igor Breger
· 10 years ago
3dd5551
Add support for parsing the XOR operator in Intel syntax inline assembly.
by Michael Kuperstein
· 10 years ago
6ea3ad7
AVX-512: Implemented cvtsi2ss/d cvtusi2ss/d instructions with round control for KNL.
by Igor Breger
· 10 years ago
145cdc6
AsmPrinter.cpp: Avoid crashes for targeting like "arm-mingw32". CurrentFnSym might not be <MCSymbolELF> here.
by NAKAMURA Takumi
· 10 years ago
82b72be
Reformat.
by NAKAMURA Takumi
· 10 years ago
3a36996
[Hexagon] Adding some codegen tests and updating some to match spec.
by Colin LeMahieu
· 10 years ago
2a8a1b8
[Statepoints] Skip a vector copy when uniquing values.
by Benjamin Kramer
· 10 years ago
4bb355e
[ExecutionEngine] ArrayRefize argument passing.
by Benjamin Kramer
· 10 years ago
09eacc1
C++11 Rangify loops in AssemblyWriter::printModule, NFC.
by Yaron Keren
· 10 years ago
803fe19
Don't use std::errc.
by Rafael Espindola
· 10 years ago
4692cb1
[DAGCombiner] Added BSWAP(BSWAP(x)) -> x combine pattern.
by Simon Pilgrim
· 10 years ago
75975e2
hoist loop-invariant; NFCI
by Sanjay Patel
· 10 years ago
ea58c7d
remove function names from comments and clean up; NFC
by Sanjay Patel
· 10 years ago
4a9a71e
[SelectionDAG] Added assertions + UNDEF handling for BSWAP node creation.
by Simon Pilgrim
· 10 years ago
4aeeb9e
remove unnecessary casts; NFCI
by Sanjay Patel
· 10 years ago
d8b27b1
[DAGCombiner] Added BSWAP vector constant folding support.
by Simon Pilgrim
· 10 years ago
6b520d0
Stripped trailing whitespace. NFC.
by Simon Pilgrim
· 10 years ago
dd183f1
[LinkerTest] Don't leak error string.
by Benjamin Kramer
· 10 years ago
9223c2c
Stripped trailing whitespace. NFC.
by Simon Pilgrim
· 10 years ago
8e2ed16
Bring in a BumpPtrStringSaver from lld and simplify the interface.
by Rafael Espindola
· 10 years ago
2111b57
[LIT] Fix failing LIT tests
by Eric Fiselier
· 10 years ago
bfc6c66
AMDGPU: s/R600/AMDGPU/ in the Makefiles
by Tom Stellard
· 10 years ago
4866a4c
configure: Remove non-portable fall-through operator: ;&
by Tom Stellard
· 10 years ago
8ce6c58
Rename TargetSubtargetInfo::enablePostMachineScheduler() to enablePostRAScheduler()
by Matthias Braun
· 10 years ago
6fee0b0
MachineLICM: Use TargetSchedModel instead of just itineraries
by Matthias Braun
· 10 years ago
953c681
R600 -> AMDGPU rename
by Tom Stellard
· 10 years ago
8b8b72e
Revert 239644.
by Matt Wala
· 10 years ago
31b680f
AArch64: map bare-metal arm64-macho triple to MachO MC layer.
by Tim Northover
· 10 years ago
21a987d
Fix returning error message in LLVMLinkModules
by Eli Bendersky
· 10 years ago
69fb65b
[Orc] Tidy up initialization based on review feedback for r239561 from dblaikie.
by Lang Hames
· 10 years ago
1849093
[Scalarizer] Fix potential for stale data in Scattered across invocations
by Matt Wala
· 10 years ago
956bff8
[Orc] Tidy up the CompileOnDemand layer based on commit review from dblaikie.
by Lang Hames
· 10 years ago
fe8e55c
[Orc] Fix a bug in the CompileOnDemand layer where stub decls were not cloned
by Lang Hames
· 10 years ago
f28da43
R600/SI: Add assembler support for FLAT instructions
by Tom Stellard
· 10 years ago
bffcf0d
Rangify several for loops in ValueEnumerator constructor.
by Yaron Keren
· 10 years ago
53aa3e0
[Hexagon] Making intrinsic tests agnostic to register allocation. Narrowing intrinsic parameters to appropriate width.
by Colin LeMahieu
· 10 years ago
f52f043
Wrap some long lines in LLVMBuild files. NFC
by Douglas Katzman
· 10 years ago
2086b2e
Add 'shave' processor name to Triple
by Douglas Katzman
· 10 years ago
d25af8c
Refix a use of explicit pointer types in GEP constant folding
by David Blaikie
· 10 years ago
8040b1e
Fix a typo in a comment in MemCpyOpt (test commit)
by Matt Wala
· 10 years ago
923bd1d
Rangify two for loops in BitcodeReader.cpp.
by Yaron Keren
· 10 years ago
51be690
Remove unnecessary MCExpr.h include from MCSymbol.h
by Pete Cooper
· 10 years ago
c0bd425
Remove a bunch of inline keywords from User. NFC.
by Pete Cooper
· 10 years ago
a6ff221
Move OperandList to be allocated prior to User for hung off subclasses.
by Pete Cooper
· 10 years ago
Next »