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
*
[SelectionDAG] Ensure DAG::getZeroExtendInReg is called with a scalar type
Simon Pilgrim
2016-09-09
2
-3
/
+3
*
GlobalISel: remove G_TYPE and G_PHI
Tim Northover
2016-09-09
4
-10
/
+3
*
GlobalISel: fix comments and add assertions for valid instructions.
Tim Northover
2016-09-09
1
-4
/
+88
*
GlobalISel: move type information to MachineRegisterInfo.
Tim Northover
2016-09-09
14
-365
/
+259
*
[YAMLIO] Add the ability to map with context.
Zachary Turner
2016-09-08
1
-1
/
+2
*
Revert "[XRay] ARM 32-bit no-Thumb support in LLVM"
Renato Golin
2016-09-08
2
-92
/
+28
*
[SDAGBuilder] Don't create a binary tree for switches in minsize mode
James Molloy
2016-09-08
1
-1
/
+2
*
[SelectionDAG] Add BUILD_VECTOR support to computeKnownBits and SimplifyDeman...
Simon Pilgrim
2016-09-08
2
-0
/
+47
*
[DAGCombiner] Enable AND combines of splatted constant vectors
Simon Pilgrim
2016-09-08
1
-7
/
+7
*
[CGP] Be less conservative about tail-duplicating a ret to allow tail calls
Michael Kuperstein
2016-09-08
2
-26
/
+34
*
[XRay] Remove unused variable
Dean Michael Berris
2016-09-08
1
-2
/
+2
*
[XRay] ARM 32-bit no-Thumb support in LLVM
Dean Michael Berris
2016-09-08
2
-28
/
+92
*
Shift-left (ISD::SHL) operation crashes on "DAG Legalization" phase.
Elena Demikhovsky
2016-09-07
1
-21
/
+27
*
Don't reuse a variable name in a nested scope. NFC.
Michael Kuperstein
2016-09-07
1
-6
/
+6
*
CodeGen: ensure that libcalls are always AAPCS CC
Saleem Abdulrasool
2016-09-07
1
-7
/
+169
*
X86: Fold tail calls into conditional branches where possible (PR26302)
Hans Wennborg
2016-09-07
1
-0
/
+37
*
[codeview] Add new directives to record inlined call site line info
Reid Kleckner
2016-09-07
1
-16
/
+14
*
Remove unnecessary call to getAllocatableRegClass
Matt Arsenault
2016-09-07
1
-9
/
+15
*
Revert "CodeGen: ensure that libcalls are always AAPCS CC"
Saleem Abdulrasool
2016-09-07
1
-6
/
+7
*
[DAGCombine] More fixups to SETCC legality checking (visitANDLike/visitORLike)
Hal Finkel
2016-09-06
1
-28
/
+46
*
[SelectionDAG] Simplify extract_subvector( insert_subvector ( Vec, In, Idx ),...
Simon Pilgrim
2016-09-06
1
-0
/
+6
*
[RegisterScavenger] Remove aliasing registers of operands from the candidate set
Silviu Baranga
2016-09-06
1
-1
/
+2
*
CodeGen: ensure that libcalls are always AAPCS CC
Saleem Abdulrasool
2016-09-06
1
-7
/
+6
*
[Profile] preserve branch metadata lowering select in CGP
Xinliang David Li
2016-09-03
1
-3
/
+8
*
Improve debug error message with register name
Matt Arsenault
2016-09-03
1
-1
/
+2
*
ADT: Remove external uses of ilist_iterator, NFC
Duncan P. N. Exon Smith
2016-09-03
1
-5
/
+2
*
Do not consider subreg defs as reads when computing subrange liveness
Krzysztof Parzyszek
2016-09-02
4
-11
/
+13
*
IfConversion: Add assertions that both sides of a diamond don't pred-clobber.
Kyle Butt
2016-09-02
1
-2
/
+3
*
IfConversion: Fix bug introduced by rescanning diamonds.
Kyle Butt
2016-09-02
1
-1
/
+1
*
Split the store of a wide value merged from an int-fp pair into multiple stores.
Wei Mi
2016-09-02
1
-0
/
+103
*
[DAGcombiner] Fix incorrect sinking of a truncate into the operand of a shift.
Andrea Di Biagio
2016-09-02
1
-3
/
+3
*
IfConversion: Don't count branches in # of duplicates.
Kyle Butt
2016-09-02
1
-1
/
+3
*
[SelectionDAGBuilder] Add const to relevant places
Aditya Kumar
2016-09-01
2
-16
/
+17
*
[Legalizer] Don't throw away false low half when expanding GT/LT SETCC
Michael Kuperstein
2016-09-01
1
-9
/
+9
*
[SelectionDAG] Generate vector_shuffle nodes for undersized result vector sizes
Michael Kuperstein
2016-09-01
1
-45
/
+63
*
GlobalISel: add a G_PHI instruction to give phis a type.
Tim Northover
2016-09-01
2
-2
/
+4
*
Rename some variables to have meaningful names. NFC.
Michael Kuperstein
2016-09-01
1
-29
/
+29
*
[DAGCombine] Don't fold a trunc if it feeds an anyext
Michael Kuperstein
2016-09-01
1
-0
/
+4
*
Add an optional parameter with a list of undefs to extendToIndices
Krzysztof Parzyszek
2016-09-01
1
-2
/
+3
*
Add ISD::EH_DWARF_CFA, simplify @llvm.eh.dwarf.cfa on Mips, fix on PowerPC
Hal Finkel
2016-09-01
3
-12
/
+20
*
Add a counter-function insertion pass
Hal Finkel
2016-09-01
4
-0
/
+67
*
[XRay] Detect and emit sleds for sibling/tail calls
Dean Michael Berris
2016-09-01
1
-3
/
+10
*
Revert "Add an optional parameter with a list of undefs to extendToIndices"
Reid Kleckner
2016-08-31
1
-3
/
+2
*
GlobalISel: use G_TYPE to annotate physregs with a type.
Tim Northover
2016-08-31
6
-6
/
+17
*
[TargetPassConfig] Add a hook to tell whether GlobalISel should warm on fallb...
Quentin Colombet
2016-08-31
2
-5
/
+12
*
[ResetMachineFunction] Emit the diagnostic isel fallback when asked.
Quentin Colombet
2016-08-31
1
-5
/
+14
*
Add an optional parameter with a list of undefs to extendToIndices
Krzysztof Parzyszek
2016-08-31
1
-2
/
+3
*
s/static inline/static/ for headers I have changed in r279475. NFC.
Tim Shen
2016-08-31
1
-1
/
+1
*
[codeview] Emit vtable shape information
Reid Kleckner
2016-08-31
2
-2
/
+24
*
[statepoints][experimental] Add support for live-in semantics of values in de...
Philip Reames
2016-08-31
2
-7
/
+44
[next]