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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[x86] narrow a shuffle that doesn't use or set any high elements
Sanjay Patel
2019-01-25
1
-2
/
+47
*
[JSON] Work around excess-precision issue when comparing T_Integer numbers.
Sam McCall
2019-01-25
1
-0
/
+6
*
Fix gcc -Wparentheses warning. NFCI.
Simon Pilgrim
2019-01-25
1
-4
/
+4
*
Fix gcc -Wparentheses warning. NFCI.
Simon Pilgrim
2019-01-25
1
-2
/
+2
*
[ARM GlobalISel] Support shifts for Thumb2
Diana Picus
2019-01-25
1
-4
/
+4
*
[ARM GlobalISel] Remove rebase artifact from r351882. NFC
Diana Picus
2019-01-25
1
-3
/
+0
*
[TblGen] Extend !if semantics through new feature !cond
Javed Absar
2019-01-25
5
-1
/
+224
*
[MSP430] Fix absolute addressing mode printing in AsmPrinter
Anton Korobeynikov
2019-01-25
1
-2
/
+2
*
[PowerPC] Enhance the fast selection of cmp instruction and clean up related ...
Zi Xuan Wu
2019-01-25
1
-3
/
+12
*
[X86] Add non-masked versions of vpconflict intrinsics so we can use a select...
Craig Topper
2019-01-25
1
-0
/
+6
*
[RISCV] Custom-legalise i32 SDIV/UDIV/UREM on RV64M
Alex Bradbury
2019-01-25
3
-49
/
+55
*
[LoopSimplifyCFG] Fix inconsistency in blocks in loop markup
Max Kazantsev
2019-01-25
1
-1
/
+1
*
[RISCV] Custom-legalise 32-bit variable shifts on RV64
Alex Bradbury
2019-01-25
3
-67
/
+105
*
AMDGPU/GlobalISel: Remove leftover setAction
Matt Arsenault
2019-01-25
1
-11
/
+8
*
AMDGPU/GlobalISel: Scalarize add/sub
Matt Arsenault
2019-01-25
2
-3
/
+2
*
GlobalISel: fewerElementsVector for more cast types
Matt Arsenault
2019-01-25
2
-3
/
+11
*
GlobalISel: fewerElementsVector for a few more trivial ops
Matt Arsenault
2019-01-25
2
-5
/
+11
*
AMDGPU/GlobalISel: Legalize smulh/umulh and scalarize mul
Matt Arsenault
2019-01-25
3
-1
/
+9
*
[HotColdSplit] Describe the pass in more detail, NFC
Vedant Kumar
2019-01-25
1
-5
/
+18
*
[HotColdSplit] Split more aggressively before/after cold invokes
Vedant Kumar
2019-01-25
1
-39
/
+55
*
GlobalISel: Support fewerElementsVector for icmp/fcmp
Matt Arsenault
2019-01-25
2
-9
/
+83
*
GlobalISel: Implement fewerElementsVector for extensions
Matt Arsenault
2019-01-25
2
-2
/
+61
*
hwasan: If we split the entry block, move static allocas back into the entry ...
Peter Collingbourne
2019-01-25
1
-0
/
+15
*
GlobalISel: Add convenience mutatations to scalarize
Matt Arsenault
2019-01-25
4
-46
/
+26
*
[GlobalISel][AArch64] Avoid unused variable warning for variable only used in...
Benjamin Kramer
2019-01-24
1
-0
/
+1
*
[PowerPC] Exploit store instructions that store a single vector element
Nemanja Ivanovic
2019-01-24
1
-2
/
+102
*
RegBankSelect: Fix use after free in r352123
Matt Arsenault
2019-01-24
1
-1
/
+1
*
[GlobalISel][AArch64] Avoid unused function warnings in Release builds
Benjamin Kramer
2019-01-24
1
-0
/
+2
*
[x86] move half-size shuffle mask creation to helper; NFC
Sanjay Patel
2019-01-24
1
-34
/
+60
*
[GISel]: Change how CSE is enabled by default for each pass
Aditya Nandakumar
2019-01-24
3
-6
/
+12
*
Suppress unused capture warning in CheckCopy
Jessica Paquette
2019-01-24
1
-1
/
+1
*
RegBankSelect: Support some more complex part mappings
Matt Arsenault
2019-01-24
5
-25
/
+295
*
[PDB] Increase TPI hash bucket count.
Zachary Turner
2019-01-24
1
-2
/
+2
*
[GlobalISel][AArch64] Add isel support for FP16 vector @llvm.ceil
Jessica Paquette
2019-01-24
4
-94
/
+484
*
allow COFF .def directive in module assembly when using ThinLTO
Bob Haarman
2019-01-24
1
-0
/
+9
*
[Analysis] Fix isSafeToLoadUnconditionally handling of volatile.
Eli Friedman
2019-01-24
1
-0
/
+8
*
Limit dyld image suffixes guessed by guessLibraryShortName()
Michael Trent
2019-01-24
1
-3
/
+18
*
Fix a compiler error introduced in r352093.
Haojian Wu
2019-01-24
1
-1
/
+1
*
[LICM] Cleanup duplicated code. [NFCI]
Alina Sbirlea
2019-01-24
1
-17
/
+11
*
[MemorySSA +LICM CFHoist] Solve PR40317.
Alina Sbirlea
2019-01-24
1
-0
/
+5
*
[HotColdSplit] Move splitting earlier in the pipeline
Vedant Kumar
2019-01-24
2
-9
/
+18
*
[x86] rename VectorShuffle -> Shuffle; NFC
Sanjay Patel
2019-01-24
1
-706
/
+631
*
Fix emission of _fltused for MSVC.
James Y Knight
2019-01-24
5
-43
/
+52
*
Revert "[Sanitizers] UBSan unreachable incompatible with ASan in the presence...
Julian Lettner
2019-01-24
10
-19
/
+3
*
[SelectionDAGBuilder] Simplify HasSideEffect calculation. NFC.
Nirav Dave
2019-01-24
1
-13
/
+7
*
[InlineAsm] Don't calculate registers for inline asm memory operands. NFCI.
Nirav Dave
2019-01-24
1
-0
/
+4
*
[x86] add low/high undef half shuffle mask helpers; NFC
Sanjay Patel
2019-01-24
1
-8
/
+19
*
[RS4GC] Be slightly less conservative for gep vector_base, scalar_idx
Philip Reames
2019-01-24
1
-11
/
+10
*
[RS4GC] Avoid crashing on gep scalar_base, vector_idx
Philip Reames
2019-01-24
1
-0
/
+28
*
[TargetLowering] Rename getExpandedFixedPointMultiplication to expandFixedPoi...
Simon Pilgrim
2019-01-24
2
-3
/
+2
[prev]
[next]