index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Target
Commit message (
Expand
)
Author
Age
Files
Lines
*
[ARM] GlobalISel: Fixup r307365
Diana Picus
2017-07-07
1
-11
/
+10
*
[ARM] GlobalISel: Select hard G_FCMP for s32
Diana Picus
2017-07-07
1
-63
/
+234
*
LiveRegUnits: Rename accumulateBackward()->accumulate()
Matthias Braun
2017-07-07
1
-1
/
+1
*
Extend memcpy expansion in Transform/Utils to handle wider operand types.
Sean Fertile
2017-07-07
2
-12
/
+36
*
Reverting r307326 because it breaks clang tests.
Michael Kuperstein
2017-07-06
3
-32
/
+11
*
[NVPTX] Add lowering of i128 params.
Michael Kuperstein
2017-07-06
3
-11
/
+32
*
[COFF, AArch64] Set the private label prefix to .L
Martin Storsjo
2017-07-06
1
-0
/
+2
*
AMDGPU: Add macro fusion schedule DAG mutation
Matt Arsenault
2017-07-06
4
-0
/
+86
*
AMDGPU: Minor cleanup of shrinking logic
Matt Arsenault
2017-07-06
1
-8
/
+4
*
[AMDGPU] Always use rcp + mul with fast math
Stanislav Mekhanoshin
2017-07-06
2
-8
/
+8
*
[GISel]: Enhance the MachineIRBuilder API
Aditya Nandakumar
2017-07-06
1
-3
/
+2
*
[Constants] If we already have a ConstantInt*, prefer to use isZero/isOne/isM...
Craig Topper
2017-07-06
1
-1
/
+1
*
Fix spelling in comments. NFCI.
Simon Pilgrim
2017-07-06
1
-3
/
+3
*
[X86][SSE4A] Add support for shuffle combining to INSERTQI.
Simon Pilgrim
2017-07-06
1
-0
/
+16
*
Doxygen formatting. NFCI
Joel Jones
2017-07-06
1
-2
/
+12
*
[X86][SSE] combineX86ShuffleChain - merge duplicate creations of integer mask...
Simon Pilgrim
2017-07-06
1
-20
/
+12
*
[X86][SSE] combineX86ShuffleChain - merge duplicate 'Zeroable' element masks
Simon Pilgrim
2017-07-06
1
-20
/
+12
*
[X86][SSE4A] Add support for shuffle combining to EXTRQ.
Simon Pilgrim
2017-07-06
1
-1
/
+28
*
[X86][SSE4A] Split EXTRQ/INSERTQ shuffle matching from lowering. NFCI.
Simon Pilgrim
2017-07-06
1
-99
/
+112
*
[ARM] GlobalISel: Map s32 G_FCMP in reg bank select
Diana Picus
2017-07-06
1
-0
/
+14
*
[ARM] GlobalISel: Legalize G_FCMP for s32
Diana Picus
2017-07-06
2
-0
/
+162
*
[ARM] GlobalISel: Widen s1, s8, s16 G_CONSTANT
Diana Picus
2017-07-06
1
-0
/
+2
*
[WebAssembly] Fix types for address taken functions
Sam Clegg
2017-07-05
4
-17
/
+28
*
[AMDGPU] Move GISel accessor initialization from TargetMachine to Subtarget.
Quentin Colombet
2017-07-05
2
-48
/
+50
*
[Power9] Disable removing extra swaps on P9.
Sean Fertile
2017-07-05
1
-1
/
+3
*
[PowerPC] Make sure that we remove dead PHI nodes after the PPCCTRLoops pass.
Sean Fertile
2017-07-05
1
-1
/
+4
*
[Power9] Exploit vector extract with variable index.
Tony Jiang
2017-07-05
1
-0
/
+92
*
[Power9] Exploit vector integer extend instructions when indices aren't correct.
Tony Jiang
2017-07-05
4
-26
/
+216
*
[SystemZ] Simplify handling of 128-bit multiply/divide instruction
Ulrich Weigand
2017-07-05
7
-106
/
+106
*
[SystemZ] Small cleanups to SystemZScheduleZ13.td
Ulrich Weigand
2017-07-05
1
-25
/
+36
*
[GlobalISel] Refactor Legalizer helpers for libcalls
Diana Picus
2017-07-05
1
-4
/
+9
*
[AsmParser] Mnemonic Spell Corrector
Sjoerd Meijer
2017-07-05
1
-2
/
+8
*
[ARM] GlobalISel: Extract tiny helper. NFC
Diana Picus
2017-07-05
1
-2
/
+5
*
[GlobalISel][X86] For now don't handle not trivial function arguments lowering.
Igor Breger
2017-07-05
1
-1
/
+11
*
[GlobalISel][X86] Allow graceful fallback for struct/array argument/return va...
Igor Breger
2017-07-05
2
-11
/
+26
*
[PowerPC] Fix for PR33636
Nemanja Ivanovic
2017-07-05
1
-2
/
+4
*
Revert "[AVR] Add the branch selection pass from the GitHub repository"
Dylan McKay
2017-07-05
3
-269
/
+0
*
[AVR] Add the branch selection pass from the GitHub repository
Dylan McKay
2017-07-05
3
-0
/
+269
*
[X86][SSE4A] Add support for combining from non-v16i8 EXTRQI/INSERTQI shuffles
Simon Pilgrim
2017-07-04
1
-3
/
+3
*
Fix signed/unsigned comparison warnings
Simon Pilgrim
2017-07-04
1
-4
/
+4
*
[AMDGPU] Switch scalarize global loads ON by default
Alexander Timofeev
2017-07-04
1
-1
/
+1
*
[X86][SSE4A] Generalized EXTRQI/INSERTQI shuffle decodes
Simon Pilgrim
2017-07-04
4
-31
/
+41
*
fix trivial typos in comments; NFC
Hiroshi Inoue
2017-07-04
2
-2
/
+2
*
[AMDGPU] Fix latency of MIMG instructions
Marek Olsak
2017-07-04
1
-0
/
+1
*
[globalisel][tablegen] Partially fix compile-time regressions by converting m...
Daniel Sanders
2017-07-04
3
-0
/
+6
*
[X86] Add comment string for broadcast loads from the constant pool.
Craig Topper
2017-07-04
1
-37
/
+156
*
[X86] Add RDRAND feature to GLM CPU
Craig Topper
2017-07-04
1
-0
/
+1
*
[AVR] Fix bug which caused assertion errors for some FRMIDX instructions
Dylan McKay
2017-07-04
1
-3
/
+8
*
[AVR] Add a missing clobber declaration to LPMW
Dylan McKay
2017-07-04
1
-6
/
+6
*
Revert r307026, "[AMDGPU] Switch scalarize global loads ON by default"
NAKAMURA Takumi
2017-07-04
1
-1
/
+1
[next]