Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_llvm80
/
62d9678d09f98fd8d4b1a76bdf0345d91cdc9a8c
62d9678
[Statepoint][NFC] Fix include guard style.
by Sanjoy Das
· 10 years ago
7081f6f
Revert 240130, it caused crashes (repro in PR23900).
by Nico Weber
· 10 years ago
30c3b2a
name change: hasPattern() -> getMachineCombinerPatterns() ; NFC
by Sanjay Patel
· 10 years ago
152f3b5
[CallGraph] Given -print-callgraph a stable printing order.
by Sanjoy Das
· 10 years ago
9b3369e
Try to fix generation of LLVMExports.cmake under Visual Studio.
by Dan Liew
· 10 years ago
7edd0107
Improve error handling of getRelocationAddend.
by Rafael Espindola
· 10 years ago
ec43535
Fix header path in CMake. NFC.
by Pete Cooper
· 10 years ago
dc6d652
MIR Parser: report an error when a basic block isn't found.
by Alex Lorenz
· 10 years ago
d8c98f1
[LoopDist] Rename RuntimeCheckEmitter to LoopVersioning, NFC
by Adam Nemet
· 10 years ago
5af96d3
[LoopDist] Move pointer-to-partition computation out of RuntimeCheckEmitter, NFC
by Adam Nemet
· 10 years ago
6c3277a
Delete dead code. NFC.
by Rafael Espindola
· 10 years ago
5452b3d
AMDGPU: Fix filename in comment
by Matt Arsenault
· 10 years ago
776f864
Make getRelocationSection MachO only.
by Rafael Espindola
· 10 years ago
2603664
MIR Serialization: Serialize the list of machine basic blocks with simple attributes.
by Alex Lorenz
· 10 years ago
ad85d7a
[SLP] Vectorize for all-constant entries.
by Michael Zolotukhin
· 10 years ago
8265391
AMDGPU: Fix some places missed in rename
by Matt Arsenault
· 10 years ago
75708d8
MIR Serialization: use default member initializers to initialize yaml::MachineFunction. NFC.
by Alex Lorenz
· 10 years ago
41c8849
Typo. NFC.
by Chad Rosier
· 10 years ago
ae7a59f
Avoid warning about inability to cast from ptr-to-obj to ptr-to-fun.
by Douglas Katzman
· 10 years ago
cf0db29
Fixed/added namespace ending comments using clang-tidy. NFC
by Alexander Kornienko
· 10 years ago
883d498
Fix the build.
by Rafael Espindola
· 10 years ago
2ba51f8
Replace EM_486 with EM_IAMCU.
by Rafael Espindola
· 10 years ago
e9149f4
[ASan] Initial support for Kernel AddressSanitizer
by Alexander Potapenko
· 10 years ago
ec77d9a
Make all temporary symbols unnamed.
by Rafael Espindola
· 10 years ago
4b77d12
IRBuilder: Add unit tests for construction of globals with address space
by Tobias Grosser
· 10 years ago
e2d0c66
CMake: Stop using LLVM's custom parse_arguments (delete implementation). NFC
by Filipe Cabecinhas
· 10 years ago
84b1665
CMake: Stop using LLVM's custom parse_arguments. NFC
by Filipe Cabecinhas
· 10 years ago
ac65506
[ARM] Look through concat when lowering in-place shuffles (VZIP, ..)
by Ahmed Bougacha
· 10 years ago
1d01eeb
[ARM] Factor out two-result shuffle matching. NFCI.
by Ahmed Bougacha
· 10 years ago
2120f53
[ARM] Add D-sized vtrn/vuzp/vzip tests, and cleanup. NFC.
by Ahmed Bougacha
· 10 years ago
8921b27
IRBuilder: Allow globals to be constructed in a specific address space
by Tobias Grosser
· 10 years ago
933d2bd
Fix "the the" in comments.
by Eric Christopher
· 10 years ago
875bc61
MIR Serialization: Reenable one of the MIRParser tests by reverting r239805.
by Alex Lorenz
· 10 years ago
28b186f
Improve the --expand-relocs handling of MachO.
by Rafael Espindola
· 10 years ago
d30c235
Avoid redundant select node in early if-conversion pass
by Yi Jiang
· 10 years ago
5caacef
Switch lowering: enable whole-switch jump tables at -O0.
by Hans Wennborg
· 10 years ago
50cef00
Pass --expand-relocs to a few more tests.
by Rafael Espindola
· 10 years ago
b9b8054
use SDValue bool operator; NFCI
by Sanjay Patel
· 10 years ago
438a6a0
add test to show suboptimal load merging behavior
by Sanjay Patel
· 10 years ago
4ac9a2e
[X86][SSE][CostModel] Fixed uitofp/sitofp cost target tests to specify sse2/avx2/avx512f directly instead of via a cpu model.
by Simon Pilgrim
· 10 years ago
bc3868a
fixed to test attributes and use better checks
by Sanjay Patel
· 10 years ago
05f80f4
[Hexagon] Fixing unused field copypasta.
by Colin LeMahieu
· 10 years ago
5f0fc6d
MIR Serialization: initialize the fields without the default initializers in yaml::MachineFunction
by Alex Lorenz
· 10 years ago
1be6428
Use --expand-relocs in a test. It will make the next change easier to read.
by Rafael Espindola
· 10 years ago
21e6bed
[Hexagon] Printing packet brackets when asm printing and adding a number of tests that test packet brackets.
by Colin LeMahieu
· 10 years ago
4b61d26
[MC] Adding prettyPrintAsm to MCTargetStreamer to allow targets to specialize how instructions are printed to asm.
by Colin LeMahieu
· 10 years ago
edb6ecd6
[X86] Rename RegInfo to TRI as suggested by Eric
by Reid Kleckner
· 10 years ago
f4e002c
[X86] Refactor stack adjustments into X86FrameLowering::BuildStackAdjustment
by Reid Kleckner
· 10 years ago
ec7aa02
[BranchFolding] Replace custom MachineInstr with MachineInstrExpressionTrait
by Benjamin Kramer
· 10 years ago
aabacb6
[CallGraph] Teach the CallGraph about non-leaf intrinsics.
by Sanjoy Das
· 10 years ago
6d136d7
[CodeGen] Don't emit a random reference to the personality function
by David Majnemer
· 10 years ago
75a43c6
don't repeat function / variable names in comments; NFC
by Sanjay Patel
· 10 years ago
e7e3ecd
[X86] Remove unneeded parameters and deduplicate stack alignment code
by Reid Kleckner
· 10 years ago
bc3cb88
[EliminateDuplicatePHINodes] Replace custom hash map with DenseSet.
by Benjamin Kramer
· 10 years ago
fd246aa
fix typo; NFC
by Sanjay Patel
· 10 years ago
d280420
[SPARC] Repair GOT references to internal symbols.
by James Y Knight
· 10 years ago
f314160
Convert a few tests to use llvm-mc.
by Rafael Espindola
· 10 years ago
27a2741
quick fix for failure from r.240012
by Asaf Badouh
· 10 years ago
d492018
[X86][AVX2] Added AVX2 SINT_TO_FP/UINT_TO_FP tests
by Simon Pilgrim
· 10 years ago
bc5667c
[AVX512] add instructions: VPAVGB and VPAVGW
by Asaf Badouh
· 10 years ago
5146cbf
Update LLVM bindings after r239940. Apparently these aren't included in
by Daniel Jasper
· 10 years ago
6c24289
AVX-512: (fixed) Added encoding of all forms of VPERMT2W/D/Q/PS/PD and VPERMI2W/D/Q/PS/PD.
by Elena Demikhovsky
· 10 years ago
f3d6e24
reverted 239999 due to test failures
by Elena Demikhovsky
· 10 years ago
5686493
AVX-512: Added encoding of all forms of VPERMT2W/D/Q/PS/PD
by Elena Demikhovsky
· 10 years ago
e86e4ec
LTO: Introduce LTOModule::getSymbolGV().
by Peter Collingbourne
· 10 years ago
e520b70
[autoconf] Detect OLE32 for mingw.
by NAKAMURA Takumi
· 10 years ago
3c1e805
config.h.*: Rework r210144. Don't edit config.h.in manually.
by NAKAMURA Takumi
· 10 years ago
8c6343b
Reorder LLVM_ENABLE_ABI_BREAKING_CHECKS in llvm-config.h.*.
by NAKAMURA Takumi
· 10 years ago
40ccf16
[NFC] more comments in SLSR
by Jingyue Wu
· 10 years ago
ce69bac
Silence resource compiler using /nologo flag.
by Peter Collingbourne
· 10 years ago
24e04b8
[AsmPrinter] Make isRepeatedByteSequence smarter about odd integer types
by Benjamin Kramer
· 10 years ago
c5f2ede
Revert r239972 (YAML: Assign a value returned by the default constructor to the value in an optional mapping).
by Alex Lorenz
· 10 years ago
15db0fb
YAML: Assign a value returned by the default constructor to the value in an optional mapping.
by Alex Lorenz
· 10 years ago
6ebf741
[X86][SSE] Improved support for vector i16 to float conversions.
by Simon Pilgrim
· 10 years ago
ee36276
Add NVPTXLowerAlloca pass to convert alloca'ed memory to local address
by Jingyue Wu
· 10 years ago
c821cef
Devirtualize and pack MCFragment to reduce memory usage.
by Pete Cooper
· 10 years ago
4278cac
Re-land "[X86] Cache variables that only depend on the subtarget"
by Reid Kleckner
· 10 years ago
cf4978e
Revert "[X86] Cache variables that only depend on the subtarget"
by Reid Kleckner
· 10 years ago
bbb7571
[X86] Cache variables that only depend on the subtarget
by Reid Kleckner
· 10 years ago
dfe93a5
[docs] Fix "WARNING: Title underline too short."
by David Majnemer
· 10 years ago
cf1e4a2
Add missing include.
by Benjamin Kramer
· 10 years ago
3cab8a1
[Bitcode] Replace hand-coded little endian handling with Endian.h functions.
by Benjamin Kramer
· 10 years ago
dd8f102
AMDGPU: Change unreachable into reported error
by Matt Arsenault
· 10 years ago
a249533
remove unnecessary casts; NFC
by Sanjay Patel
· 10 years ago
cc714e2
Move the personality function from LandingPadInst to Function
by David Majnemer
· 10 years ago
4412d4b
[CodeGenPrepare] Generalize inserted set from truncs to any inst.
by Ahmed Bougacha
· 10 years ago
6fc90b3
[Hexagon] Adding a number of other tests for min/max instructions and loading i1s.
by Colin LeMahieu
· 10 years ago
a1e31b4
Move IsUsedInReloc from MCSymbolELF to MCSymbol.
by Rafael Espindola
· 10 years ago
1c63fe6
LowerBitSets: Do not assign names to aliases of unnamed bitset element objects.
by Peter Collingbourne
· 10 years ago
43e5349
Allow aliases to be unnamed.
by Rafael Espindola
· 10 years ago
b200e2f
Use a range loop. NFC.
by Rafael Espindola
· 10 years ago
7540f2c
[Hexagon] Adding some compare tests, fixing existing XFAILed tests, and removing mcpu=hexagonv4 since that's the minimum version anyway.
by Colin LeMahieu
· 10 years ago
d562b72
fix typos in comments; NFC
by Sanjay Patel
· 10 years ago
5057ee8
Add documentation for new backedge mass propagation in irregular loops.
by Diego Novillo
· 10 years ago
b306ae3
Use named temporaries for directional labels.
by Rafael Espindola
· 10 years ago
aa94b68
[ArchiveWriter] Use EndianStream. No functional change intended.
by Benjamin Kramer
· 10 years ago
4bf8188
[MC/Dwarf] Encode DW_CFA_advance_loc in target endianess.
by Benjamin Kramer
· 10 years ago
d510c10
[mips] [IAS] Add support for expanding LASym with a source register operand.
by Toma Tabacu
· 10 years ago
4dd3b87
Tweak wording of alignment static_assert messages.
by James Y Knight
· 10 years ago
279a212
[mips] [IAS] Add support for the B{L,G}{T,E}(U) branch pseudo-instructions.
by Toma Tabacu
· 10 years ago
Next »