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
*
[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
*
Canonicalize header guards into a common format.
Benjamin Kramer
2014-08-13
36
-74
/
+74
*
[DAGCombiner] Improved target independent vector shuffle combine rule.
Andrea Di Biagio
2014-08-13
1
-10
/
+24
*
[PowerPC] Implement PPCTargetLowering::getTgtMemIntrinsic
Hal Finkel
2014-08-13
2
-3
/
+5
*
Remove a condition that can never be true, as wittnessed by the assert
Adrian Prantl
2014-08-12
1
-3
/
+2
*
Fix a parentheses warning introduced in r215394.
Quentin Colombet
2014-08-12
1
-2
/
+2
*
Have MachineRegisterInfo take and store the MachineFunction it
Eric Christopher
2014-08-12
2
-3
/
+3
*
DebugLocEntry: Restore the comparison predicate from before the
Adrian Prantl
2014-08-12
1
-1
/
+4
*
Revert "Partially revert r214761 that asserted that all concrete debug info v...
David Blaikie
2014-08-12
1
-3
/
+1
*
[MachineSink] Improve the compile time by preserving the dominance information
Quentin Colombet
2014-08-11
1
-39
/
+60
*
[x86] Fold extract_vector_elt of a load into the Load's address computation.
Michael J. Spencer
2014-08-11
1
-90
/
+125
*
Add a couple of convenience accessors to DebugLocEntry::Value to further
Adrian Prantl
2014-08-11
2
-13
/
+12
*
Make these DebugLocEntry::Value comparison operators friend functions
Adrian Prantl
2014-08-11
1
-24
/
+34
*
Add isRegSequence property.
Quentin Colombet
2014-08-11
1
-0
/
+25
*
Debug info: Remove an obsolete constructor from DebugLocEntry.
Adrian Prantl
2014-08-11
1
-2
/
+2
*
Debug info: Modify DebugLocEntry::addValue to take multiple values so it
Adrian Prantl
2014-08-11
2
-8
/
+9
*
Debug info: Further simplify the implementation of buildLocationList by
Adrian Prantl
2014-08-11
1
-6
/
+6
*
Debug Info: Move the sorting and uniqueing of pieces from emitLocPieces()
Adrian Prantl
2014-08-11
2
-18
/
+22
*
Debug info: Refactor DebugLocEntry's Merge function to make
Adrian Prantl
2014-08-11
2
-14
/
+37
*
PeepholeOptimizer: make parameter ref to SmallPtrSetImpl
Hans Wennborg
2014-08-11
1
-2
/
+2
*
Make this SmallVector size a power of two as suggested by Chandler
Hans Wennborg
2014-08-11
1
-1
/
+1
*
In Machine CSE pass, the source register of a COPY machine instruction can
Jiangning Liu
2014-08-11
1
-11
/
+19
*
Re-commit "Increase the size of this SmallVector in PeepholeOptimizer." (r215...
Hans Wennborg
2014-08-11
1
-3
/
+3
*
Revert "Increase the size of this SmallVector in PeepholeOptimizer." (r215340)
Hans Wennborg
2014-08-11
1
-1
/
+1
*
Increase the size of this SmallVector in PeepholeOptimizer.
Hans Wennborg
2014-08-11
1
-1
/
+1
[next]