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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[X86] Convert all uses of WriteFShuffle to X86SchedWriteWidths.
Simon Pilgrim
2018-05-01
2
-123
/
+153
*
[OPENMP] Emit template instatiation|specialization functions for
Alexey Bataev
2018-05-01
2
-5
/
+18
*
[AArch64][SVE] Asm: Support for contiguous ST1 (scalar+scalar) store instruct...
Sander de Smalen
2018-05-01
10
-1
/
+214
*
Reland r331175: "[mips] Fix the predicates of jump and branch and link instru...
Simon Dardis
2018-05-01
5
-51
/
+71
*
[X86] Split WriteVecLogic into XMM and YMM/ZMM scheduler classes
Simon Pilgrim
2018-05-01
12
-43
/
+21
*
[InstCombine] Adjusting bswap pattern matching to hold for And/Shift mixed case
Omer Paparo Bivas
2018-05-01
2
-6
/
+14
*
[X86] Convert all uses of WriteFLogic/WriteVecLogic to X86SchedWriteWidths.
Simon Pilgrim
2018-05-01
2
-141
/
+157
*
[MC] Add llvm_unreachable to toString to fix compile time warning.
Florian Hahn
2018-05-01
1
-2
/
+1
*
[X86] Tag PSLLDQ/PSRLDQ as WriteShuffle scheduler classes instead of shifts.
Simon Pilgrim
2018-05-01
6
-39
/
+25
*
[X86] Correct spill slot size.
Andrea Di Biagio
2018-05-01
2
-2
/
+70
*
NFC, Avoid a warning in WasmObjectWriter
Gabor Buella
2018-05-01
1
-0
/
+2
*
Split TestGlobalVariables into two and xfail one of them for arm64 linux
Pavel Labath
2018-05-01
1
-10
/
+23
*
[X86] directstore and movdir64b intrinsics
Gabor Buella
2018-05-01
14
-0
/
+141
*
[X86] movdiri and movdir64b instructions
Gabor Buella
2018-05-01
16
-2
/
+211
*
[PM/LoopUnswitch] Remove the last manual domtree update code from loop
Chandler Carruth
2018-05-01
1
-170
/
+18
*
[PM/LoopUnswitch] Add back a successor set that was removed based on
Chandler Carruth
2018-05-01
1
-2
/
+6
*
Fix up r331244 - the emitted definition is weak_odr linkage. Should get
Chandler Carruth
2018-05-01
1
-1
/
+1
*
Implement P0482R2, support for char8_t type.
Richard Smith
2018-05-01
48
-19
/
+254
*
[X86] Remove 'opaque ptr' from the intel syntax parser and printer.
Craig Topper
2018-05-01
10
-75
/
+66
*
Fix type_lookup test to make buildbots happy
Eugene Zemtsov
2018-05-01
3
-3
/
+3
*
Fix return type of isinf(double) and isnan(double) where possible.
Richard Smith
2018-05-01
2
-6
/
+36
*
Log to the process channel, not target twice.
Jason Molenda
2018-05-01
1
-1
/
+1
*
[ShadowCallStack] fix the docs
Kostya Serebryany
2018-05-01
1
-2
/
+2
*
Temporarily revert "[DEBUG] Initial adaptation of NVPTX target for debug info...
Eric Christopher
2018-05-01
16
-9150
/
+308
*
Add logging when ArchSpec::SetArchitecture is given a cputype and
Jason Molenda
2018-05-01
1
-0
/
+5
*
Refactor GetNextPersistentVariableName into a non-virtual method
Adrian Prantl
2018-04-30
10
-37
/
+39
*
Move the persistent variable counter into Target
Adrian Prantl
2018-04-30
11
-19
/
+30
*
[Modules] Fix testcases from r331232
Bruno Cardoso Lopes
2018-04-30
2
-3
/
+2
*
[Modules] Handle ObjC/C ODR-like semantics for EnumConstantDecl
Bruno Cardoso Lopes
2018-04-30
6
-4
/
+44
*
[CodeGen] Fix typo in comment form->from. NFC
Craig Topper
2018-04-30
1
-1
/
+1
*
Remove premature caching of the global variables list in CompileUnit.
Adrian Prantl
2018-04-30
3
-5
/
+20
*
Protect DWARFCompileUnit::m_die_array by a new mutex
Jan Kratochvil
2018-04-30
2
-3
/
+18
*
[InstCombine] fix test to restore intent
Sanjay Patel
2018-04-30
1
-3
/
+2
*
Fix expression parser to not accept any type whose basename matches for a typ...
Greg Clayton
2018-04-30
5
-5
/
+173
*
[InstCombine] add tests, update checks; NFC
Sanjay Patel
2018-04-30
1
-86
/
+120
*
[docs] Fix docs/InternalsManual.rst heading.
Fangrui Song
2018-04-30
1
-1
/
+1
*
Stop setting LLVM_ON_WIN32 in config.h and llvm-config.h.
Nico Weber
2018-04-30
4
-7
/
+3
*
[ModRefInfo] Rename local variable IsMustAlias to avoid shadowing MustAlias e...
Alina Sbirlea
2018-04-30
1
-3
/
+3
*
[SimplifyCFG] Use BB::instructionsWithoutDebug to skip DbgInfo (NFC).
Florian Hahn
2018-04-30
1
-37
/
+14
*
[WebAssembly] MC: Improve debug output
Sam Clegg
2018-04-30
2
-8
/
+34
*
[LivePhysRegs] Remove registers clobbered by regmasks from the live set
Krzysztof Parzyszek
2018-04-30
3
-6
/
+44
*
[MC] Change AsmParser to leverage Assembler during evaluation
Nirav Dave
2018-04-30
17
-23
/
+153
*
[LoopSimplify] Use BB::instructionsWithoutDebug to skip DbgInfo (NFC).
Florian Hahn
2018-04-30
1
-4
/
+1
*
AMDGPU: Add Vega12 and Vega20
Matt Arsenault
2018-04-30
8
-2
/
+113
*
AMDGPU: Add Vega12 and Vega20
Matt Arsenault
2018-04-30
43
-322
/
+2133
*
clang-cl: Expose -fmerge-all-constants
Hans Wennborg
2018-04-30
2
-1
/
+2
*
[MIR] Reset unique MBB numbering in MachineFunction::reset()
Roman Tereshin
2018-04-30
2
-2
/
+8
*
[OpenMP][OMPT] Fix api_calls_from_other_thread.cpp
Jonathan Peyton
2018-04-30
1
-3
/
+3
*
[OPENMP] Do not emit warning about non-declared target function params.
Alexey Bataev
2018-04-30
2
-4
/
+4
*
[DAGCombiner] rename function attribute for disabling ftrunc transform
Sanjay Patel
2018-04-30
3
-8
/
+7
[next]