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
*
[safestack] Fix assertion failure in stack coloring.
Evgeniy Stepanov
2016-09-16
1
-4
/
+6
*
[RegAllocGreedy] Fix the list of NewVRegs for last chance recoloring.
Quentin Colombet
2016-09-16
1
-2
/
+22
*
[RegAllocGreedy] Fix an assertion and condition when last chance recoloring i...
Quentin Colombet
2016-09-16
1
-2
/
+3
*
[AArch64][GlobalISel] Test default regbank mapping for G_ICMP.
Ahmed Bougacha
2016-09-16
1
-1
/
+1
*
Place the lowered phi instruction(s) before the DEBUG_VALUE entry
Keith Walker
2016-09-16
5
-5
/
+19
*
Move the Mangler from the AsmPrinter down to TLOF and clean up the
Eric Christopher
2016-09-16
5
-81
/
+62
*
GlobalISel: legalize GEP instructions with small offsets.
Tim Northover
2016-09-15
1
-0
/
+7
*
GlobalISel: relax type constraints on G_ICMP to allow pointers.
Tim Northover
2016-09-15
1
-3
/
+1
*
GlobalISel: remove "unsized" LLT
Tim Northover
2016-09-15
5
-13
/
+8
*
GlobalISel: cache pointer sizes in LLT
Tim Northover
2016-09-15
3
-20
/
+21
*
Fix indentation in codeview code
Reid Kleckner
2016-09-14
1
-7
/
+7
*
Finish renaming remaining analyzeBranch functions
Matt Arsenault
2016-09-14
8
-56
/
+56
*
[Stackmap] Added callsite counts to emitted function information.
Sanjoy Das
2016-09-14
1
-13
/
+21
*
Make analyzeBranch family of instruction names consistent
Matt Arsenault
2016-09-14
10
-37
/
+37
*
getValueType().getScalarSizeInBits() -> getScalarValueSizeInBits(), round 2 ;...
Sanjay Patel
2016-09-14
2
-5
/
+4
*
getVectorElementType().getSizeInBits() -> getScalarSizeInBits() ; NFCI
Sanjay Patel
2016-09-14
7
-17
/
+15
*
getValueType().getSizeInBits() -> getValueSizeInBits() ; NFCI
Sanjay Patel
2016-09-14
12
-62
/
+54
*
getValueType().getScalarSizeInBits() -> getScalarValueSizeInBits() ; NFCI
Sanjay Patel
2016-09-14
3
-46
/
+33
*
getScalarType().getSizeInBits() -> getScalarSizeInBits() ; NFCI
Sanjay Patel
2016-09-14
6
-70
/
+70
*
[StackProtector] Use INITIALIZE_TM_PASS instead of INITIALIZE_PASS
Silviu Baranga
2016-09-14
1
-1
/
+1
*
[CodeGen] Fix invalid shift in mul expansion
Pawel Bylica
2016-09-13
1
-6
/
+11
*
[DAG] Allow build-to-shuffle combine to combine builds from two wide vectors.
Michael Kuperstein
2016-09-13
1
-27
/
+53
*
AMDGPU: Support commuting a FrameIndex operand
Matt Arsenault
2016-09-13
1
-0
/
+10
*
[DAGCombiner] Use APInt directly in (shl (zext (srl x, C)), C) combine range ...
Simon Pilgrim
2016-09-13
1
-2
/
+2
*
[DAGCombiner] Use APInt directly in (shl (ext (shl x, c1)), c2) combine
Simon Pilgrim
2016-09-13
1
-11
/
+15
*
Remove MVT:i1 xor instruction before SELECT. (Performance improvement).
Ayman Musa
2016-09-13
1
-0
/
+16
*
DebugInfo: New metadata representation for global variables.
Peter Collingbourne
2016-09-13
7
-64
/
+63
*
[DAG] Refactor BUILD_VECTOR combine to make it easier to extend. NFCI.
Michael Kuperstein
2016-09-13
1
-123
/
+156
*
Fix the bug introduced in r281252.
Dehao Chen
2016-09-12
1
-1
/
+1
*
Lower consecutive select instructions correctly.
Dehao Chen
2016-09-12
1
-23
/
+75
*
[GlobalISel] Fix mismatched "<..)" in intrinsic MO printing. NFC.
Ahmed Bougacha
2016-09-12
1
-2
/
+2
*
[BranchFolding] Unique added live-ins after hoisting code.
Ahmed Bougacha
2016-09-12
1
-0
/
+7
*
GlobalISel: support translation of global addresses.
Tim Northover
2016-09-12
2
-0
/
+14
*
GlobalISel: translate GEP instructions.
Tim Northover
2016-09-12
2
-0
/
+95
*
GlobalISel: disambiguate types when printing MIR
Tim Northover
2016-09-12
4
-19
/
+56
*
[TwoAddressInstruction] When commuting an instruction don't assume that the d...
Craig Topper
2016-09-11
1
-3
/
+5
*
CodeGen: Give MachineBasicBlock::reverse_iterator a handle to the current MI
Duncan P. N. Exon Smith
2016-09-11
3
-12
/
+4
*
CodeGen: Turn on sentinel tracking for MachineInstr iterators
Duncan P. N. Exon Smith
2016-09-11
1
-3
/
+3
*
[CodeGen] Make the TwoAddressInstructionPass check if the instruction is comm...
Craig Topper
2016-09-11
1
-1
/
+4
*
[CodeGen] Split out the notions of MI invariance and MI dereferenceability.
Justin Lebar
2016-09-11
11
-21
/
+34
*
[CodeGen] Rename MachineInstr::isInvariantLoad to isDereferenceableInvariantL...
Justin Lebar
2016-09-10
6
-14
/
+14
*
Create phi nodes for swifterror values at the end of the phi instructions list
Arnold Schwaighofer
2016-09-09
1
-1
/
+1
*
ARM: move the builtins libcall CC setup
Saleem Abdulrasool
2016-09-09
1
-166
/
+2
*
Fix another -Wunused-variable for non-assert build.
Rui Ueyama
2016-09-09
1
-3
/
+4
*
Fix -Wunused-variable for non-assert build.
Rui Ueyama
2016-09-09
1
-3
/
+2
*
[pdb] Write PDB TPI Stream from Yaml.
Zachary Turner
2016-09-09
2
-1
/
+3
*
[codeview] Don't assert if the array element type is incomplete
Reid Kleckner
2016-09-09
1
-15
/
+26
*
[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
[next]