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
*
[MemorySSA] Create query after checking if instruction is a fence.
Alina Sbirlea
2018-11-13
1
-2
/
+3
*
[AsmPrinter] Fix DebugInfo/X86/gnu-public-names.ll after rL346790
Fangrui Song
2018-11-13
1
-1
/
+1
*
[ELF] Add a better test for the multi-CU .gdb_index bug that D54361 fixed
Fangrui Song
2018-11-13
3
-2
/
+82
*
Fixed DAGTypeLegalizer::SplitVecOp_EXTRACT_VECTOR_ELT i1 handling
Stanislav Mekhanoshin
2018-11-13
2
-0
/
+37
*
[ELF] Rename NameTypeEntry to NameAttrEntry and its field "Type" to CuIndexAn...
Fangrui Song
2018-11-13
2
-12
/
+12
*
[AST][NFC] Order the bit-field classes of Stmt like in StmtNodes.td
Bruno Ricci
2018-11-13
1
-63
/
+80
*
[lsan] [NFC] Change ARRAY_SIZE to internal_strnlen
George Karpenkov
2018-11-13
1
-1
/
+3
*
[MS Demangler] Print public:, protected:, private: if set in FunctionClass or...
Nico Weber
2018-11-13
9
-31
/
+42
*
[AsmPrinter] Rename a comment of .debug_gnu_pubnames entry
Fangrui Song
2018-11-13
2
-3
/
+3
*
DebugInfo: Add a driver flag for DWARF debug_ranges base address specifier use.
David Blaikie
2018-11-13
7
-1
/
+31
*
DebugInfo: Add a CU metadata attribute for use of DWARF ranges base address s...
David Blaikie
2018-11-13
11
-105
/
+157
*
[NativePDB] Add support for S_CONSTANT records.
Zachary Turner
2018-11-13
6
-8
/
+1249
*
[NativePDB] Improved support for nested type reconstruction.
Zachary Turner
2018-11-13
5
-4
/
+233
*
Add fneg instruction to syntax highlighting lists
Matt Arsenault
2018-11-13
3
-2
/
+3
*
[SelectionDAG][X86] Relax restriction on the width of an input to *_EXTEND_VE...
Craig Topper
2018-11-13
8
-227
/
+263
*
[Cocoa] Implement formatter for the new NSDate representation.
Davide Italiano
2018-11-13
1
-1
/
+63
*
[llvm-objcopy] Rename --keep to --keep-section.
Jordan Rupprecht
2018-11-13
11
-17
/
+19
*
[AST][NFC] Style fixes for UnaryOperator
Bruno Ricci
2018-11-13
2
-39
/
+35
*
Add GDB remote packet reproducer.
Jonas Devlieghere
2018-11-13
32
-260
/
+1599
*
Fix UB in string.bench.cpp.
Eric Fiselier
2018-11-13
1
-6
/
+6
*
[WebAssembly] Fix broken assumption that all bitcasts are to functions types
Sam Clegg
2018-11-13
2
-31
/
+72
*
[COFF] Simplify relocation to discarded section diagnostic code, NFC
Reid Kleckner
2018-11-13
1
-29
/
+36
*
[FileSystem] Add expand_tilde function
Jonas Devlieghere
2018-11-13
4
-0
/
+50
*
Since ABI's now hold a process WP, they should be handed
Jim Ingham
2018-11-13
12
-48
/
+12
*
[IR] Add a dedicated FNeg IR Instruction
Cameron McInally
2018-11-13
30
-83
/
+595
*
[WebAssembly] Mark immediates.ll as XFAILed on MIPS hosts
Simon Atanasyan
2018-11-13
1
-0
/
+5
*
Remove duplicate entry for issue 3134
Marshall Clow
2018-11-13
1
-1
/
+0
*
Update status for issue 3122
Marshall Clow
2018-11-13
1
-2
/
+2
*
[AST][NFC] Pack DeclRefExpr
Bruno Ricci
2018-11-13
3
-38
/
+37
*
[CSP, Cloning] Update DuplicateInstructionsInSplitBetween to use DomTreeUpdater.
Florian Hahn
2018-11-13
6
-51
/
+69
*
Revert "[ThinLTO] Internalize readonly globals"
Steven Wu
2018-11-13
42
-774
/
+89
*
[NFC][libcxx] Mark P1006R1 as complete
Louis Dionne
2018-11-13
1
-1
/
+1
*
Implement P0972R0: <chrono> zero(), min(), and max() should be noexcept. Revi...
Marshall Clow
2018-11-13
10
-26
/
+75
*
[NFC][libcxx] Mark P1006 as implemented in LLVM 8.0
Louis Dionne
2018-11-13
1
-1
/
+1
*
[libcxx] Implement http://wg21.link/p1006, constexpr in pointer_traits
Louis Dionne
2018-11-13
2
-5
/
+16
*
[libcxx] GNU/Hurd uses BSD-based interfaces, but does not (and won't) provide...
Louis Dionne
2018-11-13
1
-2
/
+2
*
[InstCombine] add tests for funnel shift demanded bits; NFC
Sanjay Patel
2018-11-13
1
-0
/
+147
*
Fix uninitialized variable.
Alexander Kornienko
2018-11-13
1
-1
/
+1
*
[CostModel][X86] Fix constant vector XOP rights shifts
Simon Pilgrim
2018-11-13
3
-89
/
+82
*
[VectorUtils] Use namespace for InterleaveGroup template specialization.
Florian Hahn
2018-11-13
1
-4
/
+6
*
[VPlan] VPlan version of InterleavedAccessInfo.
Florian Hahn
2018-11-13
6
-49
/
+166
*
[NFC] Move storage of dispatch-version to GlobalDecl
Erich Keane
2018-11-13
21
-120
/
+182
*
[clang-format] Do not treat the asm clobber [ as ObjCExpr
Krasimir Georgiev
2018-11-13
2
-2
/
+18
*
[TTI] Make TargetTransformInfo::getOperandInfo static. NFCI.
Simon Pilgrim
2018-11-13
2
-5
/
+4
*
[CostModel][X86] Add more cost tests for funnel shifts
Simon Pilgrim
2018-11-13
2
-8
/
+2853
*
Fix comment for XOP rotates. NFCI.
Simon Pilgrim
2018-11-13
1
-1
/
+1
*
Add bracket that was lost in rL346727 and has been causing buildbot failures ...
Simon Pilgrim
2018-11-13
1
-1
/
+1
*
Fix .cfi_restore with register numbers > 64
Alexander Richardson
2018-11-13
2
-1
/
+23
*
Fix modules build of AVRAsmParser.cpp
Alexander Richardson
2018-11-13
1
-3
/
+4
*
[ELF] - Renamed AArch64 specific relocations expressions. NFC.
George Rimar
2018-11-13
4
-17
/
+18
[next]