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
*
Simplify creation of a bunch of ArrayRefs by using None, makeArrayRef or just...
Craig Topper
2014-08-27
4
-20
/
+11
*
Fix some cases were ArrayRefs were being passed by reference. Also remove 'co...
Craig Topper
2014-08-27
1
-1
/
+1
*
Remove type unit skeletons. GDB no longer needs them & this saves a heap of s...
David Blaikie
2014-08-27
1
-22
/
+1
*
CodeGen/LiveVariables: use vector::assign()
Dylan Noblesmith
2014-08-26
1
-8
/
+4
*
Modernize raw_fd_ostream's constructor a bit.
Rafael Espindola
2014-08-25
2
-6
/
+7
*
Allow vectorization of division by uniform power of 2.
Karthik Bhat
2014-08-25
1
-3
/
+5
*
CodeGen/LiveVariables: hoist out code in nested loops
Dylan Noblesmith
2014-08-25
1
-110
/
+121
*
CodeGen/LiveVariables: switch to std::vector
Dylan Noblesmith
2014-08-25
1
-11
/
+13
*
CodeGen: switch raw array to std::vector
Dylan Noblesmith
2014-08-25
1
-8
/
+1
*
Use range based for loops to avoid needing to re-mention SmallPtrSet size.
Craig Topper
2014-08-24
8
-32
/
+17
*
Revert r215611 because it caused the infinite loop in bug 20736. There is a r...
Nick Lewycky
2014-08-23
1
-2
/
+0
*
ARM / x86_64 varargs: Don't save regparms in prologue without va_start
Reid Kleckner
2014-08-22
1
-0
/
+8
*
Use DILexicalBlockFile, rather than DILexicalBlock, to track discriminator ch...
David Blaikie
2014-08-21
1
-2
/
+2
*
name change: isPow2DivCheap -> isPow2SDivCheap
Sanjay Patel
2014-08-21
2
-2
/
+2
*
[PeepholeOptimizer] Enable the advanced copy optimization by default.
Quentin Colombet
2014-08-21
1
-1
/
+1
*
Rename AtomicExpandLoadLinked into AtomicExpand
Robin Morisset
2014-08-21
3
-21
/
+21
*
[PeepholeOptimizer] Update the kill flags when extending the live-range of the
Quentin Colombet
2014-08-21
1
-1
/
+5
*
Explicitly pass ownership of the MemoryBuffer to AddNewSourceBuffer using std...
David Blaikie
2014-08-21
1
-6
/
+4
*
DAGCombiner: Make concat_vector combine safe for EVTs and concat_vectors with...
Benjamin Kramer
2014-08-21
1
-1
/
+6
*
[ARM] Enable DP copy, load and store instructions for FPv4-SP
Oliver Stannard
2014-08-21
2
-17
/
+28
*
Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoid needin...
Craig Topper
2014-08-21
9
-14
/
+14
*
Revert r216066, "Optimize ZERO_EXTEND and SIGN_EXTEND in both SelectionDAG Bu...
Jiangning Liu
2014-08-21
2
-48
/
+3
*
[PeepholeOptimizer] Take advantage of the isInsertSubreg property in the
Quentin Colombet
2014-08-21
1
-32
/
+15
*
Add isInsertSubreg property.
Quentin Colombet
2014-08-20
1
-0
/
+26
*
[PeepholeOptimizer] Take advantage of the isExtractSubreg property in the
Quentin Colombet
2014-08-20
1
-24
/
+12
*
Add isExtractSubreg property.
Quentin Colombet
2014-08-20
1
-0
/
+23
*
Fix null reference creation in SelectionDAG constructor.
Alexey Samsonov
2014-08-20
1
-10
/
+7
*
Cleanup: Delete seemingly unused reference to MachineDominatorTree from Sched...
Alexey Samsonov
2014-08-20
3
-22
/
+19
*
Fix null reference creation in ScheduleDAGInstrs constructor call.
Alexey Samsonov
2014-08-20
3
-4
/
+4
*
critical-anti-dependency breaker: don't use reg def info from kill insts (PR2...
Sanjay Patel
2014-08-20
1
-2
/
+17
*
[PeepholeOptimizer] Refactor the advanced copy optimization to take advantage of
Quentin Colombet
2014-08-20
2
-169
/
+610
*
Optimize ZERO_EXTEND and SIGN_EXTEND in both SelectionDAG Builder and type
Jiangning Liu
2014-08-20
2
-3
/
+48
*
Reapply [FastISel] Let the target decide first if it wants to materialize a c...
Juergen Ributzka
2014-08-19
1
-15
/
+21
*
Teach the AArch64 backend to handle f16
Oliver Stannard
2014-08-18
1
-0
/
+3
*
Revert "Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoi...
Craig Topper
2014-08-18
9
-14
/
+14
*
Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoid needin...
Craig Topper
2014-08-17
9
-14
/
+14
*
Fix fmul combines with constant splat vectors
Matt Arsenault
2014-08-16
1
-7
/
+26
*
[DAGCombiner] Improve the folding of target independet shuffles to Undef.
Andrea Di Biagio
2014-08-16
1
-0
/
+16
*
Make isAliased property for fixed-offset stack objects adjustable
Hal Finkel
2014-08-16
2
-11
/
+9
*
Fix typos in comments
Robin Morisset
2014-08-15
1
-1
/
+1
*
[FastISel] Remove an performance debugging assert.
Juergen Ributzka
2014-08-15
1
-1
/
+0
*
Delete dead code. NFC.
Rafael Espindola
2014-08-15
2
-5
/
+0
*
Revert several FastISel commits to track down a buildbot error.
Juergen Ributzka
2014-08-14
1
-21
/
+15
*
optimize vector fneg of bitcasted integer value
Sanjay Patel
2014-08-14
1
-9
/
+14
*
[SDAG] Fix a bug in the DAG combiner where we would fail to return the
Chandler Carruth
2014-08-14
1
-5
/
+1
*
[SDAG] Fix a case where we would iteratively legalize a node during
Chandler Carruth
2014-08-14
1
-0
/
+2
*
[FastISel] Let the target decide first if it wants to materialize a constant.
Juergen Ributzka
2014-08-13
1
-15
/
+21
*
[MachineCombiner] Removal of dangling DBG_VALUES after combining [20598]
Gerolf Hoflehner
2014-08-13
1
-1
/
+1
*
[Cleanup] Utility function to erase instruction and mark DBG_Values
Gerolf Hoflehner
2014-08-13
2
-12
/
+24
*
[MachineDominatorTree] Provide a method to inform a MachineDominatorTree that a
Quentin Colombet
2014-08-13
2
-25
/
+4
[next]