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
*
[AArch64] Rename AArch64VecorByElementOpt.cpp into AArch64SIMDInstrOpt.cpp to...
Abderrazek Zaafrani
2017-12-08
2
-1
/
+1
*
Generalize llvm::replaceDbgDeclare and actually support the use-case that
Adrian Prantl
2017-12-08
7
-12
/
+25
*
[CodeExtractor] Add debug locations for new call and branch instrs.
Florian Hahn
2017-12-08
1
-1
/
+24
*
[WebAssembly] Reapply r319186: "Support bitcasted function addresses with var...
Dan Gohman
2017-12-08
1
-1
/
+1
*
[WebAssemby] Re-apply r320041: "Support main functions with alternate signatu...
Dan Gohman
2017-12-08
1
-1
/
+50
*
[AArch64] Add Exynos to host detection
Evandro Menezes
2017-12-08
1
-0
/
+31
*
AMDGPU/GCN: Bring processors in sync with AMDGPUUsage
Konstantin Zhuravlyov
2017-12-08
4
-46
/
+21
*
[X86] CMOV pseudo instructions shouldn't need scheduling info as they should ...
Simon Pilgrim
2017-12-08
1
-2
/
+2
*
[X86][X87] Tag x87 load/store instructions scheduler classes
Simon Pilgrim
2017-12-08
1
-5
/
+11
*
[X86] Teach lowering to only let through (insert_subvector (vXi1 zeros), subv...
Craig Topper
2017-12-08
2
-35
/
+18
*
[X86][X87] Tag x87 float compare instructions scheduler classes
Simon Pilgrim
2017-12-08
1
-11
/
+15
*
AMDGPU: Set IntrReadMem on memtime intrinsics
Matt Arsenault
2017-12-08
1
-5
/
+2
*
AMDGPU: image_getlod and image_getresinfo do not read memory
Matt Arsenault
2017-12-08
2
-13
/
+40
*
AMDGPU: Preserve MMO in adjustWritemask
Matt Arsenault
2017-12-08
1
-0
/
+2
*
Revert r320104: infinite loop profiling bug fix
Xinliang David Li
2017-12-08
3
-36
/
+38
*
[JumpThreading] Minor comment cleanup. NFC. (test commit)
Brian M. Rzycki
2017-12-08
1
-2
/
+2
*
[X86][MPX] Tag TSX/HLE/SGX instructions scheduler classes
Simon Pilgrim
2017-12-08
2
-0
/
+7
*
AMDGPU: Report Arg's Value name in metadata if kernel_arg_name metadata is no...
Konstantin Zhuravlyov
2017-12-08
1
-0
/
+2
*
Reverting r320166 to fix test failures.
Michael Trent
2017-12-08
1
-23
/
+1
*
[X86][MPX] Tag MPX instructions scheduler classes
Simon Pilgrim
2017-12-08
2
-14
/
+19
*
[x86] use hasAVX2() rather than hasInt256(); NFC
Sanjay Patel
2017-12-08
1
-3
/
+3
*
[X86] Tag move immediate instructions scheduler classes
Simon Pilgrim
2017-12-08
2
-20
/
+29
*
Updated llvm-objdump to display local relocations in Mach-O binaries
Michael Trent
2017-12-08
1
-1
/
+23
*
[X86][SHA] Tag SHA instructions scheduler classes
Simon Pilgrim
2017-12-08
1
-11
/
+22
*
[X86] Tag VIA PadLock crypto instructions scheduler classes
Simon Pilgrim
2017-12-08
1
-1
/
+3
*
[X86] Tag PKU/INVPCID/RDPID/SMAP/SMX/PTWRITE system instructions scheduler cl...
Simon Pilgrim
2017-12-08
2
-16
/
+36
*
[InstCombine] PR35354: Convert store(bitcast, load bitcast (select (Cond, &V1...
Alexey Bataev
2017-12-08
1
-1
/
+56
*
[X86][AVX512] Tag CLWB instruction to CLFLUSH/PREFETCH scheduler class
Simon Pilgrim
2017-12-08
1
-3
/
+2
*
[X86][AVX512] Tag AVX512_512_SEXT_MASK_* instructions scheduler classes
Simon Pilgrim
2017-12-08
1
-1
/
+1
*
[AMDGPU] add labels to +DumpCode output
Tim Renouf
2017-12-08
2
-4
/
+29
*
[NFC] Rename variable from Cond to Pred to make it more sound
Max Kazantsev
2017-12-08
1
-12
/
+12
*
[SCEV] Fix predicate usage in computeExitLimitFromICmp
Max Kazantsev
2017-12-08
1
-1
/
+2
*
[CodeGen] Move printing MO_MachineBasicBlock operands to MachineOperand::print
Francis Visoiu Mistrih
2017-12-08
1
-4
/
+2
*
[CodeGen] Move printing MO_CImmediate operands to MachineOperand::print
Francis Visoiu Mistrih
2017-12-08
2
-5
/
+3
*
[X86][Haswell]: Updating the scheduling information for the Haswell subtarget.
Gadi Haber
2017-12-08
1
-797
/
+910
*
[FuzzMutate] Correctly insert sinks and sources around invoke instructions
Igor Laevsky
2017-12-08
1
-1
/
+8
*
[X86] Always consider inserting a vXi1 vector into the lsbs of a zero vector ...
Craig Topper
2017-12-08
2
-27
/
+104
*
[AArch64] Avoid SIMD interleaved store instruction for Exynos.
Abderrazek Zaafrani
2017-12-08
3
-122
/
+469
*
Revert "[WebAssemby] Support main functions with alternate signatures."
Derek Schuff
2017-12-08
1
-45
/
+1
*
[X86] Handle alls version of vXi1 insert_vector_elt with a constant index wit...
Craig Topper
2017-12-08
1
-21
/
+22
*
[X86] Fix indentation. NFC
Craig Topper
2017-12-08
1
-2
/
+2
*
[PowerPC][asan] Update asan to handle changed memory layouts in newer kernels
Bill Seurer
2017-12-07
1
-1
/
+1
*
[DebugInfo] Fix register variables not showing up in pdb.
Zachary Turner
2017-12-07
1
-0
/
+3
*
[ModRefInfo] Make enum ModRefInfo an enum class [NFC].
Alina Sbirlea
2017-12-07
12
-127
/
+131
*
Temporarily revert "[PowerPC] Allow tail calls of fastcc functions from C Cal...
Eric Christopher
2017-12-07
1
-10
/
+5
*
[PGO] detect infinite loop and form MST properly
Xinliang David Li
2017-12-07
3
-38
/
+36
*
[MachineOutliner] Fix offset overflow check
Jessica Paquette
2017-12-07
1
-4
/
+6
*
[AMDGPU] Revert "[AMDGPU] Add options for waitcnt pass debugging; add instr c...
Mark Searles
2017-12-07
1
-62
/
+8
*
[AMDGPU] Add options for waitcnt pass debugging; add instr count in debug out...
Mark Searles
2017-12-07
1
-8
/
+62
*
[AMDGPU] Add GCNHazardRecognizer::checkInlineAsmHazards() and GCNHazardRecogn...
Mark Searles
2017-12-07
2
-17
/
+64
[next]