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
/
SelectionDAG.cpp
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
1
-1
/
+1
*
Use range based for loops to avoid needing to re-mention SmallPtrSet size.
Craig Topper
2014-08-24
1
-4
/
+3
*
Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoid needin...
Craig Topper
2014-08-21
1
-3
/
+3
*
Fix null reference creation in SelectionDAG constructor.
Alexey Samsonov
2014-08-20
1
-10
/
+7
*
Revert "Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoi...
Craig Topper
2014-08-18
1
-3
/
+3
*
Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoid needin...
Craig Topper
2014-08-17
1
-3
/
+3
*
[PowerPC] Implement PPCTargetLowering::getTgtMemIntrinsic
Hal Finkel
2014-08-13
1
-2
/
+4
*
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
*
Have MachineFunction cache a pointer to the subtarget to make lookups
Eric Christopher
2014-08-05
1
-2
/
+1
*
Remove the TargetMachine forwards for TargetSubtargetInfo based
Eric Christopher
2014-08-04
1
-26
/
+40
*
[SDAG] MorphNodeTo recursively deletes dead operands of the old
Chandler Carruth
2014-08-01
1
-0
/
+4
*
[PowerPC] Generate unaligned vector loads using intrinsics instead of regular...
Hal Finkel
2014-08-01
1
-2
/
+5
*
Make sure no loads resulting from load->switch DAGCombine are marked invariant
Louis Gerbarg
2014-07-31
1
-4
/
+5
*
Add alignment value to allowsUnalignedMemoryAccess
Matt Arsenault
2014-07-27
1
-2
/
+2
*
AA metadata refactoring (introduce AAMDNodes)
Hal Finkel
2014-07-24
1
-10
/
+10
*
DAG: fp->int conversion for non-splat constants.
Jim Grosbach
2014-07-23
1
-12
/
+11
*
[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
*
[DAG] Refactor some logic. No functional change.
Andrea Di Biagio
2014-07-21
1
-0
/
+21
*
AArch64: Constant fold converting vector setcc results to float.
Jim Grosbach
2014-07-18
1
-0
/
+26
*
[x86,SDAG] Introduce any- and sign-extend-vector-inreg nodes analogous
Chandler Carruth
2014-07-10
1
-0
/
+20
*
Make it possible for ints/floats to return different values from getBooleanCo...
Daniel Sanders
2014-07-10
1
-8
/
+26
*
[x86] Fix a bug in my new zext-vector-inreg DAG trickery where we were
Chandler Carruth
2014-07-09
1
-0
/
+3
*
[x86] Add a ZERO_EXTEND_VECTOR_INREG DAG node and use it when widening
Chandler Carruth
2014-07-09
1
-0
/
+7
*
[SDAG] At the suggestion of Hal, switch to an output parameter that
Chandler Carruth
2014-07-09
1
-13
/
+18
*
[x86,SDAG] Sink the logic for folding shuffles of splats more
Chandler Carruth
2014-07-08
1
-5
/
+35
*
[SDAG] Build up a more rich set of APIs for querying build-vector SDAG
Chandler Carruth
2014-07-08
1
-9
/
+33
*
[x86] Revert r212324 which was too aggressive w.r.t. allowing undef
Chandler Carruth
2014-07-07
1
-20
/
+8
*
[x86] Generalize BuildVectorSDNode::getConstantSplatValue to work for
Chandler Carruth
2014-07-04
1
-8
/
+20
*
[DAG] Pass the argument list to the CallLoweringInfo via move semantics. NFCI.
Juergen Ributzka
2014-07-01
1
-3
/
+3
*
Add ops() method to SDNode that returns an ArrayRef<SDUse>. Use it to simplif...
Craig Topper
2014-06-29
1
-1
/
+1
*
[AArch64] Fix memset ICE when memset value is f128.
Chad Rosier
2014-06-27
1
-1
/
+1
*
[AArch64] Fix a build_vector pattern match fail
Kevin Qin
2014-06-24
1
-24
/
+25
*
[ValueTracking] Extend range metadata to call/invoke
Jingyue Wu
2014-06-19
1
-1
/
+1
*
IR: add "cmpxchg weak" variant to support permitted failure.
Tim Northover
2014-06-13
1
-28
/
+25
*
[DAG] Expose NoSignedWrap, NoUnsignedWrap and Exact flags to SelectionDAG.
Andrea Di Biagio
2014-06-09
1
-9
/
+62
*
[SelectionDAG] Force cycle detection in AssignTopologicalOrder before aborting
Adam Nemet
2014-05-31
1
-9
/
+18
*
[SelectionDAG] Pass DAG to checkForCycles
Adam Nemet
2014-05-31
1
-10
/
+12
*
[pr19636] Fix known bit computation in urem instruction with power of two.
Rafael Espindola
2014-05-30
1
-2
/
+5
*
[pr19844] Add thread local mode to aliases.
Rafael Espindola
2014-05-28
1
-8
/
+1
*
Target: remove old constructors for CallLoweringInfo
Saleem Abdulrasool
2014-05-17
1
-28
/
+23
*
Delete getAliasedGlobal.
Rafael Espindola
2014-05-16
1
-1
/
+1
*
Instead of littering asserts throughout the code after every call to
Jay Foad
2014-05-15
1
-53
/
+32
*
Rename ComputeMaskedBits to computeKnownBits. "Masked" has been
Jay Foad
2014-05-14
1
-44
/
+43
*
Update the comments for ComputeMaskedBits, which lost its Mask parameter
Jay Foad
2014-05-14
1
-3
/
+2
*
Use a logical not when inverting SetCC. This unfortunately doesn't fire on a...
Pete Cooper
2014-05-12
1
-0
/
+16
*
Fix using wrong result type for setcc.
Matt Arsenault
2014-05-07
1
-0
/
+8
*
Satisfy GCC's urgent need for parentheses around ‘&&’ within ‘||’.
Benjamin Kramer
2014-05-02
1
-2
/
+2
*
Allow SelectionDAG::FoldConstantArithmetic to work when it's called with a ve...
Benjamin Kramer
2014-05-02
1
-2
/
+8
*
Use makeArrayRef insted of calling ArrayRef<T> constructor directly. I introd...
Craig Topper
2014-04-30
1
-1
/
+1
[prev]
[next]