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
*
Add assertion to padding size calculation, NFC
Krzysztof Parzyszek
2018-05-02
1
-0
/
+1
*
[SelectionDAG] Selection of DBG_VALUE using a PHI node result (pt 2)
Bjorn Pettersson
2018-05-02
2
-6
/
+36
*
[DAGCombiner] Fix SDLoc in a (zext (zextload x)) combine (4/N)
Vedant Kumar
2018-05-01
1
-33
/
+35
*
[DAGCombiner] Fix SDLoc in a (sext (sextload x)) combine (3/N)
Vedant Kumar
2018-05-01
1
-3
/
+3
*
[DAGCombiner] Change the SDLoc on split extloads (2/N)
Vedant Kumar
2018-05-01
1
-1
/
+1
*
[DAGCombiner] Set the right SDLoc on a newly-created zextload (1/N)
Vedant Kumar
2018-05-01
1
-1
/
+1
*
Remove @brief commands from doxygen comments, too.
Adrian Prantl
2018-05-01
1
-2
/
+2
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-01
48
-371
/
+371
*
Temporarily revert "[DEBUG] Initial adaptation of NVPTX target for debug info...
Eric Christopher
2018-05-01
1
-15
/
+7
*
[LivePhysRegs] Remove registers clobbered by regmasks from the live set
Krzysztof Parzyszek
2018-04-30
1
-1
/
+5
*
[MC] Change AsmParser to leverage Assembler during evaluation
Nirav Dave
2018-04-30
1
-0
/
+3
*
[MIR] Reset unique MBB numbering in MachineFunction::reset()
Roman Tereshin
2018-04-30
1
-0
/
+1
*
[DAGCombiner] rename function attribute for disabling ftrunc transform
Sanjay Patel
2018-04-30
1
-2
/
+2
*
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
[next]