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
*
Fix infinite loop after r331115
Daniel Sanders
2018-04-30
1
-0
/
+4
*
IWYU for llvm-config.h in llvm, additions.
Nico Weber
2018-04-30
41
-0
/
+41
*
[BranchFolding] Salvage DBG_VALUE instructions from empty blocks
Bjorn Pettersson
2018-04-30
1
-0
/
+46
*
[SelectionDAG] Improve selection of DBG_VALUE using a PHI node result
Bjorn Pettersson
2018-04-30
4
-1
/
+40
*
[globalisel][legalizerinfo] Introduce dedicated extending loads and add lower...
Daniel Sanders
2018-04-28
2
-5
/
+51
*
[MachineOutliner] Add defs to calls + don't track liveness on outlined functions
Jessica Paquette
2018-04-27
1
-4
/
+34
*
[DAGCombiner] Fix a case of 1 in non-splat vector pow2 divisor
Heejin Ahn
2018-04-27
1
-0
/
+7
*
Fix a bug that prevents global variables from having a DW_OP_deref.
Adrian Prantl
2018-04-27
3
-3
/
+10
*
[FastISel] Actually enable local value sinking by default
Reid Kleckner
2018-04-27
1
-4
/
+2
*
[FastISel] Fix local value sinking algorithmic complexity
Reid Kleckner
2018-04-27
1
-3
/
+12
*
Attempt to fix remaining build failures after r331071 by changing the tuple t...
Daniel Sanders
2018-04-27
1
-5
/
+4
*
Attempt to fix build failure after r331071 using std::make_tuple
Daniel Sanders
2018-04-27
1
-2
/
+3
*
[PostRASink] extend the live-in check for all aliased registers
Jun Bum Lim
2018-04-27
1
-11
/
+11
*
[globalisel][legalizerinfo] Add support for legalization based on the Machine...
Daniel Sanders
2018-04-27
3
-16
/
+72
*
[CodeGen] Use RegUnits to track register aliases (NFC)
Jun Bum Lim
2018-04-27
2
-56
/
+28
*
[MC] Undo spurious commit added into r331052.
Nirav Dave
2018-04-27
1
-3
/
+0
*
[MC] Provide default value for IsResolved.
Nirav Dave
2018-04-27
1
-0
/
+3
*
[MC] Modify MCAsmStreamer to always build MCAssembler. NFCI.
Nirav Dave
2018-04-27
1
-6
/
+6
*
Revert "Fix a bug that prevents global variables from having a DW_OP_deref."
Adrian Prantl
2018-04-26
1
-3
/
+2
*
[GlobalISel] Reporting rules covered as part of the InstructionSelect's debug...
Roman Tereshin
2018-04-26
1
-0
/
+6
*
DAG: Fix not legalizing vector fcanonicalizes
Matt Arsenault
2018-04-26
1
-0
/
+1
*
Fix a bug that prevents global variables from having a DW_OP_deref.
Adrian Prantl
2018-04-26
1
-2
/
+3
*
[GlobalMerge] Fix a typo
Haicheng Wu
2018-04-26
1
-1
/
+1
*
[DAGCombiner] limit ftrunc optimizations with function attribute
Sanjay Patel
2018-04-26
1
-0
/
+8
*
[DAGCombiner] refactor FP->int->FP folds; NFC
Sanjay Patel
2018-04-26
1
-16
/
+26
*
[MIR] Add support for debug metadata for fixed stack objects
Francis Visoiu Mistrih
2018-04-25
2
-17
/
+28
*
[DAGCombiner][X86] When promoting loads don't use ZEXTLOAD even its legal
Craig Topper
2018-04-24
1
-8
/
+4
*
[X86] Account for partial stack slot spills (PR30821)
Warren Ristow
2018-04-24
1
-3
/
+7
*
[CodeGen] Print user-friendly debug locations as MI comments
Francis Visoiu Mistrih
2018-04-24
1
-1
/
+14
*
Correct dwarf unwind information in function epilogue
Petar Jovanovic
2018-04-24
5
-12
/
+368
*
[CodeGen] Do not allow opt-bisect-limit to skip ScalarizeMaskedMemIntrin.
Andrei Elovikov
2018-04-24
1
-3
/
+0
*
[DAGCombiner] Unfold scalar masked merge if profitable
Roman Lebedev
2018-04-23
1
-0
/
+67
*
[SelectionDAG] Dump debug locs in SDNodes
Vedant Kumar
2018-04-23
1
-0
/
+4
*
StackSlotColoring: Fix missing skipFunction check
Matt Arsenault
2018-04-23
1
-0
/
+3
*
[SelectionDAG] Refactor lowering of atomic memory intrinsics.
Daniel Neilson
2018-04-23
2
-91
/
+150
*
[AArch64] Don't crash trying to resolve __stack_chk_guard.
Eli Friedman
2018-04-21
1
-2
/
+5
*
Remove unused argument from emitModuleMetadata.
Eric Christopher
2018-04-20
2
-7
/
+7
*
[DAGCombine] (float)((int) f) --> ftrunc (PR36617)
Sanjay Patel
2018-04-20
1
-0
/
+18
*
Move a dump() implementation out of line.
Amara Emerson
2018-04-20
1
-0
/
+11
*
[MachineOutliner] NFC: Move EnableLinkOnceODROutlining into MachineOutliner.cpp
Jessica Paquette
2018-04-19
2
-10
/
+20
*
[if-converter] Handle BBs that terminate in ret during diamond conversion
Krzysztof Parzyszek
2018-04-19
1
-11
/
+28
*
[DEBUG] Initial adaptation of NVPTX target for debug info emission.
Alexey Bataev
2018-04-18
1
-7
/
+15
*
[AMDGPU] Fix issues for backend divergence tracking
David Stuttard
2018-04-18
1
-0
/
+1
*
[CodeGen/Dwarf] Make debug_names compatible with split-dwarf
Pavel Labath
2018-04-18
3
-7
/
+17
*
[XRay] Typed event logging intrinsic
Keith Wyss
2018-04-17
3
-0
/
+72
*
Fix incorrect choice of callee-saved registers save/restore points
Momchil Velikov
2018-04-17
1
-2
/
+14
*
[DAGCombiner] Fix for oss-fuzz bug
Gerolf Hoflehner
2018-04-17
1
-1
/
+2
*
[CodeView] Initial support for emitting S_THUNK32 symbols for compiler...
Brock Wyma
2018-04-16
2
-1
/
+62
*
[MIR-Canon] Adding ISA-Agnostic COPY Folding.
Puyan Lotfi
2018-04-16
1
-0
/
+43
*
[NFC][MIR-Canon] clang-format cleanup of Mir Canonicalizer Pass.
Puyan Lotfi
2018-04-16
1
-66
/
+60
[next]