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
*
GlobalISel: improve representation of G_SEQUENCE and G_EXTRACT
Tim Northover
2016-08-19
3
-20
/
+42
*
Revert "IfConversion: Rescan diamonds."
Kyle Butt
2016-08-19
1
-115
/
+34
*
Revert "CodeGen: If Convert blocks that would form a diamond when tail-merged."
Kyle Butt
2016-08-19
1
-287
/
+78
*
GlobalISel: allow extractvalue to extract an aggregate.
Tim Northover
2016-08-19
1
-1
/
+1
*
GlobalISel: support translation of extractvalue instructions.
Tim Northover
2016-08-19
3
-2
/
+23
*
GlobalISel: support overflow arithmetic intrinsics.
Tim Northover
2016-08-19
3
-15
/
+63
*
[CodeGen] Fix a trivial type conversion bug dating back to pre-2008
James Molloy
2016-08-19
1
-1
/
+1
*
Revert "RegScavenging: Add scavengeRegisterBackwards()"
Matthias Braun
2016-08-19
4
-347
/
+165
*
CodeGen: Add/Factor out LiveRegUnits class; NFCI
Matthias Braun
2016-08-18
3
-60
/
+107
*
CodeGen: If Convert blocks that would form a diamond when tail-merged.
Kyle Butt
2016-08-18
1
-78
/
+287
*
IfConversion: Rescan diamonds.
Kyle Butt
2016-08-18
1
-34
/
+115
*
IfConversion: Handle inclusive ranges more carefully.
Kyle Butt
2016-08-18
1
-22
/
+56
*
RegScavenging: Add scavengeRegisterBackwards()
Matthias Braun
2016-08-18
2
-108
/
+243
*
Branch Folding: Accept explicit threshold for tail merge size.
Kyle Butt
2016-08-18
3
-22
/
+44
*
(Trivial) TargetPassConfig: assert when TargetMachine has no MCAsmInfo
Alex Bradbury
2016-08-18
1
-1
/
+3
*
TailDuplicator: Fix crash after r278974
Matthias Braun
2016-08-18
1
-1
/
+1
*
Tail Duplication: Accept explicit threshold for duplicating.
Kyle Butt
2016-08-17
1
-4
/
+8
*
TailDuplicator: Use optForSize instead of hasFnAttribute.
Kyle Butt
2016-08-17
1
-1
/
+1
*
Replace a few more "fall through" comments with LLVM_FALLTHROUGH
Justin Bogner
2016-08-17
10
-38
/
+37
*
GlobalISel: support irtranslation of icmp instructions.
Tim Northover
2016-08-17
7
-1
/
+106
*
[GraphWriter] Change GraphWriter to use NodeRef in GraphTraits
Tim Shen
2016-08-17
1
-0
/
+1
*
Fix for PR29010
Marina Yatsina
2016-08-17
1
-1
/
+5
*
Support the DW_AT_noreturn DWARF flag.
Adrian Prantl
2016-08-17
1
-0
/
+3
*
Fixing bug committed in rev. 278321
Marina Yatsina
2016-08-17
1
-3
/
+6
*
Fix bug in DAGBuilder for getelementptr with expanded vector.
Ayman Musa
2016-08-17
1
-1
/
+2
*
First commit (test commit) - Adding empty line.
Ayman Musa
2016-08-17
1
-0
/
+1
*
Replace "fallthrough" comments with LLVM_FALLTHROUGH
Justin Bogner
2016-08-17
6
-8
/
+9
*
IfConversion: Use references instead of pointers where possible; NFC
Matthias Braun
2016-08-17
1
-124
/
+134
*
IfConversion: Use range based for; NFC
Matthias Braun
2016-08-17
1
-35
/
+23
*
IfConversion: Improve doxygen comments
Matthias Braun
2016-08-17
1
-63
/
+46
*
CodeGen: Avoid dereferencing end() in OptimizePHIs::OptimizeBB
Duncan P. N. Exon Smith
2016-08-17
1
-1
/
+1
*
CodeGen: Avoid dereferencing end() when unconstifying iterators
Duncan P. N. Exon Smith
2016-08-16
1
-8
/
+4
*
Codegen: Don't tail-duplicate blocks with un-analyzable fallthrough.
Kyle Butt
2016-08-16
1
-0
/
+10
*
CodeGen: Don't dereference end() in MachineBasicBlock::CorrectExtraCFGEdges
Duncan P. N. Exon Smith
2016-08-16
1
-4
/
+4
*
TailDuplicator: Use range loops
Matt Arsenault
2016-08-16
1
-42
/
+23
*
[MBP] do not reorder and move up loop latch block
Sjoerd Meijer
2016-08-16
1
-0
/
+10
*
When the inline spiller rematerializes an instruction, take the debug locatio...
Wolfgang Pieb
2016-08-16
1
-1
/
+7
*
[AArch64][GlobalISel] Select G_MUL.
Ahmed Bougacha
2016-08-16
1
-0
/
+4
*
[Pipeliner] Fix an asssert due to invalid Phi in the epilog
Brendon Cahoon
2016-08-16
1
-2
/
+1
*
[AArch64][GlobalISel] Select p0 G_FRAME_INDEX.
Ahmed Bougacha
2016-08-16
1
-2
/
+2
*
[x86] Refactor a PowerPC specific ctlz/srl transformation (NFC).
Pierre Gousseau
2016-08-16
1
-0
/
+25
*
[ADT] Change PostOrderIterator to use NodeRef. NFC.
Tim Shen
2016-08-15
1
-3
/
+4
*
Fix typo in lowering for fp128 ueq.
Eli Friedman
2016-08-15
1
-1
/
+1
*
GlobalISel: support loads and stores of strange types.
Tim Northover
2016-08-15
2
-11
/
+15
*
Local variables whose address is taken and passed on to a call are described
Wolfgang Pieb
2016-08-15
2
-4
/
+33
*
MachineLoop: add methods findLoopControlBlock and findLoopPreheader
Sjoerd Meijer
2016-08-15
1
-0
/
+45
*
Revert "CodeGen: If Convert blocks that would form a diamond when tail-merged."
Diana Picus
2016-08-14
1
-351
/
+65
*
Revert "Codegen: Don't tail-duplicate blocks with un-analyzable fallthrough."
Diana Picus
2016-08-14
1
-10
/
+0
*
Minor comment fix ("generate" --> "generates").
Justin Lebar
2016-08-12
1
-1
/
+1
*
Reapply [BranchFolding] Restrict tail merging loop blocks after MBP
Haicheng Wu
2016-08-12
1
-9
/
+23
[next]