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
*
Fix some compilation failures introduced in recent patches.
Zachary Turner
2018-11-14
2
-4
/
+5
*
[clangd] Delete unused includes.
Kadir Cetinkaya
2018-11-14
1
-2
/
+0
*
[InstCombine] fix formatting for matchBSwap(); NFC
Sanjay Patel
2018-11-14
2
-7
/
+9
*
[VPlan, SLP] Use SmallPtrSet for Candidates.
Florian Hahn
2018-11-14
2
-27
/
+26
*
[SimplifyCFG] Regenerate preserve-branchweights.ll test. NFC
John Brawn
2018-11-14
1
-114
/
+262
*
[TTI] getOperandInfo - a broadcast shuffle means the result is OK_UniformValue
Simon Pilgrim
2018-11-14
3
-340
/
+275
*
Move DataExtractorTest to unittests/Utility
Pavel Labath
2018-11-14
3
-1
/
+1
*
Reverted D52835 to fix review comments
David Bolvansky
2018-11-14
4
-95
/
+9
*
[Diagnostics] Check integer to floating point number implicit conversions
David Bolvansky
2018-11-14
4
-9
/
+95
*
[AST][NFC] Order the bit-field classes of Stmt like in StmtNodes.td
Bruno Ricci
2018-11-14
1
-63
/
+80
*
[AArch64] Fix resolution of R_PLT_PAGE RelExpr
Peter Smith
2018-11-14
2
-7
/
+55
*
Fix for bugzilla https://bugs.llvm.org/show_bug.cgi?id=39137.
Andrey Churbanov
2018-11-14
1
-0
/
+2
*
Document how to comment an actual parameter.
Paul Robinson
2018-11-14
1
-0
/
+15
*
[VPlan] Remove LLVM_DEBUG from VPlanSlp::dumpBundle.
Florian Hahn
2018-11-14
1
-4
/
+4
*
[TTI] Pull out repeated 'ConcreteTTI' static_casts. NFCI.
Simon Pilgrim
2018-11-14
1
-12
/
+7
*
[VPlan] Update ifdef.
Florian Hahn
2018-11-14
1
-2
/
+2
*
[VPlan, SLP] Add simple SLP analysis on top of VPlan.
Florian Hahn
2018-11-14
7
-1
/
+1523
*
Adding myself as the code owner for clang-query as discussed in https://revie...
Aaron Ballman
2018-11-14
1
-0
/
+4
*
[LLDB] - Recommit r346848 "[LLDB] - Support the single file split DWARF.".
George Rimar
2018-11-14
11
-17
/
+255
*
[CostModel] Add generic expansion funnel shift cost support
Simon Pilgrim
2018-11-14
4
-1287
/
+2981
*
Revert r346848 "[LLDB] - Support the single file split DWARF."
George Rimar
2018-11-14
11
-249
/
+17
*
[clangd] Replace StringRef in SymbolLocation with a char pointer.
Haojian Wu
2018-11-14
14
-47
/
+96
*
[llvm-objdump] Improve ELF file type checking statements (D54509)
Xing GUO
2018-11-14
1
-12
/
+6
*
[X86][AVX512] Remove constant pool shuffle decoding from SelectionDAG
Simon Pilgrim
2018-11-14
3
-18
/
+18
*
Fix a crash when parsing incorrect DWARF
Pavel Labath
2018-11-14
2
-3
/
+48
*
[LLDB] - Support the single file split DWARF.
George Rimar
2018-11-14
11
-17
/
+249
*
[AST] Allow limiting the scope of common AST traversals (getParents, RAV).
Sam McCall
2018-11-14
7
-191
/
+289
*
[COFF] Fix a longstanding typo in a variable name. NFC.
Martin Storsjo
2018-11-14
1
-5
/
+5
*
[WebAssembly] Make sure event-section XFAILs for build options
Heejin Ahn
2018-11-14
1
-2
/
+2
*
Print newline after banner for ModulePass
Sven van Haastregt
2018-11-14
2
-1
/
+4
*
Recommit r346483: [CallSiteSplitting] Only record conditions up to the IDom(c...
Florian Hahn
2018-11-14
4
-25
/
+64
*
Fix r346747 and r346796
Diana Picus
2018-11-14
2
-0
/
+2
*
Suppress a "-Wliteral-conversion" compiler warning.
Haojian Wu
2018-11-14
1
-1
/
+1
*
[WebAssembly] Temporarily disable event-section.ll
Heejin Ahn
2018-11-14
1
-0
/
+1
*
Fix the "make_unique is ambiguous" compiler error.
Haojian Wu
2018-11-14
2
-4
/
+4
*
[OpenCL] Fix invalid address space generation for clk_event_t
Alexey Sotkin
2018-11-14
2
-2
/
+11
*
[Clang] - Add '-gsplit-dwarf[=split,=single]' version for '-gsplit-dwarf' opt...
George Rimar
2018-11-14
15
-26
/
+130
*
[clangd] Improve code completion for ObjC methods
Sam McCall
2018-11-14
3
-11
/
+164
*
[clang-tidy] Avoid C arrays check
Roman Lebedev
2018-11-14
13
-0
/
+297
*
[X86] Add -x86-experimental-vector-widening command lines to pmulh.ll
Craig Topper
2018-11-14
1
-43
/
+83
*
Correctly instantiate `iterator_adaptor_base` when defining `pointer_iterator`
David Blaikie
2018-11-14
2
-2
/
+33
*
[HIP] Fix device only compilation
Yaxun Liu
2018-11-14
2
-10
/
+20
*
[CMake] Include clang-apply-replacements in Fuchsia toolchain
Petr Hosek
2018-11-14
1
-0
/
+1
*
[libcxx] [test] Strip trailing whitespace. NFC.
Stephan T. Lavavej
2018-11-14
164
-539
/
+538
*
[WebAssembly] Add support for the event section
Heejin Ahn
2018-11-14
34
-116
/
+708
*
[PowerPC] Enhance the selection(ISD::VSELECT) of vector type
Zi Xuan Wu
2018-11-14
5
-20
/
+133
*
Revert r346810 "Preserve loop metadata when splitting exit blocks"
Reid Kleckner
2018-11-14
2
-80
/
+0
*
[HeaderSearch] loadSubdirectoryModuleMaps should respect -working-directory
Alex Lorenz
2018-11-14
4
-1
/
+22
*
[CodeGen] Fix forward scan in MachineBasicBlock::computeRegisterLiveness.
Eli Friedman
2018-11-14
2
-15
/
+45
*
[CMake] Passthrough CFLAGS when checking the compiler-rt path
Petr Hosek
2018-11-14
4
-0
/
+12
[next]