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
/
CodeGen
Commit message (
Expand
)
Author
Age
Files
Lines
*
[WebAssembly] Add support for the event section
Heejin Ahn
2018-11-14
2
-1
/
+17
*
[CodeGen] Fix forward scan in MachineBasicBlock::computeRegisterLiveness.
Eli Friedman
2018-11-14
1
-15
/
+12
*
[MachineOutliner][NFC] Use MBB flags to avoid call checks in getOutliningInfo
Jessica Paquette
2018-11-13
1
-2
/
+9
*
[MachineOutliner][NFC] Exit getOutliningType if there are < 2 candidates
Jessica Paquette
2018-11-13
1
-2
/
+3
*
Fixed DAGTypeLegalizer::SplitVecOp_EXTRACT_VECTOR_ELT i1 handling
Stanislav Mekhanoshin
2018-11-13
1
-0
/
+9
*
[AsmPrinter] Rename a comment of .debug_gnu_pubnames entry
Fangrui Song
2018-11-13
1
-2
/
+2
*
DebugInfo: Add a CU metadata attribute for use of DWARF ranges base address s...
David Blaikie
2018-11-13
1
-1
/
+1
*
[SelectionDAG][X86] Relax restriction on the width of an input to *_EXTEND_VE...
Craig Topper
2018-11-13
1
-3
/
+2
*
[IR] Add a dedicated FNeg IR Instruction
Cameron McInally
2018-11-13
4
-0
/
+20
*
Fix uninitialized variable.
Alexander Kornienko
2018-11-13
1
-1
/
+1
*
[DAGCombiner] Enable tryToFoldExtendOfConstant to run after legalize vector ops
Craig Topper
2018-11-13
1
-14
/
+7
*
[MachineOutliner][NFC] Change getMachineOutlinerMBBFlags to isMBBSafeToOutlin...
Jessica Paquette
2018-11-12
1
-1
/
+6
*
[GC][NFC] Simplify code now that we only have one safepoint kind
Philip Reames
2018-11-12
3
-17
/
+7
*
Use a data structure better suited for large sets in SimplificationTracker.
Ali Tamur
2018-11-12
1
-11
/
+156
*
[GC] Remove so called PreCall safepoints
Philip Reames
2018-11-12
2
-9
/
+2
*
Fix MachineInstr::findRegisterUseOperandIdx subreg checks
Stanislav Mekhanoshin
2018-11-12
1
-3
/
+1
*
[MachineOutliner][NFC] Early exit pruning when candidates don't share an MBB
Jessica Paquette
2018-11-12
1
-0
/
+8
*
[MachineOutliner][NFC] Put suffix tree in buildCandidateList
Jessica Paquette
2018-11-12
1
-6
/
+5
*
[DWARFv5] Emit split type units in .debug_info.dwo.
Paul Robinson
2018-11-12
1
-4
/
+7
*
[DAGCombiner] Fix load-store forwarding of indexed loads.
Nirav Dave
2018-11-12
1
-3
/
+17
*
[GC] Remove unused configuration variable
Philip Reames
2018-11-12
1
-6
/
+1
*
[GC] Minor style modernization
Philip Reames
2018-11-12
1
-44
/
+43
*
[GCRoot] Remove some unneccessary complexity
Philip Reames
2018-11-11
2
-50
/
+33
*
[DAGCombiner] Make tryToFoldExtendOfConstant return an SDValue instead of an ...
Craig Topper
2018-11-10
1
-14
/
+14
*
[x86] allow vector load narrowing with multi-use values
Sanjay Patel
2018-11-10
1
-5
/
+7
*
[GC] Rename a header for consistency
Philip Reames
2018-11-10
3
-3
/
+3
*
RegAllocFast: Further cleanups; NFC
Matthias Braun
2018-11-10
1
-210
/
+217
*
[GC] Simplify linking of GC builtin GC strategies
Philip Reames
2018-11-09
1
-6
/
+2
*
[SelectionDAG] Fix a -Wparentheses warning from gcc in an assert. NFC
Craig Topper
2018-11-09
1
-2
/
+2
*
[DWARFv5] Emit normal type units in .debug_info comdats.
Paul Robinson
2018-11-09
1
-1
/
+6
*
[DAGCombiner][X86][Mips] Enable combineShuffleOfScalars to run between vector...
Craig Topper
2018-11-09
1
-2
/
+5
*
Type safe version of MachinePassRegistry
Serge Guelton
2018-11-09
4
-41
/
+6
*
[Power9] Allow gpr callee saved spills in prologue to vectors registers
Zaara Syeda
2018-11-09
2
-12
/
+42
*
[SelectionDAG] swap select_cc operands to enable folding
Alexandros Lamprineas
2018-11-09
1
-32
/
+34
*
[SelectionDAG] Assert on the width of DemandedElts argument to computeKnownBi...
Craig Topper
2018-11-08
1
-2
/
+3
*
[DAGCombine] Improve alias analysis for chain of independent stores.
Nirav Dave
2018-11-08
1
-59
/
+116
*
NFC: DebugInfo: Track the origin CU rather than just the base address for ran...
David Blaikie
2018-11-08
4
-13
/
+11
*
[MachineOutliner][NFC] Only map blocks which have adjacent legal instructions
Jessica Paquette
2018-11-08
1
-14
/
+36
*
[MachineOutliner][NFC] Don't map MBBs that don't contain legal instructions
Jessica Paquette
2018-11-08
1
-18
/
+47
*
[MachineOutliner][NFC] Remove Parent field from SuffixTreeNode
Jessica Paquette
2018-11-07
1
-28
/
+14
*
[MachineOutliner][NFC] Traverse suffix tree using a RepeatedSubstring iterator
Jessica Paquette
2018-11-07
1
-53
/
+111
*
[MachineOutliner] Don't store outlined function numberings on OutlinedFunction
Jessica Paquette
2018-11-07
1
-5
/
+13
*
Fix ignorded type qualifier warning [NFC]
Serge Guelton
2018-11-07
1
-1
/
+1
*
Add support for llvm.is.constant intrinsic (PR4898)
James Y Knight
2018-11-07
4
-14
/
+49
*
RegAllocFast: Leave unassigned virtreg entries in map
Matthias Braun
2018-11-07
1
-93
/
+74
*
RegAllocFast: Further cleanups; NFC
Matthias Braun
2018-11-07
1
-31
/
+35
*
RegAllocFast: Refactor PhysRegState usage; NFC
Matthias Braun
2018-11-07
1
-10
/
+18
*
RegAllocFast: Factor spill/reload creation into their own functions; NFC
Matthias Braun
2018-11-07
1
-32
/
+50
*
RegAllocFast: Cleanups; NFC
Matthias Braun
2018-11-07
1
-16
/
+13
*
RegAllocFast: Rename statistic from NumCopies to NumCoalesced
Matthias Braun
2018-11-07
1
-2
/
+2
[next]