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
*
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
*
Convert more SelectionDAG functions to use ArrayRef.
Craig Topper
2014-04-28
1
-28
/
+29
*
Convert AddNodeIDNode and SelectionDAG::getNodeIfExiists to use ArrayRef<SDVa...
Craig Topper
2014-04-27
1
-41
/
+41
*
Convert SelectionDAG::MorphNodeTo to use ArrayRef.
Craig Topper
2014-04-27
1
-9
/
+9
*
Convert SelectionDAG::SelectNodeTo to use ArrayRef.
Craig Topper
2014-04-27
1
-22
/
+19
*
Convert one last signature of getNode to take an ArrayRef of SDUse.
Craig Topper
2014-04-27
1
-4
/
+4
*
Convert SDNode constructor to use ArrayRef.
Craig Topper
2014-04-27
1
-9
/
+8
*
Convert SelectionDAG::getMergeValues to use ArrayRef.
Craig Topper
2014-04-27
1
-7
/
+5
*
Const-correct SelectionDAG::getAtomic.
Craig Topper
2014-04-27
1
-2
/
+2
*
SelectionDAG: Aggressively fold shuffles of constant splats.
Benjamin Kramer
2014-04-27
1
-0
/
+5
*
Convert getMemIntrinsicNode to take ArrayRef of SDValue instead of pointer an...
Craig Topper
2014-04-26
1
-7
/
+7
*
Convert SelectionDAG::getNode methods to use ArrayRef<SDValue>.
Craig Topper
2014-04-26
1
-47
/
+38
*
Remove an unused version of getMemIntrinsicNode and getNode. Additionally, th...
Craig Topper
2014-04-26
1
-20
/
+0
*
This reapplies r207235 with an additional bugfixes caught by the msan
Adrian Prantl
2014-04-25
1
-6
/
+12
*
Revert "This reapplies r207130 with an additional testcase+and a missing chec...
Adrian Prantl
2014-04-25
1
-12
/
+6
*
This reapplies r207130 with an additional testcase+and a missing check for
Adrian Prantl
2014-04-25
1
-6
/
+12
*
Revert "This reapplies r207130 with an additional testcase+and a missing chec...
Adrian Prantl
2014-04-25
1
-12
/
+6
*
This reapplies r207130 with an additional testcase+and a missing check for
Adrian Prantl
2014-04-25
1
-6
/
+12
*
Revert "Debug info for optimized code: Support variables that are on the stac...
Adrian Prantl
2014-04-25
1
-12
/
+6
*
Debug info for optimized code: Support variables that are on the stack and
Adrian Prantl
2014-04-24
1
-6
/
+12
*
Convert SelectionDAG::getVTList to use ArrayRef
Craig Topper
2014-04-16
1
-5
/
+6
*
Break PseudoSourceValue out of the Value hierarchy. It is now the root of its...
Nick Lewycky
2014-04-15
1
-34
/
+3
*
[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...
Craig Topper
2014-04-14
1
-94
/
+94
*
Move ExtractVectorElements to SelectionDAG.
Matt Arsenault
2014-04-11
1
-0
/
+16
*
SelectionDAG: Don't constant fold target-specific nodes.
Jim Grosbach
2014-04-09
1
-0
/
+6
*
Add DAG parameter to ComputeNumSignBitsForTargetNode
Matt Arsenault
2014-04-04
1
-1
/
+1
*
Add comments and test case for [DAG] Keep the opaque constant flag when perfo...
Juergen Ributzka
2014-04-02
1
-1
/
+5
*
Prevent alias from pointing to weak aliases.
Rafael Espindola
2014-03-27
1
-1
/
+1
*
Revert "Prevent alias from pointing to weak aliases."
Rafael Espindola
2014-03-26
1
-1
/
+1
*
Prevent alias from pointing to weak aliases.
Rafael Espindola
2014-03-26
1
-1
/
+1
*
[DAG] Keep the opaque constant flag when performing unary constant folding op...
Juergen Ributzka
2014-03-25
1
-6
/
+12
*
[DAG] Fix an assertion failure caused by an invalid cast in method 'BuildVect...
Andrea Di Biagio
2014-03-22
1
-7
/
+6
*
Make DAGCombiner work on vector bitshifts with constant splat vectors.
Matt Arsenault
2014-03-17
1
-0
/
+13
*
IR: add a second ordering operand to cmpxhg for failure
Tim Northover
2014-03-11
1
-7
/
+21
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-08
1
-1
/
+1
*
R600: Fix extloads from i8 / i16 to i64.
Matt Arsenault
2014-03-06
1
-0
/
+15
*
[Layering] Move DebugInfo.h into the IR library where its implementation
Chandler Carruth
2014-03-06
1
-1
/
+1
*
Add missing const
Matt Arsenault
2014-02-24
1
-1
/
+1
*
Pass address space to allowsUnalignedMemoryAccesses
Matt Arsenault
2014-02-05
1
-3
/
+5
*
Add address space argument to allowsUnalignedMemoryAccess.
Matt Arsenault
2014-02-05
1
-1
/
+1
*
[TLI] Add a new hook to TargetLowering to query the target if a load of a con...
Juergen Ributzka
2014-01-28
1
-8
/
+4
*
Revert "Revert "Add Constant Hoisting Pass" (r200034)"
Juergen Ributzka
2014-01-25
1
-14
/
+27
[next]