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
/
SelectionDAG
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
2
-4
/
+4
*
Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoid needin...
Craig Topper
2014-08-17
2
-4
/
+4
*
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
*
[FastISel] Remove an performance debugging assert.
Juergen Ributzka
2014-08-15
1
-1
/
+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
*
Canonicalize header guards into a common format.
Benjamin Kramer
2014-08-13
5
-10
/
+10
*
[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
*
[x86] Fold extract_vector_elt of a load into the Load's address computation.
Michael J. Spencer
2014-08-11
1
-90
/
+125
*
Make this SmallVector size a power of two as suggested by Chandler
Hans Wennborg
2014-08-11
1
-1
/
+1
*
Increase the size of this SmallVector in CloneNodeWithValues.
Hans Wennborg
2014-08-11
1
-1
/
+1
*
Add support for scalarizing cttz_zero_undef
Petar Jovanovic
2014-08-10
1
-0
/
+1
*
Added a TLI hook to signal that the target does not have or does not care about
Pedro Artigas
2014-08-08
1
-5
/
+10
*
[pr19635] Revert most of r170537, and add new testcase.
Patrik Hagglund
2014-08-08
1
-1
/
+1
*
[stack protector] Look through bitcasts to get global variable
Akira Hatanaka
2014-08-07
1
-9
/
+19
*
Temporarily Revert "Nuke the old JIT." as it's not quite ready to
Eric Christopher
2014-08-07
1
-2
/
+3
*
Nuke the old JIT.
Rafael Espindola
2014-08-07
1
-3
/
+2
*
Optimize vector fabs of bitcasted constant integer values.
Sanjay Patel
2014-08-05
1
-9
/
+15
*
Have MachineFunction cache a pointer to the subtarget to make lookups
Eric Christopher
2014-08-05
5
-14
/
+8
*
[SDAG] Fix a really, really terrible bug in the DAG combiner.
Chandler Carruth
2014-08-04
1
-2
/
+2
*
Remove the TargetMachine forwards for TargetSubtargetInfo based
Eric Christopher
2014-08-04
14
-164
/
+228
*
[x86] Don't add nodes to the combined set (and prune subsequent
Chandler Carruth
2014-08-03
1
-8
/
+8
*
fix for PR20354 - Miscompile of fabs due to vectorization
Sanjay Patel
2014-08-03
1
-1
/
+5
*
[AArch64] Teach DAGCombiner that converting two consecutive loads into a vect...
James Molloy
2014-08-02
1
-0
/
+7
*
[SDAG] Refactor the code which deletes nodes in the DAG combiner to do
Chandler Carruth
2014-08-02
1
-54
/
+36
*
Fix issues with ISD::FNEG and ISD::FMA SDNodes where they would not be consta...
Owen Anderson
2014-08-02
1
-0
/
+12
*
CodeGen: Remove commented out code
Justin Bogner
2014-08-02
1
-2
/
+0
*
[SDAG] MorphNodeTo recursively deletes dead operands of the old
Chandler Carruth
2014-08-01
1
-0
/
+4
*
[SDAG] Begin simplifying the way in which the legalizer deletes nodes.
Chandler Carruth
2014-08-01
1
-41
/
+25
*
[PowerPC] Generate unaligned vector loads using intrinsics instead of regular...
Hal Finkel
2014-08-01
1
-2
/
+5
*
White space fix.
Louis Gerbarg
2014-07-31
1
-1
/
+1
*
Make sure no loads resulting from load->switch DAGCombine are marked invariant
Louis Gerbarg
2014-07-31
6
-40
/
+53
*
[FastISel] Fix the patchpoint intrinsic lowering in FastISel for large target...
Juergen Ributzka
2014-07-31
1
-1
/
+1
*
Retain alignment requirements for load->selects modified by DAGCombine
Louis Gerbarg
2014-07-30
1
-2
/
+6
*
Add support for scalarizing ctlz_zero_undef
Petar Jovanovic
2014-07-30
1
-0
/
+1
*
ARM: fix @llvm.convert.from.fp16 on softfloat targets.
Tim Northover
2014-07-29
1
-1
/
+6
*
[SDAG] Add DEBUG logging to the legalizer, fixing a "bug" found by
Chandler Carruth
2014-07-28
2
-6
/
+21
*
Add alignment value to allowsUnalignedMemoryAccess
Matt Arsenault
2014-07-27
3
-12
/
+17
*
[SDAG] Add an assert that we don't mess up the number of values when
Chandler Carruth
2014-07-26
1
-0
/
+3
*
[SDAG] Simplify the code for handling single-value nodes and add
Chandler Carruth
2014-07-26
1
-8
/
+12
*
[SDAG] When performing post-legalize DAG combining, run the legalizer
Chandler Carruth
2014-07-26
2
-61
/
+107
*
Add @llvm.assume, lowering, and some basic properties
Hal Finkel
2014-07-25
1
-1
/
+2
*
[stack protector] Fix a potential security bug in stack protector where the
Akira Hatanaka
2014-07-25
2
-6
/
+50
*
[SDAG] Don't insert the VRBase into a mapping from SDValues when the def
Chandler Carruth
2014-07-25
1
-6
/
+10
[next]