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
*
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
*
Store nodes only have 1 result.
Matt Arsenault
2014-07-25
1
-1
/
+1
*
[SDAG] Start plumbing an assert into SDValues that we don't form one
Chandler Carruth
2014-07-25
1
-1
/
+1
*
[SDAG] Introduce a combined set to the DAG combiner which tracks nodes
Chandler Carruth
2014-07-24
1
-5
/
+21
*
[x86] Make vector legalization of extloads work more like the "normal"
Chandler Carruth
2014-07-24
1
-5
/
+22
*
AA metadata refactoring (introduce AAMDNodes)
Hal Finkel
2014-07-24
10
-110
/
+116
*
Fix indenting.
Eric Christopher
2014-07-23
1
-13
/
+14
*
Reorganize and simplify local variables.
Eric Christopher
2014-07-23
1
-13
/
+11
*
DAG: fp->int conversion for non-splat constants.
Jim Grosbach
2014-07-23
1
-12
/
+11
*
[AArch64] Lower sdiv x, pow2 using add + select + shift.
Chad Rosier
2014-07-23
1
-3
/
+29
*
[SDAG] Make the DAGCombine worklist not grow endlessly due to duplicate
Chandler Carruth
2014-07-23
1
-52
/
+71
*
[SDAG] Refactor the code for inserting a newly allocated SDNode into the
Chandler Carruth
2014-07-22
1
-96
/
+86
*
[SDAG] Remove a giant pile of asserts that may have helped track down
Chandler Carruth
2014-07-22
1
-40
/
+3
*
Replace the result usages while legalizing cmpxchg.
Logan Chien
2014-07-21
1
-4
/
+3
*
Revert "[C++11] Add predecessors(BasicBlock *) / successors(BasicBlock *) ite...
Duncan P. N. Exon Smith
2014-07-21
1
-2
/
+3
*
CodeGen: emit IR-level f16 conversion intrinsics as fptrunc/fpext
Tim Northover
2014-07-21
2
-4
/
+17
[next]