Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_llvm
/
2120f5332b34300b5986cd898a155f148d985def
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
87f93f5
[mips] [IAS] Fix LA with relative label operands.
by Toma Tabacu
· 10 years ago
d3b8136
[mips] [IAS] Add test for SW with relative label operands. NFC.
by Toma Tabacu
· 10 years ago
8e18efe
Remove empty directories left after r239657
by Alexander Kornienko
· 10 years ago
e7684db
[mips] [IAS] Fix LW with relative label operands.
by Toma Tabacu
· 10 years ago
a066970
AVX-512: cvtusi2ss/d intrinsics.
by Igor Breger
· 10 years ago
b7742df
[PM/AA] Suffix lots of member variables that directly use enumeration
by Chandler Carruth
· 10 years ago
2cdca0c4
[PM/AA] Remove the UnknownSize static member from AliasAnalysis.
by Chandler Carruth
· 10 years ago
4d7ed39
[PM/AA] Remove the Location typedef from the AliasAnalysis class now
by Chandler Carruth
· 10 years ago
c179a41
[PM/AA] Split the location computation out of getArgLocation so the
by Chandler Carruth
· 10 years ago
e460807
Revert "AArch64: Use CMP;CCMP sequences for and/or/setcc trees."
by Matthias Braun
· 10 years ago
1c19be4
Try to fix the MSVC build.
by Rafael Espindola
· 10 years ago
360661f
[Hexagon] Adding MC ELF streamer and updating addend relocation test which shows correct ELF symbol.
by Colin LeMahieu
· 10 years ago
4a80b4b
Fix alignment issues in LLVM.
by James Y Knight
· 10 years ago
cc625c9
Handle forward referenced function when streaming bitcode.
by Rafael Espindola
· 10 years ago
485973a
Handle MaterializeAll in getLazyBitcodeModuleImpl. NFC.
by Rafael Espindola
· 10 years ago
4a4558e
Use std::unique_ptr to manage the DataStreamer in bitcode parsing.
by Rafael Espindola
· 10 years ago
3fea165
Rename and improve emitSectionOffset.
by Rafael Espindola
· 10 years ago
363eaff
Refactor RecurrenceInstDesc
by Tyler Nowicki
· 10 years ago
f0cbe32
Add some tests based on PR21711
by Sanjay Patel
· 10 years ago
20a6785
Return a unique_ptr from getLazyBitcodeModule and parseBitcodeFile. NFC.
by Rafael Espindola
· 10 years ago
3bcfd46
[llvm-readobj] Print MIPS .reginfo section content
by Simon Atanasyan
· 10 years ago
e2d3e44
[X86][SSE] Vectorize v2i32 to v2f64 conversions
by Simon Pilgrim
· 10 years ago
50f4bcf
rename variables; NFC
by Sanjay Patel
· 10 years ago
489a03c
Reapply 239795 - [InstCombine] Propagate non-null facts to call parameters
by Philip Reames
· 10 years ago
2cd20fe
extract some code into a helper function for MergeConsecutiveStores(); NFCI
by Sanjay Patel
· 10 years ago
0c65062
Improve handling of end of file in the bitcode reader.
by Rafael Espindola
· 10 years ago
3f53fc8
Fix PR 23525 - Separate header mass propagation in irregular loops.
by Diego Novillo
· 10 years ago
bfbac55
[Statepoints] Test only change. Check that statepoint lowering didn't generate more than expected amount of spills.
by Igor Laevsky
· 10 years ago
944aaeb
VirtRegMap: Add undef flag when reading undefined subregisters.
by Matthias Braun
· 10 years ago
Next »