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
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
VFS: Avoid some unnecessary std::string copies
Duncan P. N. Exon Smith
2019-02-23
1
-3
/
+3
*
[NFC] Fix typos: preceeding -> preceding
Jordan Rupprecht
2019-02-23
2
-6
/
+6
*
[WebAssembly] Remove unneeded MCSymbolRefExpr variants
Sam Clegg
2019-02-22
1
-4
/
+1
*
CodeGen: Make RegAllocRegistry a template class
Matt Arsenault
2019-02-22
1
-8
/
+20
*
LiveIntervals: Add removeAllRegUnitsForPhysReg
Matt Arsenault
2019-02-22
1
-0
/
+9
*
[DAGCombine] Fold overlapping constant stores
Nirav Dave
2019-02-22
1
-1
/
+7
*
BreakCriticalEdges: Update PostDominatorTree
Matt Arsenault
2019-02-22
1
-2
/
+5
*
[DTU] Refine the interface and logic of applyUpdates
Chijun Sima
2019-02-22
1
-11
/
+24
*
[DTU] Deprecate insertEdge*/deleteEdge*
Chijun Sima
2019-02-22
1
-4
/
+10
*
DAG: Add helper for creating shifts with correct type
Matt Arsenault
2019-02-22
1
-0
/
+3
*
[MemorySSA & LoopPassManager] Update MemorySSA in formDedicatedExitBlocks.
Alina Sbirlea
2019-02-21
1
-1
/
+1
*
Fix missing C++ mode comments
Matt Arsenault
2019-02-21
1
-1
/
+1
*
Re-land part of r354244 "[DAGCombiner] Eliminate dead stores to stack."
Clement Courbet
2019-02-21
2
-0
/
+37
*
[yaml2obj][obj2yaml] - Support SHT_GNU_verdef (.gnu.version_d) section.
George Rimar
2019-02-21
1
-0
/
+25
*
[DebugInfo] Prep llvm-dwarfdump for typed DW5 ops.
Markus Lavin
2019-02-21
2
-6
/
+11
*
[SDAG] Support vector UMULO/SMULO
Nikita Popov
2019-02-20
2
-3
/
+9
*
Add support for pointer types in patterns
Tom Stellard
2019-02-20
1
-0
/
+11
*
Fixing NDEBUG typo in include/llvm/Support/raw_ostream.h
Puyan Lotfi
2019-02-20
1
-1
/
+1
*
[MCA][Scheduler] Correctly initialize field NumDispatchedToThePendingSet.
Andrea Di Biagio
2019-02-20
1
-1
/
+2
*
Add partial implementation of std::to_address() as llvm::to_address()
Daniel Sanders
2019-02-20
1
-0
/
+13
*
[MCA][Scheduler] Collect resource pressure and memory dependency bottlenecks.
Andrea Di Biagio
2019-02-20
2
-6
/
+18
*
Re-land the refactoring part of r354244 "[DAGCombiner] Eliminate dead stores ...
Clement Courbet
2019-02-20
1
-2
/
+18
*
Speculative buildfix for Mac
Hans Wennborg
2019-02-20
1
-0
/
+1
*
[MCA][ResourceManager] Add a table that maps processor resource indices to pr...
Andrea Di Biagio
2019-02-20
2
-1
/
+12
*
[NFC] add/modify wrapper function for findRegisterDefOperand().
Chen Zheng
2019-02-20
1
-3
/
+13
*
[DTU] Refine the document of mutation APIs [NFC] (PR40528)
Chijun Sima
2019-02-20
1
-52
/
+86
*
[Dominators] Simplify and optimize path compression used in link-eval forest.
Fangrui Song
2019-02-20
1
-40
/
+49
*
[Dominators] Delete UpdateLevelsAfterInsertion in edge insertion of depth-bas...
Fangrui Song
2019-02-20
1
-15
/
+12
*
[WebAssembly] Generalize section ordering constraints
Thomas Lively
2019-02-20
1
-20
/
+29
*
[lld-link] preserve @llvm.used symbols in LTO
Bob Haarman
2019-02-20
1
-0
/
+1
*
[WebAssembly] Update MC for bulk memory
Thomas Lively
2019-02-19
3
-4
/
+22
*
[llvm-cov] Add support for gcov --hash-filenames option
Vedant Kumar
2019-02-19
1
-2
/
+4
*
Annotate timeline in Instruments with passes and other timed regions.
Daniel Sanders
2019-02-19
2
-0
/
+46
*
[NFC] Remove unused headers in Optional.h
Serge Guelton
2019-02-19
1
-2
/
+0
*
GlobalISel: Implement moreElementsVector for bit ops
Matt Arsenault
2019-02-19
2
-0
/
+10
*
[yaml2obj][obj2yaml] - Support SHT_GNU_versym (.gnu.version) section.
George Rimar
2019-02-19
1
-0
/
+11
*
Recommit r354328, r354329 "[obj2yaml][yaml2obj] - Add support of parsing/dump...
George Rimar
2019-02-19
1
-0
/
+35
*
Revert r354328, r354329 "[obj2yaml][yaml2obj] - Add support of parsing/dumpin...
George Rimar
2019-02-19
1
-35
/
+0
*
[obj2yaml][yaml2obj] - Add support of parsing/dumping of the .gnu.version_r s...
George Rimar
2019-02-19
1
-0
/
+35
*
Fix obsolete comment. NFC
Diana Picus
2019-02-19
1
-1
/
+1
*
[Dominators] Fix and optimize edge insertion of depth-based search
Fangrui Song
2019-02-19
1
-96
/
+85
*
[CGP] form usub with overflow from sub+icmp
Sanjay Patel
2019-02-18
1
-0
/
+17
*
GlobalISel: Implement widenScalar for g_extract scalar results
Matt Arsenault
2019-02-18
2
-3
/
+15
*
GlobalISel: Make buildExtract use DstOp/SrcOp
Matt Arsenault
2019-02-18
1
-1
/
+1
*
[NFC] Make Optional<T> trivially copyable when T is trivially copyable
Serge Guelton
2019-02-18
1
-0
/
+72
*
[MCA] Slightly refactor method writeStartEvent in WriteState and ReadState. NFCI
Andrea Di Biagio
2019-02-18
1
-11
/
+18
*
Recommit [NFC] Better encapsulation of llvm::Optional Storage
Serge Guelton
2019-02-18
1
-77
/
+99
*
Revert r354244 "[DAGCombiner] Eliminate dead stores to stack."
Clement Courbet
2019-02-18
3
-55
/
+2
*
[DAGCombiner] Eliminate dead stores to stack.
Clement Courbet
2019-02-18
3
-2
/
+55
*
[MC] Make SubtargetFeatureKV only store one FeatureBitset and use an 'unsigne...
Craig Topper
2019-02-18
1
-1
/
+1
[next]